基于Python的懒人包
Project description
lazysdk
介绍
基于Python3的懒人包
软件架构
软件架构说明
-
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.49.tar.gz
(41.6 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.1.49-py3-none-any.whl
(50.5 kB
view details)
File details
Details for the file lazysdk-0.1.49.tar.gz.
File metadata
- Download URL: lazysdk-0.1.49.tar.gz
- Upload date:
- Size: 41.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a9c59bac47e01eb4c88e8f1e24f398e5d6e8c8bb516c2fb315ca15ad994d30b
|
|
| MD5 |
65dba62267e449955191af5fe701f4fc
|
|
| BLAKE2b-256 |
9497925c5fb92d14a4cd131b1529dd6b1518fcc563cab340cc5b16d861fc1240
|
File details
Details for the file lazysdk-0.1.49-py3-none-any.whl.
File metadata
- Download URL: lazysdk-0.1.49-py3-none-any.whl
- Upload date:
- Size: 50.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 |
1793592d694b988d4cd2272c1fffbb5bc4f542e02807bc3e52b96702ab30f915
|
|
| MD5 |
35b8d839bd3dbc33c441e6c1f94cc0c3
|
|
| BLAKE2b-256 |
18baf351517eca7de26da636e61c759b022b92948e163a8691ddcfd5373d6ac8
|