Name | phi-finder JSON |
Version |
2025.7.2
JSON |
| download |
home_page | None |
Summary | Collection of tools to check uploaded scans and records for identifiable data. |
upload_time | 2025-07-24 05:40:32 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <3.13,>=3.11 |
license | None |
keywords |
anonymisation
clinical data
dicom
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# PHI-finder
[](https://github.com/australian-imaging-service/phi-finder/actions/workflows/ci-cd.yml)
[](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-2025.7.2-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/c4/c0/ccf81861a616e3bdbf4e58ecb535f3a4d2a7ee1c8a9e75dbf40f2fb4da8f/phi_finder-2025.7.2.tar.gz",
"platform": null,
"description": "# PHI-finder\n\n[](https://github.com/australian-imaging-service/phi-finder/actions/workflows/ci-cd.yml)\n[](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-2025.7.2-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": "2025.7.2",
"project_urls": {
"repository": "https://github.com/Australian-Imaging-Service/phi-finder"
},
"split_keywords": [
"anonymisation",
" clinical data",
" dicom"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "22712e20f284b5813e2d6d625632dd323911919e6b022bff6fa7692e5ee47b89",
"md5": "c1c04064e2ff4d1c6d47a0d20f12af5e",
"sha256": "80fd44370d0c3def7cbbc8b7c095c0a8d539a894a6d853d1ad11c1d2e0d134d3"
},
"downloads": -1,
"filename": "phi_finder-2025.7.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c1c04064e2ff4d1c6d47a0d20f12af5e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.11",
"size": 48841,
"upload_time": "2025-07-24T05:40:30",
"upload_time_iso_8601": "2025-07-24T05:40:30.498863Z",
"url": "https://files.pythonhosted.org/packages/22/71/2e20f284b5813e2d6d625632dd323911919e6b022bff6fa7692e5ee47b89/phi_finder-2025.7.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4c0ccf81861a616e3bdbf4e58ecb535f3a4d2a7ee1c8a9e75dbf40f2fb4da8f",
"md5": "27cce4149a7ea8ee271dce5dc81d9904",
"sha256": "5c1e7d164a30cdde3a4ea79d8e90b2069589f3c045d512bb47070078f8f468aa"
},
"downloads": -1,
"filename": "phi_finder-2025.7.2.tar.gz",
"has_sig": false,
"md5_digest": "27cce4149a7ea8ee271dce5dc81d9904",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.11",
"size": 48952,
"upload_time": "2025-07-24T05:40:32",
"upload_time_iso_8601": "2025-07-24T05:40:32.213353Z",
"url": "https://files.pythonhosted.org/packages/c4/c0/ccf81861a616e3bdbf4e58ecb535f3a4d2a7ee1c8a9e75dbf40f2fb4da8f/phi_finder-2025.7.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-24 05:40:32",
"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"
}