typer
https://github.com/tiangolo/typer
Python
Typer, build great CLIs. Easy to code. Based on Python type hints.
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 supported5 Subscribers
Add a CodeTriage badge to typer
Help out
- Issues
- 📝 Add StrEnum example for python 3.11+
- ✨ Support common pydantic types
- 🚀 Roadmap
- ✨ Add support for Literal type
- Unpin flit-core build dependency
- Add keyword arguments to `typer.main.run()`
- Initial attempt at pydantic support.
- pyproject.toml: use modern PEP 621 flit config
- DOC: Documentation of passing multiple values in "option" vs "argument" isn't sufficiently explicit
- Auto-completion when application works in 2 modes (GUI, CLI)
- Docs
- Python not yet supported