[ trixie ]
[ sid ]
[ 原始碼: python-milc ]
套件:python3-milc(1.8.0-3)
Opinionated Batteries-Included Python 3 CLI Framework
MILC is a framework for writing CLI applications in Python 3.7 . 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 * More than 60 built-in spinners with the ability to add your own
其他與 python3-milc 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-argcomplete
- bash/zsh tab completion for argparse (for Python 3)
-
- dep: python3-colorama
- Cross-platform colored terminal text in Python - Python 3.x
-
- dep: python3-halo
- Beautiful terminal spinners library for Python3
-
- dep: python3-platformdirs
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-spinners
- spinners library of terminal for python3
-
- dep: python3-typeshed
- collection of library stubs for Python, with static types