mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
6d612525cb
MILC is a framework for writing CLI applications in Python 3. It gives you all the features users expect from a modern CLI tool out of the box: - CLI Argument Parsing, with or without subcommands - Automatic tab-completion support through argcomplete - Configuration file which can be overridden by CLI options - ANSI color support- even on Windows- with colorama - Logging to stderr and/or a file, with ANSI colors - Easy method for printing to stdout with ANSI colors - Labeling log output with colored emoji to easily distinguish message types - Thread safety WWW: https://milc.clueboard.co/
14 lines
597 B
Plaintext
14 lines
597 B
Plaintext
MILC is a framework for writing CLI applications in Python 3. It gives you all
|
|
the features users expect from a modern CLI tool out of the box:
|
|
|
|
- CLI Argument Parsing, with or without subcommands
|
|
- Automatic tab-completion support through argcomplete
|
|
- Configuration file which can be overridden by CLI options
|
|
- ANSI color support- even on Windows- with colorama
|
|
- Logging to stderr and/or a file, with ANSI colors
|
|
- Easy method for printing to stdout with ANSI colors
|
|
- Labeling log output with colored emoji to easily distinguish message types
|
|
- Thread safety
|
|
|
|
WWW: https://milc.clueboard.co/
|