https://github.com/calcuis/pyminify
py minifier (engine)
https://github.com/calcuis/pyminify
minifier python
Last synced: about 2 months ago
JSON representation
py minifier (engine)
- Host: GitHub
- URL: https://github.com/calcuis/pyminify
- Owner: calcuis
- Created: 2025-01-11T06:56:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T07:27:21.000Z (5 months ago)
- Last Synced: 2025-04-14T23:09:05.451Z (about 2 months ago)
- Topics: minifier, python
- Language: Python
- Homepage: https://pypi.org/project/pyminify/
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### py minifer
This package is able to minify Python code; advantages:
- smaller in file size (most likely)
- good for preparing your mini-pack publication(s)#### reference: [astor](https://pypi.org/project/astor) (reboot the project)