Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisdevie/ezcli
Python package for building Command-Line Interfaces
https://github.com/louisdevie/ezcli
cli ease-of-use ezcli python-3 python-library python-package python3 terminal
Last synced: about 1 month ago
JSON representation
Python package for building Command-Line Interfaces
- Host: GitHub
- URL: https://github.com/louisdevie/ezcli
- Owner: louisdevie
- License: mit
- Created: 2021-10-24T10:27:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T15:08:27.000Z (almost 3 years ago)
- Last Synced: 2023-03-18T05:32:48.793Z (almost 2 years ago)
- Topics: cli, ease-of-use, ezcli, python-3, python-library, python-package, python3, terminal
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#```python
# Demo of the packageimport ezcli
ezcli.config(
appname="ezCLI demo")ezcli.arguments()
```