mirror of
https://github.com/vinta/awesome-python
synced 2024-11-14 15:57:15 +00:00
commit
57b3382b7c
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
|
||||
* Command-line Application Development
|
||||
* [cement](http://builtoncement.com/) - CLI Application Framework for Python.
|
||||
* [click](http://click.pocoo.org/dev/) - A package for creating beautiful command line interfaces in a composable way.
|
||||
* [click](https://click.palletsprojects.com/en/8.1.x/) - A package for creating beautiful command line interfaces in a composable way.
|
||||
* [cliff](https://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands.
|
||||
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
|
||||
* [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.
|
||||
|
|
Loading…
Reference in a new issue