This module is designed to offer a lightweight session management capaiblity to Python web projects. It was originaly designed to operate with Tornado but should be easy adaptable to other frameworks.
To install:
python setup.py build
sudo python setup.py install
Please open an issue on the GitHub Issues page. Sample pages are greatly appreciated.
All requests should be added as an issue on the GitHub Issues page.
Unit testing is in development. Current tests are localized to each class.
- Fork dust-devil
- Create a topic branch -
git checkout -b my_branch
- Push to your branch -
git push origin my_branch
- Create an issue with a link to your branch
- That's it!
- Paul Morel
- Michael Rea
- Dan Hummon
- Brian McFadden
- Garrett Bates
- Milan Cermak (Original session.py for a fork of Tornado)
Dust Devil is licensed under the Apache Licence, Version 2.0 to remain consistent with the main Tornado project (http://www.apache.org/licenses/LICENSE-2.0.html).