Metadata-Version: 2.1
Name: anyconfig-json5-backend
Version: 0.1.0
Summary: Backend module for python-anyconfig to load and dump json5 files
Home-page: https://github.com/ssato/python-anyconfig-json5-backend
Author: Satoru SATOH
Author-email: satoru.satoh@gmail.com
Maintainer: Satoru SATOH
Maintainer-email: satoru.satoh@gmail.com
License: MIT
Project-URL: Download, https://pypi.org/project/anyconfig-json5-backend/
Project-URL: Download RPMs, https://copr.fedoraproject.org/coprs/ssato/python-anyconfig/
Project-URL: Bug Tracker, https://github.com/ssato/python-anyconfig-json5-backend/issues
Project-URL: Source, https://github.com/ssato/python-anyconfig-json5-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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Dist: anyconfig

==================================
python-anyconfig-json5-backend
==================================

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

.. image:: https://img.shields.io/pypi/pyversions/anyconfig-json5-backend.svg
   :target: https://pypi.python.org/pypi/anyconfig-json5-backend/
   :alt: [Python versions]

.. image:: https://img.shields.io/pypi/l/anyconfig-json5-backend.svg
   :target: https://pypi.python.org/pypi/anyconfig-json5-backend/
   :alt: MIT License

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

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

.. image:: https://img.shields.io/lgtm/alerts/g/ssato/python-anyconfig-json5-backend.svg
   :target: https://lgtm.com/projects/g/ssato/python-anyconfig-json5-backend/alerts/
   :alt: [Total Alerts by LGTM]

.. image:: https://img.shields.io/lgtm/grade/python/g/ssato/python-anyconfig-json5-backend.svg
   :target: https://lgtm.com/projects/g/ssato/python-anyconfig-json5-backend/context:python
   :alt: [Code Quality by LGTM]

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

- Author: Satoru SATOH <satoru.satoh@gmail.com>
- License: MIT

SEE ALSO:

- python-anyconfig: https://pypi.python.org/pypi/anyconfig
- JSON5: https://json5.org

Build packages
================

Try::

  $ tox -e dists

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


