Extended API to add pythonic classes/methods. See the updated README.markdown for examples

This commit is contained in:
sneakypete81 2012-08-28 18:59:33 +01:00
parent ccc6e6ba1c
commit b418cf7e78
9 changed files with 457 additions and 60 deletions

4
setup.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
requires = ['oauth2', 'httplib2']
try:
import json
@ -17,7 +19,7 @@ except ImportError:
'requires': requires}
setup(name='openphoto',
version='0.1',
version='0.2',
description='Client library for the openphoto project',
author='James Walker',
author_email='walkah@walkah.net',