https://github.com/bertpl/click-prism
See your Click CLI from every angle.
https://github.com/bertpl/click-prism
Last synced: about 1 month ago
JSON representation
See your Click CLI from every angle.
- Host: GitHub
- URL: https://github.com/bertpl/click-prism
- Owner: bertpl
- License: bsd-3-clause
- Created: 2026-04-18T07:23:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T07:01:59.000Z (about 2 months ago)
- Last Synced: 2026-04-28T09:07:09.539Z (about 2 months ago)
- Language: Python
- Size: 1.31 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# click-prism
See your Click CLI from every angle.
[](https://github.com/bertpl/click-prism/actions/workflows/push_to_main.yml)
[](https://pypi.org/project/click-prism/)
[](https://pypi.org/project/click-prism/)
[](https://codecov.io/gh/bertpl/click-prism)
[](https://github.com/bertpl/click-prism/blob/main/LICENSE)
Tree visualization (plain or [Rich](https://rich.readthedocs.io/)-styled)
and JSON output for [Click](https://click.palletsprojects.com/) command
hierarchies.
## Installation
```bash
pip install click-prism
```
For [Rich](https://rich.readthedocs.io/)-rendered output:
```bash
pip install click-prism[rich]
```
## Usage
*(Coming soon — package is pre-implementation.)*
## License
[BSD-3-Clause](https://github.com/bertpl/click-prism/blob/main/LICENSE).