Hi, I just released Flask-XML-RPC 0.1 on PyPI. It's a Flask extension for making XML-RPC APIs. It includes an example app (the Flaskr example that comes with Flask, but with an API - it's fully tested) and documentation. PyPI: http://pypi.python.org/pypi/Flask-XML-RPC Docs: http://packages.python.org/Flask-XML-RPC Code: http://bitbucket.org/leafstorm/flask-xml-rpc/ -- Regards, LeafStorm (http://www.leafstorm.us/)
Hi,
On 2010-05-11 5:01 PM, LeafStorm wrote:
> PyPI: http://pypi.python.org/pypi/Flask-XML-RPC
The RST markup on that page is broken. A ">" is missing in the last
link, which is why that page is not rendered properly.
Also, if you want a logo that goes well with the other flaskext logos,
look at this one here: http://pocoo.org/~m/flask-xmlrpc.png
Uses the same animal as on the xmlrpc.com website :)
Regards,
Armin
On 05/11/2010 05:35 PM, Armin Ronacher wrote: > Hi, > > On 2010-05-11 5:01 PM, LeafStorm wrote: >> PyPI: http://pypi.python.org/pypi/Flask-XML-RPC > The RST markup on that page is broken. A ">" is missing in the last > link, which is why that page is not rendered properly. I fixed the markup, but it's still not rendering. Ah well. > Also, if you want a logo that goes well with the other flaskext logos, > look at this one here: http://pocoo.org/~m/flask-xmlrpc.png > > Uses the same animal as on the xmlrpc.com website :) Thanks! My artistic abilities leave much to be desired. I went ahead and added the logo to the docs. > Regards, > Armin -- Regards, LeafStorm (http://www.leafstorm.us/)