⬆️ Update README.rst
Added some more badges
This commit is contained in:
parent
0352c49224
commit
3efbfababc
1 changed files with 12 additions and 12 deletions
24
README.rst
24
README.rst
|
|
@ -20,7 +20,7 @@ community that make adding new functionality easy.
|
||||||
**Installing**
|
**Installing**
|
||||||
----------
|
----------
|
||||||
|
|
||||||
**Install & Update** using `pip`_:
|
**Install & Update** via `pip`_:
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
|
|
@ -62,7 +62,7 @@ For guidance on setting up a *development environment* and how to make a
|
||||||
------
|
------
|
||||||
|
|
||||||
The **Pallets** organization develops and supports ``Flask`` and the *libraries*
|
The **Pallets** organization develops and supports ``Flask`` and the *libraries*
|
||||||
it uses. In order to grow the community of contributors and users, and
|
it uses. In order to grow the *community of contributors* and users, and
|
||||||
allow the maintainers to devote more time to the projects, `please
|
allow the maintainers to devote more time to the projects, `please
|
||||||
donate today`_.
|
donate today`_.
|
||||||
|
|
||||||
|
|
@ -83,14 +83,14 @@ donate today`_.
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
<table>
|
<div align="center" style="display: flex; justify-content: center;">
|
||||||
<tr>
|
<div style="display: flex; justify-content: center;">
|
||||||
<td>
|
<img src="https://img.shields.io/pypi/v/Flask?style=for-the-badge&logoColor=blue" alt="PyPi Package Version">
|
||||||
<img src="https://img.shields.io/pypi/dm/Flask?style=for-the-badge" alt="Downloads in PyPi last month" width="200">
|
<img src="https://img.shields.io/pypi/dm/Flask?style=for-the-badge" alt="PyPi Downloads">
|
||||||
</td>
|
<img alt="Maintenance" src="https://img.shields.io/maintenance/yes/2024?style=for-the-badge&color=orange">
|
||||||
<td>
|
<img alt="GitHub Release Date - Published_At" src="https://img.shields.io/github/release-date/pallets/flask?style=for-the-badge">
|
||||||
<img src="https://img.shields.io/pypi/v/Flask?style=for-the-badge&logoColor=blue" alt="PyPi Package Version" width="116">
|
<img alt="Conda Downloads" src="https://img.shields.io/conda/d/conda-forge/python?style=for-the-badge">
|
||||||
</td>
|
</div>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue