Suor / patternsLinks
Pattern matching for python
☆218Updated 10 years ago
Alternatives and similar repositories for patterns
Users that are interested in patterns are comparing it to the libraries listed below
Sorting:
- Python pattern matching like functional languages.☆160Updated 4 years ago
- Easy anonymous functions by partial application of operators☆102Updated last year
- effect isolation in Python, to facilitate more purely functional code☆379Updated 3 years ago
- ☆285Updated last year
- A Python implementation of the Maybe pattern☆208Updated 2 years ago
- A library with a set of tools for annotating types in Python code.☆154Updated 9 years ago
- For Python3, e.g. @typecheck add_count(count: int, when: any(datetime, timedelta) = datetime.now)☆169Updated 3 years ago
- Recursive descent parsing library for Python based on functional combinators☆354Updated last year
- I will write this later...☆269Updated 7 years ago
- Missing features of fp in Python -- active fork of kachayev/fn.py☆153Updated 2 years ago
- Dynamically typed functional programming language☆913Updated 9 years ago
- Functional Programming + Python - Pain☆136Updated 6 years ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆407Updated 3 weeks ago
- Function overloading for Python 3☆112Updated 4 years ago
- Python serialization for adults☆155Updated last year
- A language for describing Python programs with concise higher-order annotations like "(a -> a) -> [a] -> [a]" but don't you dare call the…☆59Updated 12 years ago
- A fragmentary bidirectional type system as a Python library☆52Updated 6 years ago
- A totally different take on container boilerplate.☆138Updated 3 years ago
- Immutable Data Structures for Python☆75Updated 9 years ago
- Tail Call Optimization for Python☆241Updated 8 years ago
- An implementation of namedtuple written in C for warp speed.☆54Updated 7 years ago
- IDE allow you to refactor code, Baron allows you to write refactoring code.☆296Updated 3 years ago
- 301 moved permanently https://github.com/python-parsy/parsy☆42Updated 7 years ago
- Typemap - The Annotator (TM)☆55Updated 6 years ago
- Static optimizer specializing functions with guards for Python 3.6☆72Updated 5 years ago
- Functional stuff for Python☆119Updated 8 years ago
- Python Meta Programming☆145Updated 2 years ago
- Validate conditions, Python style.☆153Updated 7 months ago
- Minimalist dependency injection library for Python that embraces type annotations syntax