Skip to content

Commit a166b83

Browse files
update readme
1 parent 7ea6e34 commit a166b83

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# 🦄 Magic RegEx
22
**Readable Regular Expressions for Python**
33

4+
[![Stable Version](https://img.shields.io/pypi/v/magicregex?label=stable)][PyPI Releases]
5+
[![Pre-release Version](https://img.shields.io/github/v/release/thomaswollmann/magicregex?label=pre-release&include_prereleases&sort=semver)][PyPI Releases]
6+
[![Python Versions](https://img.shields.io/pypi/pyversions/magicregex)][PyPI]
7+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)]
8+
[![Downloads](https://img.shields.io/pypi/dm/magicregex)](https://pypistats.org/packages/magicregex)
9+
410
1. Runtime is ultra-minimal
511
2. Compiles to pure RegEx
612
3. Automatically typed capture groups
@@ -10,7 +16,7 @@ This library is a port of the [magic-regexp](https://regexp.dev) JavaScript modu
1016

1117
## Quickstart
1218

13-
First, install `magicregex` by (WIP)
19+
First, install `magicregex` by
1420
```shell
1521
pip install magicregex
1622
```

0 commit comments

Comments
 (0)