phi-finder


Namephi-finder JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryCollection of tools to check uploaded scans and records for identifiable data.
upload_time2025-09-16 00:19:31
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.11
licenseNone
keywords anonymisation clinical data dicom
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # PHI-finder

[![CI/CD](https://github.com/australian-imaging-service/phi-finder/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/australian-imaging-service/phi-finder/actions/workflows/ci-cd.yml)
[![Codecov](https://codecov.io/gh/australian-imaging-service/phi-finder/branch/main/graph/badge.svg?token=UIS0OGPST7)](https://codecov.io/gh/australian-imaging-service/phi-finder)

## Building

```bash
python -m pip install --upgrade build

python -m build

pip install dist/phi_finder-0.1.3-py3-none-any.whl
```

## (Very) Basic usage

```python
import pydicom as dicom
from phi_finder.dicom_tools import anonymise_dicom

dcm = dicom.dcmread("/path/to/some/dicom.dcm")
anonymised_dcm = anonymise_dicom.anonymise_image(dcm)

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "phi-finder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.11",
    "maintainer_email": "Pedro Faustini <pedro.faustini@mq.edu.au>",
    "keywords": "anonymisation, clinical data, dicom",
    "author": null,
    "author_email": "Pedro Faustini <pedro.faustini@mq.edu.au>",
    "download_url": "https://files.pythonhosted.org/packages/99/40/43a7b8f4779d953355aebf1fb8699c588653984176f5769bf342124b21e5/phi_finder-0.1.3.tar.gz",
    "platform": null,
    "description": "# PHI-finder\n\n[![CI/CD](https://github.com/australian-imaging-service/phi-finder/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/australian-imaging-service/phi-finder/actions/workflows/ci-cd.yml)\n[![Codecov](https://codecov.io/gh/australian-imaging-service/phi-finder/branch/main/graph/badge.svg?token=UIS0OGPST7)](https://codecov.io/gh/australian-imaging-service/phi-finder)\n\n## Building\n\n```bash\npython -m pip install --upgrade build\n\npython -m build\n\npip install dist/phi_finder-0.1.3-py3-none-any.whl\n```\n\n## (Very) Basic usage\n\n```python\nimport pydicom as dicom\nfrom phi_finder.dicom_tools import anonymise_dicom\n\ndcm = dicom.dcmread(\"/path/to/some/dicom.dcm\")\nanonymised_dcm = anonymise_dicom.anonymise_image(dcm)\n\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collection of tools to check uploaded scans and records for identifiable data.",
    "version": "0.1.3",
    "project_urls": {
        "repository": "https://github.com/Australian-Imaging-Service/phi-finder"
    },
    "split_keywords": [
        "anonymisation",
        " clinical data",
        " dicom"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a405656fdcabcf2d650e66215246c6ab6545fce93d36eae380bc608f43246de8",
                "md5": "01ccd90be7f4e6c146a94c47940d3bb9",
                "sha256": "5e055146bd29945a7bc71df0732fa9f481c8492f54b9abff8f5da9924cc49d14"
            },
            "downloads": -1,
            "filename": "phi_finder-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01ccd90be7f4e6c146a94c47940d3bb9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.11",
            "size": 49525,
            "upload_time": "2025-09-16T00:19:29",
            "upload_time_iso_8601": "2025-09-16T00:19:29.213791Z",
            "url": "https://files.pythonhosted.org/packages/a4/05/656fdcabcf2d650e66215246c6ab6545fce93d36eae380bc608f43246de8/phi_finder-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "994043a7b8f4779d953355aebf1fb8699c588653984176f5769bf342124b21e5",
                "md5": "98226ee00130a68ef8e6f09a5dd95810",
                "sha256": "a38d9adc1855fa7fe3e12866332a06828b73a16629c070d0bd96f78c8bc42dd8"
            },
            "downloads": -1,
            "filename": "phi_finder-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "98226ee00130a68ef8e6f09a5dd95810",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.11",
            "size": 49671,
            "upload_time": "2025-09-16T00:19:31",
            "upload_time_iso_8601": "2025-09-16T00:19:31.799980Z",
            "url": "https://files.pythonhosted.org/packages/99/40/43a7b8f4779d953355aebf1fb8699c588653984176f5769bf342124b21e5/phi_finder-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-16 00:19:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Australian-Imaging-Service",
    "github_project": "phi-finder",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "phi-finder"
}
        
Elapsed time: 1.11302s