基于Python的懒人包
Project description
lazysdk
介绍
基于Python3的懒人包 详细文档见:https://gzcaxecc4u.feishu.cn/docx/EaymdTdIQolphcxgD2jcMsjJn6c
软件架构
软件架构说明
-
lazysdk.lazyprocess
- 多进程控制
-
lazysdk.lazywebhook
- webhook推送
安装教程
- 使用pip安装
- 普通方式安装
pip3 install lazysdk
- 使用阿里镜像加速安装
pip3 install lazysdk -i https://mirrors.aliyun.com/pypi/simple
使用说明
- lazyprocess
import lazysdk
task_list = [1,2,3,4,5,6,7,8]
def process_task(
task_index,
task_info
):
print(f'task_index:{task_index}, task_info:{task_info}')
lazysdk.lazyprocess.run(
task_list=task_list,
task_function=process_task,
subprocess_limit=2
)
- lazywebhook
- 目前仅支持企业微信
from lazysdk import lazywebhook
lazywebhook.send_text(
webhook='webhook url'
)
Links
- PyPI Releases: https://pypi.org/project/lazysdk/
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
lazysdk-0.2.20.tar.gz
(61.2 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
lazysdk-0.2.20-py3-none-any.whl
(75.0 kB
view details)
File details
Details for the file lazysdk-0.2.20.tar.gz.
File metadata
- Download URL: lazysdk-0.2.20.tar.gz
- Upload date:
- Size: 61.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac9088e18694700b290e48f58fb1fc322038cf4937b865d18aeeea88ac259693
|
|
| MD5 |
c8b61d91790ec8c15bfb5aa9b98047b6
|
|
| BLAKE2b-256 |
d6939dcc848e305617d45f1a09d1da03105fd20e9cbc333d2427f2dc31142637
|
File details
Details for the file lazysdk-0.2.20-py3-none-any.whl.
File metadata
- Download URL: lazysdk-0.2.20-py3-none-any.whl
- Upload date:
- Size: 75.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e175cfdb82e09e8cbc0e6432420bd676832a618d6e7748b6f105b1ad37901f4
|
|
| MD5 |
050306da7917a8215efaffeae74d83f5
|
|
| BLAKE2b-256 |
10e6f8de559e6f3ee86b256137c3bd961efebbb560bf4bc02f79c7d369b220ba
|