A practical tool for managing async pipelines.
Project description
relais
A practical tool for managing async pipelines.
usage
import relais as r
pipeline = range(10) | r.Map(lambda x: x * 2) | r.Filter(lambda x: x % 2 == 0) | list
await pipeline.run()
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
relais-0.0.0.tar.gz
(1.5 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
File details
Details for the file relais-0.0.0.tar.gz.
File metadata
- Download URL: relais-0.0.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f7e1bc39e272cdd307be13151c8a9e1b0e351254790c843407a74295bd011a0
|
|
| MD5 |
ae248215984b521577629823067e57c5
|
|
| BLAKE2b-256 |
94202d50a96fe652c986725e795f091f8f4c48dc26a7a0d03cc031daafad7b3d
|
File details
Details for the file relais-0.0.0-py3-none-any.whl.
File metadata
- Download URL: relais-0.0.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2b883b1f10d8a069ecabdd9a445d5d7cc22761cd8a3d6944821f1c643e4405d
|
|
| MD5 |
2563b51b7288a7e28daaa7a7e6246ef3
|
|
| BLAKE2b-256 |
484b7944dc002f1f5c046a818284bc57d23aeb5e9726ffbb3578400b3371d15d
|