Skip to content

Commit b9df6c7

Browse files
committed
📝 update badge links in documentation for improved clarity and branding
1 parent 5a9acda commit b9df6c7

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
[![PyPI](https://img.shields.io/pypi/v/sqlite3-to-mysql)](https://pypi.org/project/sqlite3-to-mysql/)
2-
[![PyPI - Downloads](https://img.shields.io/pypi/dm/sqlite3-to-mysql)](https://pypistats.org/packages/sqlite3-to-mysql)
3-
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqlite3-to-mysql)](https://pypi.org/project/sqlite3-to-mysql/)
4-
[![MySQL Support](https://img.shields.io/static/v1?label=MySQL&message=5.5+|+5.6+|+5.7+|+8.0+|+8.4&color=2b5d80)](https://img.shields.io/static/v1?label=MySQL&message=5.5+|+5.6+|+5.7+|+8.0+|+8.4&color=2b5d80)
5-
[![MariaDB Support](https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.6+|+10.11+|+11.4+|+11.6+|+11.8&color=C0765A)](https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.6+|+10.11+|+11.4+|+11.6+|+11.8&color=C0765A)
1+
[![PyPI](https://img.shields.io/pypi/v/sqlite3-to-mysql?logo=pypi)](https://pypi.org/project/sqlite3-to-mysql/)
2+
[![PyPI - Downloads](https://img.shields.io/pypi/dm/sqlite3-to-mysql?logo=pypi&label=PyPI%20downloads)](https://pypistats.org/packages/sqlite3-to-mysql)
3+
[![Homebrew Formula Downloads](https://img.shields.io/homebrew/installs/dm/sqlite3-to-mysql?logo=homebrew&label=Homebrew%20downloads)](https://formulae.brew.sh/formula/sqlite3-to-mysql)
4+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqlite3-to-mysql?logo=python)](https://pypi.org/project/sqlite3-to-mysql/)
5+
[![MySQL Support](https://img.shields.io/static/v1?logo=mysql&label=MySQL&message=5.5+|+5.6+|+5.7+|+8.0+|+8.4&color=2b5d80)](https://img.shields.io/static/v1?label=MySQL&message=5.5+|+5.6+|+5.7+|+8.0+|+8.4&color=2b5d80)
6+
[![MariaDB Support](https://img.shields.io/static/v1?logo=mariadb&label=MariaDB&message=5.5+|+10.0+|+10.6+|+10.11+|+11.4+|+11.6+|+11.8&color=C0765A)](https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.6+|+10.11+|+11.4+|+11.6+|+11.8&color=C0765A)
67
[![GitHub license](https://img.shields.io/github/license/techouse/sqlite3-to-mysql)](https://github.com/techouse/sqlite3-to-mysql/blob/master/LICENSE)
7-
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE-OF-CONDUCT.md)
8-
[![PyPI - Format](https://img.shields.io/pypi/format/sqlite3-to-mysql)]((https://pypi.org/project/sqlite3-to-mysql/))
9-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
8+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?logo=contributorcovenant)](CODE-OF-CONDUCT.md)
9+
[![PyPI - Format](https://img.shields.io/pypi/format/sqlite3-to-mysql?logo=python)]((https://pypi.org/project/sqlite3-to-mysql/))
10+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?logo=python)](https://github.com/ambv/black)
1011
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d33b59d35b924711aae9418741a923ae)](https://www.codacy.com/manual/techouse/sqlite3-to-mysql?utm_source=github.com&utm_medium=referral&utm_content=techouse/sqlite3-to-mysql&utm_campaign=Badge_Grade)
1112
[![Test Status](https://github.com/techouse/sqlite3-to-mysql/actions/workflows/test.yml/badge.svg)](https://github.com/techouse/sqlite3-to-mysql/actions/workflows/test.yml)
1213
[![CodeQL Status](https://github.com/techouse/sqlite3-to-mysql/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/techouse/sqlite3-to-mysql/actions/workflows/github-code-scanning/codeql)
1314
[![Publish PyPI Package Status](https://github.com/techouse/sqlite3-to-mysql/actions/workflows/publish.yml/badge.svg)](https://github.com/techouse/sqlite3-to-mysql/actions/workflows/publish.yml)
14-
[![Publish Docker Image](https://github.com/techouse/sqlite3-to-mysql/actions/workflows/docker.yml/badge.svg)](https://github.com/techouse/sqlite3-to-mysql/actions/workflows/docker.yml)
1515
[![codecov](https://codecov.io/gh/techouse/sqlite3-to-mysql/branch/master/graph/badge.svg)](https://codecov.io/gh/techouse/sqlite3-to-mysql)
16-
[![GitHub Sponsors](https://img.shields.io/github/sponsors/techouse)](https://github.com/sponsors/techouse)
16+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/techouse?logo=github)](https://github.com/sponsors/techouse)
1717
[![GitHub stars](https://img.shields.io/github/stars/techouse/sqlite3-to-mysql.svg?style=social&label=Star&maxAge=2592000)](https://github.com/techouse/sqlite3-to-mysql/stargazers)
1818

1919
# SQLite3 to MySQL

docs/index.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ SQLite3 to MySQL
33

44
A simple Python tool to transfer data from SQLite 3 to MySQL
55

6-
|PyPI| |PyPI - Downloads| |PyPI - Python Version| |MySQL Support| |MariaDB Support|
7-
|GitHub license| |Contributor Covenant| |PyPI - Format| |Code style: black|
8-
|Codacy Badge| |Test Status| |CodeQL Status| |Publish PyPI Package Status|
9-
|Publish Docker Image| |codecov| |GitHub Sponsors| |GitHub stars|
6+
|PyPI| |PyPI - Downloads| |Homebrew Formula Downloads| |PyPI - Python Version|
7+
|MySQL Support| |MariaDB Support| |GitHub license| |Contributor Covenant|
8+
|PyPI - Format| |Code style: black| |Codacy Badge| |Test Status| |CodeQL Status|
9+
|Publish PyPI Package Status| |codecov| |GitHub Sponsors| |GitHub stars|
1010

1111
Installation
1212
------------
@@ -36,23 +36,25 @@ Indices and tables
3636
* :ref:`modindex`
3737
* :ref:`search`
3838

39-
.. |PyPI| image:: https://img.shields.io/pypi/v/sqlite3-to-mysql
39+
.. |PyPI| image:: https://img.shields.io/pypi/v/sqlite3-to-mysql?logo=pypi
4040
:target: https://pypi.org/project/sqlite3-to-mysql/
41-
.. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/sqlite3-to-mysql
41+
.. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/sqlite3-to-mysql?logo=pypi&label=PyPI%20downloads
4242
:target: https://pypistats.org/packages/sqlite3-to-mysql
43-
.. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/sqlite3-to-mysql
43+
.. |Homebrew Formula Downloads| image:: https://img.shields.io/homebrew/installs/dm/sqlite3-to-mysql?logo=homebrew&label=Homebrew%20downloads
44+
:target: https://formulae.brew.sh/formula/sqlite3-to-mysql
45+
.. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/sqlite3-to-mysql?logo=python
4446
:target: https://pypi.org/project/sqlite3-to-mysql/
45-
.. |MySQL Support| image:: https://img.shields.io/static/v1?label=MySQL&message=5.5+%7C+5.6+%7C+5.7+%7C+8.0&color=2b5d80
47+
.. |MySQL Support| image:: https://img.shields.io/static/v1?logo=mysql&label=MySQL&message=5.5+%7C+5.6+%7C+5.7+%7C+8.0&color=2b5d80
4648
:target: https://img.shields.io/static/v1?label=MySQL&message=5.6+%7C+5.7+%7C+8.0&color=2b5d80
47-
.. |MariaDB Support| image:: https://img.shields.io/static/v1?label=MariaDB&message=5.5+%7C+10.0+%7C+10.1+%7C+10.2+%7C+10.3+%7C+10.4+%7C+10.5+%7C+10.6%7C+10.11&color=C0765A
49+
.. |MariaDB Support| image:: https://img.shields.io/static/v1?logo=mariadb&label=MariaDB&message=5.5+%7C+10.0+%7C+10.1+%7C+10.2+%7C+10.3+%7C+10.4+%7C+10.5+%7C+10.6%7C+10.11&color=C0765A
4850
:target: https://img.shields.io/static/v1?label=MariaDB&message=10.0+%7C+10.1+%7C+10.2+%7C+10.3+%7C+10.4+%7C+10.5&color=C0765A
4951
.. |GitHub license| image:: https://img.shields.io/github/license/techouse/sqlite3-to-mysql
5052
:target: https://github.com/techouse/sqlite3-to-mysql/blob/master/LICENSE
51-
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
53+
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?logo=contributorcovenant
5254
:target: CODE-OF-CONDUCT.md
53-
.. |PyPI - Format| image:: https://img.shields.io/pypi/format/sqlite3-to-mysql
55+
.. |PyPI - Format| image:: https://img.shields.io/pypi/format/sqlite3-to-mysql?logo=python
5456
:target: (https://pypi.org/project/sqlite3-to-mysql/)
55-
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
57+
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?logo=python
5658
:target: https://github.com/ambv/black
5759
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/d33b59d35b924711aae9418741a923ae
5860
:target: https://www.codacy.com/manual/techouse/sqlite3-to-mysql?utm_source=github.com&utm_medium=referral&utm_content=techouse/sqlite3-to-mysql&utm_campaign=Badge_Grade
@@ -62,11 +64,9 @@ Indices and tables
6264
:target: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/codeql-analysis.yml
6365
.. |Publish PyPI Package Status| image:: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/publish.yml/badge.svg
6466
:target: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/publish.yml
65-
.. |Publish Docker Image| image:: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/docker.yml/badge.svg
66-
:target: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/docker.yml
6767
.. |codecov| image:: https://codecov.io/gh/techouse/sqlite3-to-mysql/branch/master/graph/badge.svg
6868
:target: https://codecov.io/gh/techouse/sqlite3-to-mysql
69-
.. |GitHub Sponsors| image:: https://img.shields.io/github/sponsors/techouse
69+
.. |GitHub Sponsors| image:: https://img.shields.io/github/sponsors/techouse?logo=github
7070
:target: https://github.com/sponsors/techouse
7171
.. |GitHub stars| image:: https://img.shields.io/github/stars/techouse/sqlite3-to-mysql.svg?style=social&label=Star&maxAge=2592000
7272
:target: https://github.com/techouse/sqlite3-to-mysql/stargazers

0 commit comments

Comments
 (0)