An open API service indexing awesome lists of open source software.

https://github.com/yelluw/matches

A tiny and simple pattern matching library for Python 3.
https://github.com/yelluw/matches

library pattern-matching python3

Last synced: over 1 year ago
JSON representation

A tiny and simple pattern matching library for Python 3.

Awesome Lists containing this project

README

          

# matches
matches is a simple pattern matching library for Python 3. Inspired by F# `match with` expressions.

## License

MIT

## Install

```pip3 install yelluw_matches```

## Usage

Refer to the `examples` directory for instructions on how to use.