Metadata-Version: 2.1
Name: easy-as-pypi-appdirs
Version: 1.1.2
Summary: AppDirs overlay with mkdir -p side effect and Singleton access
License: MIT
Keywords: appdirs,mkdir,python,boilerplate,pyoilerplate,scaffolding,framework,CLI,TUI,skeleton,cookiecutter,library,configuration,settings,options,ini,conf,config
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: appdirs (>=1.4.4,<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-appdirs.readthedocs.io/en/latest
Project-URL: download, https://pypi.org/project/easy-as-pypi-appdirs/#files
Project-URL: homepage, https://github.com/doblabs/easy-as-pypi-appdirs#🛣
Project-URL: history, https://github.com/doblabs/easy-as-pypi-appdirs/blob/release/HISTORY.rst
Project-URL: issues, https://github.com/doblabs/easy-as-pypi-appdirs/issues
Description-Content-Type: text/x-rst

@@@@@@@@@@@@@@@@@@@@
easy-as-pypi-appdirs
@@@@@@@@@@@@@@@@@@@@

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

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

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

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

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

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

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

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

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

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

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

|

``AppDirs`` overlay with ``mkdir -p`` side effect and Singleton access.

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


