Metadata-Version: 2.1
Name: re-extensions
Version: 0.0.2
Summary: Extensions for the `re` package.
Home-page: https://github.com/Chitaoji/re-extensions/
Author: Chitaoji
Author-email: 2360742040@qq.com
License: BSD
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8.13
Description-Content-Type: text/markdown


# re-extensions
Extensions for the `re` package.

## Installation
```sh
$ pip install re-extensions
```

## Requirements
```txt

```

## See Also
### Github repository
* https://github.com/Chitaoji/re-extensions/

### PyPI project
* https://pypi.org/project/re-extensions/

## License
This project falls under the BSD 3-Clause License.

## History
### v0.0.2
* Bugfix for `setup.py`.

### v0.0.1
* Initial release.

