Metadata-Version: 2.1
Name: python-regrex
Version: 0.1.17
Summary: string generator based on regex pattern
Home-page: https://github.com/morisono/regrex
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: natsort (>=8.4.0,<9.0.0)
Requires-Dist: pyyaml (==6.0.1)
Requires-Dist: tqdm (==4.66.1)
Project-URL: Repository, https://github.com/morisono/regrex
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).

## 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)

## Getting Started

```sh
pip install python-regrex

regrex gen -p "\d{4}-([a-z]+){6}@([a-z]+)mail\.com" -c 3 -i 0 -s desc --disable-progress-bar

5864-znufkb@pmail.com
3322-sgfkkn@zmail.com
1751-wnnolm@umail.com
```

For more information, execute `regrex -h`.

## 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. 
