Re: [flask] Review request: flask-peewee
- From:
- Francisco Souza
- Date:
- 2010-12-09 @ 02:29
I've just took a look at example app and I really liked the API, it is clean
and nice, but I missed tests (I love tests =P) and docs =/
Keep hacking,
Francisco Souza
Software developer at Giran and also full time
Open source evangelist at full time
English: http://www.franciscosouza.com
Portuguese: http://www.franciscosouza.com.br
Twitter: @franciscosouza
+55 27 3026 0264
On Wed, Dec 8, 2010 at 4:32 PM, Charles Leifer <coleifer@gmail.com> wrote:
> I've been working on a lightweight python ORM that uses sqlite3 - it's
> called peewee :) you can check out the code
> (http://github.com/coleifer/peewee) or the accompanying blog post
> (http://charlesleifer.com/blog/peewee-a-lightweight-python-orm/).
>
> As I had originally developed peewee for use in flask apps it made
> sense to me to write a flask extension to wrap up some of the more
> repetitive bits and add a nice api for some flask-specific things.
> Was wondering if I could get some feedback from the community and see
> what would be needed for this to be included in the list of extensions
> in the docs.
>
> https://github.com/coleifer/flask-peewee
>
> Charlie
>