# hzon-tools
[![Downloads](https://static.pepy.tech/badge/dumb-menu)](https://pepy.tech/project/dumb-menu)
日常工作的时候我们总是会写一些重复的工具函数
包含**后端**,**数据处理**,**爬虫**等等使用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:
```python
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
1. change `setup.py`
2. testing `python setup.py develop`
3. `python3 setup.py sdist`
4. `twine upload dist/*`
Raw data
{
"_id": null,
"home_page": null,
"name": "hzon-tools",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, hzon_tools, hzon, spider, windows, mac, linux",
"author": "\u52c7\u54e5\u7684ID",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/0e/69/d47d49d4082be1010c170b32b2297159a1422d097ea40918e312effcc4d1/hzon_tools-0.0.5.tar.gz",
"platform": null,
"description": "\r\n# hzon-tools\r\r\n\r\r\n[![Downloads](https://static.pepy.tech/badge/dumb-menu)](https://pepy.tech/project/dumb-menu)\r\r\n\r\r\n\u65e5\u5e38\u5de5\u4f5c\u7684\u65f6\u5019\u6211\u4eec\u603b\u662f\u4f1a\u5199\u4e00\u4e9b\u91cd\u590d\u7684\u5de5\u5177\u51fd\u6570\r\r\n\r\r\n\u5305\u542b**\u540e\u7aef**\uff0c**\u6570\u636e\u5904\u7406**\uff0c**\u722c\u866b**\u7b49\u7b49\u4f7f\u7528python\u5904\u7406\u7684\u573a\u666f\r\r\n\r\r\n\u6211\u4f1a\u5c06\u4e00\u4e9b\u5de5\u4f5c\u4e2d\u5e38\u7528\u7684\u6587\u6863\u4ee5\u53cademo\u4e5f\u603b\u7ed3\u91d1\u6765\uff0c\u65b9\u4fbf\u6c9f\u901a\u7684\u67e5\u9605\r\r\n\r\r\nzhon-tools\u662f\u4e00\u4e2a\u8f7b\u91cf\u7ea7\u7684python\u5de5\u5177\u5305\uff0c\u9002\u7528\u7684\u5e73\u53f0\u5305\u62ec**Windows**, **MacOS**, and **Linux**.\r\r\n\r\r\n\r\r\n## Installation\r\r\n\r\r\n```\r\r\npip install hzon_tools\r\r\n```\r\r\n\r\r\nhttps://pypi.org/project/hzon-tools/\r\r\n\r\r\nhttps://github.com/ouyangguoyong/hzon-tool (I want stars \u2b50 uwu)\r\r\n\r\r\n\r\r\n## Usage\r\r\n\r\r\nexample:\r\r\n\r\r\n```python\r\r\nfrom hzon_tools import get_random_file_name\r\r\n\r\r\nfile_name = get_random_file_name()\r\r\n\r\r\n```\r\r\n\r\r\n\r\r\n## Update log\r\r\n- `0.0.5` \u6dfb\u52a0mongo\uff0credis,mysql\u5904\u7406\u903b\u8f91\r\r\n- `0.0.4` \u4fee\u6539\u5305\u7684\u8c03\u7528\uff0c\u53d8\u5f97\u66f4\u7075\u6d3b\uff0c\u53ef\u4ee5\u76f4\u63a5\u4ece\u4e3b\u5305\u4e2d\u8c03\u7528\u4efb\u610f\u4e00\u4e2a\u5b50\u5305\u7684\u65b9\u6cd5\r\r\n- `0.0.3` \u5b8c\u5584readme\r\r\n- `0.0.2` \u5c01\u88c5feapder,\u5c0f\u83dc,\u548c\u81ea\u5df1\u7684mc\u5305\u7684\u9879\u76ee\r\r\n- `0.0.1` \u521b\u5efa\u9879\u76ee\r\r\n\r\r\n## how to upload a new version (for me)\r\r\n\r\r\nen: https://packaging.python.org/tutorials/packaging-projects/ \r\r\n\r\r\nzh: https://python-packaging-zh.readthedocs.io/zh_CN/latest/minimal.html#id2\r\r\n\r\r\n> make sure have twine installed first\r\r\n\r\r\n1. change `setup.py`\r\r\n2. testing `python setup.py develop`\r\r\n3. `python3 setup.py sdist`\r\r\n4. `twine upload dist/*`\r\r\n\r\r\n",
"bugtrack_url": null,
"license": null,
"summary": "\u52c7\u54e5python\u5de5\u5177\u5305",
"version": "0.0.5",
"project_urls": null,
"split_keywords": [
"python",
" hzon_tools",
" hzon",
" spider",
" windows",
" mac",
" linux"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0e69d47d49d4082be1010c170b32b2297159a1422d097ea40918e312effcc4d1",
"md5": "29ebfa26eb5c5e9ac9fe904d8e33df12",
"sha256": "3ec425069008f6c211dee578c4ca69b52d50f006f9b1d66b8f4d97cee0d2afa5"
},
"downloads": -1,
"filename": "hzon_tools-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "29ebfa26eb5c5e9ac9fe904d8e33df12",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 48412,
"upload_time": "2024-06-07T10:07:56",
"upload_time_iso_8601": "2024-06-07T10:07:56.735619Z",
"url": "https://files.pythonhosted.org/packages/0e/69/d47d49d4082be1010c170b32b2297159a1422d097ea40918e312effcc4d1/hzon_tools-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-07 10:07:56",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "hzon-tools"
}