🌈 Extra colorization and configuration file for Click.
Project description
Click Extra
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
- Mail Deduplicate - A CLI to deduplicate similar emails.
- Meta Package Manager - A unifying CLI for multiple package managers.
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.
- Add a
no-color
option, method or parameter to disable colouring globally (#30) - Log level is leaking between invokations: hack to force-reset it (#29)
- Add missing string interpolation in error message (#24)
- Add trailing dot to help text (#18)
- Add support for option groups on
cloup.Group
(#98) - Styling metavars, default values, env var, choices (#97) & Highlights options, choices and metavars (#95)
- Add loading of options from a TOML configuration file (#96)
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:
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
Built Distribution
File details
Details for the file click-extra-1.2.1.tar.gz
.
File metadata
- Download URL: click-extra-1.2.1.tar.gz
- Upload date:
- Size: 24.1 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f610a27a88269ccab58f88d88c1eee09c5addb34962b970fb67ff6e1de6c4e9f |
|
MD5 | 4a345500b1a29887bd49bdd7fab19ff3 |
|
BLAKE2b-256 | 492146d637dbfea8776cf7318bede6a2d3be3bb251864dabf2e0d12b95dbe874 |
File details
Details for the file click_extra-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: click_extra-1.2.1-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e71c157425881a62b99bd8c1e9d42849c16169e49841c10c7c34accb0588985f |
|
MD5 | 5f3ee47200d3e961e95bed10c0b4f976 |
|
BLAKE2b-256 | 8ddfc4894253842675a91b6578d09503f59a1d3661ed66b7f0722878fd6079f5 |