1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
From: Edward Betts <edward@4angle.com>
Date: Fri, 2 Aug 2024 12:15:17 +0900
Subject: remove README badges
---
README.md | 39 ---------------------------------------
1 file changed, 39 deletions(-)
diff --git a/README.md b/README.md
index a40ea44..682e277 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,5 @@
# convertertools
-<p align="center">
- <a href="https://github.com/bluetooth-devices/convertertools/actions/workflows/ci.yml?query=branch%3Amain">
- <img src="https://img.shields.io/github/actions/workflow/status/bluetooth-devices/convertertools/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
- </a>
- <a href="https://convertertools.readthedocs.io">
- <img src="https://img.shields.io/readthedocs/convertertools.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
- </a>
- <a href="https://codecov.io/gh/bluetooth-devices/convertertools">
- <img src="https://img.shields.io/codecov/c/github/bluetooth-devices/convertertools.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
- </a>
-</p>
-<p align="center">
- <a href="https://python-poetry.org/">
- <img src="https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json" alt="Poetry">
- </a>
- <a href="https://github.com/astral-sh/ruff">
- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
- </a>
- <a href="https://github.com/pre-commit/pre-commit">
- <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
- </a>
-</p>
-<p align="center">
- <a href="https://pypi.org/project/convertertools/">
- <img src="https://img.shields.io/pypi/v/convertertools.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
- </a>
- <img src="https://img.shields.io/pypi/pyversions/convertertools.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
- <img src="https://img.shields.io/pypi/l/convertertools.svg?style=flat-square" alt="License">
-</p>
-
----
-
**Documentation**: <a href="https://convertertools.readthedocs.io" target="_blank">https://convertertools.readthedocs.io </a>
**Source Code**: <a href="https://github.com/bluetooth-devices/convertertools" target="_blank">https://github.com/bluetooth-devices/convertertools </a>
@@ -73,13 +41,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
-<table>
- <tbody>
- <tr>
- <td align="center" valign="top" width="14.28%"><a href="https://www.openhomefoundation.org/"><img src="https://avatars.githubusercontent.com/u/109550163?v=4?s=80" width="80px;" alt="Bluetooth Devices"/><br /><sub><b>Bluetooth Devices</b></sub></a><br /><a href="https://github.com/bluetooth-devices/convertertools/commits?author=Bluetooth-Devices" title="Code">💻</a> <a href="#ideas-Bluetooth-Devices" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/bluetooth-devices/convertertools/commits?author=Bluetooth-Devices" title="Documentation">📖</a></td>
- </tr>
- </tbody>
-</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
|