Metadata-Version: 2.3
Name: lsre
Version: 0.1.3
Summary: A project to learn simple regular expressions.
Author: Rohit Gupta
Author-email: Rohit Gupta <gupta.rohit21198@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: hydra-core>=1.3.2
Requires-Dist: loguru>=0.7.3
Requires-Dist: python-dotenv>=1.0.1
Requires-Python: >=3.12.8
Description-Content-Type: text/markdown

# Learn Simple Regular Expressions

[![pr-checks](https://github.com/rohit1998/lsre/actions/workflows/pr-checks.yml/badge.svg)](https://github.com/rohit1998/lsre/actions/workflows/pr-checks.yml)
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://rohit1998.github.io/lsre/)
[![PyPI version](https://img.shields.io/pypi/v/lsre.svg?color=blue)](https://pypi.org/project/lsre/)
[![Python versions](https://img.shields.io/pypi/pyversions/lsre.svg?color=blue)](https://pypi.org/project/lsre/)


A project to learn simple regular expressions. Checkout [docs](https://rohit1998.github.io/lsre/) for details.

## License

This project is licensed under the MIT License - see the LICENSE file for details.
