Contents

click-plugins 1.1.1

0

An extension module for click to enable registering CLI commands via setuptools entry-points.

An extension module for click to enable registering CLI commands via setuptools entry-points.

Stars: 128, Watchers: 128, Forks: 19, Open Issues: 8

The click-contrib/click-plugins repo was created 8 years ago and the last code push was 5 months ago.
The project is popular with 128 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
No  click-plugins  pypi packages just yet.

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

See more issues on GitHub

Related Packages & Articles

typer 0.12.3

Typer, build great CLIs. Easy to code. Based on Python type hints.

click 8.1.7

Composable command line interface toolkit

tox 4.14.2

tox is a generic virtualenv management and test command line tool

docopt 0.6.2

Pythonic argument parser, that will make you smile

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.