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-1.0.0.tar.gz
(20.1 kB
view details)
File details
Details for the file cbor-1.0.0.tar.gz
.
File metadata
- Download URL: cbor-1.0.0.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6 |
|
MD5 | 22b03b59784fd78cb6c27aa498af0db6 |
|
BLAKE2b-256 | 9b9901c6a987c920500189eb74a291bd3a388e6c7cf85736bb6b066d9833315e |