Core detection and masking library for Aegis PII protection
Project description
Aegis Preflight Core
Core detection and masking engine for PII protection.
Note: This is a dependency package. Install
aegis-sdkfor the full SDK with LLM integrations and enterprise features.
Installation
pip install aegis-sdk # Recommended - includes this package
Quick Example
from aegis_core import detect, mask_text
# Detect PII
items = detect("Contact john@example.com at 555-123-4567")
# [DetectedItem(type='EMAIL', count=1), DetectedItem(type='PHONE', count=1)]
# Mask PII
masked = mask_text("Contact john@example.com at 555-123-4567")
# "Contact j***@example.com at XXX-XXX-4567"
Detection Types
EMAIL | PHONE | SSN | CREDIT_CARD | API_SECRET | IBAN | PHI_KEYWORD
License
Proprietary - Aegis Preflight
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aegis_preflight_core-0.2.2.tar.gz.
File metadata
- Download URL: aegis_preflight_core-0.2.2.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d370538753ec914ee88f30f793e766a957772b2d8f95e8a1a6c71b30ff3e5b9b
|
|
| MD5 |
291a922d242ffd4a7ce9b19dce9326d8
|
|
| BLAKE2b-256 |
a277b5788f143c869adaebc9e9d953819e1de92eb37c467a9c314436456a8188
|
File details
Details for the file aegis_preflight_core-0.2.2-py3-none-any.whl.
File metadata
- Download URL: aegis_preflight_core-0.2.2-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0de175a2be41a7b345d3e66807dff3feef4401b458f8b30ab9a4e67f7ec8992
|
|
| MD5 |
b71eb21c15b564122a33425c1a23f52b
|
|
| BLAKE2b-256 |
18bc1437575d4eca2cc2959622528ba85099ce13553f7a5eb6df8c2888765795
|