Contents

click-plugins 1.1.1.2

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: 131, Watchers: 131, Forks: 19, Open Issues: 0

The click-contrib/click-plugins repo was created 10 years ago and the last code push was 2 months ago.
The project is popular with 131 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.

Related Packages & Articles

typer 0.21.1

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

click 8.3.1

Composable command line interface toolkit

tox 4.38.0

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.4

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.