python-cbor
Python Implementation of RFC 7049. Concise Binary Object Representation (CBOR)
Description
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(). This library includes a C implementation which runs 3-5 times faster than the Python standard library’s C-accelerated implementanion of JSON. This is also includes a 100% Python implementationUpload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://bitbucket.org/bodhisnarkva/cbor
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python-cbor