mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.88k stars 61 forks source link

add support for python 3.9+ type specifiers to match #236

Open kurtbrose opened 2 years ago

kurtbrose commented 2 years ago

match mode should probably support list[str] (to have the same behavior as [str])