bzimmer / pysmug

A high-performance python client for the SmugMug API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A high-performance python client for the SmugMug API.

License:MIT License


Languages

Language:Python 100.0%