Skip to main content

collection of click extensions

Project description

This package helps creating re-usable flags for click scripts.

PyPI version Python versions Build Black

Features

The flags (defined elsewhere) can be used as:

import click
import click.plus

@click.command()
.. normal click options/arguments
@click.plus.configure(["boost"])
def main():
    ...

There’s a commented example with a main script and the arguments group args.

Requirements

  • Python >= 3.5.

  • click

Installation

You can install click-plus via pip from PyPI:

$ pip install click-plus

Project details


Download files

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

Source Distribution

click-plus-0.0.3.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

click_plus-0.0.3-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

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