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.17.tar.gz (8.0 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.17-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: oa_utils-0.1.17.tar.gz
  • Upload date:
  • Size: 8.0 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.17.tar.gz
Algorithm Hash digest
SHA256 e40a1134dc25101a404044ffac63f302ac47459c042010469cea01ee8f787d41
MD5 0d23ac3abe1ced7c665eec33d7040783
BLAKE2b-256 a62b712b433e7f4853bf43e0b660c675302df5e9152248f9ba3cd0147e8ae77b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oa_utils-0.1.17-py3-none-any.whl
  • Upload date:
  • Size: 9.1 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.17-py3-none-any.whl
Algorithm Hash digest
SHA256 cb0dd0ad5beba5e9e60e80c826285665c49f79209c7bf7f56e1d52b0e91c5b46
MD5 968f3576957d8f2bc8405e4d6ac315e4
BLAKE2b-256 88aeadd547d1fff5a4a9d3b39808154aa68b57285511817a0837ef9d1a4a8db7

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