Contents

fire 0.7.1

0

A library for automatically generating command line interfaces.

A library for automatically generating command line interfaces.

Stars: 28118, Watchers: 28118, Forks: 1469, Open Issues: 162

The google/python-fire repo was created 8 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 28118 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
None
License
Apache-2.0
Homepage
None
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 162 open issues on GitHub

  • Improve CLI error handling for missing required arguments
  • Add documentation for supported docstring formats
  • Add support for environment variable configuration
  • Bump the gh-actions group across 1 directory with 2 updates
  • Add docs page with documentation on docstring style(s) supported/expected

See more issues on GitHub

Related Packages & Articles

face 24.0.0

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

cmd2 3.2.0

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