dflook / python-minifier

Transform Python source code into its most compact representation
MIT License
583 stars 43 forks source link

Preserve annotations on NamedTuple & TypedDict #18

Closed dflook closed 4 years ago

dflook commented 4 years ago

These won't work with annotations removed, so make a best effort to detect them.