click-repl
PyPIv0.3.0REPL plugin for Click
Not recommended for new projects
No — click-repl should not be adopted for new projects. Last published 1182 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 1182 days ago.
- AWeight: grade A, Excellent.
Pulls in 3 transitive packages, about 839 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding click-repl to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Python
- python >=3.6
Quick start
A usage example from the click-repl README.
import click
from click_repl import register_repl
@click.group()
def cli():
pass
@cli.command()
def hello():
click.echo("Hello world!")
register_repl(cli)
cli()Dependencies
Declared by click-repl v0.3.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Used by
Popular packages that depend on click-repl.
Relationship graph
Dependencies (left) and dependents (right) of click-repl.
Frequently installed together
Composable command line interface toolkit
Backport of PEP 654 (exception groups)
Python multiprocessing fork with improvements and bugfixes
Messaging library for Python.
Python promises.
Enables git-like *did-you-mean* feature in click
An extension module for click to enable registering CLI commands via setuptools entry-points.
Extensions to the standard Python datetime module
tzinfo object for the local timezone
Release history
No releases in the last two years, typically about 134 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.3.0latest | 3 years ago | 10 KB | MIT |
| 0.2.0 | 5 years ago | 5.0 KB | MIT |
| 0.1.6 | 8 years ago | 4.1 KB | MIT |
| 0.1.5 | 8 years ago | 4.1 KB | MIT |
| 0.1.4 | 8 years ago | 4.7 KB | MIT |
| 0.1.3 | 8 years ago | 4.6 KB | MIT |
| 0.1.2 | 9 years ago | 4.5 KB | MIT |
| 0.1.1 | 9 years ago | 4.3 KB | MIT |
| 0.1.0 | 10 years ago | 4.2 KB | MIT |
Overview
click-repl is an PyPI package that rEPL plugin for Click. It has 1 known dependents in the graph. The latest version is 0.3.0, released under the MIT license.
Who should use it
Teams working in the PyPI ecosystem who need rEPL plugin for Click and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.
Pros
- Clear open-source license (MIT).
- Lean dependency tree (2 direct dependencies).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use click-repl?
No — click-repl should not be adopted for new projects. Last published 1182 days ago.
How do I install click-repl?
Run `pip install click-repl` to add click-repl to your PyPI project.
How many dependencies does click-repl have?
click-repl declares 2 direct dependencies and pulls in 3 packages in total once its runtime tree is resolved totalling about 839 KB on disk.
What license is click-repl released under?
click-repl is distributed under the MIT license.
How popular is click-repl?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on click-repl.
Is click-repl still maintained?
The most recent release of click-repl (v0.3.0) was published 3 years ago.