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

https://github.com/jetsetilly/python3_convert_matchtoif

Convert MATCH statements (Python 3.10 and above ) to regular IF statements
https://github.com/jetsetilly/python3_convert_matchtoif

python python3

Last synced: over 1 year ago
JSON representation

Convert MATCH statements (Python 3.10 and above ) to regular IF statements

Awesome Lists containing this project

README

          

# python3_convert_matchToIf

Small utility to convert Python `match` statements, found only in Python version 3.10 and above, to a regular `if` statement cascade.

Accepts a python file as an argument and prints converted file to stdout