ppc64le/linux/: fire-0.7.0 metadata and description

Homepage Simple index

A library for automatically generating command line interfaces.

author David Bieber
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • Topic :: Software Development :: Libraries :: Python Modules
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Operating System :: OS Independent
  • Operating System :: POSIX
  • Operating System :: MacOS
  • Operating System :: Unix
  • Environment :: MetaData :: IBM Python Ecosystem
dynamic summary
keywords command line interface cli python fire interactive bash tool
license Apache Software License
license_file LICENSE
requires_dist
  • termcolor
File Tox results History
fire-0.7.0-py3-none-any.whl
Size
115 KB
Type
Python Wheel
Python
3

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.