File tree 1 file changed +13
-8
lines changed
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
simpleeval (Simple Eval)
2
2
========================
3
3
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
5
5
:target: https://github.com/danthedeckie/simpleeval/actions/
6
6
:alt: Build Status
7
7
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
9
9
:target: https://codecov.io/gh/danthedeckie/simpleeval
10
- :alt: Code Coverage
10
+ :alt: Code Coverage Status
11
11
12
- .. image :: https://badge.fury.io/py/simpleeval.svg
12
+ .. | pypi-version | image :: https://badge.fury.io/py/simpleeval.svg
13
13
:target: https://badge.fury.io/py/simpleeval
14
14
:alt: PyPI Version
15
15
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
18
18
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 |
21
26
22
27
23
28
A single file library for easily adding evaluatable expressions into
You can’t perform that action at this time.
0 commit comments