ppc64le/linux/: fire-0.7.0 metadata and description
A library for automatically generating command line interfaces.
| author | David Bieber |
| author_email | [email protected] |
| classifiers |
|
| dynamic | summary |
| keywords | command line interface cli python fire interactive bash tool |
| license | Apache Software License |
| license_file | LICENSE |
| metadata_version | 2.4 |
| requires_dist |
|
| File | Tox results | History |
|---|---|---|
fire-0.7.0-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.