top | item 26832265

Simplematch – Minimal, super readable string pattern matching for Python

5 points| tfeldmann | 4 years ago |github.com

1 comment

order

tfeldmann|4 years ago

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!