Contents

click-repl 0.3.0

0

REPL plugin for Click

REPL plugin for Click

Stars: 214, Watchers: 214, Forks: 41, Open Issues: 23

The click-contrib/click-repl repo was created 8 years ago and the last code push was 2 months ago.
The project is popular with 214 github stars!

How to Install click-repl

You can install click-repl using pip

pip install click-repl

or add it to a project with poetry

poetry add click-repl

Package Details

Author
Markus Unterwaditzer
License
MIT
Homepage
https://github.com/untitaker/click-repl
PyPi:
https://pypi.org/project/click-repl/
GitHub Repo:
https://github.com/untitaker/click-repl

Classifiers

No  click-repl  pypi packages just yet.

Errors

A list of common click-repl errors.

Code Examples

Here are some click-repl code examples and snippets.

GitHub Issues

The click-repl package has 23 open issues on GitHub

  • Drop Python 2 support, remove six
  • Current test will probably not run because of travis changes

See more issues on GitHub

Related Packages & Articles

click-plugins 1.1.1

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

typer 0.12.3

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