unifyai-pii


Nameunifyai-pii JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryCountry-specific PII recognizers for Microsoft Presidio
upload_time2025-10-09 13:22:55
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.9
licenseMIT
keywords presidio pii privacy data-protection nlp country-specific
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UnifyAi PII

[![PyPI version](https://badge.fury.io/py/unifyai-pii.svg)](https://badge.fury.io/py/unifyai-pii)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)

Country-specific PII recognizers for Microsoft Presidio - Easy loading of Aadhaar, PAN, SSN, and other country-specific PII detectors.

## Features

- 🌍 Multi-country support: India, USA, UK, Spain, Italy, Australia, Singapore, Poland, Finland
- 🔌 Simple API: Load recognizers with `load_country_recognizers('IN')`
- 🚀 Built on Presidio: Leverages Microsoft Presidio's proven PII detection
- 📦 Zero configuration: Works out of the box with sensible defaults

## Installation

```bash
pip install unifyai-pii
```

```python
from presidio_country_recognizers import create_analyzer_with_countries

analyzer = create_analyzer_with_countries(['IN', 'US'])

results = analyzer.analyze(
    text="My Aadhaar is 234123412346 and SSN is 078-05-1120",
    language="en"
)

for result in results:
    print(f"Found {result.entity_type}: {result.score}")
```

Repository: https://github.com/Vivek5143/unifyai-pii

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "unifyai-pii",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "presidio, pii, privacy, data-protection, nlp, country-specific",
    "author": null,
    "author_email": "Vivek Dalvi <vivekdalvi5143@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/dd/8b/6042775bd8b849bd02567a6e582cdd2c124574059766cd47adf0f32b2ea4/unifyai_pii-0.1.0.tar.gz",
    "platform": null,
    "description": "# UnifyAi PII\r\n\r\n[![PyPI version](https://badge.fury.io/py/unifyai-pii.svg)](https://badge.fury.io/py/unifyai-pii)\r\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\r\n[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)\r\n\r\nCountry-specific PII recognizers for Microsoft Presidio - Easy loading of Aadhaar, PAN, SSN, and other country-specific PII detectors.\r\n\r\n## Features\r\n\r\n- \ud83c\udf0d Multi-country support: India, USA, UK, Spain, Italy, Australia, Singapore, Poland, Finland\r\n- \ud83d\udd0c Simple API: Load recognizers with `load_country_recognizers('IN')`\r\n- \ud83d\ude80 Built on Presidio: Leverages Microsoft Presidio's proven PII detection\r\n- \ud83d\udce6 Zero configuration: Works out of the box with sensible defaults\r\n\r\n## Installation\r\n\r\n```bash\r\npip install unifyai-pii\r\n```\r\n\r\n```python\r\nfrom presidio_country_recognizers import create_analyzer_with_countries\r\n\r\nanalyzer = create_analyzer_with_countries(['IN', 'US'])\r\n\r\nresults = analyzer.analyze(\r\n    text=\"My Aadhaar is 234123412346 and SSN is 078-05-1120\",\r\n    language=\"en\"\r\n)\r\n\r\nfor result in results:\r\n    print(f\"Found {result.entity_type}: {result.score}\")\r\n```\r\n\r\nRepository: https://github.com/Vivek5143/unifyai-pii\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Country-specific PII recognizers for Microsoft Presidio",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://github.com/Vivek5143/unifyai-pii#readme",
        "Homepage": "https://github.com/Vivek5143/unifyai-pii",
        "Issues": "https://github.com/Vivek5143/unifyai-pii/issues",
        "Repository": "https://github.com/Vivek5143/unifyai-pii"
    },
    "split_keywords": [
        "presidio",
        " pii",
        " privacy",
        " data-protection",
        " nlp",
        " country-specific"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "825cce78112dfe6079813e9d3e16acca1f23f18b32b8e391efc1468c65f44d17",
                "md5": "10ad43a19a732268e0f2da2986f9001c",
                "sha256": "c858eb8a9c5e3ba4676603766102c8f0aef189d7d9791aea97944126968e7b87"
            },
            "downloads": -1,
            "filename": "unifyai_pii-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "10ad43a19a732268e0f2da2986f9001c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 11332,
            "upload_time": "2025-10-09T13:22:53",
            "upload_time_iso_8601": "2025-10-09T13:22:53.851531Z",
            "url": "https://files.pythonhosted.org/packages/82/5c/ce78112dfe6079813e9d3e16acca1f23f18b32b8e391efc1468c65f44d17/unifyai_pii-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd8b6042775bd8b849bd02567a6e582cdd2c124574059766cd47adf0f32b2ea4",
                "md5": "91c30bf1912c0c6815be9244583c0227",
                "sha256": "d5a36bb3a825418c5f4310a90a860b53cbd189d9535eeb5915668bd85bf2152f"
            },
            "downloads": -1,
            "filename": "unifyai_pii-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "91c30bf1912c0c6815be9244583c0227",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 10305,
            "upload_time": "2025-10-09T13:22:55",
            "upload_time_iso_8601": "2025-10-09T13:22:55.060768Z",
            "url": "https://files.pythonhosted.org/packages/dd/8b/6042775bd8b849bd02567a6e582cdd2c124574059766cd47adf0f32b2ea4/unifyai_pii-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 13:22:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Vivek5143",
    "github_project": "unifyai-pii#readme",
    "github_not_found": true,
    "lcname": "unifyai-pii"
}
        
Elapsed time: 2.46876s