diff --git a/README.md b/README.md index 886df52..490d0a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # asyncpraw-stubs +[![PyPI version](https://badge.fury.io/py/asyncpraw-stubs.svg)](https://badge.fury.io/py/asyncpraw-stubs) +[![python-logo](https://img.shields.io/badge/python-3.9_|_3.10_|_3.11_|_3.12-blue.svg)](https://www.python.org/) +[![Downloads](https://static.pepy.tech/badge/asyncpraw-stubs)](https://pepy.tech/project/asyncpraw-stubs) +[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) +[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +[![Static Analysis](https://github.com/isFakeAccount/asyncpraw-stubs/actions/workflows/static_analysis.yaml/badge.svg?branch=master)](https://github.com/isFakeAccount/asyncpraw-stubs/actions/workflows/static_analysis.yaml) + Python stubs for [asyncpraw](https://github.com/praw-dev/asyncpraw), a python package that allows for simple access to Reddit's API asynchronously.