Skip to content

Commit

Permalink
Added badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
isFakeAccount committed Apr 21, 2024
1 parent 59453fc commit 898be36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.


Expand Down

0 comments on commit 898be36

Please sign in to comment.