勇哥python工具包
Project description
hzon-tools
日常工作的时候我们总是会写一些重复的工具函数
包含后端,数据处理,爬虫等等使用python处理的场景
我会将一些工作中常用的文档以及demo也总结金来,方便沟通的查阅
zhon-tools是一个轻量级的python工具包,适用的平台包括Windows, MacOS, and Linux.
Installation
pip install hzon_tools
https://pypi.org/project/hzon-tools/
https://github.com/ouyangguoyong/hzon-tool (I want stars ⭐ uwu)
Usage
example:
from hzon_tools import get_random_file_name
file_name = get_random_file_name()
Update log
-
0.0.5添加mongo,redis,mysql处理逻辑 -
0.0.4修改包的调用,变得更灵活,可以直接从主包中调用任意一个子包的方法 -
0.0.3完善readme -
0.0.2封装feapder,小菜,和自己的mc包的项目 -
0.0.1创建项目
how to upload a new version (for me)
en: https://packaging.python.org/tutorials/packaging-projects/
zh: https://python-packaging-zh.readthedocs.io/zh_CN/latest/minimal.html#id2
make sure have twine installed first
-
change
setup.py -
testing
python setup.py develop -
python3 setup.py sdist -
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
File details
Details for the file hzon_tools-0.0.5.tar.gz.
File metadata
- Download URL: hzon_tools-0.0.5.tar.gz
- Upload date:
- Size: 48.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ec425069008f6c211dee578c4ca69b52d50f006f9b1d66b8f4d97cee0d2afa5
|
|
| MD5 |
29ebfa26eb5c5e9ac9fe904d8e33df12
|
|
| BLAKE2b-256 |
0e69d47d49d4082be1010c170b32b2297159a1422d097ea40918e312effcc4d1
|