File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
4101 . Runtime is ultra-minimal
5112 . Compiles to pure RegEx
6123 . 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
1521pip install magicregex
1622```
You can’t perform that action at this time.
0 commit comments