Contents

fire 0.6.0

0

A library for automatically generating command line interfaces.

A library for automatically generating command line interfaces.

Stars: 26227, Watchers: 26227, Forks: 1419, Open Issues: 148

The google/python-fire repo was created 7 years ago and the last code push was 3 days ago.
The project is extremely popular with a mindblowing 26227 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
No  fire  pypi packages just yet.

Errors

A list of common fire errors.

Code Examples

Here are some fire code examples and snippets.

GitHub Issues

The fire package has 148 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

See more issues on GitHub

Related Packages & Articles

fiona 1.9.6

Fiona reads and writes spatial data files

face 22.0.0

A command-line application framework (and CLI parser). Friendly for users, full-featured for developers.

cmd2 2.4.3

cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python