fire 0.7.0
0
A library for automatically generating command line interfaces.
Contents
A library for automatically generating command line interfaces.
Stars: 26959, Watchers: 26959, Forks: 1440, Open Issues: 150The google/python-fire
repo was created 7 years ago and the last code push was 1 weeks ago.
The project is extremely popular with a mindblowing 26959 github stars!
How to Install fire
You can install fire using pip
pip install fire
or add it to a project with poetry
poetry add fire
Package Details
- Author
- David Bieber
- License
- Apache Software License
- Homepage
- https://github.com/google/python-fire
- PyPi:
- https://pypi.org/project/fire/
- GitHub Repo:
- https://github.com/google/python-fire
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common fire errors.
Code Examples
Here are some fire
code examples and snippets.
GitHub Issues
The fire package has 150 open issues on GitHub
- adding code to support optional type appreviation request
- mis-assigned keyword arguments when two function parameters have the same name
- Hoangtl
- Hoang nguyen update report
- Changing the value of a variable in a script
- Classes as parameters
- Typo improvement for using CLI
- Ok
- Is there something that does the opposite with command line python applications?
- [![Python Fire](https://github.com/google/python-fire/actions/workflo…
- Chaining function (not method) calls?
- Fix Display parameters of the parent class
- What is the best way to have a "factory method" style?
- Less than helpful help text for Optional[int] argument
- Fix #315 Change the _KeywordOnlyArguments filtering condition