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
- Handle exceptions from property getters during member enumeration
- Uncaught exception when a component has a property whose getter raises (intended?)
- fix: display full type info for Optional/Union annotations (fixes #508)
- Parse bare words with hyphens inside containers as strings
- AI-generated possible solution for #634 (A)
- AI-generated possible solution for #634 (B)
- Fix Vulnerability in via PAGER environment variable
- 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: preserve chained flags after kwargs calls
- Fix -h/-i/-v/-t single-char flags being silently hijacked by user function arguments
- Docs
- Python not yet supported