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.pipeline 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.18.tar.gz (8.2 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.18-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: oa_utils-0.1.18.tar.gz
  • Upload date:
  • Size: 8.2 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.18.tar.gz
Algorithm Hash digest
SHA256 de75bd5d97effad7038e9bdca59a31a01c66a52c5b0060ac23f500017f647b61
MD5 c761627c74b2085a57044b6a37fb17f3
BLAKE2b-256 993b7b42a2706e4a4ecc3d960bbaf5a1c6910fdbcfc4e8ae80fd62ec4fafea6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oa_utils-0.1.18-py3-none-any.whl
  • Upload date:
  • Size: 9.2 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.18-py3-none-any.whl
Algorithm Hash digest
SHA256 25a7762afe98e48ac5b66657be6f88a152d2383280bb6e59b4e50fc4791acbd2
MD5 890851b7790ed528c00a8bbf83208d43
BLAKE2b-256 2becb7a45b93e3b02a35212a3b8e09c0d8a872b93b74b2570956bf833ce20e57

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