Skip to main content

示例 Python 项目,通过 logging 输出简单信息。

Project description

Python 示例项目

本项目使用 setuptoolspyproject.toml 管理依赖,示范如何构建可执行的命令行工具。

快速开始

  1. 进入项目目录
    cd python_app
    
  2. 创建虚拟环境
    python3 -m venv .venv
    source .venv/bin/activate
    
  3. 安装依赖
    pip install -e .[dev]
    
  4. 运行主程序
    python-app-demo --name 世界
    
  5. 运行测试
    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

如需在 MCP 模式下使用 Teable 相关工具,可通过命令行参数传入配置(优先级高于环境变量):

python -m app.main --mode mcp \
  --teable-base-url https://app.teable.cn \
  --teable-token "teable_xxx" \
  --teable-base-id bseXXXXXXXXXXXX
Requires:
- Python >= 3.10

Project details


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.6.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_app_demo-0.1.6-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file python_app_demo-0.1.6.tar.gz.

File metadata

  • Download URL: python_app_demo-0.1.6.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for python_app_demo-0.1.6.tar.gz
Algorithm Hash digest
SHA256 8a8653599a6df37e849bb7cbc1d20456d337ca6e0f0dfd850c41c4660c07ee15
MD5 60a01ec778008844fe6138cf5e50955c
BLAKE2b-256 1dbf9ced88c62cb528d0a8a75479fd33d4a757d7b89f44f65c81f1137ad3b25f

See more details on using hashes here.

File details

Details for the file python_app_demo-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for python_app_demo-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 26f40e1d0de4f8e51ef95b61c811d8a59059f3523d067ebe336a317e789b2372
MD5 f514c472561866b97447733f7794fa1c
BLAKE2b-256 30694a96184f4285c3cb4d9c27a8500028014e7e4a92b167696cc63ce2ca12be

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page