Metadata-Version: 1.2
Name: anyconfig-msgpack-backend
Version: 0.1.1
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: Travis, https://travis-ci.org/ssato/python-anyconfig-msgpack-backend
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
Description: ==================================
        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://img.shields.io/travis/ssato/python-anyconfig-msgpack-backend.svg
           :target: https://travis-ci.org/ssato/python-anyconfig-msgpack-backend
           :alt: 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:
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
