Easy multithreading pipeline with Python 3
Project description
- PypeRaptor is a library that provides a functional pipeline structure.
Each execution from the pipeline takes an input item from beginning to end and return the result. The Pipeline may be modified by add operator and expects a Node. To execute a Pipeline for a single item, user can execute push function with item. This execution will pushes the input through the pipeline calling every function in the way. To execute several items, user can set an Iterable in process function.
A generator can be part of the pipeline, and is recommended to be the first item to when using Pipeline in parallel mode. When in parallel mode, PypeRaptor provides a Device as in a way to reserve resources and avoid racing conditions among its threads.
For examples go to: http://github.com/fsan/pyperaptor
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyperaptor-0.1.3.1.tar.gz
.
File metadata
- Download URL: pyperaptor-0.1.3.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8cb2e186a38c93dbe51037fc2e5a1345ed76aef330571bc134dcb51a40f5247 |
|
MD5 | 7321130afbd0c42e85d2bf0189e98c29 |
|
BLAKE2b-256 | 14c8692f001f1721cc86a595eb907d569cc2e57d1d64bf7c0c6a4a345c263667 |