deid


Namedeid JSON
Version 0.3.23 PyPI version JSON
download
home_pagehttps://github.com/pydicom/deid
Summarybest effort deidentify dicom with python and pydicom
upload_time2023-09-11 22:37:30
maintainer
docs_urlNone
authorVanessa Sochat
requires_python>=3.7
licenseLICENSE
keywords open source python anonymize dicom
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Deidentify (deid)

Best effort anonymization for medical images in Python.

[![DOI](https://zenodo.org/badge/94163984.svg)](https://zenodo.org/badge/latestdoi/94163984)
[![Build Status](https://travis-ci.org/pydicom/deid.svg?branch=master)](https://travis-ci.org/pydicom/deid)

Please see our [Documentation](https://pydicom.github.io/deid/).

These are basic Python based tools for working with medical images and text, specifically for de-identification.
The cleaning method used here mirrors the one by CTP in that we can identify images based on known
locations. We are looking for collaborators to develop and validate an OCR cleaning method! Please reach out if you would like to help work on this.


## Installation

### Local
For the stable release, install via pip:

```bash
pip install deid
```

For the development version, install from Github:

```bash
pip install git+git://github.com/pydicom/deid
```

### Docker

```bash
docker build -t pydicom/deid .
docker run pydicom/deid --help
```

## Issues
If you have an issue, or want to request a feature, please do so on our [issues board](https://www.github.com/pydicom/deid/issues).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pydicom/deid",
    "name": "deid",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "open source,python,anonymize,dicom",
    "author": "Vanessa Sochat",
    "author_email": "vsoch@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/60/8d/137ae277703e65ee0628c15ab54dc3f8f8cabf1810c65dfa75955dac41a0/deid-0.3.23.tar.gz",
    "platform": null,
    "description": "# Deidentify (deid)\n\nBest effort anonymization for medical images in Python.\n\n[![DOI](https://zenodo.org/badge/94163984.svg)](https://zenodo.org/badge/latestdoi/94163984)\n[![Build Status](https://travis-ci.org/pydicom/deid.svg?branch=master)](https://travis-ci.org/pydicom/deid)\n\nPlease see our [Documentation](https://pydicom.github.io/deid/).\n\nThese are basic Python based tools for working with medical images and text, specifically for de-identification.\nThe cleaning method used here mirrors the one by CTP in that we can identify images based on known\nlocations. We are looking for collaborators to develop and validate an OCR cleaning method! Please reach out if you would like to help work on this.\n\n\n## Installation\n\n### Local\nFor the stable release, install via pip:\n\n```bash\npip install deid\n```\n\nFor the development version, install from Github:\n\n```bash\npip install git+git://github.com/pydicom/deid\n```\n\n### Docker\n\n```bash\ndocker build -t pydicom/deid .\ndocker run pydicom/deid --help\n```\n\n## Issues\nIf you have an issue, or want to request a feature, please do so on our [issues board](https://www.github.com/pydicom/deid/issues).\n\n\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "best effort deidentify dicom with python and pydicom",
    "version": "0.3.23",
    "project_urls": {
        "Homepage": "https://github.com/pydicom/deid"
    },
    "split_keywords": [
        "open source",
        "python",
        "anonymize",
        "dicom"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "608d137ae277703e65ee0628c15ab54dc3f8f8cabf1810c65dfa75955dac41a0",
                "md5": "e1a67873487537f28b8cf9901e2c325e",
                "sha256": "b4dcebeeade0e9d9e89d8b1418e90d4ba25ce5a1387c9bb6676febeafa369fc1"
            },
            "downloads": -1,
            "filename": "deid-0.3.23.tar.gz",
            "has_sig": false,
            "md5_digest": "e1a67873487537f28b8cf9901e2c325e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 50708,
            "upload_time": "2023-09-11T22:37:30",
            "upload_time_iso_8601": "2023-09-11T22:37:30.631732Z",
            "url": "https://files.pythonhosted.org/packages/60/8d/137ae277703e65ee0628c15ab54dc3f8f8cabf1810c65dfa75955dac41a0/deid-0.3.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 22:37:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pydicom",
    "github_project": "deid",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "deid"
}
        
Elapsed time: 0.12401s