Metadata-Version: 2.1
Name: anyconfig-json5-backend
Version: 0.2.1
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: CI: Github Actions, https://github.com/ssato/python-anyconfig-json5-backend/actions
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.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 :: Text Processing :: Markup
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE.MIT

==================================
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://dev.azure.com/satorusatoh0471/python-anyconfig-json5-backend/_apis/build/status/ssato.python-anyconfig-json5-backend?branchName=master
   :target: https://dev.azure.com/satorusatoh0471/python-anyconfig-json5-backend/_build/latest?definitionId=1
   :alt: [Azure Pipelines 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

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:
