Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trstringer/pycli
:computer: Basic structure for a simple Python CLI
https://github.com/trstringer/pycli
cli cli-structure python python-cli
Last synced: 3 months ago
JSON representation
:computer: Basic structure for a simple Python CLI
- Host: GitHub
- URL: https://github.com/trstringer/pycli
- Owner: trstringer
- Created: 2016-10-22T00:39:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T08:08:00.000Z (over 6 years ago)
- Last Synced: 2024-10-23T07:53:49.089Z (3 months ago)
- Topics: cli, cli-structure, python, python-cli
- Language: Python
- Size: 1000 Bytes
- Stars: 110
- Watchers: 4
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - trstringer/pycli - :computer: Basic structure for a simple Python CLI (Python)
README
# Python CLI structure
## Why?
This repo serves as a good reference point for a simple and basic CLI
structure. This can either be consumed visually or cloned in which case you
should change `pycli` to whatever your CLI name will be.