pydicomutils


Namepydicomutils JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryPython library for creating DICOM objects
upload_time2023-12-11 08:30:45
maintainer
docs_urlNone
author
requires_python>=3.7
licenseCopyright 2020 Sectra AB Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords dicom python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pydicomutils

Python repository building upon pydicom to create a utility package intended to be used when creating DICOM objects.

## Installation
```bash
pip install pydicomutils
```

## Usage
In the folder `examples`, a number of example scripts are available, showcasing how the package can be used to create various DICOM objects.
```bash
# Assuming pydicomutils to alread be installed
git clone https://github.com/sectra-medical/pydicomutils.git
cd pydicomutils
pip install examples/requirements.txt
python examples/run_all_examples.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pydicomutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "dicom,python",
    "author": "",
    "author_email": "Daniel Forsberg <daniel.forsberg@sectra.com>",
    "download_url": "https://files.pythonhosted.org/packages/17/ab/fb0bf0b86ee099881fb8f4b38fb46b31c89eba7d9a65ddfae8340ed07def/pydicomutils-0.1.3.tar.gz",
    "platform": null,
    "description": "# pydicomutils\n\nPython repository building upon pydicom to create a utility package intended to be used when creating DICOM objects.\n\n## Installation\n```bash\npip install pydicomutils\n```\n\n## Usage\nIn the folder `examples`, a number of example scripts are available, showcasing how the package can be used to create various DICOM objects.\n```bash\n# Assuming pydicomutils to alread be installed\ngit clone https://github.com/sectra-medical/pydicomutils.git\ncd pydicomutils\npip install examples/requirements.txt\npython examples/run_all_examples.py\n```\n",
    "bugtrack_url": null,
    "license": "Copyright 2020 Sectra AB  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Python library for creating DICOM objects",
    "version": "0.1.3",
    "project_urls": {
        "documentation": "https://github.com/sectra-medical/pydicomutils",
        "repository": "https://github.com/sectra-medical/pydicomutils"
    },
    "split_keywords": [
        "dicom",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70bff233ab0f151753de6a824a44e5242b0a29f9da1c0f37c8efd5117567eae4",
                "md5": "783a25b9bc6d43625bbc86aa4fb74d59",
                "sha256": "8f94985e1146d07f79589249b481154f3785db836f9a58a548134de46d79a767"
            },
            "downloads": -1,
            "filename": "pydicomutils-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "783a25b9bc6d43625bbc86aa4fb74d59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 39839,
            "upload_time": "2023-12-11T08:30:43",
            "upload_time_iso_8601": "2023-12-11T08:30:43.442347Z",
            "url": "https://files.pythonhosted.org/packages/70/bf/f233ab0f151753de6a824a44e5242b0a29f9da1c0f37c8efd5117567eae4/pydicomutils-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17abfb0bf0b86ee099881fb8f4b38fb46b31c89eba7d9a65ddfae8340ed07def",
                "md5": "f6995c6fb087f88c9c1f4db189b2ff48",
                "sha256": "15ee6bc6aeb2eee91fa6bdc8b4beffc56bb56144a885c8e75234bb1238fe900a"
            },
            "downloads": -1,
            "filename": "pydicomutils-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f6995c6fb087f88c9c1f4db189b2ff48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 29916,
            "upload_time": "2023-12-11T08:30:45",
            "upload_time_iso_8601": "2023-12-11T08:30:45.455350Z",
            "url": "https://files.pythonhosted.org/packages/17/ab/fb0bf0b86ee099881fb8f4b38fb46b31c89eba7d9a65ddfae8340ed07def/pydicomutils-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 08:30:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sectra-medical",
    "github_project": "pydicomutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pydicomutils"
}
        
Elapsed time: 0.16162s