librelist archives

« back to archive

Extensions Update

Extensions Update

From:
Ron DuPlain
Date:
2011-09-05 @ 23:57
Hi all,

I updated the extension registry with the latest announcements from
this mailing list.  Let us know if you have any extensions which
should be listed, or those which you'd like approved.

http://flask.pocoo.org/extensions/

We now a fully functional BuildBot, thanks to a lot of help from Ben
Hearsum, which is polling and testing each extension with Flask's
latest release, maintenance branch, and development branch, using
Python 2.5, 2.6, and 2.7.  This flaskbot will help us ensure quality
releases and maintenance.

Keep the extensions (and their test runners) coming!

Ron

Re: [flask] Extensions Update

From:
Marc de Verdelhan
Date:
2011-09-06 @ 06:52
A friend of mine (the maintainer of MongoLite and MongoKit projects) just
developed and published this one: https://github.com/namlook/flask-api
Flask-API is an extension which allows to build, publish and query (using
apibee: https://github.com/namlook/apibee) an API for a Flask app. It's
still in beta stage but it's promizing.

To build your API, you only have to import the "api" decorator and decorate
your views. You can also build your API client using the "Client" object
provided by the extension.
See the small doc for further information:
https://github.com/namlook/flask-api/blob/master/README.rst

Enjoy testing!

--
Marc

On Tue, Sep 6, 2011 at 1:57 AM, Ron DuPlain <ron.duplain@gmail.com> wrote:

> Hi all,
>
> I updated the extension registry with the latest announcements from
> this mailing list.  Let us know if you have any extensions which
> should be listed, or those which you'd like approved.
>
> http://flask.pocoo.org/extensions/
>
> We now a fully functional BuildBot, thanks to a lot of help from Ben
> Hearsum, which is polling and testing each extension with Flask's
> latest release, maintenance branch, and development branch, using
> Python 2.5, 2.6, and 2.7.  This flaskbot will help us ensure quality
> releases and maintenance.
>
> Keep the extensions (and their test runners) coming!
>
> Ron
>

Re: [flask] Extensions Update

From:
Nicolas Clairon
Date:
2011-09-06 @ 08:36
Hi,

I'm the maintainer of Flask-API. It is an early release (I just pushed
the code to github yesterday) and it need documentation and tests. But
it is usable, so feel free to test it.

N.

On Tue, Sep 6, 2011 at 8:52 AM, Marc de Verdelhan
<marc.deverdelhan@yahoo.com> wrote:
> A friend of mine (the maintainer of MongoLite and MongoKit projects) just
> developed and published this one: https://github.com/namlook/flask-api
> Flask-API is an extension which allows to build, publish and query (using
> apibee: https://github.com/namlook/apibee) an API for a Flask app. It's
> still in beta stage but it's promizing.
>
> To build your API, you only have to import the "api" decorator and decorate
> your views. You can also build your API client using the "Client" object
> provided by the extension.
> See the small doc for further information:
> https://github.com/namlook/flask-api/blob/master/README.rst
>
> Enjoy testing!
>
> --
> Marc
>
> On Tue, Sep 6, 2011 at 1:57 AM, Ron DuPlain <ron.duplain@gmail.com> wrote:
>>
>> Hi all,
>>
>> I updated the extension registry with the latest announcements from
>> this mailing list.  Let us know if you have any extensions which
>> should be listed, or those which you'd like approved.
>>
>> http://flask.pocoo.org/extensions/
>>
>> We now a fully functional BuildBot, thanks to a lot of help from Ben
>> Hearsum, which is polling and testing each extension with Flask's
>> latest release, maintenance branch, and development branch, using
>> Python 2.5, 2.6, and 2.7.  This flaskbot will help us ensure quality
>> releases and maintenance.
>>
>> Keep the extensions (and their test runners) coming!
>>
>> Ron
>
>

Re: [flask] Extensions Update

From:
Ron DuPlain
Date:
2011-09-06 @ 14:37
Hi Nicolas,

On Tue, Sep 6, 2011 at 4:36 AM, Nicolas Clairon <clairon@gmail.com> wrote:
> I'm the maintainer of Flask-API. It is an early release (I just pushed
> the code to github yesterday) and it need documentation and tests. But
> it is usable, so feel free to test it.

This looks like an extension which people will like, but the name is a
too generic.  If the extension is closely tied to ApiBee, perhaps name
it Flask-ApiBee?

Thanks,

Ron


>
> N.
>
> On Tue, Sep 6, 2011 at 8:52 AM, Marc de Verdelhan
> <marc.deverdelhan@yahoo.com> wrote:
>> A friend of mine (the maintainer of MongoLite and MongoKit projects) just
>> developed and published this one: https://github.com/namlook/flask-api
>> Flask-API is an extension which allows to build, publish and query (using
>> apibee: https://github.com/namlook/apibee) an API for a Flask app. It's
>> still in beta stage but it's promizing.
>>
>> To build your API, you only have to import the "api" decorator and decorate
>> your views. You can also build your API client using the "Client" object
>> provided by the extension.
>> See the small doc for further information:
>> https://github.com/namlook/flask-api/blob/master/README.rst
>>
>> Enjoy testing!
>>
>> --
>> Marc
>>
>> On Tue, Sep 6, 2011 at 1:57 AM, Ron DuPlain <ron.duplain@gmail.com> wrote:
>>>
>>> Hi all,
>>>
>>> I updated the extension registry with the latest announcements from
>>> this mailing list.  Let us know if you have any extensions which
>>> should be listed, or those which you'd like approved.
>>>
>>> http://flask.pocoo.org/extensions/
>>>
>>> We now a fully functional BuildBot, thanks to a lot of help from Ben
>>> Hearsum, which is polling and testing each extension with Flask's
>>> latest release, maintenance branch, and development branch, using
>>> Python 2.5, 2.6, and 2.7.  This flaskbot will help us ensure quality
>>> releases and maintenance.
>>>
>>> Keep the extensions (and their test runners) coming!
>>>
>>> Ron
>>
>>
>