Metadata-Version: |
2.1 |
Name: |
consolekit |
Version: |
1.7.2 |
Summary: |
Additional utilities for click. |
Author-Email: |
Dominic Davis-Foster <dominic[at]davis-foster.co.uk> |
Project-Url: |
Documentation, https://consolekit.readthedocs.io/en/latest |
Project-Url: |
Homepage, https://github.com/domdfcoding/consolekit |
Project-Url: |
Issue Tracker, https://github.com/domdfcoding/consolekit/issues |
Project-Url: |
Source Code, https://github.com/domdfcoding/consolekit |
Keywords: |
click,terminal |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.6.1 |
Requires-Dist: |
click (>=7.1.2) |
Requires-Dist: |
colorama (>=0.4.3); python_version < "3.10" and platform_system == "Windows" |
Requires-Dist: |
deprecation-alias (>=0.1.1) |
Requires-Dist: |
domdf-python-tools (>=3.8.0) |
Requires-Dist: |
mistletoe (>=0.7.2) |
Requires-Dist: |
typing-extensions (!=3.10.0.1,>=3.10.0.0) |
Requires-Dist: |
coincidence (>=0.1.0); extra == "all" |
Requires-Dist: |
psutil (>=5.8.0); extra == "all" |
Requires-Dist: |
pytest (>=6.0.0); extra == "all" |
Requires-Dist: |
pytest-regressions (>=2.0.2); extra == "all" |
Requires-Dist: |
psutil (>=5.8.0); extra == "terminals" |
Requires-Dist: |
coincidence (>=0.1.0); extra == "testing" |
Requires-Dist: |
pytest (>=6.0.0); extra == "testing" |
Requires-Dist: |
pytest-regressions (>=2.0.2); extra == "testing" |
Provides-Extra: |
all |
Provides-Extra: |
terminals |
Provides-Extra: |
testing |
Description-Content-Type: |
text/x-rst |