- 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
Release files for pyperaptor 0.1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyperaptor-0.1.3.1.tar.gz | 5.6 kB | Details |
Release files / pyperaptor-0.1.3.1.tar.gz
| Download URL | pyperaptor-0.1.3.1.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c8cb2e186a38c93dbe51037fc2e5a1345ed76aef330571bc134dcb51a40f5247
|
|
BLAKE2b-256 checksum How to use checksums |
14c8692f001f1721cc86a595eb907d569cc2e57d1d64bf7c0c6a4a345c263667
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|