python-fire icon indicating copy to clipboard operation
python-fire copied to clipboard

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

Results 197 python-fire issues
Sort by recently updated
recently updated
newest added

Hello, would it be possible to provide a python wheel in addition to the tar tz on pypi? https://pypi.org/project/fire/#files Currently only the source code is provided. I have a client...

Updates the requirements on [termcolor](https://github.com/termcolor/termcolor) to permit the latest version. Release notes Sourced from termcolor's releases. Release 3.1.0 Added Add true colour RGB option as input arguments (#102) @​icyveins7 Cache...

dependabot

Updates the requirements on [levenshtein](https://github.com/rapidfuzz/Levenshtein) to permit the latest version. Release notes Sourced from levenshtein's releases. Release 0.27.1 Changed fix build with scikit-build-core v0.11 upgrade to Cython==3.0.12 Changelog Sourced from...

dependabot

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v80.9.0 Features Set a deadline for the removal of pkg_resources later this year (December). (#3085)...

dependabot

I ran into an exception when using `fire 0.7.0` and `python 3.13.2`, and in an attempt to fix it, I created this reproducible code: ``` import fire def main(flag): print(flag)...

Hi, I am using fire on a `main` function that returns a `~datasets.Dataset` object. When running from cli, I get the help screen for `~datasets.Dataset` rather than the `__str__` implementation...

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `setuptools` to 80.7.1 Changelog Sourced from setuptools's changelog. v80.7.1 Bugfixes Only attempt to fetch eggs for unsatisfied requirements. (#4998)...

dependabot

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 8.3.5 pytest 8.3.5 (2025-03-02) Bug fixes #11777: Fixed issue where sequences were still being...

dependabot

- Added CommandCategory decorator to helptext module for marking a method with a category - Added __fire_category__ for classes to enable categorization - Everything that has no categorization goes into...