File: PKG-INFO

package info (click to toggle)
python-cbor 1.0.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: ansic: 1,347; python: 726; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Metadata-Version: 1.1
Name: cbor
Version: 1.0.0
Summary: RFC 7049 - Concise Binary Object Representation
Home-page: https://bitbucket.org/bodhisnarkva/cbor
Author: Brian Olson
Author-email: bolson@bolson.org
License: Apache
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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Libraries :: Python Modules