Skip to content

Commit

Permalink
Add docopt-ng, the maintained fork of Docopt
Browse files Browse the repository at this point in the history
Docopt has been around for a few years with lots of PRs piling up and lacking maintenance in general. It was forked in 2019 and is now maintained by Jazzband.

See docopt/docopt#494 for more details.
  • Loading branch information
bittner committed Apr 1, 2022
1 parent 434d978 commit 81bcc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- [Cement](https://github.com/datafolklabs/cement) : Cement is an advanced Application Framework for Python, with a primary focus on Command Line Interfaces (CLI). Its goal is to introduce a standard, and feature-full platform for both simple and complex command line applications as well as support rapid development needs without sacrificing quality.

- [Docopt](https://github.com/docopt/docopt) : Pythonic command line arguments parser, that will make you smile. docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.
- [Docopt](https://github.com/docopt/docopt) / [Docopt-NG](https://github.com/jazzband/docopt-ng) : Pythonic command line arguments parser, that will make you smile. docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.

- [Python-Fire](https://github.com/google/python-fire) : Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

Expand Down

0 comments on commit 81bcc2b

Please sign in to comment.