Click

E431940

Click is a popular Python package that simplifies the creation of composable, user-friendly command-line interfaces.

All labels observed (1)

Label Occurrences
Click canonical 9

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf Python software library ⓘ
command-line interface framework ⓘ
alternativeTo Typer ⓘ
argparse ⓘ
docopt ⓘ
author Armin Ronacher ⓘ
category Python CLI libraries ⓘ
Python development tools ⓘ
compatibleWith Python 3 ⓘ
linked to: Python 3.x
designGoal composable command-line interfaces ⓘ
minimize boilerplate code ⓘ
support complex CLI applications ⓘ
user-friendly command-line interfaces ⓘ
developer Pallets team ⓘ
linked to: Pallets
documentationURL https://click.palletsprojects.com/ ⓘ
implements command-line interface creation ⓘ
importName click ⓘ
incompatibleWith Python 2 (latest major versions) ⓘ
linked to: Python 2.0
license BSD-3-Clause License ⓘ
linked to: BSD license
maintainerOrganization Pallets ⓘ
programmingLanguage Python ⓘ
relatedTo Flask ⓘ
Werkzeug ⓘ
repositoryPlatform GitHub ⓘ
sourceCodeRepository https://github.com/pallets/click ⓘ
supports Linux ⓘ
Windows ⓘ
macOS ⓘ
supportsFeature automatic help page generation ⓘ
automatic usage messages ⓘ
colorized terminal output ⓘ
command chaining ⓘ
command groups ⓘ
declarative command-line argument parsing ⓘ
environment variable support ⓘ
file and path parameters ⓘ
nested commands ⓘ
option callbacks ⓘ
parameter type conversion ⓘ
plugin-like extensibility via command groups ⓘ
prompting for input ⓘ
shell completion ⓘ
typicalUsage building command-line tools ⓘ
wrapping Python functions as CLI commands ⓘ
usesConcept context objects for passing state ⓘ
decorators for defining commands ⓘ
parameter objects for options and arguments ⓘ

How these facts were elicited

Referenced by (9)

Full triples — surface form annotated when it differs from this entity's canonical label.

Typer → inspiredBy → Click ⓘ
subject linked to: typer
Typer → inspiredBy → Click ⓘ
Armin Ronacher → knownFor → Click ⓘ
subject linked to: mitsuhiko
Pallets Projects → maintains → Click ⓘ
subject linked to: mitsuhiko
Armin Ronacher → softwareLibraryCreated → Click ⓘ
subject linked to: mitsuhiko
Pocoo Team → notableWork → Click ⓘ