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.8.tar.gz
(4.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 oa_utils-0.1.8.tar.gz.
File metadata
- Download URL: oa_utils-0.1.8.tar.gz
- Upload date:
- Size: 4.5 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 |
668adb58a4e24294292eda3d5c006e1ae6ad1a0d9e356c6ff31d6c25497acb4f
|
|
| MD5 |
338cd4835014d851da752da58fe6e622
|
|
| BLAKE2b-256 |
5058803040225bee8c30a71142b3f9644cdc91763c5a0c8421349f2994154c13
|
File details
Details for the file oa_utils-0.1.8-py3-none-any.whl.
File metadata
- Download URL: oa_utils-0.1.8-py3-none-any.whl
- Upload date:
- Size: 5.3 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 |
78ce38088d8d8ea55b359f9afa273c39bb0fbcaba2012e0959279c3e43e7740d
|
|
| MD5 |
ba4ad95c06b65367d3a6615e23542344
|
|
| BLAKE2b-256 |
e75aa7c338ebe7a806449eb643505fd8d8161a9d2431934922f33bdbdbd2e574
|