一份精选的 Python 框架、库、软件和资源列表。 灵感来自 awesome-php。
digital_detox_ai/ ├── backend/ │ ├── main.py # FastAPI app entry point │ ├── config.py # Configuration & environment │ ├── models/ │ │ ├── database.py # SQLAlchemy models │ │ └── schemas.py # Pydantic ...