I hereby claim:
- I am andrix on github.
- I am andresmoreira (https://keybase.io/andresmoreira) on keybase.
- I have a public key whose fingerprint is 6E28 2A10 9503 D200 54A2 356F 92DD D775 1991 A9FA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import sys, json | |
| import codecs | |
| import gzip | |
| out = codecs.getwriter('utf8')(sys.stdout) | |
| def _get_input(): | |
| if len(sys.argv) <= 1: | |
| return sys.stdin |