A pluggable session implementation for Pyramid
Project description
pyramid_pluggable_session
Want to be able to change out session backends using a simple configuration change, want to store your session data in a new location but re-implementing ISession from Pyramid looks too daunting, fear not, pyramid_pluggable_session makes this really simple.
Is this a pyramid_beaker replacement?
Yes. Although I’ve already been told that unless I implement ALL existing beaker backends that I am not doing it right, so I am hereby doing it wrong ;-).
Pull requests
Want to add a new backend? Perfect. Want to write some tests? Documentation? The whole nine yards? Please!
Clone this repo, create a new topic branch, and hack hack hack.
Push your topic branch to Github
Create a new pull request
I will review it, and if all is well pull it into this source tree!
0.0.0a1
New features:
A file based session storage now exists.
A chain can now be constructed for session storage
0.0.0dev
A new ISession compliant Pyramid session provider appears.
A single backend exists, it is based on local Pyramid memory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for pyramid_pluggable_session-0.0.0a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e38d8eaf1b721382ff345e9df9dd9e2c9d9a3c2d0afde777454ed2c75da729e |
|
MD5 | 1a622e5558c8e7bad24f9ec357f078a7 |
|
BLAKE2b-256 | fd5f7e153862a66ee33eca7f0bc4dc3f9ae8b22080063c4e70f606f72312f8a6 |