librelist archives

« back to archive

Announcement: Flask-XML-RPC

Announcement: Flask-XML-RPC

From:
LeafStorm
Date:
2010-05-11 @ 15:01
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/)

Re: [flask] Announcement: Flask-XML-RPC

From:
Armin Ronacher
Date:
2010-05-11 @ 21:35
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

Re: [flask] Announcement: Flask-XML-RPC

From:
LeafStorm
Date:
2010-05-12 @ 02:11
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/)