Metadata-Version: 2.1
Name: anyconfig-msgpack-backend
Version: 0.2.0
Summary: Backend module for python-anyconfig to load and dump MessagePack data
Home-page: https://github.com/ssato/python-anyconfig-msgpack-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-msgpack-backend/actions
Project-URL: Download, https://pypi.org/project/anyconfig-msgpack-backend/
Project-URL: Download RPMs, https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/
Project-URL: Bug Tracker, https://github.com/ssato/python-anyconfig-msgpack-backend/issues
Project-URL: Source, https://github.com/ssato/python-anyconfig-msgpack-backend
Platform: any
Classifier: Development Status :: 4 - Beta
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

==================================
python-anyconfig-msgpack-backend
==================================

.. .. image:: https://img.shields.io/pypi/v/anyconfig-msgpack-backend.svg
   :target: https://pypi.python.org/pypi/anyconfig-msgpack-backend/
   :alt: [Latest Version]

.. image:: https://github.com/ssato/python-anyconfig-msgpack-backend/workflows/Tests/badge.svg
   :target: https://github.com/ssato/python-anyconfig-msgpack-backend/actions?query=workflow%3ATests
   :alt: [Github Actions: Test status]

.. image:: https://img.shields.io/coveralls/ssato/python-anyconfig-msgpack-backend.svg
   :target: https://coveralls.io/r/ssato/python-anyconfig-msgpack-backend
   :alt: Coverage Status

.. image:: https://landscape.io/github/ssato/python-anyconfig-msgpack-backend/master/landscape.png
   :target: https://landscape.io/github/ssato/python-anyconfig-msgpack-backend/master
   :alt: Code Health

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

- Author: Satoru SATOH <ssato@redhat.com>
- License: MIT

SEE ALSO:

- python-anyconfig: https://pypi.python.org/pypi/anyconfig
- MessagePack: http://msgpack.org
- Download:

  - PyPI: https://pypi.python.org/pypi/anyconfig-msgpack-backend
  - Copr RPM repos: https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/

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.

.. vim:sw=2:ts=2:et:
