总结自己的代码 优化公司代码
Project description
zytools
zytools 是一个个人 Python 工具包,用来保存和复用平时常用的小函数。
当前版本包含一个简单示例函数,后续可以继续加入文件处理、字符串处理、数据处理等工具方法。
安装
pip install zytools
如果是从 TestPyPI 测试安装:
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ zytools
使用示例
from zytools.demo import say_hello
say_hello()
输出:
Hello World
命令行
安装后可以在终端执行:
zytools
当前命令行入口还只是示例输出,后续可以根据实际需求扩展。
开发
本地构建:
python -m build
上传到 PyPI:
python -m twine upload dist/*
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
zytools_fs-0.0.1.tar.gz
(5.8 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 zytools_fs-0.0.1.tar.gz.
File metadata
- Download URL: zytools_fs-0.0.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ad5692d2bdcdfa736de8553c063b536a486824d800f77a943eb2603dfe9218d
|
|
| MD5 |
3910d15118accd2a8c4b0a3718add723
|
|
| BLAKE2b-256 |
02a9607e008ef64a1e1463ff3c1b55c21efbc90d769887c12299752b85ab1f9d
|
File details
Details for the file zytools_fs-0.0.1-py3-none-any.whl.
File metadata
- Download URL: zytools_fs-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78dc22b94a00b35e84ba9d3cf1f3c30365ed58b955399942773c39595b8219bd
|
|
| MD5 |
a5ac5c931f67547e34e7994b8463b588
|
|
| BLAKE2b-256 |
181a9761c4d9cc81a8070723f0c5abb67b6e204f9e707ffcb3b3978e48a27961
|