</>PackageGraphPackageGraph

click-repl

PyPIv0.3.0

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

2
Direct dependencies

Runtime packages this one declares itself.

3
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

839 KB
Install size

Unpacked size of this package plus its entire runtime tree.

2
Tree depth

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.

Used by

Popular packages that depend on click-repl.

Relationship graph

Dependencies (left) and dependents (right) of click-repl.

clickprompt-toolkitceleryclick-repl
click-repl dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 134 days apart.

Recent versions of click-repl
VersionPublishedSizeLicense
0.3.0latest3 years ago10 KBMIT
0.2.05 years ago5.0 KBMIT
0.1.68 years ago4.1 KBMIT
0.1.58 years ago4.1 KBMIT
0.1.48 years ago4.7 KBMIT
0.1.38 years ago4.6 KBMIT
0.1.29 years ago4.5 KBMIT
0.1.19 years ago4.3 KBMIT
0.1.010 years ago4.2 KBMIT

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.