mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-17 03:25:21 -05:00
[PR #2241] [CLOSED] Add click-extra. #13078
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2241
Author: @kdeldycke
Created: 11/28/2022
Status: ❌ Closed
Base:
master← Head:add-click-extra📝 Commits (1)
84d6edcAdd click-extra.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
click-extrais a collection of helpers and utilities for Click, the Python CLI framework.It is a drop-in replacement with good defaults that saves lots of boilerplate code and frustration. It also comes with workarounds and patches that have not reached upstream yet (or are unlikely to).
What's the difference between this Python project and similar ones?
This project adds the following features on top of
click:TOMLYAMLJSON, with inline and block comments (Python-style#and Javascript-style//)INI, with extended interpolation, multi-level sections and non-native types (list,set, …)XMLCLI>Configuration>Environment>Defaultsprecedence--show-paramsoption to debug parameters defaults, values, environment variables and provenance-h/--helpoption names (see rant on other inconsistencies)--color/--no-coloroption flagNO_COLORenvironment variable convention fromno-color.org--versionoption--verbosityoption and logs--time/--no-timeflag to measure duration of command executionpytest:@skip_linux,@skip_macosand@skip_windows@unless_linux,@unless_macosand@unless_windows@destructiveand@non_destructivecloupto add:Did you mean <subcommand>?)--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.