Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isodatetimehandler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isodatetimehandler

An alternate jsonpickle handler for datetime objects.

  • 1.0.2
  • PyPI
  • Socket score

Maintainers
1

.. image:: https://badge.fury.io/py/isodatetimehandler.svg :target: https://badge.fury.io/py/isodatetimehandler

.. image:: https://pypip.in/download/isodatetimehandler/badge.svg :target: https://badge.fury.io/py/isodatetimehandler

.. image:: https://travis-ci.org/fictorial/jsonpickle-isodatetimehandler.svg?branch=master :target: https://travis-ci.org/fictorial/jsonpickle-isodatetimehandler

.. image:: https://coveralls.io/repos/github/fictorial/jsonpickle-isodatetimehandler/badge.svg?branch=master :target: https://coveralls.io/github/fictorial/jsonpickle-isodatetimehandler?branch=master

An alternate jsonpickle handler for datetime

This jsonpickle handler serializes datetime.datetime objects as ISO-8601 formatted strings. Such strings may be treated as a DATETIME type in a RDBMS such as SQLite allowing date-related query clauses to work with serialized datetime objects directly.

Installation

.. code:: bash

pip install isodatetimehandler

Usage

.. code:: python

import isodatetimehandler

Then use jsonpickle as you normally would.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc