A way to make simple python CLIs.
Project description
A way to make simple python CLIs.
🏠 Homepage
Install
pip install -U create-a-cli-tool
Features
Easy-To-Use
Maintained CLI Tool Maker
Built-In Help Command
Quick Example
from cli.cli import CLI
my_cli = CLI("My Nice CLI tool!")
@my_cli.command(name="hi", description="Say hello!")
def hi():
print("Hello World!")
my_cli.run()
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
create-a-cli-tool-0.5.4.tar.gz
(12.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file create-a-cli-tool-0.5.4.tar.gz.
File metadata
- Download URL: create-a-cli-tool-0.5.4.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd9e39f8b2d33dd84bb8c1fd4ccbfcac58755c0f018b8ea623f902c4c0873928
|
|
| MD5 |
19e35b0bceffb5ee2a4460f9721bcc4a
|
|
| BLAKE2b-256 |
74df0f6fd1d017e32bd9e4cac816d3bceef02d6c353774377cdc86b2d62329ab
|
File details
Details for the file create_a_cli_tool-0.5.4-py3-none-any.whl.
File metadata
- Download URL: create_a_cli_tool-0.5.4-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3878e2ea6946c86a889ef1a32af1ad0b18885e1b8b2478ee2459156cf3c746fa
|
|
| MD5 |
27ed84eaad52ec5a8c5062c3dcee351a
|
|
| BLAKE2b-256 |
4a4e8b53675917af6168b3c38e077bf4af88a5eeed2086940b362ea3189ba142
|