Metadata-Version: |
2.1 |
Name: |
sphinx-argparse |
Version: |
0.5.2 |
Summary: |
A sphinx extension that automatically documents argparse commands and options |
Author-Email: |
Ash Berlin-Taylor <ash_github[at]firemirror.com> |
Project-Url: |
Changelog, https://sphinx-argparse.readthedocs.io/en/latest/changelog.html |
Project-Url: |
Code, https://github.com/sphinx-doc/sphinx-argparse/ |
Project-Url: |
Download, https://pypi.org/project/sphinx-argparse/ |
Project-Url: |
Homepage, https://sphinx-argparse.readthedocs.io/ |
Project-Url: |
Issue tracker, https://github.com/sphinx-doc/sphinx-argparse/issues |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Framework :: Sphinx |
Classifier: |
Framework :: Sphinx :: Extension |
Classifier: |
Topic :: Documentation |
Classifier: |
Topic :: Documentation :: Sphinx |
Requires-Python: |
>=3.10 |
Requires-Dist: |
sphinx (>=5.1.0) |
Requires-Dist: |
docutils (>=0.19) |
Requires-Dist: |
furo (>=2024); extra == "docs" |
Requires-Dist: |
CommonMark (>=0.5.6); extra == "docs" |
Requires-Dist: |
ruff (>=0.5); extra == "lint" |
Requires-Dist: |
mypy (>=1.10); extra == "lint" |
Requires-Dist: |
types-docutils (>=0.21); extra == "lint" |
Requires-Dist: |
lxml-stubs (>=0.4); extra == "lint" |
Requires-Dist: |
CommonMark (>=0.5.6); extra == "markdown" |
Requires-Dist: |
pytest (>=8.0); extra == "test" |
Requires-Dist: |
coverage (>=6.5); extra == "test" |
Requires-Dist: |
lxml (>=4.9); extra == "test" |
Requires-Dist: |
setuptools (>=70.0); extra == "test" |
Requires-Dist: |
typing_extensions (>=4.9); extra == "test" |
Provides-Extra: |
docs |
Provides-Extra: |
lint |
Provides-Extra: |
markdown |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |