librelist archives

« back to archive

Flask Extension Sprint

Flask Extension Sprint

From:
DasIch
Date:
2010-07-25 @ 16:18
We were just speaking about flask extensions in #pocoo which lead us to
the unfortunate fact that we currently have only 2 approved extensions,
namely Flask-Babel and Flask-SQLAlchemy. So we came up with the idea of
an online sprint to change the existing extensions so they meet the
guidelines.

The question is who is interested?

Obviously there is also the question of the date, time and place, I
don't want to set a date all by myself yet but I think sometime next
weekend is probably a good idea. I think communication should be done
via IRC, we could use #pocoo-sprint or #flask-sprint.

Re: [flask] Flask Extension Sprint

From:
Dan Jacob
Date:
2010-07-25 @ 16:24
The hg repo version of Flask-Script extension has been approved, so
the next release should be approved when it goes out some time this
week. My other extensions (Flask-Mail, Flask-Testing and Flask-WTF)
are being updated accordingly and will go out hopefully around the
same time.

The only real issue is getting the Flask-Mail name change from
flask-mail (it was named before the naming guidelines, but the name
change needs to be approved by the PyPi admins).

If I don't have time to get these out by next weekend then I'll
certainly need some help to get them finished.

On 25 July 2010 17:18, DasIch <dasdasich@googlemail.com> wrote:
> We were just speaking about flask extensions in #pocoo which lead us to
> the unfortunate fact that we currently have only 2 approved extensions,
> namely Flask-Babel and Flask-SQLAlchemy. So we came up with the idea of
> an online sprint to change the existing extensions so they meet the
> guidelines.
>
> The question is who is interested?
>
> Obviously there is also the question of the date, time and place, I
> don't want to set a date all by myself yet but I think sometime next
> weekend is probably a good idea. I think communication should be done
> via IRC, we could use #pocoo-sprint or #flask-sprint.
>
>

Re: [flask] Flask Extension Sprint

From:
Dan Colish
Date:
2010-07-25 @ 16:49
I'm down for a sprint. I'd like to get a few extensions I've been working 
on wrapped up. Have the guidelines been worked up into on doc? If not I'd 
be willing to pull them together from the thread.

--Dan

On Jul 25, 2010, at 9:24 AM, Dan Jacob wrote:

> The hg repo version of Flask-Script extension has been approved, so
> the next release should be approved when it goes out some time this
> week. My other extensions (Flask-Mail, Flask-Testing and Flask-WTF)
> are being updated accordingly and will go out hopefully around the
> same time.
> 
> The only real issue is getting the Flask-Mail name change from
> flask-mail (it was named before the naming guidelines, but the name
> change needs to be approved by the PyPi admins).
> 
> If I don't have time to get these out by next weekend then I'll
> certainly need some help to get them finished.
> 
> On 25 July 2010 17:18, DasIch <dasdasich@googlemail.com> wrote:
>> We were just speaking about flask extensions in #pocoo which lead us to
>> the unfortunate fact that we currently have only 2 approved extensions,
>> namely Flask-Babel and Flask-SQLAlchemy. So we came up with the idea of
>> an online sprint to change the existing extensions so they meet the
>> guidelines.
>> 
>> The question is who is interested?
>> 
>> Obviously there is also the question of the date, time and place, I
>> don't want to set a date all by myself yet but I think sometime next
>> weekend is probably a good idea. I think communication should be done
>> via IRC, we could use #pocoo-sprint or #flask-sprint.
>> 
>> 

Re: [flask] Flask Extension Sprint

From:
DasIch
Date:
2010-07-25 @ 17:11
On Sun, 2010-07-25 at 09:49 -0700, Dan Colish wrote:
> Have the guidelines been worked up into on doc?
There is a section about it in the docs
http://flask.pocoo.org/docs/extensiondev/#approved-extensions.