python-cbor 1.0.0 Implementation of the Concise Binary Object Representation

Python-cbor provides an implementation of the Concise Binary Object Representation (CBOR). CBOR is comparable to JSON, has a superset of JSON's ability, but serializes to a binary format which is smaller and faster to generate and parse. The two primary functions are cbor.loads and cbor.dumps.