Simple High-Performance WSGI Sessions
Project description
Gimlet - Simple High-Performance WSGI Sessions
Scott Torborg - Cart Logic
Gimlet is a Python infrastructure block to provide versatile key-value ‘session’ storage for WSGI applications. The design philosophy is ‘as fast as possible with slow components’, which is to say, I/O load will be minimized, but it will work with fairly simple and mature storage backends. It provides:
Easy setup and configuration
Key-value dict-like session access
Multiple backend options, including redis and SQL
Efficient - absolute minimal I/O load
Optional client-side storage for a whitelist of keys
It is also:
2 oz gin
1/2 oz lime juice
1/4 oz simple syrup
lime garnish
Installation
Install with pip:
$ pip install gimlet
Documentation
Gimlet has extensive documentation here.
License
Gimlet is licensed under an MIT license. Please see the LICENSE file for more information.
Code Standards
Gimlet has a comprehensive test suite with 100% line and branch coverage, as reported by the excellent coverage module. To run the tests, simply run in the top level of the repo:
$ nosetests
There are no PEP8 or Pyflakes warnings in the codebase. To verify that:
$ pip install pep8 pyflakes $ pep8 . $ pyflakes .
Any pull requests must maintain the sanctity of these three pillars.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gimlet-0.5.2.tar.gz
.
File metadata
- Download URL: gimlet-0.5.2.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e08a6b65002e775b27d3a5255ff4d3954e9e30a93e33cd24c9cb47fabb4518e2 |
|
MD5 | 6472e48fcf11015f65d4db974f9a87e5 |
|
BLAKE2b-256 | 723186b6d54b8712ea258b50e5cf66613968eb769ef33174b47c2a53a8d16098 |