Coder Social home page Coder Social logo

anomaly / vishnu Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 117 KB

Sessions for python WSGI applications

Home Page: https://pypi.python.org/pypi/vishnu

License: Apache License 2.0

Python 98.50% Makefile 1.01% Shell 0.49%
google-appengine memcache python redis session session-cookie wsgi wsgi-middleware

vishnu's Introduction

      ___           ___           ___           ___           ___           ___       ___     
     /\  \         /\__\         /\  \         /\__\         /\  \         /\__\     |\__\    
    /::\  \       /::|  |       /::\  \       /::|  |       /::\  \       /:/  /     |:|  |   
   /:/\:\  \     /:|:|  |      /:/\:\  \     /:|:|  |      /:/\:\  \     /:/  /      |:|  |   
  /::\~\:\  \   /:/|:|  |__   /:/  \:\  \   /:/|:|__|__   /::\~\:\  \   /:/  /       |:|__|__ 
 /:/\:\ \:\__\ /:/ |:| /\__\ /:/__/ \:\__\ /:/ |::::\__\ /:/\:\ \:\__\ /:/__/        /::::\__\
 \/__\:\/:/  / \/__|:|/:/  / \:\  \ /:/  / \/__/~~/:/  / \/__\:\/:/  / \:\  \       /:/~~/~   
      \::/  /      |:/:/  /   \:\  /:/  /        /:/  /       \::/  /   \:\  \     /:/  /     
      /:/  /       |::/  /     \:\/:/  /        /:/  /        /:/  /     \:\  \    \/__/      
     /:/  /        /:/  /       \::/  /        /:/  /        /:/  /       \:\__\              
     \/__/         \/__/         \/__/         \/__/         \/__/         \/__/              

vishnu's People

Contributors

bradmclain avatar devraj avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vishnu's Issues

add session expiry/timeout

  • Set the Expires setting on the cookie.
  • Configurable as default from app.yaml
  • Ability to set per session
  • Clearable with a constant
  • Saved in datastore

Add alternate backends

  • Google App Engine NDB gae-ndb
  • Google App Engine memcache gae-memcache
  • Python memcached python-memcached
  • pymemcache
  • Redis redis

unit testing

  • Cipher
  • Middleware
    • GAE NDB #31
    • GAE memcache #31
    • python-memcached
    • pymemcache
    • redis
  • Session config
  • Backend configs
    • GAE NDB
    • GAE memcache
    • python-memcached
    • pymemcache
    • redis
  • Backend clients
    • GAE NDB #31
    • GAE memcache #31
    • python-memcached
    • pymemcache
    • redis

python3 compatibility

  • webapp2 is not compatible with python3 (unit tests), replacing with falcon
  • Cookie library has changed
  • Python3 version of python-memcached is failing to read pickled session object
  • Some imports in vishnu backends were not python compatible
  • Pad/unpad method does not work in python3
  • Issues with base64 decoding of encrypted cookie data

Publish to PyPI

Topic :: Internet :: WWW/HTTP :: Session trove categorisation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.