Skip to main content

Serialization component for the Asphalt framework

Project description

.. image:: https://travis-ci.org/asphalt-framework/asphalt-serialization.svg?branch=master
:target: https://travis-ci.org/asphalt-framework/asphalt-serialization
:alt: Build Status
.. image:: https://coveralls.io/repos/asphalt-framework/asphalt-serialization/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/asphalt-framework/asphalt-serialization?branch=master
:alt: Code Coverage

This Asphalt framework component provides a standardized interface for a number of different
serialization algorithms:

* CBOR_ (using `cbor <https://pypi.python.org/pypi/cbor>`_)
* JSON_ (using the Python standard library ``json`` module)
* msgpack_ (using `msgpack-python <https://pypi.python.org/pypi/msgpack-python>`_)
* Pickle_ (using the Python standard library ``pickle`` module)
* YAML_ (using `PyYAML <https://pypi.python.org/pypi/PyYAML>`_)

Additional backends may be provided through third party plugins.


Project links
-------------

* `Documentation`_
* `Help and support`_
* `Source code`_
* `Issue tracker`_


.. _CBOR: http://cbor.io/
.. _JSON: http://wikipedia.org/wiki/JSON
.. _msgpack: http://msgpack.org/
.. _Pickle: https://docs.python.org/3/library/pickle.html
.. _YAML: http://wikipedia.org/wiki/YAML
.. _Documentation: http://asphalt-serialization.readthedocs.org/
.. _Help and support: https://github.com/asphalt-framework/asphalt/wiki/Help-and-support
.. _Source code: https://github.com/asphalt-framework/asphalt-serialization
.. _Issue tracker: https://github.com/asphalt-framework/asphalt-serialization/issues

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asphalt-serialization-2.0.0.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

asphalt_serialization-2.0.0-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page