62 lines
2.6 KiB
Plaintext
62 lines
2.6 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: Flask-Session
|
|
Version: 0.6.0
|
|
Summary: Server-side session support for Flask
|
|
Author-email: Shipeng Feng <fsp261@gmail.com>
|
|
Maintainer-email: Pallets Community Ecosystem <contact@palletsprojects.com>
|
|
Requires-Python: >=3.7
|
|
Description-Content-Type: text/x-rst
|
|
Classifier: Development Status :: 4 - Beta
|
|
Classifier: Environment :: Web Environment
|
|
Classifier: Framework :: Flask
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Topic :: Internet :: WWW/HTTP :: Session
|
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
|
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
Requires-Dist: flask>=2.2
|
|
Requires-Dist: cachelib
|
|
Project-URL: Changes, https://flask-session.readthedocs.io/changes.html
|
|
Project-URL: Chat, https://discord.gg/pallets
|
|
Project-URL: Documentation, https://flask-session.readthedocs.io
|
|
Project-URL: Issue Tracker, https://github.com/pallets-eco/flask-session/issues/
|
|
Project-URL: Source Code, https://github.com/pallets-eco/flask-session/
|
|
|
|
Flask-Session
|
|
=============
|
|
|
|
Flask-Session is an extension for Flask that adds support for server-side sessions to
|
|
your application.
|
|
|
|
|
|
.. image:: https://github.com/pallets-eco/flask-session/actions/workflows/test.yaml/badge.svg?branch=development
|
|
:target: https://github.com/pallets-eco/flask-session/actions/workflows/test.yaml?query=workflow%3ACI+branch%3Adeveloment
|
|
:alt: Tests
|
|
|
|
.. image:: https://readthedocs.org/projects/flask-session/badge/?version=stable&style=flat
|
|
:target: https://flask-session.readthedocs.io
|
|
:alt: docs
|
|
|
|
.. image:: https://img.shields.io/github/license/pallets-eco/flask-session
|
|
:target: ./LICENSE
|
|
:alt: BSD-3 Clause License
|
|
|
|
.. image:: https://img.shields.io/pypi/v/flask-session.svg?
|
|
:target: https://pypi.org/project/flask-session
|
|
:alt: PyPI
|
|
|
|
.. image:: https://img.shields.io/badge/dynamic/json?query=info.requires_python&label=python&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fflask-session%2Fjson
|
|
:target: https://pypi.org/project/Flask-Session/
|
|
:alt: PyPI - Python Version
|
|
|
|
.. image:: https://img.shields.io/github/v/release/pallets-eco/flask-session?include_prereleases&label=latest-prerelease
|
|
:target: https://github.com/pallets-eco/flask-session/releases
|
|
:alt: pre-release
|
|
|
|
.. image:: https://codecov.io/gh/pallets-eco/flask-session/branch/master/graph/badge.svg?token=yenl5fzxxr
|
|
:target: https://codecov.io/gh/pallets-eco/flask-session
|
|
:alt: codecov
|