mirror of
https://github.com/vinta/awesome-python.git
synced 2026-02-05 12:41:12 +08:00
Merge pull request #2896 from NinjaOfNeurons/add-stdlib-argparse
adding argparse to Command-line Interface Development
This commit is contained in:
@@ -258,6 +258,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
|
|||||||
_Libraries for building command-line applications._
|
_Libraries for building command-line applications._
|
||||||
|
|
||||||
- Command-line Application Development
|
- 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.
|
- [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.
|
- [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.
|
- [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands.
|
||||||
|
|||||||
Reference in New Issue
Block a user