peewee_session
is a session manager for the Bottle microframework that uses a
cookie to maintain your web session and stores a hash associated with that
cookie using peewee supported database. It is designed as a simple Bottle
plugin.
Install using either pip:
$ pip install peewee-session
- peewee >= 3.1
- passlib
See the exmaple application.
This package is loosely based on https://github.com/devries/bottle-session, which uses redis.