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.9.tar.gz
(4.6 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.9.tar.gz.
File metadata
- Download URL: oa_utils-0.1.9.tar.gz
- Upload date:
- Size: 4.6 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 |
d4fc7d507814283b73e4ca3b0983f03908d72348867da3c9031efe7b8cf94889
|
|
| MD5 |
3487493ad45a99d61b0d3e1f0e761803
|
|
| BLAKE2b-256 |
05812c67d0d4e13cea14d3588fe17c49d89c59b9827955398167a990705e921c
|
File details
Details for the file oa_utils-0.1.9-py3-none-any.whl.
File metadata
- Download URL: oa_utils-0.1.9-py3-none-any.whl
- Upload date:
- Size: 5.4 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 |
46c171781a71e0cdd1943dbb0f9365344337f3b6aecc43e7c886c781bbbc8c78
|
|
| MD5 |
bc709512edd2ebe0c75cf9acb316a0f5
|
|
| BLAKE2b-256 |
4340424040a3ee99074bb085e37e1994f22d0bb6d4806c055eeceb6c5274023f
|