A collection of Python utilities for Panda projects
Project description
Panda Python Packages
一个 Python 工具包集合,用于 Panda 项目。
📦 安装
从 PyPI 安装(推荐)
pip install panda-python-packages
从 GitHub 安装(开发版)
pip install git+https://github.com/panda-wayback/panda-python-packages.git
🚀 使用
from panda_python_packages.utils import hello
print(hello())
📝 发布
包会发布到 PyPI。发布流程:
- 更新版本号:在
pyproject.toml中更新version - 创建并推送 tag:
git tag v1.0.0 git push origin v1.0.0
- 自动发布:推送 tag 后,GitHub Actions 会自动构建并上传到 PyPI
详细配置请参考 PYPI_SETUP.md
🔧 开发
# 克隆仓库
git clone https://github.com/panda-wayback/panda-python-packages.git
cd panda-python-packages
# 安装开发依赖
pip install -e ".[dev]"
# 运行测试
pytest
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
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 panda_python_packages-0.1.0.tar.gz.
File metadata
- Download URL: panda_python_packages-0.1.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd535f6ddc8eacc7b9a54f7c97709d7dd7f3df3dc081e20031bcdaa62464b358
|
|
| MD5 |
22d23c2171d5d33c8b7144c6b7bcf1a3
|
|
| BLAKE2b-256 |
a30aaa84e039618107a9f9a3e0a1e6a83a4f5f92cc2ab81cf67252d0048ab475
|
File details
Details for the file panda_python_packages-0.1.0-py3-none-any.whl.
File metadata
- Download URL: panda_python_packages-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78cf78b7a8a6700f7521ef688edbfb6a1afb71d71ba600e6a2c7f56a02f3ca57
|
|
| MD5 |
05fb578107773adadb6ea4a3120763a2
|
|
| BLAKE2b-256 |
d3e09f45962f073ad73941c31f810c1c0e36b37a3603a998f2d242d48504cc9c
|