Extended API to add pythonic classes/methods. See the updated README.markdown for examples
This commit is contained in:
parent
ccc6e6ba1c
commit
b418cf7e78
9 changed files with 457 additions and 60 deletions
4
setup.py
Normal file → Executable file
4
setup.py
Normal file → Executable 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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue