SIGN IN SIGN UP
google / python-fire UNCLAIMED

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

0 0 2 Python

TAGS

13 tags
v0.7.0

Replace Python 2 type hints with real type annotations (#559) * Replace Python 2 type hints with real type annotations

v0.6.0

Add Python 3.11 and Python 3.12 to build workflow (#485) This change brings github actions back into the green.

v0.5.0

Change mkdocs from pages to nav (#421) "pages" has been deprecated in favor of "nav"

v0.4.0

Travis pytype bug fix PiperOrigin-RevId: 353263304 Change-Id: Ic4d40ba1aa60eb1c4433cc36e0fdb22af561efdf

v0.3.1

Bump version number to 0.3.1. PiperOrigin-RevId: 304652311 Change-Id: I7e7e7c1d8cce1eb2c9dd59130b97ccc873b537fb

v0.3.0

Switch from unittest to testutils. PiperOrigin-RevId: 301875411 Change-Id: Ie5df8560ce1a17f3cbf30b8087fb807398eb5ee0

v0.2.1

Set version to 0.2.1. PiperOrigin-RevId: 260758966 Change-Id: I46fd2a5fbbbfa33c86782a25c9e92b387c6fb03d

v0.2.0

make pytype happy w/ __str__ feature. PiperOrigin-RevId: 260155248 Change-Id: Iac4795a8177df8bf9108efe916035f94507e8902

v0.1.3

- Prepare Fire for v0.1.3 release. by dbieber <dbieber@google.com> PiperOrigin-RevId: 186785089 Change-Id: I9c0d87c78fc37c73768c72f9630a5f6d40023cf6 Reviewed-on: https://team-review.git.corp.google.com/221474 Reviewed-by: David Bieber <dbieber@google.com>

v0.1.2

- Sync docs across readme and index. - Clean up ascii comment Copybara generated commit for Python Fire. PiperOrigin-RevId: 166864447 Change-Id: Iafe0bb00bc44b49175c7f138debe89013f2787dd Reviewed-on: https://team-review.git.corp.google.com/107481 Reviewed-by: David Bieber <dbieber@google.com>

v0.1.1

Bump version from 0.1.0 to 0.1.1

v0.1.0

v0.1.0 Initial upload to pypi. pypi.python.org/simple/fire/ You can now install via `pip install fire`.