I hereby claim:
- I am bhutley on github.
- I am hitechnomad (https://keybase.io/hitechnomad) on keybase.
- I have a public key whose fingerprint is 0859 CE9B D8EC 5376 34FC 9B17 9483 E96A 1D26 00A4
To claim this, I am signing this object:
| #!/usr/local/bin/python | |
| # A quick script to add an event to my iCloud Home Calendar | |
| # Usage: osx_cal_add_event.py <YYYY-MM-DD> <"Title of event"> | |
| # it adds an all-day event. | |
| # | |
| # By Brett Hutley <brett@hutley.net> | |
| # | |
| import sys | |
| import objc | |
| objc.setVerbose(True) |
I hereby claim:
To claim this, I am signing this object:
| import os, os.path, sys, urllib2, requests | |
| class PyPiError(Exception): | |
| def __init__(self, value): | |
| self.value = value | |
| def __str__(self): | |
| return repr(self.value) | |
| def _chunk_report(bytes_so_far, chunk_size, total_size): | |
| if (total_size != None): |
| #!/usr/bin/python | |
| # | |
| # This is a simple script for setting up the dropbox api. | |
| # It can be used as the basis for a more complex script. | |
| # The file ~/.dropbox.cfg is where you store the oauth authorisation | |
| # tokens. It has the following format: | |
| # | |
| # | |
| # [AppName] | |
| # |