Metadata-Version: |
2.1 |
Name: |
argh |
Version: |
0.31.3 |
Summary: |
Plain Python functions as CLI commands without boilerplate |
Author-Email: |
Andy Mikhaylenko <neithere[at]gmail.com> |
Maintainer-Email: |
Andy Mikhaylenko <neithere[at]gmail.com> |
Project-Url: |
Discussions, https://github.com/neithere/argh/discussions |
Project-Url: |
Documentation, https://argh.readthedocs.io/en/latest |
Project-Url: |
Homepage, https://github.com/neithere/argh |
Project-Url: |
Issue Tracker, https://github.com/neithere/argh/issues |
Project-Url: |
Releases, https://github.com/neithere/argh/releases |
Keywords: |
cli,command line,argparse,optparse,argument,option |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
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 :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: User Interfaces |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8 |
Requires-Dist: |
argcomplete (>=2.0); extra == "completion" |
Requires-Dist: |
sphinx (>=7.2); extra == "docs" |
Requires-Dist: |
sphinx-pyproject (==0.3); extra == "docs" |
Requires-Dist: |
sphinx_rtd_theme (>=2.0); extra == "docs" |
Requires-Dist: |
readthedocs-sphinx-search (==0.3.2); extra == "docs" |
Requires-Dist: |
pre-commit (>=3.4.0); extra == "linters" |
Requires-Dist: |
tox (>=4.11.3); extra == "test" |
Requires-Dist: |
pytest (>=7.4); extra == "test" |
Requires-Dist: |
pytest-cov (>=4.1); extra == "test" |
Provides-Extra: |
completion |
Provides-Extra: |
docs |
Provides-Extra: |
linters |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |