Metadata-Version: 2.1
Name: docopt-sh
Version: 1.0.0
Summary: docopt.sh - Bash argument parser generator.
Home-page: https://github.com/andsens/docopt.sh
Author: Anders Ingemann
Author-email: anders@ingemann.de
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: docopt
Requires-Dist: termcolor
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-xdist ; extra == "test"
Requires-Dist: pytest-flake8 ; extra == "test"
Provides-Extra: test

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).

