github fastapi/typer 0.6.0

latest releases: 0.12.5, 0.12.4, 0.12.3...
2 years ago

This release adds deep integrations with Rich. ✨

rich is an optional dependency, you can install it directly or it will be included when you install with:

$ pip install "typer[all]"

If Rich is available, it will be used to show the content from --help options, validation errors, and even errors in your app (exception tracebacks).

There are new options to group commands, CLI arguments, and CLI options, support for Rich Console Markup, and more! 🎉

Features

Docs

Internal

Don't miss a new typer release

NewReleases is sending notifications on new releases.