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.4.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.4.tar.gz.
File metadata
- Download URL: oa_utils-0.1.4.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 |
8c7d752c01b897597a867394b951b49f3317130fdc60f5a0cf6f7ce468ee8f40
|
|
| MD5 |
450260de093ec0f05ebae3a6b757086c
|
|
| BLAKE2b-256 |
a9b97dc25ddd420d8c1a33b933ec8570536d5567469e8484305e9ce5a4b7c9e9
|
File details
Details for the file oa_utils-0.1.4-py3-none-any.whl.
File metadata
- Download URL: oa_utils-0.1.4-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 |
d451c9290d34554c98c78a7172f9bb6b439c3778af01fca923882b13d068c151
|
|
| MD5 |
a9ded1776cd3670dc962e22590a75b5d
|
|
| BLAKE2b-256 |
d56691d0520fc387ae5a672aaf3924843184ead189b68dc226273b4c9231cde0
|