Pure Python CBOR (de)serializer with extensive tag support
Project description
This library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 7049) serialization format. Read the docs to learn more.
It is implemented in pure python with an optional C backend and is compatible with versions 2.7 through to 3.7.
On cPython>=3.3 cbor2 can use a built in C module for performance similar to how pickle wraps the _pickle C module in the Python Standard Library. On Windows, this is restricted to cPython>=3.5.
On PyPy, cbor2 runs with almost identical performance to the C backend.
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
File details
Details for the file cbor2-5.1.0.tar.gz
.
File metadata
- Download URL: cbor2-5.1.0.tar.gz
- Upload date:
- Size: 72.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa |
|
MD5 | b7c3b94ad5b78ba144ed4df9e55ce2ea |
|
BLAKE2b-256 | ee80bc617b7fd89855649e48eb8242e09535e1b75371ec8389313fa0f97e2a70 |