Metadata-Version: 2.1
Name: docopt-sh
Version: 2.0.2
Summary: Command-line argument parser for bash 3.2, 4+, and 5+.
Home-page: https://github.com/andsens/docopt.sh
License: MIT
Author: Anders Ingemann
Author-email: anders@ingemann.de
Requires-Python: >=3.11.0,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Dist: docopt (>=0.6.2,<0.7.0)
Requires-Dist: docopt-parser (>=0.0.1)
Requires-Dist: flake8-pyproject (>=1.1.0.post0,<2.0.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Project-URL: Repository, https://github.com/andsens/docopt.sh
Description-Content-Type: text/markdown

docopt.sh
=========

A [docopt](http://docopt.org/) argument parser for bash 3.2, 4+, and 5+ with no
external dependencies.

The full documentation is available on [GitHub](https://github.com/andsens/docopt.sh#docoptsh).

