dflook / python-minifier

Transform Python source code into its most compact representation
MIT License
558 stars 41 forks source link

Replace literal-statements by short string in case __doc__ is used when remove_literal_statements is wanted #39

Open phorward opened 2 years ago

phorward commented 2 years ago

This improves the remove_literal_statements-feature and replaces doc-strings in case the module uses doc by the string 'doc-string stripped by python-minifier', which is much shorter in most cases.

Draft for issue #38.