</>PackageGraphPackageGraph

click

PyPIv8.5.0

Composable command line interface toolkit

Not recommended for new projects

No — click should not be adopted for new projects. No license declared — you have no explicit right to use this code.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 14 days ago. 12 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 122 KB installed.

  • BSupply chain: grade B, Good.

    This package lists no maintainer.

  • FLicense: grade F, Failing.

    No license declared — you have no explicit right to use this code.

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 to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

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

122 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Python
python >=3.10

Quick start

A usage example from the click README.

import click

@click.command()
@click.option("--count", default=1, help="Number of greetings.")
@click.option("--name", prompt="Your name", help="The person to greet.")
def hello(count, name):
    """Simple program that greets NAME for a total of COUNT times."""
    for _ in range(count):
        click.echo(f"Hello, {name}!")

if __name__ == '__main__':
    hello()

Used by

Popular packages that depend on click.

Relationship graph

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

Frequently installed together

Release history

12 releases in the last two years, typically about 30 days apart.

Recent versions of click
VersionPublishedSizeLicense
8.5.0latest14 days ago122 KB
8.4.22 months ago116 KB
8.4.13 months ago114 KB
8.4.03 months ago113 KB
8.3.34 months ago108 KB
8.3.25 months ago106 KB
8.3.19 months ago106 KB
8.3.011 months ago105 KB
8.2.21 year ago101 KB
8.2.11 year ago100 KB
8.2.01 year ago100 KB
8.1.81 year ago96 KB
8.1.73 years ago96 KB
8.1.63 years ago96 KB
8.1.53 years ago96 KB

Overview

click is an PyPI package that composable command line interface toolkit. It has 7 known dependents in the graph. The latest version is 8.5.0.

Who should use it

Teams working in the PyPI ecosystem who need composable command line interface toolkit 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

  • Zero runtime dependencies — minimal footprint.

Cons

  • No license detected — review usage terms before adopting.

Auto-generated from collected registry metadata. No external claims are inferred.

Funding

Frequently asked questions

Should I use click?

No — click should not be adopted for new projects. No license declared — you have no explicit right to use this code.

How do I install click?

Run `pip install click` to add click to your PyPI project.

What license is click released under?

No license was detected in click's metadata; review the repository before use.

How popular is click?

PyPI does not publish download counts. Within PackageGraph's crawl, 7 known packages depend on click.

Is click still maintained?

The most recent release of click (v8.5.0) was published 14 days ago.