RFC 7049 - Concise Binary Object Representation
Project description
An implementation of RFC 7049 - 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().
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 implementation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cbor-0.1.5.tar.gz
(13.3 kB
view details)
File details
Details for the file cbor-0.1.5.tar.gz.
File metadata
- Download URL: cbor-0.1.5.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
422214a670e55f81066b8df353160fc694c64ec68447d464706103c4a5b22190
|
|
| MD5 |
855397945b07833be2997c92b16f5340
|
|
| BLAKE2b-256 |
b3a7f7637bfc54981eae091dbea8794d34e46d6464f3c43aecdb1a819120f16b
|