Contents

docopt 0.6.2

0

Pythonic argument parser, that will make you smile

Pythonic argument parser, that will make you smile

Stars: 7895, Watchers: 7895, Forks: 562, Open Issues: 265

The docopt/docopt repo was created 11 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 7895 github stars!

How to Install docopt

You can install docopt using pip

pip install docopt

or add it to a project with poetry

poetry add docopt

Package Details

Author
Vladimir Keleshev
License
MIT
Homepage
http://docopt.org
PyPi:
https://pypi.org/project/docopt/
GitHub Repo:
https://github.com/docopt/docopt

Classifiers

  • Utilities
No  docopt  pypi packages just yet.

Errors

A list of common docopt errors.

Code Examples

Here are some docopt code examples and snippets.

GitHub Issues

The docopt package has 265 open issues on GitHub

  • Invoking help on a command prints options that don't apply to it
  • Empty command in git.py does not show help message
  • Fix typos
  • Free shell auto-completion

See more issues on GitHub

Related Packages & Articles

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

typer 0.10.0

Typer, build great CLIs. Easy to code. Based on Python type hints.

click 8.1.7

Composable command line interface toolkit