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.1
Date:    01/22/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.1.tar.gz
$ cd pysmug-0.1
$ python setup.py install

$ python examples/example_images_getInfo.py

Change Log
---------------

v0.1 - 01/22/2008

  - Initial release

License
-------

Released under the MIT License.

Feedback
--------

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

