chaoge bf42299ead 重构: 迁移至统一日志系统
- 新增 globalobjects/logger/ 模块化日志系统
- 支持异步写入、多目标输出、敏感信息脱敏
- 完全向后兼容原有logger API
- 备份旧版本为 logger_v1_backup.py 和 logger_v2_backup.py
- 更新 .env.example 和 AGENTS.md 文档
2026-05-22 00:23:30 +08:00
2026-05-10 21:43:32 +08:00
2026-05-22 00:23:30 +08:00
2026-05-22 00:23:30 +08:00
2026-05-22 00:23:30 +08:00
2026-05-20 19:37:26 +08:00
2026-05-20 10:15:24 +08:00
2026-05-21 21:47:19 +08:00
2026-05-10 23:26:56 +08:00
2026-05-13 17:16:49 +08:00
2026-05-22 00:23:30 +08:00
2026-05-13 00:23:41 +08:00
2026-05-10 23:26:56 +08:00
2026-05-20 22:26:08 +08:00
2025-10-23 11:15:25 +08:00
2026-05-18 08:55:25 +08:00

MyAPS FastAPI Project

A simple FastAPI project template with a Python virtual environment.

Project Structure

myaps_fastapi/
├── venv/              # Python virtual environment
├── main.py            # Main FastAPI application
├── requirements.txt   # Project dependencies
├── .gitignore         # Git ignore file
└── README.md          # Project documentation

Getting Started

1. Activate the Virtual Environment

Windows:

venv\Scripts\activate

macOS/Linux:

source venv/bin/activate

2. Install Dependencies

pip install -r requirements.txt

3. Run the FastAPI Server

uvicorn main:app --reload

4. Access the API

API Endpoints

  • GET / - Root endpoint with welcome message
  • GET /api/info - Project information

Features

  • FastAPI framework for high-performance API development
  • Automatic interactive API documentation
  • Python virtual environment for dependency isolation
  • Git integration with proper ignore rules

Requirements

  • Python 3.7+","}}}
S
Description
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,到期日0830
Readme 6.2 MiB
Languages
JavaScript 59.5%
Python 33.5%
HTML 3.7%
CSS 1.1%
Shell 0.8%
Other 1.4%