RFC 7049 - Concise Binary Object Representation
Project Links
Meta
Author: Brian Olson
Classifiers
Development Status
- 5 - Production/Stable
Intended Audience
- Developers
License
- OSI Approved :: Apache Software License
Operating System
- OS Independent
Programming Language
- Python :: 2.7
- Python :: 3.4
- Python :: 3.5
- C
Topic
- Software Development :: Libraries :: Python Modules
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.
1.0.0
Feb 09, 2016
0.1.25
Feb 01, 2016
0.1.24
Dec 13, 2015
0.1.23
Dec 03, 2015
0.1.22
Nov 17, 2015
0.1.21
Apr 15, 2015
0.1.20
Apr 14, 2015
0.1.19
Apr 09, 2015
0.1.18
Mar 16, 2015
0.1.17
Feb 20, 2015
0.1.16
Dec 19, 2014
0.1.15
Dec 08, 2014
0.1.14
Dec 08, 2014
0.1.13
Nov 13, 2014
0.1.12
Sep 16, 2014
0.1.11
Sep 11, 2014
0.1.10
Aug 21, 2014
0.1.9
Aug 19, 2014
0.1.8
Aug 15, 2014
0.1.7
Apr 03, 2014
0.1.6
Apr 02, 2014
0.1.5
Mar 17, 2014
0.1.4
Mar 05, 2014
0.1.3
Jan 27, 2014
0.1.1
Jan 04, 2014
0.1
Jan 04, 2014
Files in release
No dependencies