Pinned Repositories
flask-storage
Various file storage backends for Flask applications.
intervals
Python tools for handling intervals (ranges of comparable objects).
postgresql-audit
Audit trigger for PostgreSQL
sqlalchemy-continuum
Versioning extension for SQLAlchemy.
sqlalchemy-i18n
Internationalization extension for SQLAlchemy models
sqlalchemy-json-api
Fast SQLAlchemy query builder for returning JSON API responses
sqlalchemy-utils
Various utility functions and datatypes for SQLAlchemy.
wtforms-alchemy
Tools for creating wtforms from sqlalchemy models
wtforms-components
Additional fields, validators and widgets for WTForms.
wtforms-json
Adds smart json support for WTForms. Useful for when using WTForms with RESTful APIs.
kvesteri's Repositories
kvesteri/python-poker
Python poker library
kvesteri/colander-alchemy
Generates colander schemas from SQLAlchemy models
kvesteri/flask-activity-stream
kvesteri/flask-generic-views
Generic pluggable views for flask
kvesteri/redis-natives-py
Thin layer on top of redis-py that represents Redis datatypes as Python natives
kvesteri/bourne
Easy object json serialization. Mimics RoR ActiveRecord json serializer
kvesteri/unistorage
File storage abstraction layer for Python
kvesteri/dotfiles
kvesteri/flask
A microframework based on Werkzeug, Jinja2 and good intentions
kvesteri/flask-alchemy
Various SQLAlchemy helpers for Flask, built on top of Flask-SQLAlchemy
kvesteri/flask-split
A/B testing for your Flask application.
kvesteri/sqlalchemy-test
Various unit test helpers for SQLAlchemy models
kvesteri/wtforms-errors
Better error messages for wtforms