From 851c72a82395f1362916ea30f379d71bc93273f0 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 26 Jul 2024 17:15:48 +0300 Subject: [PATCH] add badges --- README.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 601c9ea..9858e70 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,30 @@ # Injection + +![PyPI - Version](https://img.shields.io/pypi/v/deps-injection) + +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/deps-injection) + +[![Latest Release](https://github.com/nightblure/injection/actions/workflows/publish.yml/badge.svg)](https://github.com/nightblure/injection/actions/workflows/publish.yml) [![Documentation Status](https://readthedocs.org/projects/injection/badge/?version=latest)](https://injection.readthedocs.io/en/latest/?badge=latest) + +[![Tests And Linting](https://github.com/nightblure/injection/actions/workflows/ci.yml/badge.svg)](https://github.com/nightblure/injection/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/nightblure/injection/graph/badge.svg?token=2ZTFBlJqTb)](https://codecov.io/gh/nightblure/injection) + [![GitHub license](https://img.shields.io/github/license/nightblure/injection)](https://github.com/nightblure/injection/blob/main/LICENSE) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) -[![codecov](https://codecov.io/gh/nightblure/injection/graph/badge.svg?token=2ZTFBlJqTb)](https://codecov.io/gh/nightblure/injection) + +![GitHub Repo stars](https://img.shields.io/github/stars/nightblure/injection) +![PyPI - Downloads](https://img.shields.io/pypi/dm/deps-injection?label=month%20downloads) + +![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/nightblure/injection/total?label=total%20downloads) + +--- ## Features -* support Python 3.8-3.12; -* works with FastAPI, Flask, Litestar and Django REST Framework; -* no dependencies +* support **Python 3.8-3.12**; +* works with **FastAPI, Flask, Litestar** and **Django REST Framework**; +* **no third-party dependencies**; -codecov badge - DONE -build passing badge -stars badge -pypi version badge -downloads badge (total and month) -sonarcloud badges OR codeclimate badge +todo: sonarcloud badges OR codeclimate badge