Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noonat/jettison-python

Python library compatible with the Jettison JavaScript library.
https://github.com/noonat/jettison-python

Last synced: 1 day ago
JSON representation

Python library compatible with the Jettison JavaScript library.

Awesome Lists containing this project

README

        

Jettison (Python)
=================

.. image:: https://travis-ci.org/noonat/jettison-python.svg
:target: https://travis-ci.org/noonat/jettison-python

.. image:: https://readthedocs.org/projects/jettison/badge/?version=latest
:target: https://readthedocs.org/projects/jettison/?badge=latest
:alt: Documentation Status

This is a Python library compatible with the Jettison JavaScript library
. It allows you to encode binary data in a
way that can be easily decoded by the browser on the other end.

Installation
------------

To install Jettison:

.. code-block:: bash

$ pip install jettison

Documentation
-------------

Documentation is available at .