anyconfig-msgpack-backend

Backend module for python-anyconfig to load and dump MessagePack data


License
MIT
Install
pip install anyconfig-msgpack-backend==0.2.0

Documentation

python-anyconfig-msgpack-backend

[Github Actions: Test status] Coverage Status Code Health

This is a backend module for python-anyconfig to support to load and dump MessagePack data files.

SEE ALSO:

Build & Install

If you're Fedora or Red Hat Enterprise Linux user, try:

$ python setup.py srpm && mock dist/<package>-<ver_dist>.src.rpm

or:

$ python setup.py rpm

and install built RPMs.

Otherwise, try usual ways to build and/or install python modules such like 'python setup.py bdist', etc.