Metadata-Version: 2.3
Name: lsre
Version: 0.1.1
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)
[![PyPI version](https://img.shields.io/pypi/v/lsre.svg)](https://pypi.org/project/lsre/)
[![Python versions](https://img.shields.io/pypi/pyversions/lsre.svg)](https://pypi.org/project/lsre/)

A project to learn simple regular expressions.

## Overview

Create a package to do simple regular expressions. Also publish package to pypi to learn automated publishing.

## License

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