Live data from Hacker News

Simplematch – Minimal, super readable string pattern matching for Python

github.com

1–2 of 2 posts

Re: Simplematch – Minimal, super readable string pattern matching for Python

#2
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!