Project: fire

A library for automatically generating command line interfaces.

Project Details

Latest version
0.5.0
Home Page
https://github.com/google/python-fire
PyPI Page
https://pypi.org/project/fire/

Project Popularity

PageRank
0.009885932191716695
Number of downloads
5779477

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.