Metadata-Version: 2.4
Name: pattex
Version: 0.2.1
Summary: Regex pattern matching and extraction library for Python.
Author: Shahmeer Khan
Author-email: Shahmeer Khan <shahmirkhan519@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: pytest==9.0.3
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/meer-khan/pattex
Project-URL: Issues, https://github.com/meer-khan/pattex/issues
Description-Content-Type: text/markdown

# pattex

A Python library for extracting common patterns from text using regex — emails, URLs, phone numbers, IP addresses, and more.

## Installation

```bash
pip install pattex
```

## Status

Currently under active development. Full documentation and usage examples coming soon.

## License

MIT
