示例 Python 项目,通过 logging 输出简单信息。
Project description
Python 示例项目
本项目使用 setuptools 和 pyproject.toml 管理依赖,示范如何构建可执行的命令行工具。
快速开始
- 进入项目目录
cd python_app
- 创建虚拟环境
python3 -m venv .venv source .venv/bin/activate
- 安装依赖
pip install -e .[dev]
- 运行主程序
python-app-demo --name 世界
- 运行测试
pytest
项目结构
├── pyproject.toml
├── README.md
├── src
│ └── app
│ ├── __init__.py
│ └── main.py
└── tests
├── __init__.py
└── test_main.py
日志
主程序使用标准库 logging 记录调试与信息级别的日志,并在处理用户输入时输出详细信息,方便排查问题。
MCP 服务
命令行新增 --mode mcp 参数,可启动基于 FastMCP 的服务,当前暴露以下工具:
generate_greeting:生成问候语,复用 CLI 逻辑。get_current_time:返回当前时间与时间戳。
示例:
python -m app.main --mode mcp
Requires:
- Python >= 3.10
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python_app_demo-0.1.5.tar.gz
(11.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_app_demo-0.1.5.tar.gz.
File metadata
- Download URL: python_app_demo-0.1.5.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abb7543b338d67430f425935b1789d0f9bc54dfb4419b1b6813f4e43afd1f7a8
|
|
| MD5 |
ec44fbcbcb6e868b1f52fe5519c6ca30
|
|
| BLAKE2b-256 |
328a386483cee7115a0e387beedd8235b5a6e2f918f45e6b662a52e855338e5b
|
File details
Details for the file python_app_demo-0.1.5-py3-none-any.whl.
File metadata
- Download URL: python_app_demo-0.1.5-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3dfd89d8b6d00a49e94e6b1640a424a653cabd74e054c879f3e5e810eafd3a5
|
|
| MD5 |
c910b81208a1076242e63c915ee9d6e2
|
|
| BLAKE2b-256 |
2a206fb08e5ecfc376a689b87f08722e9c4ea3fb63966c5aae7650064e7f3a09
|