Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044709
en ru br
ALT Linux repos
S:5.4.6-alt1

Group :: Development/Python
RPM: python3-module-cbor2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.4.6-alt1
Build date: 30 december 2022, 00:44 ( 65.0 weeks ago )
Size: 67.28 Kb

Home page:   https://github.com/agronholm/cbor2

License: MIT
Summary: Pure Python CBOR (de)serializer with extensive tag support
Description:


This library provides encoding and decoding for the Concise Binary Object
Representation (CBOR) (`RFC 7049`_) serialization format. `Read the docs
<https://cbor2.readthedocs.io/>`_ 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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • python3-module-cbor2
  • python3-module-cbor2-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin