Simplematch – Minimal, super readable string pattern matching for Python

by tfeldmannon 4/16/2021, 10:53 AMwith 1 comments

by tfeldmannon 4/16/2021, 11:07 AM

A small library I made to scratch my own itch. Maybe something like this exists already but I have not found it.

It transpiles to regular expressions under the hood. You can register your own types, but that is not documented yet.

Hope you like it!