A clone of Spotify's Luigi library with less features and intended for workflows on a single machine.
Project description
pipenode
pipenode supported mode:
- thread
- process
- coroutine
example
import pipenode
import time
def work(**kwargs):
print('my work', kwargs.get('name'))
time.sleep(1)
server = pipenode.Server(run_type='thread|process|coroutine', max_workers=10)
_ = [server.add_worker(work, name='luo') for _ in range(10)]
server.run_executor()
Extensions
Extensions folder include modulers or other tools someone sharing. You can push your code without bugs.
|logo|
|Build Status|
|Demo|
Documentation
HEAD
GitHub.
Roadmap
..
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
pipenode-0.381.tar.gz
(11.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
pipenode-0.381-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file pipenode-0.381.tar.gz.
File metadata
- Download URL: pipenode-0.381.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dacf1e74d39b759ab2ffeafe02ec61b4c47971e83b744f1e715324d8047b443e
|
|
| MD5 |
9e3743741a718c373d8b7126c587a458
|
|
| BLAKE2b-256 |
e93a3504b56cdc9af22e394c1604bf2f6f49215877f8a8d893754f7ef4fce9ee
|
File details
Details for the file pipenode-0.381-py3-none-any.whl.
File metadata
- Download URL: pipenode-0.381-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c152546ebef6d33db2be6961703b52ea8fbde7fee20c09c548285f1ace69fad
|
|
| MD5 |
bbb46cadb610279be3d0ee43fcfce9ef
|
|
| BLAKE2b-256 |
e6b39441650f5d68ed00a2ff0e00df4276860bd08d49dc202048479944f7c8e3
|