File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Transforms Python source code into it's most compact representation.
44
55python-minifier supports Python 2.6 to 2.7 and Python 3.3 to 3.7.
66
7+ * [ PyPi] ( https://pypi.org/project/python-minifier/ )
8+ * [ Documentation] ( https://dflook.github.io/python-minifier/ )
9+ * [ Issues] ( https://github.com/dflook/python-minifier/issues )
10+
711As an example, the following python source:
812
913``` python
@@ -129,6 +133,8 @@ with open('hello.py') as f:
129133 print (python_minifier.minify(f.read()))
130134```
131135
136+ Documentation is available at [ dflook.github.io/python-minifier/] ( https://dflook.github.io/python-minifier/ )
137+
132138## License
133139
134140Available under the MIT License. Full text is in the [ LICENSE] ( LICENSE ) file.
Original file line number Diff line number Diff line change 1919 license = 'MIT' ,
2020 project_urls = {
2121 'Issues' : 'https://github.com/dflook/python-minifier/issues' ,
22+ 'Documentation' : 'https://dflook.github.io/python-minifier/' ,
2223 'Say Thanks!' : 'https://saythanks.io/to/dflook' ,
2324 },
2425 keywords = 'minify minifier' ,
You can’t perform that action at this time.
0 commit comments