simplegeo / python-simplegeo

A client interface for SimpleGeo's API.
http://simplegeo.com
104 stars 18 forks source link

Merged in endpoint updates, various fixes and API_VERSION #5

Closed josegonzalez closed 13 years ago

josegonzalez commented 13 years ago

This pull request contains various changes from the past few months, including the addition of the "context" API Endpoint, fixes for the Twisted library, a change to allow Python 2.6 support, and the update of the API_VERSION to keep in line with your current public api versions.

aguynamedben commented 13 years ago

Jose,

Thanks for the submission. Since you sent this, we have done a lot of merging and refactoring of the Python client. This client used to support only Storage, but since we've released Context, Places, and now publicly released Storage, we unified all of our Python clients into this repo. This means that the version numbers between products have been dealt with. We also now support Context via simplegeo.context.* and Places via simplegeo.place.*. Unfortunately, we removed the Twisted client because we did not have time to fully test it with the new Storage features, Context, and Places. Also, we are now using the json module from pyutil.

We really appreciate the pull request. Please take a look at our new client. If you have any modifications, fixes, or Twisted support, we will gladly merge. Things should be a lot more stable on this client now that we've refactored it to support all SimpleGeo products.

-Ben

-Ben