Nice! Rackspace Cloud SDK is missing though: http://docs.rackspace.com/sdks/guide/content/python.html
Python API
41–50 of 52 posts
Re: Python API
#42Re: Python API
#43Earlier quoted context omitted.
I will work on that! For now, just use the contact form or Twitter ( https://twitter.com/pyapis )
Thanks but no thanks. I suggest that you come up with a github repo and ask people for pull requests.
also, it would be nice if you would allow more than one wrapper per api.
Re: Python API
#44Nice comprehensive list, Thanks!
Re: Python API
#45Re: Python API
#46This definitely could use a form to submit API wrappers. I used the contact form linked at the top to submit Stack.PY, a Python module for the Stack Exchange 2.1 API, which is available on Launchpad ( https://launchpad.net/stackpy ) and PyPI ( https://pypi.python.org/pypi/stackpy ). The SE API documentation is at https://api.stackexchange.com/docs
Re: Python API
#47It could use an entry for Echonest, which has all sorts of great APIs for working with music audio and metadata [1] http://developer.echonest.com/ [2] http://echonest.github.io/pyechonest/
Re: Python API
#48This definitely could use a form to submit API wrappers. I used the contact form linked at the top to submit Stack.PY, a Python module for the Stack Exchange 2.1 API, which is available on Launchpad ( https://launchpad.net/stackpy ) and PyPI ( https://pypi.python.org/pypi/stackpy ). The SE API documentation is at https://api.stackexchange.com/docs
Re: Python API
#49The Urban Dictionary API wrapper[1] isn't in Python: installation $ npm install -g urban # bin $ npm install urban # lib [1]: https://github.com/mvrilo/urban Edit: Though looking at the site it again it only lists it as "command-line tool and API" instead of "Python wrapper" like all of the rest. Seems odd on a page dedicated to Python API wrappers.
Re: Python API
#50interesting and handy stuffs! +1!