Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
TAGS
13 tagsReplace Python 2 type hints with real type annotations (#559) * Replace Python 2 type hints with real type annotations
Add Python 3.11 and Python 3.12 to build workflow (#485) This change brings github actions back into the green.
Change mkdocs from pages to nav (#421) "pages" has been deprecated in favor of "nav"
Travis pytype bug fix PiperOrigin-RevId: 353263304 Change-Id: Ic4d40ba1aa60eb1c4433cc36e0fdb22af561efdf
Bump version number to 0.3.1. PiperOrigin-RevId: 304652311 Change-Id: I7e7e7c1d8cce1eb2c9dd59130b97ccc873b537fb
Switch from unittest to testutils. PiperOrigin-RevId: 301875411 Change-Id: Ie5df8560ce1a17f3cbf30b8087fb807398eb5ee0
Set version to 0.2.1. PiperOrigin-RevId: 260758966 Change-Id: I46fd2a5fbbbfa33c86782a25c9e92b387c6fb03d
make pytype happy w/ __str__ feature. PiperOrigin-RevId: 260155248 Change-Id: Iac4795a8177df8bf9108efe916035f94507e8902
- 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>
- 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>