Skip to content

Commit 7921bce

Browse files
committed
Readme
1 parent e091c2e commit 7921bce

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

README.rst

+24-19
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,47 @@
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+
17
Flask-Session
28
=============
39

410
Flask-Session is an extension for Flask that adds support for server-side sessions to
511
your application.
612

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
1116

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
1318
:target: https://flask-session.readthedocs.io
14-
:alt: docs
19+
:alt: Documentation status
1520

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
1722
:target: ./LICENSE
1823
:alt: BSD-3 Clause License
1924

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
2130
:target: https://pypi.org/project/flask-session
22-
:alt: PyPI
31+
:alt: PyPI - Latest Version
2332

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
2534
:target: https://pypi.org/project/Flask-Session/
2635
:alt: PyPI - Python Version
2736

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
3738
:target: https://discord.gg/pallets
3839
:alt: Discord
3940

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+
4045
Installing
4146
------------
4247
Install and update using pip:

docs/_static/icon/favicon-192x192.png

14.9 KB
Loading

docs/_static/icon/favicon-512x512.png

41 KB
Loading

0 commit comments

Comments
 (0)