Metadata-Version: 2.1
Name: quickle
Version: 0.3.0
Summary: A quicker pickle
Home-page: https://jcristharif.com/quickle/
Maintainer: Jim Crist-Harif
Maintainer-email: jcristharif@gmail.com
License: BSD
Project-URL: Documentation, https://jcristharif.com/quickle/
Project-URL: Source, https://github.com/jcrist/quickle/
Project-URL: Issue Tracker, https://github.com/jcrist/quickle/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8

quickle 🥒
===========

|travis| |pypi| |conda|

``quickle`` is a fast and small serialization format for a subset of Python
types. It's based off of `Pickle
<https://docs.python.org/3/library/pickle.html>`__, but includes several
optimizations and extensions to provide improved performance and security. For
supported types, serializing a message with ``quickle`` can be *~2-10x faster*
than using ``pickle``.

.. image:: https://github.com/jcrist/quickle/raw/master/docs/source/_static/bench-1.png
    :target: https://jcristharif.com/quickle/benchmarks.html

See `the documentation <https://jcristharif.com/quickle/>`_ for more
information.

LICENSE
-------

New BSD. See the
`License File <https://github.com/jcrist/quickle/blob/master/LICENSE>`_.

.. |travis| image:: https://travis-ci.com/jcrist/quickle.svg?branch=master
   :target: https://travis-ci.com/jcrist/quickle
.. |pypi| image:: https://img.shields.io/pypi/v/quickle.svg
   :target: https://pypi.org/project/quickle/
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/quickle.svg
   :target: https://anaconda.org/conda-forge/quickle


