python-fire
python-fire copied to clipboard
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Commits 053c2c3 Bump pylint to 3.1.0, update changelog c954636 Upgrade release documentation, and contributors.txt 7300ed2 Discover .pyi files (#9241) 9dbf3df...
I am trying to address https://github.com/google/python-fire/issues/420#issuecomment-1989323528 cc: @hugovk if you would be so kind (as always you have been) and may help me, check I missed :rabbit:
replaced sum of strings for fstrings to avoid potential type's mismatch and make code more clear
Closes #508 Fixed bug where objects from typing instance were not displayed correctly mentioned in #508 and also Union types. Added tests for typing.Union and typing.Optional ### Other notes Removed...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v70.1.1 Misc #4429 v70.1.0 Features Adopted the bdist_wheel command from the wheel project -- by...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 8.2.2 pytest 8.2.2 (2024-06-04) Bug Fixes #12355: Fix possible catastrophic performance slowdown on a...
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Commits d8c1783 Bump hypothesis-python version to 6.104.2 and update changelog c79e893 Merge pull request #4022 from tybug/post-test-case-hook-fix 976f559 update typing...
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Commits ae730ac Bump pylint to 3.2.5, update changelog (#9756) be7b5cc [unreachable-code] Fix the false positive in python 3.8 (#9753) (#9755)...
For example ```sh python foo.py key:value # Splits into key and value python foo.py gh:itsmeadarsh2008/flpc # gh argument passed with "itsmeadarsh2008/flpc" ```
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Commits 54d029d Bump hypothesis-python version to 6.103.0 and update changelog 822e39d Merge pull request #3962 from tybug/shrinker-ir 3814b54 temporarily skip...