Skip to content

Commit

Permalink
Migrate from pypistats.org badge to pepy.tech
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Nov 28, 2021
1 parent 1dcb24d commit f8b562d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
==================
aiohttp-sqlalchemy
==================
|ReadTheDocs| |PyPI release| |PyPI downloads| |License| |Python versions| |GitHub CI| |Codecov| |Codacy|
|ReadTheDocs| |PyPI release| |License| |Python versions| |PyPI downloads| |GitHub CI| |Codecov| |Codacy|

.. |ReadTheDocs| image:: https://readthedocs.org/projects/aiohttp-sqlalchemy/badge/?version=latest
:target: https://aiohttp-sqlalchemy.readthedocs.io/en/latest/?badge=latest
Expand All @@ -11,10 +11,6 @@ aiohttp-sqlalchemy
:target: https://pypi.org/project/aiohttp-sqlalchemy/
:alt: Release

.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/aiohttp-sqlalchemy
:target: https://pypistats.org/packages/aiohttp-sqlalchemy
:alt: PyPI downloads count

.. |License| image:: https://img.shields.io/badge/License-MIT-green
:target: https://github.com/ri-gilfanov/aiohttp-sqlalchemy/blob/master/LICENSE
:alt: MIT License
Expand All @@ -23,6 +19,10 @@ aiohttp-sqlalchemy
:target: https://pypi.org/project/aiohttp-sqlalchemy/
:alt: Python version support

.. |PyPI downloads| image:: https://static.pepy.tech/personalized-badge/aiohttp-sqlalchemy?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads
:target: https://pepy.tech/project/aiohttp-sqlalchemy
:alt: PyPI downloads count

.. |GitHub CI| image:: https://github.com/ri-gilfanov/aiohttp-sqlalchemy/actions/workflows/ci.yml/badge.svg?branch=master
:target: https://github.com/ri-gilfanov/aiohttp-sqlalchemy/actions/workflows/ci.yml
:alt: GitHub continuous integration
Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
==================================
aiohttp-sqlalchemy's documentation
==================================
|ReadTheDocs| |PyPI release| |PyPI downloads| |License| |Python versions| |GitHub CI| |Codecov| |Codacy|
|ReadTheDocs| |PyPI release| |License| |Python versions| |PyPI downloads| |GitHub CI| |Codecov| |Codacy|

.. |ReadTheDocs| image:: https://readthedocs.org/projects/aiohttp-sqlalchemy/badge/?version=latest
:target: https://aiohttp-sqlalchemy.readthedocs.io/en/latest/?badge=latest
Expand All @@ -11,10 +11,6 @@ aiohttp-sqlalchemy's documentation
:target: https://pypi.org/project/aiohttp-sqlalchemy/
:alt: Release

.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/aiohttp-sqlalchemy
:target: https://pypistats.org/packages/aiohttp-sqlalchemy
:alt: PyPI downloads count

.. |License| image:: https://img.shields.io/badge/License-MIT-green
:target: https://github.com/ri-gilfanov/aiohttp-sqlalchemy/blob/master/LICENSE
:alt: MIT License
Expand All @@ -23,6 +19,10 @@ aiohttp-sqlalchemy's documentation
:target: https://pypi.org/project/aiohttp-sqlalchemy/
:alt: Python version support

.. |PyPI downloads| image:: https://static.pepy.tech/personalized-badge/aiohttp-sqlalchemy?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads
:target: https://pepy.tech/project/aiohttp-sqlalchemy
:alt: PyPI downloads count

.. |GitHub CI| image:: https://github.com/ri-gilfanov/aiohttp-sqlalchemy/actions/workflows/ci.yml/badge.svg?branch=master
:target: https://github.com/ri-gilfanov/aiohttp-sqlalchemy/actions/workflows/ci.yml
:alt: GitHub continuous integration
Expand Down

0 comments on commit f8b562d

Please sign in to comment.