Python 库August 17, 2025 · One min readfengjutian哈哈哈哈哈哈😄loguru A Python logging library designed to be simple, powerful, and enjoyable to use.Eliminates boilerplate and complexity found in the standard logging module.Encourages developers to use logging from the start instead of relying on print().地址:https://github.com/delgan/loguru
Python AppAugust 15, 2025 · One min readfengjutian哈哈哈哈哈哈😄fletFlet 就是一个能让你用熟悉的语言(目前 Python)快速构建实时 Web、移动、桌面 App 的框架。地址:https://github.com/flet-dev/flet?tab=readme-ov-file
Python SQlAugust 13, 2025 · One min readfengjutian哈哈哈哈哈哈😄sqladminSQLAdmin,全称 SQLAlchemy Admin for Starlette/FastAPI,是基于 SQLAlchemy 的 Admin 管理面板,专门给 Starlette/FastAPI 量身打造的。 简单说,它帮你:• 自动生成列表/详情/编辑/删除页 • 支持同步/异步数据库引擎 • 用 Tabler 风格 UI,美观大方 • 兼容 WTForms 和 SQLModel地址:https://github.com/aminalaee/sqladmin