Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jul 26, 2024
1 parent fd28028 commit 851c72a
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 851c72a

Please sign in to comment.