Merge pull request #2747 from TS-SAHANA/patch-1

Add Typer to Command-line Interface Development section
This commit is contained in:
Vinta Chen 2026-01-08 14:54:50 +08:00 committed by GitHub
commit ef2e10b5df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,6 +271,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands.
* [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.
* [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) - A library for building powerful interactive command lines.
* [Typer](https://github.com/tiangolo/typer) - Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
* Terminal Rendering
* [alive-progress](https://github.com/rsalmei/alive-progress) - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
* [asciimatics](https://github.com/peterbrittain/asciimatics) - A package to create full-screen text UIs (from interactive forms to ASCII animations).