Google Analytics for Python: 1.0.2 released

I merged in changes from Robert Kosara, Michael Greene, and Patrick Collison which add multiple dimension and multiple metric support, pagination in data results, various style fixes, and bug fixes.

Also updated documentation to be vastly more comprehensive and split out all the information into INSTALL/USAGE/README/AUTHORS so people can find information more easily.

Clone the most recent from Github as always:

git clone git://github.com/clintecker/python-googleanalytics.git

Nab the tarball from PyPi or Github:

http://pypi.python.org/packages/source/p/python-googleanalytics/python-googleanalytics-1.0.2.tar.gz

http://github.com/clintecker/python-googleanalytics/zipball/1.0.2

Or install using easy_install:

sudo easy_install python-googleanalytics

or pip:

sudo pip install python-googleanalytics

Open any issues you might find on Github. Even better, fork the project and fix them yourself and send me a pull request :)