Metadata-Version: 2.4
Name: pyveil
Version: 0.1.0
Summary: A Python library for masking sensitive data (PII) - emails, phones, names, and more
Author-email: Hyeon Sang Jeon <your.email@example.com>
Maintainer-email: Hyeon Sang Jeon <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/pyveil
Project-URL: Documentation, https://github.com/yourusername/pyveil#readme
Project-URL: Repository, https://github.com/yourusername/pyveil
Project-URL: Issues, https://github.com/yourusername/pyveil/issues
Project-URL: Changelog, https://github.com/yourusername/pyveil/releases
Keywords: pii,privacy,masking,data-protection,security,anonymization,sensitive-data,gdpr,compliance
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
Dynamic: license-file

# pyveil 🎭

A Python library for masking sensitive data (PII) - emails, phones, names, and more

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)

## Overview

pyveil helps protect sensitive information by detecting and masking various types of personally identifiable information (PII) in text data. Whether you're handling logs, user data, or any text containing sensitive information, PyVeil provides flexible and easy-to-use tools to protect privacy.

## Features
