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.
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 ;-).
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!