lubieowoce / sumtype
A namedtuple-style library for defining immutable sum types in Python.
☆27Updated 4 years ago
Alternatives and similar repositories for sumtype:
Users that are interested in sumtype are comparing it to the libraries listed below
- Sum Types, aka Tagged Unions, for Python☆43Updated 3 years ago
- Functional, composable, asynchronous, type-safe Python.☆150Updated last year
- Algebraic data types for Python (experimental, not actively maintained)☆173Updated 3 years ago
- Python library to work with algebraic effects☆72Updated 4 years ago
- Python bindings for dhall, a functional configuration language☆47Updated 5 months ago
- functional data structures and utilities for python☆36Updated 6 years ago
- Tagged union types and immutable records (product types) in Python☆11Updated 7 years ago
- A very minimal implementation of the core idea of Hypothesis