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
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 >
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 > >
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 >> >> >