Language

Package: python-cbor2 @ 5.4.2.post1

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 or pickle 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.

Home page
https://github.com/agronholm/cbor2
Location
gnu/packages/python-web.scm (line: 580, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings