incognito


Nameincognito JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/FairNLP/incognito
SummaryOut-of-the-box anonymization for NLP.
upload_time2024-02-11 16:37:08
maintainer
docs_urlNone
authorFairNLP
requires_python>=3.7
licenseApache Software License 2.0
keywords incognito
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <a href="https://github.com/fairnlp/incognito/releases">
        <img alt="GitHub release" src="https://img.shields.io/github/release/fairnlp/incognito.svg">
    </a>
</p>

# Description

Out-of-the-box anonymization.

# Installation

```bash
pip install incognito
```

# Usage

```python
from incognito import Incognito

incognito = Incognito()
incognito("John Doe is a data scientist at Google.")
# Output: "[PERSON] is a data scientist at [ORGANIZATION]."
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FairNLP/incognito",
    "name": "incognito",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "incognito",
    "author": "FairNLP",
    "author_email": "info@fairnlp.com",
    "download_url": "https://files.pythonhosted.org/packages/12/a1/7b49275592809b8412fecf3b2fe32bf71f6784ee19dcfe1e46a30e6c3aca/incognito-0.0.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <a href=\"https://github.com/fairnlp/incognito/releases\">\n        <img alt=\"GitHub release\" src=\"https://img.shields.io/github/release/fairnlp/incognito.svg\">\n    </a>\n</p>\n\n# Description\n\nOut-of-the-box anonymization.\n\n# Installation\n\n```bash\npip install incognito\n```\n\n# Usage\n\n```python\nfrom incognito import Incognito\n\nincognito = Incognito()\nincognito(\"John Doe is a data scientist at Google.\")\n# Output: \"[PERSON] is a data scientist at [ORGANIZATION].\"\n```\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Out-of-the-box anonymization for NLP.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/FairNLP/incognito"
    },
    "split_keywords": [
        "incognito"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ea45e08da4a62c3a23a3074460130b1b5e002a67a2f83023051f36017515fd8",
                "md5": "c57b0481571c4090bb5862013f9ac0b6",
                "sha256": "7328b311091d32c7633a18b89f0b755db5c6509d807c7239e26a413856608c80"
            },
            "downloads": -1,
            "filename": "incognito-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c57b0481571c4090bb5862013f9ac0b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3002,
            "upload_time": "2024-02-11T16:37:06",
            "upload_time_iso_8601": "2024-02-11T16:37:06.580727Z",
            "url": "https://files.pythonhosted.org/packages/7e/a4/5e08da4a62c3a23a3074460130b1b5e002a67a2f83023051f36017515fd8/incognito-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12a17b49275592809b8412fecf3b2fe32bf71f6784ee19dcfe1e46a30e6c3aca",
                "md5": "c23cd2bb7f07dad07ff748a48c15eb59",
                "sha256": "1ecb76ff62c28ce6d691a94a41dd456593a7a6b04a93686e03946829222b9bf8"
            },
            "downloads": -1,
            "filename": "incognito-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c23cd2bb7f07dad07ff748a48c15eb59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3293,
            "upload_time": "2024-02-11T16:37:08",
            "upload_time_iso_8601": "2024-02-11T16:37:08.065214Z",
            "url": "https://files.pythonhosted.org/packages/12/a1/7b49275592809b8412fecf3b2fe32bf71f6784ee19dcfe1e46a30e6c3aca/incognito-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-11 16:37:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FairNLP",
    "github_project": "incognito",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "incognito"
}
        
Elapsed time: 0.19301s