[ nabia ]
[ aramo ]
[ 源代码: python-fire ]
软件包: python3-fire (0.2.1-1)
python3-fire 的相关链接
Trisquel 的资源:
下载源码包 python-fire:
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Mo Zhou
外部的资源:
- 主页 [github.com]
相似软件包:
automatically generate CLIs from absolutely any Python object
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
* Python Fire is a simple way to create a CLI in Python. * Python Fire is a helpful tool for developing and debugging Python code. * Python Fire helps with exploring existing code or turning other people's code into a CLI. * Python Fire makes transitioning between Bash and Python easier. * Python Fire makes using a Python REPL easier by setting up the REPL with the modules and variables you'll need already imported and created.
其他与 python3-fire 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-termcolor
- ANSII Color formatting for output in terminal - Python 3.x