librelist archives

« back to archive

Adding extension to registry

Adding extension to registry

From:
jean-philippe serafin
Date:
2011-12-03 @ 11:29
Hi,

I wan't to submit my Flask-Dashed extension (
https://github.com/jeanphix/Flask-Dashed) for approval, how to do that?

Thanks.

-- 

jean-philippe serafin

http://www.jeanphi.fr

Re: [flask] Adding extension to registry

From:
Ron DuPlain
Date:
2011-12-07 @ 01:04
Hi,

On Sat, Dec 3, 2011 at 6:29 AM, jean-philippe serafin
<serafinjp@gmail.com> wrote:
> I wan't to submit my Flask-Dashed extension
> (https://github.com/jeanphix/Flask-Dashed) for approval, how to do that?

http://flask.pocoo.org/extensions/#Flask-Dashed

The process so far is to announce the extension to other developers on
mailing list and IRC, just as you did.  I've been using the issue
tracker on GitHub to track extension review.  Everyone is welcome to
post issues and comment on when extensions should be listed or
approved.

http://github.com/mitsuhiko/flask/issues?labels=extension+review

For listing, I'm only looking for stable packaging and clear public
APIs.  Approval guidelines are here:
http://flask.pocoo.org/docs/extensiondev/#approved-extensions

Your project looks nice.  Love the demo here:
http://flask-dashed.jeanphi.fr/

-Ron

Re: [flask] Adding extension to registry

From:
jean-philippe serafin
Date:
2011-12-07 @ 08:51
2011/12/7 Ron DuPlain <ron.duplain@gmail.com>

> Hi,
>
> On Sat, Dec 3, 2011 at 6:29 AM, jean-philippe serafin
> <serafinjp@gmail.com> wrote:
> > I wan't to submit my Flask-Dashed extension
> > (https://github.com/jeanphix/Flask-Dashed) for approval, how to do that?
>
> http://flask.pocoo.org/extensions/#Flask-Dashed


Ok, thanks for that.


>
>
> The process so far is to announce the extension to other developers on
> mailing list and IRC, just as you did.  I've been using the issue
> tracker on GitHub to track extension review.  Everyone is welcome to
> post issues and comment on when extensions should be listed or
> approved.
>
> http://github.com/mitsuhiko/flask/issues?labels=extension+review
>
> For listing, I'm only looking for stable packaging and clear public
> APIs.  Approval guidelines are here:
> http://flask.pocoo.org/docs/extensiondev/#approved-extensions
>
> Your project looks nice.  Love the demo here:
> http://flask-dashed.jeanphi.fr/
>
>
:)

I tried to make something as simple as possible (no javascripts inside)
that renders the good way on all device types.


> -Ron
>



-- 

jean-philippe serafin

http://www.jeanphi.fr

Re: [flask] Adding extension to registry

From:
Andrey V. Martyanov
Date:
2011-12-03 @ 23:53
Hi,

it seems that flask documentation doesn't contain any specific information
regardless submitting your extension to the registry, but Armin is
constantly reviewing this mailing list and hopefully will pay attention to
your request.

BTW, the django like admin extension ready for production is the only
feature I miss from flask. Charles Leifer is also working on similar
extension, but unfortunately it's based on his own ORM called peewee. Take
a look https://github.com/coleifer/flask-peewee.

Good luck!

On Sat, Dec 3, 2011 at 4:29 PM, jean-philippe serafin
<serafinjp@gmail.com>wrote:

> Hi,
>
> I wan't to submit my Flask-Dashed extension (
> https://github.com/jeanphix/Flask-Dashed) for approval, how to do that?
>
> Thanks.
>
> --
>
> jean-philippe serafin
>
> http://www.jeanphi.fr
>
>