Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


PyPI
Documentation Status
MIT License
Tests
Code style: black
codecov
code quality



icon


#

```python
# Demo of the package

import ezcli

ezcli.config(
appname="ezCLI demo")

ezcli.arguments()
```