Metadata-Version: 2.1
Name: python-regrex
Version: 0.1.3
Summary: string generator based on regex pattern
Author: admin
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiofiles (==23.2.1)
Requires-Dist: aiohttp (==3.8.4)
Requires-Dist: exrex (==0.11.0)
Requires-Dist: httpx (==0.26.0)
Requires-Dist: pyyaml (==6.0.1)
Requires-Dist: tqdm (==4.66.1)
Description-Content-Type: text/markdown

<div align=center>

# ^regrex$

</div>

This tool is a string generator based on regex pattern inspired by [pemistahl/grex](https://github.com/pemistahl/grex).

## Getting Started

```sh
pip install python-regrex

regrex -p "([a-z]+)@([a-z]+)\.com" -n 10
```

For more information, execute `regrex -h`.

## Features

- Generate strings based on regex pattern
- Check if generated url are valid or not by accessing them in parallel
- Match strings with regex pattern (WIP)

## Contribution

We welcome new contributors and look forward to growing this project together. Whether you'd like to request new content, promote it on social media, improve documentation, provide creative materials, sponsor the project, or make tip donations, contributions in any form are highly appreciated. 
