# dicomsorter
Python library for sorting DICOM images
[](https://codeclimate.com/github/dicomsort/dicomsorter/test_coverage)
[](https://codeclimate.com/github/dicomsort/dicomsorter/maintainability)
### Command Line Interface
`dicomsorter` comes bundled with a command-line utility for sorting DICOM images.
You can get more information about the utiity by viewing its documentation:
    dicomsorter --help
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://github.com/dicomsort/dicomsorter",
    "name": "dicomsorter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "dicom medical images",
    "author": "Jonathan Suever",
    "author_email": "suever@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/45/6b/b977e29837e154af07271c7877cb0ff8ca56ca1b485ed41b2a5c39a73930/dicomsorter-0.1.0a8.tar.gz",
    "platform": null,
    "description": "# dicomsorter\nPython library for sorting DICOM images\n\n[](https://codeclimate.com/github/dicomsort/dicomsorter/test_coverage)\n[](https://codeclimate.com/github/dicomsort/dicomsorter/maintainability)\n\n### Command Line Interface\n\n`dicomsorter` comes bundled with a command-line utility for sorting DICOM images.\nYou can get more information about the utiity by viewing its documentation:\n\n    dicomsorter --help\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python library for sorting DICOM images",
    "version": "0.1.0a8",
    "project_urls": {
        "Homepage": "https://github.com/dicomsort/dicomsorter"
    },
    "split_keywords": [
        "dicom",
        "medical",
        "images"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "456bb977e29837e154af07271c7877cb0ff8ca56ca1b485ed41b2a5c39a73930",
                "md5": "4c29bf29cd1a59f9b0ec3a34552d6486",
                "sha256": "802cfc724724b3acff562c65dd328f8e507766ea7edd2d716303bcc0749cb49b"
            },
            "downloads": -1,
            "filename": "dicomsorter-0.1.0a8.tar.gz",
            "has_sig": false,
            "md5_digest": "4c29bf29cd1a59f9b0ec3a34552d6486",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12132,
            "upload_time": "2025-11-03T23:52:43",
            "upload_time_iso_8601": "2025-11-03T23:52:43.985122Z",
            "url": "https://files.pythonhosted.org/packages/45/6b/b977e29837e154af07271c7877cb0ff8ca56ca1b485ed41b2a5c39a73930/dicomsorter-0.1.0a8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-03 23:52:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dicomsort",
    "github_project": "dicomsorter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "fasteners",
            "specs": [
                [
                    "==",
                    "0.18"
                ]
            ]
        },
        {
            "name": "pathos",
            "specs": [
                [
                    "==",
                    "0.3.0"
                ]
            ]
        },
        {
            "name": "pydicom",
            "specs": [
                [
                    "==",
                    "2.3.1"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    "==",
                    "4.64.1"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "67.4.0"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    ">=",
                    "1.12.1"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    ">=",
                    "0.32.3"
                ]
            ]
        },
        {
            "name": "faker",
            "specs": [
                [
                    "==",
                    "17.4.0"
                ]
            ]
        },
        {
            "name": "pytest-cov",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.2.1"
                ]
            ]
        },
        {
            "name": "black",
            "specs": [
                [
                    "==",
                    "23.1.0"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "6.0.0"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "5.12.0"
                ]
            ]
        },
        {
            "name": "mypy",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        },
        {
            "name": "types-tqdm",
            "specs": [
                [
                    "==",
                    "4.64.7.16"
                ]
            ]
        }
    ],
    "lcname": "dicomsorter"
}