click-plugins 1.1.1
0
An extension module for click to enable registering CLI commands via setuptools entry-points.
Contents
An extension module for click to enable registering CLI commands via setuptools entry-points.
Stars: 129, Watchers: 129, Forks: 19, Open Issues: 8The click-contrib/click-plugins
repo was created 9 years ago and the last code push was 11 months ago.
The project is popular with 129 github stars!
How to Install click-plugins
You can install click-plugins using pip
pip install click-plugins
or add it to a project with poetry
poetry add click-plugins
Package Details
- Author
- Kevin Wurster, Sean Gillies
- License
- New BSD
- Homepage
- https://github.com/click-contrib/click-plugins
- PyPi:
- https://pypi.org/project/click-plugins/
- GitHub Repo:
- https://github.com/click-contrib/click-plugins
Classifiers
- Utilities
Related Packages
Errors
A list of common click-plugins errors.
Code Examples
Here are some click-plugins
code examples and snippets.
GitHub Issues
The click-plugins package has 8 open issues on GitHub
- Entry points can not be loaded if there is a package version conflict anywhere in the environment