Go to file
Joe Gregorio fcb31207d5 alpha8
2011-03-25 15:30:20 -04:00
2011-03-25 15:30:20 -04:00
2011-03-18 22:45:18 -04:00
2011-02-23 16:08:54 -05:00
2010-12-10 13:09:56 +00:00
2011-03-23 21:44:42 -04:00
2011-03-25 15:30:20 -04:00
2010-08-19 00:02:59 +01:00
2011-03-21 15:08:18 -04:00
2011-03-25 15:30:20 -04:00

This is a prototype implementation of a client
for discovery based APIs.

Installation
============

To install, simply say

   $ python setup.py install --record=files.txt

to install the files and record what files are installed in files.txt.

If you want to do a "mock install" and simply extend your PYTHONPATH
for the current shell to include this folder and the packages in it, do

   $ source setpath.sh

from the root of the project directory.


Uninstall
=========

   $ cat files.txt | xargs rm -rf

You may need root privileges to do this.


Running
=======

Run buzz.py, which will use the apiclient
library to retrieve the title of the most
recent entry in Buzz and post a test message.
The first time you run it you will be prompted
to authorize the application to access your
Buzz information.

   $ python samples/buzz/buzz.py

After following the install directions (using setup.py or setpath.sh) you
should be able to cd to samples/buzz and run the code from there.


Third Party Libraries
=====================

These libraries should be installed when you install the client library, either
automatically if you have setuptools installed, or manually if you do not:

http://code.google.com/p/httplib2
http://code.google.com/p/uri-templates
http://github.com/simplegeo/python-oauth2
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 9.7 MiB
Languages
Python 99.3%
Shell 0.7%