Skip to main content

基于Python的懒人包

Project description

lazysdk

介绍

基于Python3的懒人包

软件架构

软件架构说明

  • lazysdk.lazyprocess

    • 多进程控制
  • lazysdk.lazywebhook

    • webhook推送

安装教程

  1. 使用pip安装
  • 普通方式安装
pip3 install lazysdk
  • 使用阿里镜像加速安装
pip3 install lazysdk -i https://mirrors.aliyun.com/pypi/simple

使用说明

  1. 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
)
  1. lazywebhook
  • 目前仅支持企业微信
from lazysdk import lazywebhook
    
lazywebhook.send_text(
    webhook='webhook url'
)

Links

Project details


Release history Release notifications | RSS feed

This version

0.1.2

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.2.tar.gz (34.9 kB view details)

Uploaded Source

Built Distribution

lazysdk-0.1.2-py3-none-any.whl (42.9 kB view details)

Uploaded Python 3

File details

Details for the file lazysdk-0.1.2.tar.gz.

File metadata

  • Download URL: lazysdk-0.1.2.tar.gz
  • Upload date:
  • Size: 34.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for lazysdk-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8d4a3d9676ee3fd3d15d0e1cbc25330731e7eb235bced039b8f8928adf225d58
MD5 ec914f74468f0abd405628e112dd8df4
BLAKE2b-256 869331d5cf547b25dbe42094c890a6464045b5f4ca0ca0e7f1e6577640e3a626

See more details on using hashes here.

Provenance

File details

Details for the file lazysdk-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: lazysdk-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 42.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for lazysdk-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1d504544b8eb7e3aff85079770aa878cc6c5f4644d2b69bebef2d3c0d862b992
MD5 66fb54a1b2d2918c3bb460b85d606808
BLAKE2b-256 ec5680c3c50cb9f41eda421aa493135488eecb19ec98f837574b9e4267bc1ba5

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page