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.
4
4
5
5
python-minifier supports Python 2.6 to 2.7 and Python 3.3 to 3.7.
6
6
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
+
7
11
As an example, the following python source:
8
12
9
13
``` python
@@ -129,6 +133,8 @@ with open('hello.py') as f:
129
133
print (python_minifier.minify(f.read()))
130
134
```
131
135
136
+ Documentation is available at [ dflook.github.io/python-minifier/] ( https://dflook.github.io/python-minifier/ )
137
+
132
138
## License
133
139
134
140
Available under the MIT License. Full text is in the [ LICENSE] ( LICENSE ) file.
Original file line number Diff line number Diff line change 19
19
license = 'MIT' ,
20
20
project_urls = {
21
21
'Issues' : 'https://github.com/dflook/python-minifier/issues' ,
22
+ 'Documentation' : 'https://dflook.github.io/python-minifier/' ,
22
23
'Say Thanks!' : 'https://saythanks.io/to/dflook' ,
23
24
},
24
25
keywords = 'minify minifier' ,
You can’t perform that action at this time.
0 commit comments