|
| 1 | +.. image:: https://github.com/pallets-eco/flask-session/tree/main/docs/_static/icon/favicon-192x192.png |
| 2 | + :alt: Flask-Session |
| 3 | + :target: https://flask-session.readthedocs.io |
| 4 | + :align: left |
| 5 | + :width: 60px |
| 6 | + |
1 | 7 | Flask-Session
|
2 | 8 | =============
|
3 | 9 |
|
4 | 10 | Flask-Session is an extension for Flask that adds support for server-side sessions to
|
5 | 11 | your application.
|
6 | 12 |
|
7 |
| - |
8 |
| -.. image:: https://github.com/pallets-eco/flask-session/actions/workflows/test.yaml/badge.svg?branch=development |
9 |
| - :target: https://github.com/pallets-eco/flask-session/actions/workflows/test.yaml?query=workflow%3ACI+branch%3Amain |
10 |
| - :alt: Tests |
| 13 | +.. image:: https://img.shields.io/github/actions/workflow/status/pallets-eco/flask-session/test.yaml?logo=github&style=flat-square |
| 14 | + :alt: GitHub Actions Workflow Status |
| 15 | + :target: https://github.com/pallets-eco/flask-session/actions/workflows/test.yaml?query=workflow%3ACI+branch%3Adevelopment |
11 | 16 |
|
12 |
| -.. image:: https://readthedocs.org/projects/flask-session/badge/?version=stable&style=flat |
| 17 | +.. image:: https://img.shields.io/readthedocs/flask-session?logo=readthedocs&style=flat-square |
13 | 18 | :target: https://flask-session.readthedocs.io
|
14 |
| - :alt: docs |
| 19 | + :alt: Documentation status |
15 | 20 |
|
16 |
| -.. image:: https://img.shields.io/github/license/pallets-eco/flask-session |
| 21 | +.. image:: https://img.shields.io/github/license/pallets-eco/flask-session?logo=bsd&style=flat-square |
17 | 22 | :target: ./LICENSE
|
18 | 23 | :alt: BSD-3 Clause License
|
19 | 24 |
|
20 |
| -.. image:: https://img.shields.io/pypi/v/flask-session.svg? |
| 25 | +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square&label=style |
| 26 | + :target: https://github.com/charliermarsh/ruff |
| 27 | + :alt: Code style: ruff |
| 28 | + |
| 29 | +.. image:: https://img.shields.io/pypi/v/flask-session.svg?logo=pypi&style=flat-square |
21 | 30 | :target: https://pypi.org/project/flask-session
|
22 |
| - :alt: PyPI |
| 31 | + :alt: PyPI - Latest Version |
23 | 32 |
|
24 |
| -.. image:: https://img.shields.io/badge/dynamic/json?query=info.requires_python&label=python&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fflask-session%2Fjson |
| 33 | +.. image:: https://img.shields.io/badge/dynamic/json?query=info.requires_python&label=python&logo=python&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fflask-session%2Fjson&style=flat-square |
25 | 34 | :target: https://pypi.org/project/Flask-Session/
|
26 | 35 | :alt: PyPI - Python Version
|
27 | 36 |
|
28 |
| -.. image:: https://img.shields.io/github/v/release/pallets-eco/flask-session?include_prereleases&label=latest-prerelease |
29 |
| - :target: https://github.com/pallets-eco/flask-session/releases |
30 |
| - :alt: pre-release |
31 |
| - |
32 |
| -.. image:: https://codecov.io/gh/pallets-eco/flask-session/branch/master/graph/badge.svg?token=yenl5fzxxr |
33 |
| - :target: https://codecov.io/gh/pallets-eco/flask-session |
34 |
| - :alt: codecov |
35 |
| - |
36 |
| -.. image:: https://img.shields.io/discord/531221516914917387?logo=discord |
| 37 | +.. image:: https://img.shields.io/discord/531221516914917387?logo=discord&style=flat-square |
37 | 38 | :target: https://discord.gg/pallets
|
38 | 39 | :alt: Discord
|
39 | 40 |
|
| 41 | +.. image:: https://img.shields.io/pypi/dm/flask-session?logo=pypi&style=flat-square |
| 42 | + :target: https://pypistats.org/packages/flask-session |
| 43 | + :alt: PyPI - Downloads |
| 44 | + |
40 | 45 | Installing
|
41 | 46 | ------------
|
42 | 47 | Install and update using pip:
|
|
0 commit comments