Skip to content

Commit

Permalink
Update badges in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Oct 1, 2023
1 parent 914abd2 commit b1da975
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ PRAW: The Python Reddit API Wrapper
:alt: PyPI - Downloads - Monthly
:target: https://pypi.python.org/pypi/praw

.. image:: https://coveralls.io/repos/github/praw-dev/praw/badge.svg?branch=master
.. image:: https://github.com/praw-dev/praw/actions/workflows/ci.yml/badge.svg?event=push
:alt: GitHub Actions Status
:target: https://github.com/praw-dev/praw/actions/workflows/ci.yml

.. image:: https://coveralls.io/repos/github/praw-dev/praw/badge.svg
:alt: Coveralls Coverage
:target: https://coveralls.io/github/praw-dev/praw?branch=master

.. image:: https://github.com/praw-dev/praw/workflows/CI/badge.svg
:alt: GitHub Actions Status
:target: https://github.com/praw-dev/praw/actions?query=branch%3Amaster
.. image:: https://api.securityscorecards.dev/projects/github.com/praw-dev/praw/badge
:alt: OpenSSF Scorecard
:target: https://api.securityscorecards.dev/projects/github.com/praw-dev/praw

.. image:: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg
:alt: Contributor Covenant
Expand All @@ -29,9 +33,9 @@ PRAW: The Python Reddit API Wrapper
:alt: pre-commit
:target: https://github.com/pre-commit/pre-commit

.. image:: https://api.securityscorecards.dev/projects/github.com/praw-dev/praw/badge
:alt: OpenSSF Scorecard
:target: https://api.securityscorecards.dev/projects/github.com/praw-dev/praw
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:alt: Black code style
:target: https://github.com/psf/black

PRAW, an acronym for "Python Reddit API Wrapper", is a Python package that allows for
simple access to Reddit's API. PRAW aims to be easy to use and internally follows all of
Expand Down

0 comments on commit b1da975

Please sign in to comment.