loongson/pypi/: fire-0.6.0 metadata and description
A library for automatically generating command line interfaces.
author | David Bieber |
author_email | dbieber@google.com |
classifiers |
|
keywords | command line interface cli python fire interactive bash tool |
license | Apache Software License |
requires_dist |
|
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fire-0.6.0-py2.py3-none-any.whl
|
|
Python Fire is a library for automatically generating command line interfaces (CLIs) with a single line of code.
It will turn any Python module, class, object, function, etc. (any Python component will work!) into a CLI. It’s called Fire because when you call Fire(), it fires off your command.