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
- Everything after the `#` character gets stripped down from string argument
- Fire can't find custom `__str__` of `~datasets.Dataset` from HuggingFace
- Ignoring convention that `--` separate non-flag arguments in bash (apart from last `--` for fire flags)
- Can't show ansi color on windows if use git bash
- Wrongly uses a pager when not asked to do so
- Refactor Tests to a Dedicated `tests/` Folder.
- Update readthedocs
- Tuple of strings parsed as string if one of the strings contains a hyphen
- Param Alias
- Allow to supress output.
- Docs
- Python not yet supported