It is a toolkit that includes various common operations and will continue to be improved in the future.
Project description
toolkit
集微工具箱,包括各种常用操作,后续不断完善
构建
在项目文件夹中运行以下命令
python setup.py sdist bdist_wheel
上传:
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
或
python -m twine upload dist/*
按照提示,输入pypi的用户名、密码,就可以成功了。若中途提示有些库没有安装,则使用pip安装一下,需要用到twine库。
使用
安装或更新
pip3 install woodw_toolkit pip3 install --upgrade woodw_toolkit
代码使用
from woodw_toolkit.common.func import *
print_line('hello')
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
woodw_toolkit-0.1.2.tar.gz
(9.5 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 woodw_toolkit-0.1.2.tar.gz.
File metadata
- Download URL: woodw_toolkit-0.1.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57df207d5a898b552166f1461f5550910ad0e22dc2291d9fc576551f3b380dfd
|
|
| MD5 |
ef01c38ec1e4a0c00d78828f8d8fcce9
|
|
| BLAKE2b-256 |
58b130dc6b28b489a861653f695ccf136a840f2bd82991b5538a2a35d6337a25
|
File details
Details for the file woodw_toolkit-0.1.2-py3-none-any.whl.
File metadata
- Download URL: woodw_toolkit-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35e6fcc041a730e5ae87f0fe2302c2cf1e89e53050246125bf74391ef4c630eb
|
|
| MD5 |
1532361e784886928615b598b3246977
|
|
| BLAKE2b-256 |
6d814b644d705005d658fa63022bb621b0350866f06f4ac3422a5fb17962298a
|