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 supported2 Subscribers
Add a CodeTriage badge to python-fire
Help out
- Issues
- Verbose help message on objects when possible: No flags and --help flag consistent behavior
- Docstring description multiline parsing
- Version flag alongside other commands
- [feature request] Exclude function (kw)args from synopsis, arguments and flags in help output
- [feature request] support multiple dialects for boolean parameters
- Strings args do not need to be parsed.
- [bug] short flags/arguments does not work with `**kwargs`
- Simple string argument is Converted to integer because input only contains numeric data
- Avoid calling __init__ for classmethod/staticmethod
- parsing function help with multiline
- Docs
- Python not yet supported