clicking

Convenience function for Click.


Keywords
clicking
License
MIT
Install
pip install clicking==0.2.0

Documentation

Clicking

PyPI version PyPI pyversions PyPI license PyPI status PyPI format

Convenience function for Click.

Installation

(.venv) > pip install clicking

Usage

Echo

Convenience functions for click.echo because it's a pain to remember the color and naming convention I myself use before.

info
Print message in bold white.
progress
Print message in bold blue.
working
Print message in bold cyan.
success
Print message in bold green.
warning
Print message in bold yellow.
fail
Print message in bold red.

Exception

Error
Print message in bold red.

Changes

0.1.1

  • Add exception that print message in bold red when raised.

0.1.0

  • First public release.