Logger
loguru
- 超簡単に使えるロガー
- https://github.com/Delgan/loguru
icecream
- どちらかというと Pretty-printing だけど、ロガーとセットで使うからここでいいや
- https://github.com/gruns/icecream
Web Server
FastAPI
- 素晴らしい
- 型指定な REST API用ウェブサーバー
- https://fastapi.tiangolo.com/ja/
CLI
Typer
- 素晴らしい
- 型指定で コマンドライン引数解析などをやってくれるCLI作成用ライブラリ
- https://typer.tiangolo.com/
IoC, DI
lagom
- 超簡単に使える dependency injection コンテナ
- https://lagom-di.readthedocs.io/en/latest/