This is a backend parser module for python-anyconfig to support to load and dump CBOR files w/ using cbor2, https://pypi.python.org/pypi/cbor2.
- Author: Satoru SATOH <ssato@redhat.com>
- License: MIT
SEE ALSO:
- python-anyconfig: https://pypi.python.org/pypi/anyconfig
- CBOR spec: http://cbor.io
- Download:
-
Pre-built Binary RPMs from my copr repos, https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/
# Example commands to install pre-built RPMs $ sudo dnf copr enable ssato/python-anyconfig $ sudo dnf install -y python3-anyconfig-cbor2-backend
-
PyPI: pip3 install anyconfig-cbor2-backend
-
pip from git repo: pip3 install git+https://github.com/ssato/python-anyconfig-cbor2-backend/
-
Build SRPMs, RPMs and install it: python3 setup.py bdist_rpm --source-only && mock dist/python3-anyconfig-*-backend-<ver_dist>.src.rpm
-
Others: try usual ways to build and/or install python modules such like 'python setup.py bdist', etc.