Metadata-Version: 2.1
Name: easy-as-pypi-config
Version: 1.0.2
Summary: Bootstrapped Config engine for your next Python CLI based on easy-as-pypi
License: MIT
Keywords: python,user,config,INI,settings,application,options,CLI,TUI,scaffolding,library,boilerplate,pyoilerplate,framework,cookiecutter,skeleton
Author: Landon Bouma
Author-email: doblabs@tallybark.com
Maintainer: Tally Bark LLC
Maintainer-email: doblabs@tallybark.com
Requires-Python: >=3.8.1,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: readthedocs
Requires-Dist: click-hotoffthehamster (>=7.8.0,<8.0.0)
Requires-Dist: config-decorator (>=2.0.15,<3.0.0)
Requires-Dist: configobj (>=5.0,<6.0)
Requires-Dist: easy-as-pypi-appdirs (>=1.1.1,<2.0.0)
Requires-Dist: easy-as-pypi-termio (>=1.0.0,<2.0.0)
Requires-Dist: sphinx (>=6.2.1,<7.0.0) ; (python_version >= "3.8" and python_version < "3.9") and (extra == "readthedocs")
Requires-Dist: sphinx (>=7.2.6,<8.0.0) ; (python_version >= "3.9" and python_version < "4.0") and (extra == "readthedocs")
Requires-Dist: sphinx-rtd-theme (>=2.0.0rc4,<3.0.0) ; extra == "readthedocs"
Requires-Dist: tomli (>=2.0.1) ; extra == "readthedocs"
Project-URL: documentation, https://easy-as-pypi-config.readthedocs.io/en/latest
Project-URL: download, https://pypi.org/project/easy-as-pypi-config/#files
Project-URL: homepage, https://github.com/doblabs/easy-as-pypi-config#🍐
Project-URL: history, https://github.com/doblabs/easy-as-pypi-config/blob/release/HISTORY.rst
Project-URL: issues, https://github.com/doblabs/easy-as-pypi-config/issues
Description-Content-Type: text/x-rst

@@@@@@@@@@@@@@@@@@@
easy-as-pypi-config
@@@@@@@@@@@@@@@@@@@

.. CXREF:
   https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge

.. image:: https://github.com/doblabs/easy-as-pypi-config/actions/workflows/checks-unspecial.yml/badge.svg?branch=release
  :target: https://github.com/doblabs/easy-as-pypi-config/actions/workflows/checks-unspecial.yml/badge.svg?branch=release
  :alt: Build Status

.. CXREF: https://app.codecov.io/gh/doblabs/easy-as-pypi-config/settings/badge

.. image:: https://codecov.io/gh/doblabs/easy-as-pypi-config/graph/badge.svg?token=7jwmk3erje
  :target: https://app.codecov.io/gh/doblabs/easy-as-pypi-config
  :alt: Coverage Status

.. image:: https://readthedocs.org/projects/easy-as-pypi-config/badge/?version=latest
  :target: https://easy-as-pypi-config.readthedocs.io/en/latest/
  :alt: Documentation Status

.. image:: https://img.shields.io/github/v/release/doblabs/easy-as-pypi-config.svg?style=flat
  :target: https://github.com/doblabs/easy-as-pypi-config/releases
  :alt: GitHub Release Status

.. image:: https://img.shields.io/pypi/v/easy-as-pypi-config.svg
  :target: https://pypi.org/project/easy-as-pypi-config/
  :alt: PyPI Release Status

.. image:: https://img.shields.io/pypi/pyversions/easy-as-pypi-config.svg
  :target: https://pypi.org/project/easy-as-pypi-config/
  :alt: PyPI Supported Python Versions

.. image:: https://img.shields.io/github/license/doblabs/easy-as-pypi-config.svg?style=flat
  :target: https://github.com/doblabs/easy-as-pypi-config/blob/release/LICENSE
  :alt: License Status

.. |easy-as-pypi-config| replace:: ``easy-as-pypi-config``
.. _easy-as-pypi-config: https://github.com/doblabs/easy-as-pypi-config

.. |pipx| replace:: ``pipx``
.. _pipx: https://pypa.github.io/pipx/

|

Bootstrapped Config engine for your next Python CLI using easy-as-pypi

.. Realizes ``config-decorator`` using ``configobj`` for file I/O.

.. Install with |pipx|_::
..
..     pipx install easy-as-pypi-config


