mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-03 22:40:46 +00:00
Merge pull request #2896 from NinjaOfNeurons/add-stdlib-argparse
adding argparse to Command-line Interface Development
This commit is contained in:
commit
d131f59498
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
|
|||
_Libraries for building command-line applications._
|
||||
|
||||
- Command-line Application Development
|
||||
- [argparse](https://docs.python.org/3/library/argparse.html) - (Python standard library) Command-line option and argument parsing.
|
||||
- [cement](https://github.com/datafolklabs/cement) - CLI Application Framework for Python.
|
||||
- [click](https://github.com/pallets/click/) - A package for creating beautiful command line interfaces in a composable way.
|
||||
- [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue