Giter VIP home page Giter VIP logo

flask-session's Introduction

Flask-Session

Flask-Session is an extension for Flask that adds support for Server-side Session to your application.

What's New

The original package was at its version 0.3.1, and its latest github commit activity happened 3 years ago.

Its file-based session feature stops working since its underlying package, werkzeug, released 1.0.0 at Feb 6, 2020. See bug report here.

This fork serves as a workaround to fix that issue.

How to Install

I do not have ownership of the original package "flask-session" on PyPI, so I can not publish this there, therefore normal "pip install package_name" would NOT work.

To use this package, you have to get it from github directly.

pip uninstall flask-session  # Do this if you already installed the old flask-session 0.3.1
pip install git+https://github.com/rayluo/[email protected]

Or you can put this into your requirements.txt or setup.py:

package-foo==1.2.3
git+https://github.com/rayluo/[email protected]#egg=flask-session
package-bar>=2,<3

Known issue

Do this if you already installed the old flask-session 0.3.1, because the unusual installation method mentioned above would not upgrade it to 0.3.2.

pip uninstall flask-session

flask-session's People

Contributors

bnjmn avatar debamitra avatar fengsp avatar kimsondrup avatar rayluo avatar warrenbailey avatar

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.