基于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.1.101.tar.gz
(53.4 kB
view details)
Built Distribution
lazysdk-0.1.101-py3-none-any.whl
(64.5 kB
view details)
File details
Details for the file lazysdk-0.1.101.tar.gz
.
File metadata
- Download URL: lazysdk-0.1.101.tar.gz
- Upload date:
- Size: 53.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58208884ee7ee3e910a3081cf9321a6a14fc94c0bccd395ecd4703aa5b76e9be |
|
MD5 | e17dc014d5d81085044cce94c0672f32 |
|
BLAKE2b-256 | 282d70f81503507489063158e6ec0c72725a6f9290ef689ca0c200d8b7113f9b |
Provenance
File details
Details for the file lazysdk-0.1.101-py3-none-any.whl
.
File metadata
- Download URL: lazysdk-0.1.101-py3-none-any.whl
- Upload date:
- Size: 64.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58ca535cc24fb8ed8ab902293bd5ab0db7614146b1ad4688ca0cb3cc456358e4 |
|
MD5 | d073e9221cf35942290feb7f47c7ef7b |
|
BLAKE2b-256 | 16897a1c5be7b480765416a16d632a87f1364bf7a64a0295fc3d18dc54e80dd3 |