Skip to content

Commit 7677033

Browse files
committed
Add badges, note the correct pip command.
1 parent 329558f commit 7677033

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# py_evalexpr
22

3+
[![PyPI version](https://img.shields.io/pypi/v/py-evalexpr.svg)](https://pypi.org/project/py-evalexpr/)
4+
[![CI](https://github.com/b-kiiskila/py_evalexpr/actions/workflows/maturin-ci.yml/badge.svg)](https://github.com/b-kiiskila/py_evalexpr/actions/workflows/maturin-ci.yml)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
37
A Python extension module written in Rust that provides bindings to the [`evalexpr`](https://crates.io/crates/evalexpr) crate for expression evaluation.
48

59
## 🌟 Features
@@ -27,7 +31,7 @@ A Python extension module written in Rust that provides bindings to the [`evalex
2731
## 📦 Installation
2832

2933
```bash
30-
pip install py_evalexpr
34+
pip install py-evalexpr
3135
```
3236

3337
## 💡 Usage Examples

0 commit comments

Comments
 (0)