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.2
Date:    01/30/2008

Requirements
------------

- Python 2.5+
- PycURL + libcurl
- one of python-cjson or simplejson
- A SmugMug API key (optional)

Installation and examples
-------------------------

$ tar zxvf pysmug-0.2.tar.gz
$ cd pysmug-0.2
$ python setup.py install

$ python examples/example_images_getInfo.py

License
-------

Released under the MIT License.

Feedback
--------

Send patches, issues and comments to bzimmer@ziclix.com.

