├── README.md ├── pyminify.py └── test.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnHammond/pyminify/HEAD/README.md -------------------------------------------------------------------------------- /pyminify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnHammond/pyminify/HEAD/pyminify.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- 1 | print("Hello I am a test!") --------------------------------------------------------------------------------