python-fire
https://github.com/google/python-fire
Python
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported3 Subscribers
Add a CodeTriage badge to python-fire
Help out
- Issues
- fix(main): use package name instead of __main__.py in usage output
- Use package name when __main__.py is used
- python-fire: (1) PAGER+shell=True RCE in console_io.More (2) bash $(...) runs when sourcing --completion from maliciously named .py file. PoC verified.
- Fix numpy docstring args being misparsed as section headers (fixes #439)
- Fix Windows path regex escaping in MainModuleTest.testArgPassing
- fix: parse hyphenated strings correctly inside container literals
- Update termcolor requirement from <3.2.0 to <3.4.0
- Update pytest requirement from <=8.4.1 to <=9.1.1
- Update hypothesis requirement from <6.137.0 to <6.156.0
- Update pylint requirement from <3.3.8 to <4.0.7
- Docs
- Python not yet supported