Flask extension that integrates the shelve module with flask
Python
Switch branches/tags
Nothing to show
Latest commit af70c6b Mar 24, 2012 @jamesls Fix typo in docs
Permalink
Failed to load latest commit information.
docs
examples
scripts
.gitignore
LICENSE
README.rst
flask_shelve.py
setup.cfg
setup.py
tests.py

README.rst

Flask-Shelve

A flask extension that integrates the shelve module with flask.

View the docs at: http://packages.python.org/Flask-Shelve/

Running the Tests

The tests can be run using:

python setup.py test

The repo also contains a scripts directory that has a threadtest.py that can be run to verify the locking behavior of Flask-Shelve:

scripts/threadtest.py