I hereby claim:
- I am jjmaestro on github.
- I am jjmaestro (https://keybase.io/jjmaestro) on keybase.
- I have a public key whose fingerprint is F8C5 34FF 4BBF 6CDA 6424 A8FD 7AB6 0AB7 4B0A 67BA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| def archive_to_bytes(archive): | |
| def to_seconds(s): | |
| SECONDS_IN_A = { | |
| 's': 1, | |
| 'm': 1 * 60, | |
| 'h': 1 * 60 * 60, |