forked from bzimmer/pysmug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
39 lines (28 loc) · 793 Bytes
/
README
File metadata and controls
39 lines (28 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Summary
-----------
A high-performance python client for the SmugMug API utilizing
the pycurl library for connectivity.
More information available at http://code.google.com/p/pysmug.
Author: Brian Zimmer <bzimmer@ziclix.com>
Version: 0.5
Date: 10-14-2008
Requirements
------------
- Python 2.5+
- PycURL + libcurl
- simplejson
- nose (optional: required for running tests)
- A SmugMug API key (optional; required for non-anonymous access)
Installation and examples
-------------------------
$ unzip pysmug-0.5.zip
$ cd pysmug-0.5
$ python setup.py install
$ <create a configuration file>
$ python setup.py nosetests
License
-------
Released under the MIT License.
Feedback
--------
Send patches, issues and comments to bzimmer@ziclix.com.