python-cbor2 5.4.2.post1
Channel: guix
Home page: https://github.com/agronholm/cbor2
Licenses: Expat
Synopsis: Concise Binary Object Representation (CBOR) (de)serializer
Description:
This Python library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 8949) serialization format. The specification is fully compatible with the original RFC 7049. Among its features are:
Simple API like the
json
orpickle
modules.Support many CBOR tags with stdlib objects.
Generic tag decoding.
Shared value references including cyclic references.
String references compact encoding with repeated strings replaced with indices.
Optional C module backend tested on big- and little-endian architectures.
Extensible tagged value handling using tag_hook and object_hook on decode and default on encode.
Total results: 1