Statically typed Python utilities.
Project description
oa-utils
Statically typed Python utilities.
Pipeline
Fluent wrapper around a tuple.
from oa_utils.pipeline import Pipeline
result = (Pipeline(range(10))
.filter(lambda x: x % 2 == 0)
.map(lambda x: x * x)
.sum()) # 120
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
oa_utils-0.1.7.tar.gz
(4.4 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 oa_utils-0.1.7.tar.gz.
File metadata
- Download URL: oa_utils-0.1.7.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c798b58d70327cfca6f89d7452d680927cac76cff7d42fe5a6d71b0b9659fc06
|
|
| MD5 |
7ea9cf232e158212a5fdddbafb868aad
|
|
| BLAKE2b-256 |
56694639e324fcd17f8883ac362e65197119030132a9f381015c2fd78b67c5ae
|
File details
Details for the file oa_utils-0.1.7-py3-none-any.whl.
File metadata
- Download URL: oa_utils-0.1.7-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84a7f45ce79a9dcb9a8e05108fc3fe53d1163c0473670caba82f48a7f6d71c5b
|
|
| MD5 |
dc6e35b06eced9e05b82abfe2907dcb9
|
|
| BLAKE2b-256 |
fafed413a7c026e41b95a4e784aa026cc75f312a34327a21b8aafeb8acdf2221
|