Statically typed Python utilities.
Project description
oa-utils
Statically typed Python utilities.
Pipeline
Fluent wrapper around a list.
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.2.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.2.tar.gz.
File metadata
- Download URL: oa_utils-0.1.2.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 |
e962d7b69c65ff9522a6974507c9d675d403cfbe86943030fc3dedc5caea257a
|
|
| MD5 |
5c72358f5e8f3a42d4ad01398cf535ee
|
|
| BLAKE2b-256 |
e00f969eec13c9aa0ac4b9a892f440205db5a331efc8ae59cc0827329b9a69cb
|
File details
Details for the file oa_utils-0.1.2-py3-none-any.whl.
File metadata
- Download URL: oa_utils-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.1 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 |
759ade43c0e1b9407c9d1c0703aa5235efc1da6dd4c7ed7677fe55c5ef4ad196
|
|
| MD5 |
172e61f91130ac63e259087bcf061aec
|
|
| BLAKE2b-256 |
fc7047c11144c796243f87f08ff7418af9ebbd321765855a083f68a06dfedc42
|