Metadata-Version: 2.1
Name: pyadr
Version: 0.19.0
Summary: CLI to help with an ADR process lifecycle (proposal/approval/rejection/deprecation/superseeding), which used git.
Home-page: https://github.com/opinionated-digital-center/pyadr
License: MIT
Keywords: pyadr,adr
Author: Emmanuel Sciara
Author-email: emmanuel.sciara@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: bdd
Provides-Extra: docs
Provides-Extra: format
Provides-Extra: lint
Provides-Extra: repl
Provides-Extra: test
Provides-Extra: type
Requires-Dist: PyHamcrest (>=2.0,<3.0); extra == "test" or extra == "bdd"
Requires-Dist: behave4git (>=0,<1); extra == "bdd"
Requires-Dist: black; extra == "format"
Requires-Dist: bpython (>=0,<1); extra == "repl"
Requires-Dist: cleo (>=0,<1)
Requires-Dist: flake8 (>=4.0,<5.0); extra == "lint"
Requires-Dist: flake8-bugbear (>=22,<23); extra == "lint"
Requires-Dist: gitpython (>=3.1,<4.0)
Requires-Dist: importlib_resources (>=5.0.0,<6.0.0); python_version < "3.7"
Requires-Dist: isort (>=5,<6); extra == "format"
Requires-Dist: loguru (>=0,<1)
Requires-Dist: m2r (>=0,<1); extra == "docs"
Requires-Dist: mypy (>=0,<1); extra == "type"
Requires-Dist: pydocstyle (>=6.1,<7.0); extra == "lint"
Requires-Dist: pylint (>=2.3,<3.0); extra == "lint"
Requires-Dist: pytest (>=7.1,<8.0); extra == "test"
Requires-Dist: pytest-asyncio (>=0,<1); extra == "test"
Requires-Dist: pytest-cov (>=3.0,<4.0); extra == "test"
Requires-Dist: pytest-html (>=3.1,<4.0); extra == "test"
Requires-Dist: pytest-mock (>=3.2,<4.0); extra == "test"
Requires-Dist: python-slugify (>=6,<7)
Requires-Dist: sphinx (>=4.2,<5.0); extra == "docs"
Requires-Dist: sphinx-autobuild (>=2021,<2022); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.10,<2.0); extra == "docs"
Requires-Dist: sphinx_rtd_theme (>=1,<2); extra == "docs"
Requires-Dist: types-python-slugify (>=5,<6); extra == "type"
Requires-Dist: yapf (>=0,<1); extra == "lint"
