SimpleITK


NameSimpleITK JSON
Version 2.3.1 PyPI version JSON
download
home_pagehttp://simpleitk.org/
SummarySimpleITK is a simplified interface to the Insight Toolkit (ITK) for image registration and segmentation
upload_time2023-11-06 14:55:52
maintainer
docs_urlNone
authorInsight Software Consortium
requires_python
licenseApache
keywords simpleitk itk insighttoolkit segmentation registration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SimpleITK
=========

|         |                                                                      CircleCI                                                                      |                                                                                            GithubActions                                                                                             |                                                           ReadTheDocs                                                           |
|:-------:|:--------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
| release | [![CircleCI](https://circleci.com/gh/SimpleITK/SimpleITK/tree/release.svg?style=shield)](https://circleci.com/gh/SimpleITK/SimpleITK/tree/release) | [![Batch Build and Test](https://github.com/SimpleITK/SimpleITK/actions/workflows/BatchBuild.yml/badge.svg?branch=release)](https://github.com/SimpleITK/SimpleITK/actions/workflows/BatchBuild.yml) | [![ReadTheDoc](https://readthedocs.org/projects/simpleitk/badge/?version=release)](http://simpleitk.readthedocs.io/en/release/) |
| master  |  [![CircleCI](https://circleci.com/gh/SimpleITK/SimpleITK/tree/master.svg?style=shield)](https://circleci.com/gh/SimpleITK/SimpleITK/tree/master)  | [![Batch Build and Test](https://github.com/SimpleITK/SimpleITK/actions/workflows/BatchBuild.yml/badge.svg?branch=master)](https://github.com/SimpleITK/SimpleITK/actions/workflows/BatchBuild.yml)  |  [![ReadTheDoc](https://readthedocs.org/projects/simpleitk/badge/?version=master)](http://simpleitk.readthedocs.io/en/master/)  |

SimpleITK is an image analysis toolkit with a large number of components supporting general filtering operations, image segmentation and registration. It is built on top of the Insight Segmentation and Registration Toolkit [ITK](https://www.itk.org) with the intent of providing a simplified interface to ITK. SimpleITK itself is written in C++ but is available for a large number of programming languages. Currently, these include:

* [Python](http://www.python.org)
* [R](https://www.r-project.org)
* [Java](http://www.java.com)
* [C#](http://msdn.microsoft.com/en-us/vcsharp/default.aspx)
* [Lua](http://www.lua.org)
* [TCL](https://www.tcl.tk/)
* [Ruby](https://www.ruby-lang.org/en/)


Wrapping of the C++ code is accomplished through [SWIG](http://www.swig.org), in principle, any language wrapped by SWIG should be applicable to SimpleITK.

Unlike ITK's support of n-dimensional spatio-temporal images, SimpleITK supports 2D, 3D and 4D images. The dimensionality refers to spatio-temporal dimensions, the voxels can be n-dimensional vectors.

SimpleITK is licensed under the [Apache License](http://www.opensource.org/licenses/apache2.0.php).

Acknowledgments
--------------
SimpleITK development has been supported by:

* The Intramural Research Program of the National Institutes of Health, National Institute of Allergy and Infectious Diseases.

* The US National Library of Medicine under the American Recovery and Reinvestment Act (ARRA) and under the Intramural Research Program of the U.S. National Institutes of Health.

* The Insight Software Consortium and the ITK user and developer communities.


License and Copyright
---------------------

The SimpleITK project  is part of the [Insight Software Consortium](https://www.insightsoftwareconsortium.org/)(ISC) a non-profit educational consortium dedicated to promoting and maintaining open-source, freely available software for bio-medical image analysis. The copyright is held by [NumFOCUS](https://numfocus.org/). The SimpleITK software is distributed under the [Apache License 2.0](https://github.com/SimpleITK/SimpleITK/blob/master/LICENSE).


How to Cite
--------

If you found SimpleITK useful in your research, support our efforts by citing
the relevant publication(s):

R. Beare, B. C. Lowekamp, Z. Yaniv, "Image Segmentation, Registration and
Characterization in R with SimpleITK", *J Stat Software*, 86(8), https://doi.org/10.18637/jss.v086.i08, 2018.

Z. Yaniv, B. C. Lowekamp, H. J. Johnson, R. Beare, "SimpleITK Image-Analysis Notebooks: a Collaborative Environment for Education and Reproducible Research", *J Digit Imaging.*, 31(3): 290-303, https://doi.org/10.1007/s10278-017-0037-8, 2018.

B. C. Lowekamp, D. T. Chen, L. Ibáñez, D. Blezek, "The Design of SimpleITK", *Front. Neuroinform.*, 7:45. https://doi.org/10.3389/fninf.2013.00045, 2013.

Documentation
-------------
With massive libraries like SimpleITK, good documentation is a must. The documentation for SimpleITK is split up into multiple levels:
1. [API Documentation](https://simpleitk.org/doxygen/latest/html/) - This contains class and function documentation. The descriptions for functions and classes are primarily borrowed from the original ITK C++ classes.
2. [SimpleITK Documentation](http://simpleitk.readthedocs.io/en/master/) - This site contains high-level guides (fundamental SimpleITK concepts, common conventions, etc.), details with respect to the toolkit's binary distributions, instructions for building the toolkit, as well as SimpleITK examples in all supported programming languages. [This site replaced the
[SimpleITK Wiki](https://itk.org/Wiki/SimpleITK)  which is mostly of interest for historical reasons.]
3. [Jupyter Notebook Repository](http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/) - This repository contains a collection of Jupyter Notebooks illustrating the use of SimpleITK for educational and research activities. The notebooks demonstrate the use of SimpleITK for interactive image analysis using the Python and R programming languages. Recommended reading, if you are starting with SimpleITK.


Support
-------

SimpleITK provides access to most of the ITK components, but not all. If you are looking for something specific and can't find it, open an issue on GitHub or ask for support on the [forum](https://discourse.itk.org).

Report and Issue or Request a Feature
-------------------------------------

Please use the [issue tracker](https://github.com/SimpleITK/SimpleITK/issues) to report problems or request features.

            

Raw data

            {
    "_id": null,
    "home_page": "http://simpleitk.org/",
    "name": "SimpleITK",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SimpleITK ITK InsightToolkit segmentation registration",
    "author": "Insight Software Consortium",
    "author_email": "insight-users@itk.org",
    "download_url": "",
    "platform": null,
    "description": "SimpleITK\n=========\n\n|         |                                                                      CircleCI                                                                      |                                                                                            GithubActions                                                                                             |                                                           ReadTheDocs                                                           |\n|:-------:|:--------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|\n| release | [![CircleCI](https://circleci.com/gh/SimpleITK/SimpleITK/tree/release.svg?style=shield)](https://circleci.com/gh/SimpleITK/SimpleITK/tree/release) | [![Batch Build and Test](https://github.com/SimpleITK/SimpleITK/actions/workflows/BatchBuild.yml/badge.svg?branch=release)](https://github.com/SimpleITK/SimpleITK/actions/workflows/BatchBuild.yml) | [![ReadTheDoc](https://readthedocs.org/projects/simpleitk/badge/?version=release)](http://simpleitk.readthedocs.io/en/release/) |\n| master  |  [![CircleCI](https://circleci.com/gh/SimpleITK/SimpleITK/tree/master.svg?style=shield)](https://circleci.com/gh/SimpleITK/SimpleITK/tree/master)  | [![Batch Build and Test](https://github.com/SimpleITK/SimpleITK/actions/workflows/BatchBuild.yml/badge.svg?branch=master)](https://github.com/SimpleITK/SimpleITK/actions/workflows/BatchBuild.yml)  |  [![ReadTheDoc](https://readthedocs.org/projects/simpleitk/badge/?version=master)](http://simpleitk.readthedocs.io/en/master/)  |\n\nSimpleITK is an image analysis toolkit with a large number of components supporting general filtering operations, image segmentation and registration. It is built on top of the Insight Segmentation and Registration Toolkit [ITK](https://www.itk.org) with the intent of providing a simplified interface to ITK. SimpleITK itself is written in C++ but is available for a large number of programming languages. Currently, these include:\n\n* [Python](http://www.python.org)\n* [R](https://www.r-project.org)\n* [Java](http://www.java.com)\n* [C#](http://msdn.microsoft.com/en-us/vcsharp/default.aspx)\n* [Lua](http://www.lua.org)\n* [TCL](https://www.tcl.tk/)\n* [Ruby](https://www.ruby-lang.org/en/)\n\n\nWrapping of the C++ code is accomplished through [SWIG](http://www.swig.org), in principle, any language wrapped by SWIG should be applicable to SimpleITK.\n\nUnlike ITK's support of n-dimensional spatio-temporal images, SimpleITK supports 2D, 3D and 4D images. The dimensionality refers to spatio-temporal dimensions, the voxels can be n-dimensional vectors.\n\nSimpleITK is licensed under the [Apache License](http://www.opensource.org/licenses/apache2.0.php).\n\nAcknowledgments\n--------------\nSimpleITK development has been supported by:\n\n* The Intramural Research Program of the National Institutes of Health, National Institute of Allergy and Infectious Diseases.\n\n* The US National Library of Medicine under the American Recovery and Reinvestment Act (ARRA) and under the Intramural Research Program of the U.S. National Institutes of Health.\n\n* The Insight Software Consortium and the ITK user and developer communities.\n\n\nLicense and Copyright\n---------------------\n\nThe SimpleITK project  is part of the [Insight Software Consortium](https://www.insightsoftwareconsortium.org/)(ISC) a non-profit educational consortium dedicated to promoting and maintaining open-source, freely available software for bio-medical image analysis. The copyright is held by [NumFOCUS](https://numfocus.org/). The SimpleITK software is distributed under the [Apache License 2.0](https://github.com/SimpleITK/SimpleITK/blob/master/LICENSE).\n\n\nHow to Cite\n--------\n\nIf you found SimpleITK useful in your research, support our efforts by citing\nthe relevant publication(s):\n\nR. Beare, B. C. Lowekamp, Z. Yaniv, \"Image Segmentation, Registration and\nCharacterization in R with SimpleITK\", *J Stat Software*, 86(8), https://doi.org/10.18637/jss.v086.i08, 2018.\n\nZ. Yaniv, B. C. Lowekamp, H. J. Johnson, R. Beare, \"SimpleITK Image-Analysis Notebooks: a Collaborative Environment for Education and Reproducible Research\", *J Digit Imaging.*, 31(3): 290-303, https://doi.org/10.1007/s10278-017-0037-8, 2018.\n\nB. C. Lowekamp, D. T. Chen, L. Ib\u00e1\u00f1ez, D. Blezek, \"The Design of SimpleITK\", *Front. Neuroinform.*, 7:45. https://doi.org/10.3389/fninf.2013.00045, 2013.\n\nDocumentation\n-------------\nWith massive libraries like SimpleITK, good documentation is a must. The documentation for SimpleITK is split up into multiple levels:\n1. [API Documentation](https://simpleitk.org/doxygen/latest/html/) - This contains class and function documentation. The descriptions for functions and classes are primarily borrowed from the original ITK C++ classes.\n2. [SimpleITK Documentation](http://simpleitk.readthedocs.io/en/master/) - This site contains high-level guides (fundamental SimpleITK concepts, common conventions, etc.), details with respect to the toolkit's binary distributions, instructions for building the toolkit, as well as SimpleITK examples in all supported programming languages. [This site replaced the\n[SimpleITK Wiki](https://itk.org/Wiki/SimpleITK)  which is mostly of interest for historical reasons.]\n3. [Jupyter Notebook Repository](http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/) - This repository contains a collection of Jupyter Notebooks illustrating the use of SimpleITK for educational and research activities. The notebooks demonstrate the use of SimpleITK for interactive image analysis using the Python and R programming languages. Recommended reading, if you are starting with SimpleITK.\n\n\nSupport\n-------\n\nSimpleITK provides access to most of the ITK components, but not all. If you are looking for something specific and can't find it, open an issue on GitHub or ask for support on the [forum](https://discourse.itk.org).\n\nReport and Issue or Request a Feature\n-------------------------------------\n\nPlease use the [issue tracker](https://github.com/SimpleITK/SimpleITK/issues) to report problems or request features.\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "SimpleITK is a simplified interface to the Insight Toolkit (ITK) for image registration and segmentation",
    "version": "2.3.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/SimpleITK/SimpleITK/issues",
        "Documentation": "https://simpleitk.readthedocs.io/en/release/",
        "Homepage": "http://simpleitk.org/",
        "Source Code": "https://github.com/SimpleITK/SimpleITK"
    },
    "split_keywords": [
        "simpleitk",
        "itk",
        "insighttoolkit",
        "segmentation",
        "registration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d50f6c8ddb1a9c3c9e963fb603096bec243c8b510e0c5f9f5d6cd0ecaf6f681e",
                "md5": "3773b41affc15948cc8db98c2cbfec2b",
                "sha256": "e9075c266d2be99a67708c9b4c34143a85f65c5367b09c37549aeaf47e66210f"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3773b41affc15948cc8db98c2cbfec2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 44888898,
            "upload_time": "2023-11-06T14:55:52",
            "upload_time_iso_8601": "2023-11-06T14:55:52.064604Z",
            "url": "https://files.pythonhosted.org/packages/d5/0f/6c8ddb1a9c3c9e963fb603096bec243c8b510e0c5f9f5d6cd0ecaf6f681e/SimpleITK-2.3.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9664679ce174a4d3507b3a60019fef31cf6d06f786048d1b716c409c1546d55",
                "md5": "5eb873169f2179c49e07322af4e1d3bd",
                "sha256": "977c47b4a7a7737b4413bcce12125794a342455d4a0647cea40f8473bc395330"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5eb873169f2179c49e07322af4e1d3bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 29857422,
            "upload_time": "2023-11-06T14:58:34",
            "upload_time_iso_8601": "2023-11-06T14:58:34.971828Z",
            "url": "https://files.pythonhosted.org/packages/d9/66/4679ce174a4d3507b3a60019fef31cf6d06f786048d1b716c409c1546d55/SimpleITK-2.3.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da0040478f4a6ba13b8de5f23ca6d7288c01a04fc5abb77c5c0c390bf6d1de80",
                "md5": "06c37f1c60e8d98a4e6d92b5c9ad0068",
                "sha256": "d30c730f8ec3035d3675bd754d13d034c101b7823e10e0ab8bf68ee9bbbc1581"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "06c37f1c60e8d98a4e6d92b5c9ad0068",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 47954491,
            "upload_time": "2023-11-06T15:01:17",
            "upload_time_iso_8601": "2023-11-06T15:01:17.420303Z",
            "url": "https://files.pythonhosted.org/packages/da/00/40478f4a6ba13b8de5f23ca6d7288c01a04fc5abb77c5c0c390bf6d1de80/SimpleITK-2.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdd208e96790ba5e12cc23a7e322c2a2f4f5904acba6d831af29fa72ef5836a9",
                "md5": "03f39942801267ef6e8aca0e48e134e4",
                "sha256": "1d1c81beb667fc82cd25ecaca35337e97bb85b805a3b763488132e395b698824"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "03f39942801267ef6e8aca0e48e134e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 52659630,
            "upload_time": "2023-11-06T14:55:56",
            "upload_time_iso_8601": "2023-11-06T14:55:56.735738Z",
            "url": "https://files.pythonhosted.org/packages/cd/d2/08e96790ba5e12cc23a7e322c2a2f4f5904acba6d831af29fa72ef5836a9/SimpleITK-2.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dad174b4873287626a55ea8f6a89c061f478c70067b487d241e67d17f2b5d98e",
                "md5": "554174888beaea248489f8bf62657b5c",
                "sha256": "752dde0a518cad3bc1a0f06efa9a071734a5bfafdb0cc784369968128f7ec198"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "554174888beaea248489f8bf62657b5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 18074381,
            "upload_time": "2023-11-06T14:56:00",
            "upload_time_iso_8601": "2023-11-06T14:56:00.438211Z",
            "url": "https://files.pythonhosted.org/packages/da/d1/74b4873287626a55ea8f6a89c061f478c70067b487d241e67d17f2b5d98e/SimpleITK-2.3.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af3abb0f2e759f288c89923f9cf099daf81a1350af3035fd992288943ac49709",
                "md5": "3314ff839fdc358a13495bd8d0ded6cb",
                "sha256": "df43581c6984af5353730834a95116cdd8dcaef1dc13e4e9a326f608f8fba74a"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3314ff839fdc358a13495bd8d0ded6cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 44888897,
            "upload_time": "2023-11-06T14:56:03",
            "upload_time_iso_8601": "2023-11-06T14:56:03.652727Z",
            "url": "https://files.pythonhosted.org/packages/af/3a/bb0f2e759f288c89923f9cf099daf81a1350af3035fd992288943ac49709/SimpleITK-2.3.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0609b7a2ad87128d7da4989467b368c6afb17c6d78448a7da90f6ab27a6e2af9",
                "md5": "e1173c4fc867a7bac21d08077bd0be0a",
                "sha256": "bd1c3d7f65bf5855013121bd9f2a683f4c429b746f5cc41f84af08dd28c92573"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e1173c4fc867a7bac21d08077bd0be0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 29856558,
            "upload_time": "2023-11-06T14:58:39",
            "upload_time_iso_8601": "2023-11-06T14:58:39.382058Z",
            "url": "https://files.pythonhosted.org/packages/06/09/b7a2ad87128d7da4989467b368c6afb17c6d78448a7da90f6ab27a6e2af9/SimpleITK-2.3.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e64541a228e7c54edb52397cf4b0b3922f04dd15d247d32cdce08badd410e520",
                "md5": "73abbb3e2982e23d670ec8b687e064ff",
                "sha256": "5d088fbfbbd639aebe99aed0d9cf69364e2e8e7f4771fa2acc1017f1126a497c"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "73abbb3e2982e23d670ec8b687e064ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 47951076,
            "upload_time": "2023-11-06T15:01:25",
            "upload_time_iso_8601": "2023-11-06T15:01:25.611027Z",
            "url": "https://files.pythonhosted.org/packages/e6/45/41a228e7c54edb52397cf4b0b3922f04dd15d247d32cdce08badd410e520/SimpleITK-2.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "606c466f3f44070844b5e83a43310c2ec464c0bcd346244615d8c734c527490e",
                "md5": "6a83296612cd4bd875c93414d94fc40d",
                "sha256": "39cd45cf257e1a4469576e90fd0c476685b3b66d1f471d34677dd7f3876601b6"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a83296612cd4bd875c93414d94fc40d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 52655126,
            "upload_time": "2023-11-06T14:56:07",
            "upload_time_iso_8601": "2023-11-06T14:56:07.352368Z",
            "url": "https://files.pythonhosted.org/packages/60/6c/466f3f44070844b5e83a43310c2ec464c0bcd346244615d8c734c527490e/SimpleITK-2.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3e68510b79a8ab93248fb897c0ca3bc2c65a6cfca478ad7d5a53e950dd9b17b",
                "md5": "ff53ba7e6c3a92e0a45654c810ba7216",
                "sha256": "2aec554a4656dc84195711a8ebfe89477aa66dce2d8c2fd81890ea96ecb725fb"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ff53ba7e6c3a92e0a45654c810ba7216",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 18074454,
            "upload_time": "2023-11-06T14:56:10",
            "upload_time_iso_8601": "2023-11-06T14:56:10.795743Z",
            "url": "https://files.pythonhosted.org/packages/b3/e6/8510b79a8ab93248fb897c0ca3bc2c65a6cfca478ad7d5a53e950dd9b17b/SimpleITK-2.3.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "438c83dbbdf1fc840c5f4fcb5dde10c39ac6fac45906901a33d20e412843c881",
                "md5": "0b757640efde05a1fb3686418d5b63f4",
                "sha256": "2275568360bb4d99fba5cddfe815d9b1d1f673e1333922a78093cea0531eb6f8"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b757640efde05a1fb3686418d5b63f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 44890210,
            "upload_time": "2023-11-06T14:56:14",
            "upload_time_iso_8601": "2023-11-06T14:56:14.054821Z",
            "url": "https://files.pythonhosted.org/packages/43/8c/83dbbdf1fc840c5f4fcb5dde10c39ac6fac45906901a33d20e412843c881/SimpleITK-2.3.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0162bbe7a4ae6097e1d3f55a8e84b426a23861451805844e370e1a4258fb5e2",
                "md5": "e10b8b304c6f105c9929455edb136640",
                "sha256": "dbbab1f3fe63147b482682cbfdaf5ae39032a9b2bf7428c0e96c46d1d4f2d6cf"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e10b8b304c6f105c9929455edb136640",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 29856521,
            "upload_time": "2023-11-06T14:58:51",
            "upload_time_iso_8601": "2023-11-06T14:58:51.252756Z",
            "url": "https://files.pythonhosted.org/packages/c0/16/2bbe7a4ae6097e1d3f55a8e84b426a23861451805844e370e1a4258fb5e2/SimpleITK-2.3.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75f5f15e6b6d42a6450c48f925c783e410fd5b8e3bba862c74435ecfc6d82105",
                "md5": "1e4de7b1019c9d1062ba15e003bd0803",
                "sha256": "92aacf919164e4b3a8e3554e64868c3ef0e6a39d50acdf9f4ef04ccee2fbc036"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1e4de7b1019c9d1062ba15e003bd0803",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 47981929,
            "upload_time": "2023-11-06T15:01:35",
            "upload_time_iso_8601": "2023-11-06T15:01:35.673326Z",
            "url": "https://files.pythonhosted.org/packages/75/f5/f15e6b6d42a6450c48f925c783e410fd5b8e3bba862c74435ecfc6d82105/SimpleITK-2.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e92c29c0bfcaf14a43103a1bbafe2797f8b064ab62cb3f1f4a1cfbcfb0e6d9a",
                "md5": "7f9182da06577c67261218663f96b81f",
                "sha256": "7b4b9e7d64e53539216666a6b5b477e033e8738b1725f938e3c331b07539bd82"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f9182da06577c67261218663f96b81f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 52671717,
            "upload_time": "2023-11-06T14:56:17",
            "upload_time_iso_8601": "2023-11-06T14:56:17.834852Z",
            "url": "https://files.pythonhosted.org/packages/9e/92/c29c0bfcaf14a43103a1bbafe2797f8b064ab62cb3f1f4a1cfbcfb0e6d9a/SimpleITK-2.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d072794ae4004e333eba866da0fffb39bb2620567e6128a2e175b66b0a2d1b6c",
                "md5": "5d0fe0e463d58e7d3210146c223930e0",
                "sha256": "72dd0bd010ee5d0482c1db37bc82d3a6e79807641760abd94ebe16592db62da1"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5d0fe0e463d58e7d3210146c223930e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 18075099,
            "upload_time": "2023-11-06T14:56:21",
            "upload_time_iso_8601": "2023-11-06T14:56:21.869685Z",
            "url": "https://files.pythonhosted.org/packages/d0/72/794ae4004e333eba866da0fffb39bb2620567e6128a2e175b66b0a2d1b6c/SimpleITK-2.3.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d14953819615c719dc9f500019485df2c7734161c763281adb6b04e921f26bbe",
                "md5": "f15e23e18c9a082669e5cdf3634978d5",
                "sha256": "76e6fffd7c4953a1e313aa48606e157cc781275955d80a03fe5be2d3b5d9709c"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f15e23e18c9a082669e5cdf3634978d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 44888494,
            "upload_time": "2023-11-06T14:56:25",
            "upload_time_iso_8601": "2023-11-06T14:56:25.087815Z",
            "url": "https://files.pythonhosted.org/packages/d1/49/53819615c719dc9f500019485df2c7734161c763281adb6b04e921f26bbe/SimpleITK-2.3.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84ef78c3ea461d603587cc8efd9b65138baa7bf38aad319dcfdb4769d8464586",
                "md5": "de5a8cf882f780a45fce4ca420be74f3",
                "sha256": "332947cdfa91a5ecb0a36cc486e7eafd4212e772901b78948d6b530ac935356a"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "de5a8cf882f780a45fce4ca420be74f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 29856478,
            "upload_time": "2023-11-06T14:58:56",
            "upload_time_iso_8601": "2023-11-06T14:58:56.887579Z",
            "url": "https://files.pythonhosted.org/packages/84/ef/78c3ea461d603587cc8efd9b65138baa7bf38aad319dcfdb4769d8464586/SimpleITK-2.3.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9c1d9d8cf02888f43fca89eb4cd7424c9b549e1d8b19763854a2712346a684e",
                "md5": "84c5f281745e1cb38de8934af79c6c58",
                "sha256": "9164d3c4183eeb9639d830c5803d05825380ef604f42897007492df969760542"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "84c5f281745e1cb38de8934af79c6c58",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 47979281,
            "upload_time": "2023-11-06T15:01:42",
            "upload_time_iso_8601": "2023-11-06T15:01:42.718881Z",
            "url": "https://files.pythonhosted.org/packages/f9/c1/d9d8cf02888f43fca89eb4cd7424c9b549e1d8b19763854a2712346a684e/SimpleITK-2.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86112b55d79c7b5db2cbb77a7acc04b72bdd362602001125ed467a96c141075e",
                "md5": "93633c8c00d70362a3f4660c4d45ceef",
                "sha256": "d1225ea122dc75bcdaec0ddcfffa4771c27c53acc36968cf1256e861a265abf8"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93633c8c00d70362a3f4660c4d45ceef",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 52667792,
            "upload_time": "2023-11-06T14:56:29",
            "upload_time_iso_8601": "2023-11-06T14:56:29.345370Z",
            "url": "https://files.pythonhosted.org/packages/86/11/2b55d79c7b5db2cbb77a7acc04b72bdd362602001125ed467a96c141075e/SimpleITK-2.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5999d1193bd1b2414c11fe5ebf61a9ac9f6308e81c75904c2e21d4c9bed142a5",
                "md5": "33361421474552c70ab8528ea7e2c70e",
                "sha256": "7629299636010b25bc64100428af1cd8beed72e07d44352c05ceb0576e962f67"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "33361421474552c70ab8528ea7e2c70e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 18074030,
            "upload_time": "2023-11-06T14:56:33",
            "upload_time_iso_8601": "2023-11-06T14:56:33.393405Z",
            "url": "https://files.pythonhosted.org/packages/59/99/d1193bd1b2414c11fe5ebf61a9ac9f6308e81c75904c2e21d4c9bed142a5/SimpleITK-2.3.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c11e107729dee2e358fd2e513c3f61fd4ad7faf7c60e2f0d07e6cf0b3cf31b65",
                "md5": "005de609b106aed4d89000e666161cbf",
                "sha256": "8a1470a1c83f4765ff869240d1a57fc2f16e73007858d4055e171eefb5e753c0"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "005de609b106aed4d89000e666161cbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 44888910,
            "upload_time": "2023-11-06T14:56:36",
            "upload_time_iso_8601": "2023-11-06T14:56:36.728353Z",
            "url": "https://files.pythonhosted.org/packages/c1/1e/107729dee2e358fd2e513c3f61fd4ad7faf7c60e2f0d07e6cf0b3cf31b65/SimpleITK-2.3.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f733686a49c9b9be4aba9012652ff2416cd23d4a65f463623e21eb08ed480f7f",
                "md5": "65d8cb505ea4d7e081c00a4d271329d1",
                "sha256": "decf5296fd112334e8450a7ac9c360781ac7b250368cf26b9d90a4b04fdd36a2"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "65d8cb505ea4d7e081c00a4d271329d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 29857502,
            "upload_time": "2023-11-06T14:59:03",
            "upload_time_iso_8601": "2023-11-06T14:59:03.059158Z",
            "url": "https://files.pythonhosted.org/packages/f7/33/686a49c9b9be4aba9012652ff2416cd23d4a65f463623e21eb08ed480f7f/SimpleITK-2.3.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8db0be78a9c463654d3b02fbf472e4c7ae6cbe8b9261b29765371074c4472bf4",
                "md5": "20c125c221ff86fddc3217fd041ec356",
                "sha256": "61847b4c2edbeb88a5943f7a6ea51ffbba32df33df2c05d36640832dae4b075f"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "20c125c221ff86fddc3217fd041ec356",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 47963772,
            "upload_time": "2023-11-06T15:01:49",
            "upload_time_iso_8601": "2023-11-06T15:01:49.630639Z",
            "url": "https://files.pythonhosted.org/packages/8d/b0/be78a9c463654d3b02fbf472e4c7ae6cbe8b9261b29765371074c4472bf4/SimpleITK-2.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfd39e8d483f3e7104568e29a886d76d9fa1d6b6dabbb7bdb0ca1d878f332fc9",
                "md5": "23dc6a6b62a741a9b6163ac3da97cc81",
                "sha256": "0a81f950b76f34db65feb6c38629ecac5dcfd31a3d89a53789eefbeb6bfa4e19"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "23dc6a6b62a741a9b6163ac3da97cc81",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 52671445,
            "upload_time": "2023-11-06T14:56:40",
            "upload_time_iso_8601": "2023-11-06T14:56:40.724275Z",
            "url": "https://files.pythonhosted.org/packages/bf/d3/9e8d483f3e7104568e29a886d76d9fa1d6b6dabbb7bdb0ca1d878f332fc9/SimpleITK-2.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a5abd202be30d64ba1b681dd2dbb7338a542511d9cbde8eefa3f0d16962d48a",
                "md5": "9cb76e131e80f507abd0d8c004a4b540",
                "sha256": "aec45af0ec031ed2a18f4dc8e2a12188817c789ea1db0a2c863506dce9ae2b87"
            },
            "downloads": -1,
            "filename": "SimpleITK-2.3.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9cb76e131e80f507abd0d8c004a4b540",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 18073596,
            "upload_time": "2023-11-06T14:56:44",
            "upload_time_iso_8601": "2023-11-06T14:56:44.584480Z",
            "url": "https://files.pythonhosted.org/packages/7a/5a/bd202be30d64ba1b681dd2dbb7338a542511d9cbde8eefa3f0d16962d48a/SimpleITK-2.3.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 14:55:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SimpleITK",
    "github_project": "SimpleITK",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "lcname": "simpleitk"
}
        
Elapsed time: 0.15549s