Skip to content

Commit eced404

Browse files
committed
README bump badges
1 parent 07f3363 commit eced404

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

Diff for: README.rst

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
simpleeval (Simple Eval)
22
========================
33

4-
.. image:: https://github.com/danthedeckie/simpleeval/actions/workflows/ci.yml/badge.svg?branch=gh-actions-build
4+
.. |build-status| image:: https://github.com/danthedeckie/simpleeval/actions/workflows/ci.yml/badge.svg?branch=gh-actions-build
55
:target: https://github.com/danthedeckie/simpleeval/actions/
66
:alt: Build Status
77

8-
.. image:: https://codecov.io/gh/danthedeckie/simpleeval/branch/master/graph/badge.svg?token=isRnN1yrca
8+
.. |code-coverage| image:: https://codecov.io/gh/danthedeckie/simpleeval/branch/master/graph/badge.svg?token=isRnN1yrca
99
:target: https://codecov.io/gh/danthedeckie/simpleeval
10-
:alt: Code Coverage
10+
:alt: Code Coverage Status
1111

12-
.. image:: https://badge.fury.io/py/simpleeval.svg
12+
.. |pypi-version| image:: https://badge.fury.io/py/simpleeval.svg
1313
:target: https://badge.fury.io/py/simpleeval
1414
:alt: PyPI Version
1515

16-
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
17-
:target: https://github.com/psf/black
16+
.. |python-versions| image:: https://img.shields.io/badge/python-3.9_%7C_3.10_%7C_3.11_%7C_3.12_%7C_3.13_%7C_PyPy3.9_%7C_PyPy3.10-blue
17+
:alt: Static Badge
1818

19-
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
20-
:target: https://github.com/PyCQA/pylint
19+
.. |pypi-monthly-downloads| image:: https://img.shields.io/pypi/dm/SimpleEval
20+
:alt: PyPI - Downloads
21+
22+
.. |formatting-with-ruff| image:: https://img.shields.io/badge/-ruff-black?logo=lightning&logoColor=%2300ff00&link=https%3A%2F%2Fdocs.astral.sh%2Fruff%2F
23+
:alt: Static Badge
24+
25+
|build-status| |code-coverage| |pypi-version| |python-versions| |pypi-monthly-downloads| |formatting-with-ruff|
2126

2227

2328
A single file library for easily adding evaluatable expressions into

0 commit comments

Comments
 (0)