Python世界tqdm进度条显示等新潮小工具推荐 21-12-17 banq Python世界中越来越受欢迎的新工具浪潮: - tqdm:进度条(https://tqdm.github.io/) - rich :文本格式(https://github.com/willmcgugan/rich) - textual:TUI,使用rich 的(https://github.com/willmcgugan/textual) - fastpi:Rest APIs ( https://fastapi.tiangolo.com/ ) - typer:CLI 库,使用 Click ( https://typer.tiangolo.com/ ) - pydantic:自定义数据类型(https://pydantic-docs.helpmanual.io/) - shiv:创建 Python zipapps ( https://shiv.readthedocs.io/en/latest/ ) - toga:GUI 工具包(https://toga.readthedocs.io/en/latest/) - doit:任务运行器(https://pydoit.org/) - diskcache:磁盘缓存(https://github.com/grantjenks/python-diskcache/)