python3-simplematch

Minimal, super readable string pattern matching for Python
  https://github.com/tfeldmann/simplematch
  0
  no reviews



Simplematch aims to fill a gap between parsing with str.split() and regular expressions. It should be as simple as possible, fast and stable. The simplematch syntax is transpiled to regular expressions under the hood, so matching performance should be just as good.