Skip to main content

Statically typed Python utilities for functional programming.

Project description

oa-utils

Statically typed Python utilities for functional programming.

Pipeline

This class is useful for programming in the collection pipeline style. It wraps a homogenous variadic tuple and exposes a fluent interface with common functional programming operations. Why a tuple and not a "lazy" iterator? Because a tuple is relatively immutable and because, in my opinion, reified collections are much easier to reason about than stateful iterators (at the expense of performance).

from oa_utils import Pipeline

hamming_distance = (
    Pipeline("karolin") # ('k', 'a', 'r', 'o', 'l', 'i', 'n')
    .zip_with(lambda a, b: int(a != b), "kathrin") # (0, 0, 1, 1, 1, 0, 0)
    .sum() # 3
)

See pipeline.py for docstrings and doctests of every method.

Project details


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.21.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

oa_utils-0.1.21-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file oa_utils-0.1.21.tar.gz.

File metadata

  • Download URL: oa_utils-0.1.21.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.1 Windows/10

File hashes

Hashes for oa_utils-0.1.21.tar.gz
Algorithm Hash digest
SHA256 6146c77127cb22ef8d8b082c321ac1a47719d84e6062787ff11947d4d0005332
MD5 aa2dcbb0f837fdccb5575f2af4a7e332
BLAKE2b-256 ed0f5f923898ed0b6d345cc7fed7f1c780bed6326ec0db47eaecdde52165baef

See more details on using hashes here.

File details

Details for the file oa_utils-0.1.21-py3-none-any.whl.

File metadata

  • Download URL: oa_utils-0.1.21-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.1 Windows/10

File hashes

Hashes for oa_utils-0.1.21-py3-none-any.whl
Algorithm Hash digest
SHA256 fa9a0cf257ae2ba5953d7a654c5c75a433568373760c591b518e04454620390c
MD5 0ea2d4f01f535139888434fd45744001
BLAKE2b-256 ca1dcb4b5d7b5d9568401866032879dc3a83e03c2e04d76929d999c62b3a23be

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page