Re: [flask] [ANN] flask-csrf, flask-lesscss, and flask-urls
- From:
- Rodrigo Moraes
- Date:
- 2010-05-27 @ 15:09
Hey Steve,
It would be nice if you made a release for these extensions, so that
they can be easily installed using, e.g., buildout. For App Engine,
buildout is the probably best way to maintain dependencies, and having
the packages exclusively on bitbucket/gitbug makes them harder to
install. Just run on the repo dir:
python setup.py sdist --formats=gztar,zip upload
or something like this.
thanks,
-- rodrigo
Re: [flask] [ANN] flask-csrf, flask-lesscss, and flask-urls
- From:
- Armin Ronacher
- Date:
- 2010-05-12 @ 06:23
Hi,
On 5/12/10 3:21 AM, Steve Losh wrote:
> A few days ago I announced a collection of Flask utilities called
> Garter. Since then, Armin has said that Flask-related extensions should
> use the flaskext namespace, so I split Garter out into three separate
> libraries:
Will add them to the list once there is a PyPI entry. That way projects
can easily depend on that.
Regards,
Armin