Pyminifier is a Python code minifier, obfuscator, and compressor.
Stars
1.6k
Forks
229
Watchers
1.6k
Open Issues
116
Overall repository health assessment
No package.json found
This might not be a Node.js project
34
commits
2
commits
1
commits
1
commits
1
commits
1
commits
Fixed issue #37 ZeroDivisionError for running pyminifier tool on multiple files, one of which being empty
38b311bView on GitHubFixed a bug that prevented pyminifier from working on Python 2.6. This completely solves issue #17
168f928View on GitHubminification.py: Fixed the bug reported in issue #34 where multiple decorators on the same function were not being indented properly.
92bdf14View on GitHubYou can now use pyminifier as an executable module: `python -m pyminifier` will work just like running '/usr/local/bin/pyminifier'.
63240c3View on GitHubtests/test_minification.py: Improved the test code a bit. You can now run it directly and it properly cleans up after itself now.
a2d8be2View on GitHubMerge branch 'master' of github.com:liftoff/pyminifier
0ebd883View on GitHubminification.py: Finally fixed issue #8 with lost indentation inside of multiline strings. Also, pyminifier now removes trailing commas and joins disjointed strings like ('foo' 'bar').
2edb636View on GitHubcompression.py: Fixed bug #32 reported by rsc1975 (he included the fix too).
50bf748View on GitHub