Skip to main content

🌈 Extra colorization and configuration file for Click.

Project description

Click Extra

Last release Python versions Unittests status Coverage status

What is Click Extra?

click-extra is a collection of helpers and utilities for Click, the Python CLI framework.

It provides boilerplate code and good defaults, as weel as some workarounds and patches that have not reached upstream yet (or are unlikely to).

Used in

Installation

Install click-extra with pip:

$ pip install click-extra

Features

  • TOML configuration file loader
  • Colorization of help screens
  • --color/--no-color option flag
  • Colored --version option
  • Colored --verbosity option and logs
  • --time/--no-time flag to measure duration of command execution
  • Platform recognition utilities (macOS, Linux and Windows)
  • New conditional markers for pytest:
    • @skip_linux, @skip_macos and @skip_windows
    • @unless_linux, @unless_macos and @unless_windows
    • @destructive and @non_destructive

Issues addressed by click-extra

Keep track of things to undo if they reach upstream.

click:

click-log:

click-help-color:

cli-helper:

cloup:

python-tabulate:

TOML configuration file

Allows a CLI to read defaults options from a configuration file.

Here is a sample:

# My default configuration file.

[my_cli]
verbosity = "DEBUG"
manager = ["brew", "cask"]

[my_cli.search]
exact = true

Colorization of help screen

Extend Cloup's own help formatter and theme to add colorization of:

  • Options
  • Choices
  • Metavars

Dependencies

Here is a graph of Python package dependencies:

click-extra dependency graph

Development

Development guidelines are the same as parent project mpm, from which click-extra originated.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

click-extra-1.2.2.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

click_extra-1.2.2-py3-none-any.whl (36.1 kB view details)

Uploaded Python 3

File details

Details for the file click-extra-1.2.2.tar.gz.

File metadata

  • Download URL: click-extra-1.2.2.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for click-extra-1.2.2.tar.gz
Algorithm Hash digest
SHA256 3f6d5bd94724c6a77c2e8834018019e33b2139b1dfc932410c3d656b1b2d799d
MD5 4692accb8341181957395145bcca4757
BLAKE2b-256 32fb892ebd48de564cbec1a244baa45d8dd0a6bf7008f946c14321f555a1b5e4

See more details on using hashes here.

File details

Details for the file click_extra-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: click_extra-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 36.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for click_extra-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8874b8d7dac1e51f290ea8ba8422050d7e90bcead5cd7ac2ee4dae0bbfd335ca
MD5 68c7b5063d3ab3019b9de404262d036b
BLAKE2b-256 e3ee21e1e4b9827941d235f783c12abf758b47addc12f37bdf7d890f9390ccd8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page