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
- Type information should be visible in help screen
- First-character argument flag is undocumented and behaves strangely when colliding with default options
- Add docs page with documentation on docstring style(s) supported/expected
- Dynamically dispatch function but do not print result
- Display dict of namedtuples
- All the list is convert into string if '-' is present
- Using `--help` with `file.Fire()` usage incorrectly prints imports and variables
- Provide strict mode
- Get a list of all valid commands when writing --help
- Ability use args, kwargs with delimiter
- Docs
- Python not yet supported