pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

is this project dead #134

Closed achaayb closed 1 year ago

yrro commented 3 years ago

Flask-Session has released 0.4.0 since the Flask-Sessionstore fork was created. It's not dead, it just doesn't have a great deal of development activity. :)

eusoubrasileiro commented 3 years ago

For me its dead

miniconda3\lib\site-packages\flask_session\sessions.py", line 220, in _get_preferred_memcache_client
    return memcache.Client(servers)
AttributeError: module 'memcache' has no attribute 'Client'

Thank you for the new module.

yrro commented 3 years ago
miniconda3\lib\site-packages\flask_session\sessions.py", line 220, in _get_preferred_memcache_client
    return memcache.Client(servers)
AttributeError: module 'memcache' has no attribute 'Client'

It looks like the memcache that Flask-Session imports is the one provided by the memcache_client distribution package. So maybe try installing that, and make sure you don't have a memcache import package provided by any other distribution package (e.g., https://pypi.org/project/memcache/ which only dates back to 2020, so is definitely newer than Flask-Session).

jorgelaranjo commented 3 years ago

No description provided.

Session Storage Backends for the Flask Web Framework - NO LONGER MAINTAINED

eusoubrasileiro commented 3 years ago

Probably what everybody needs is this. Flask-Caching recommended project

jorgelaranjo commented 3 years ago

Probably what everybody needs is this. Flask-Caching recommended project

https://github.com/pallets-eco/flask-caching for source access.

VeNoMouS commented 2 years ago

Probably what everybody needs is this. Flask-Caching recommended project

requirement... meet rock

yrro commented 2 years ago

FYI, https://github.com/christopherpickering/flask-session2 is a new fork of flask-session that has merged a lot of outstanding PRs. The maintainer (@christopherpickering) is looking for co-maintainers, please reach out to him if you have any time to look after the new fork.

darless commented 1 year ago

Future project ownership discussed here: #156

davidism commented 1 year ago

Flask-Session is now part of Pallets-Eco, an open source organization managed by the Pallets team to facilitate community maintenance of Flask extensions. Anyone interested in helping maintain this project can ask for commit access in the #flask-session channel on https://discord.gg/pallets.