loongson/pypi/: fire-0.6.0 metadata and description

Homepage Simple index

A library for automatically generating command line interfaces.

author David Bieber
author_email dbieber@google.com
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 :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • 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
  • Operating System :: OS Independent
  • Operating System :: POSIX
  • Operating System :: MacOS
  • Operating System :: Unix
keywords command line interface cli python fire interactive bash tool
license Apache Software License
requires_dist
  • six
  • termcolor
  • enum34 ; python_version < "3.4"

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
fire-0.6.0-py2.py3-none-any.whl
Size
114 KB
Type
Python Wheel
Python
2.7

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.