Metadata-Version: 2.1
Name: anyconfig-cbor2-backend
Version: 0.2.0
Summary: Backend module for python-anyconfig to load and dump CBOR data
Home-page: https://github.com/ssato/python-anyconfig-cbor2-backend
Author: Satoru SATOH
Author-email: satoru.satoh@gmail.com
Maintainer: Satoru SATOH
Maintainer-email: satoru.satoh@gmail.com
License: MIT
Project-URL: CI: Github Actions, https://github.com/ssato/python-anyconfig-cbor2-backend/actions
Project-URL: Download, https://pypi.python.org/pypi/anyconfig-cbor2-backend
Project-URL: Download RPMs, https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/
Project-URL: Bug Tracker, https://github.com/ssato/python-anyconfig-cbor2-backend/issues
Project-URL: Source, https://github.com/ssato/python-anyconfig-cbor2-backend
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE.MIT


This is a backend parser module for python-anyconfig to support to load and
dump CBOR files using cbor2, https://pypi.python.org/pypi/cbor2.

SEE ALSO:

- python-anyconfig: https://github.com/ssato/python-anyconfig
- CBOR spec: http://cbor.io
