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
- Do not execute anything if command line is invalid, and make it the default behavior
- --help doesn't work on functions with **kwargs and all default args
- Completion does not work with nested commands with 'group flags'
- Accessing Available Indexes
- Feature request: Let users require parameters to start with '--', to easily run more than one function at a time.
- Raising FireError in __init__ is not handled properly
- async callable objects
- When returning a dict containing keys starting with an underscore, these entries are not shown
- AttributeError when calling a method which returns a BeautifulSoup object
- Proper way to do tear-up/tear-down?
- Docs
- Python not yet supported