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
|
From: Edward Betts <edward@4angle.com>
Date: Wed, 22 Oct 2025 08:14:21 +0100
Subject: remove badges
---
README.md | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/README.md b/README.md
index a86dc38..35e3f42 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,5 @@
# asyncio usb device watcher
-<p align="center">
- <a href="https://github.com/bluetooth-devices/aiousbwatcher/actions/workflows/ci.yml?query=branch%3Amain">
- <img src="https://img.shields.io/github/actions/workflow/status/bluetooth-devices/aiousbwatcher/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
- </a>
- <a href="https://aiousbwatcher.readthedocs.io">
- <img src="https://img.shields.io/readthedocs/aiousbwatcher.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
- </a>
- <a href="https://codecov.io/gh/bluetooth-devices/aiousbwatcher">
- <img src="https://img.shields.io/codecov/c/github/bluetooth-devices/aiousbwatcher.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
- </a>
-</p>
-<p align="center">
- <a href="https://github.com/astral-sh/uv">
- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv">
- </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/aiousbwatcher/">
- <img src="https://img.shields.io/pypi/v/aiousbwatcher.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
- </a>
- <img src="https://img.shields.io/pypi/pyversions/aiousbwatcher.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
- <img src="https://img.shields.io/pypi/l/aiousbwatcher.svg?style=flat-square" alt="License">
-</p>
-
----
-
**Documentation**: <a href="https://aiousbwatcher.readthedocs.io" target="_blank">https://aiousbwatcher.readthedocs.io </a>
**Source Code**: <a href="https://github.com/bluetooth-devices/aiousbwatcher" target="_blank">https://github.com/bluetooth-devices/aiousbwatcher </a>
@@ -61,8 +29,6 @@ This project follows the [all-contributors](https://github.com/all-contributors/
## Credits
-[](https://github.com/copier-org/copier)
-
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
|