Mercurial > p > roundup > code
annotate tools/base64 @ 5031:867f7ddeef3d
Releasing 1.5.1 steps 12/16
8. python setup.py sdist --manifest-only
9. check the MANIFEST
10. python setup.py sdist
11. unpack the new dist and run tests and demo
12. added tag 1.5.1 for changeset 515ab1749b14
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Mon, 11 Jan 2016 23:31:43 +0300 |
| parents | 740102dfad1d |
| children | c75defc1c2f0 |
| rev | line source |
|---|---|
|
2181
740102dfad1d
favicon generation stuff
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 #!/usr/bin/env python |
|
740102dfad1d
favicon generation stuff
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 import zlib, base64, sys |
|
740102dfad1d
favicon generation stuff
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 print base64.encodestring(zlib.compress(sys.stdin.read())) |
