MorphIO


NameMorphIO JSON
Version 3.3.7 PyPI version JSON
download
home_pagehttps://github.com/BlueBrain/MorphIO/
SummaryA neuron morphology IO library
upload_time2023-12-11 12:38:35
maintainer
docs_urlNone
authorBlue Brain Project, EPFL
requires_python>=3.8
licenseApache License 2.0
keywords computational neuroscience morphology neuron neurolucida neuromorphology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: doc/source/logo/BBP-MorphIO.jpg


|license| |docs|

MorphIO
=======

Documentation
-------------

MorphIO documentation is built and hosted on `readthedocs <http://morphio.readthedocs.org/>`_.

* `latest snapshot <http://morphio.readthedocs.org/en/latest/>`_
* `latest release <http://morphio.readthedocs.org/en/stable/>`_

Introduction
------------

MorphIO is a library for reading and writing neuron morphology files. It supports the following
formats:

* SWC
* ASC (aka. neurolucida)
* H5 v1
* H5 v2 is not supported anymore, see `H5v2`_

It provides 3 C++ classes that are the starting point of every morphology analysis:

* ``Soma``: contains the information related to the soma.

* ``Section``: a section is the succession of points between two bifurcations. To the bare minimum
  the ``Section`` object will contain the section type, the position and diameter of each point.

* ``Morphology``: the morphology object contains general information about the loaded cell
  but also provides accessors to the different sections.

One important concept is that MorphIO is split into a *read-only* part and a *read/write* one.


H5v2
====

Starting at version 2.6.0, the file format ``h5v2`` is no longer supported. If you have
morphologies in this format, you can convert them to h5v1 with:

.. code-block:: bash

   pip install "morphio<2.6" "morph-tool==2.3.0"

and then:

.. code-block:: bash

   # single file, OUTPUT must end with `.h5`
   morph-tool convert file INPUTFILE OUTPUT
   # bulk conversion
   morph-tool convert folder -ext h5 INPUTDIR OUTPUTDIR


Contributing
============
If you want to improve the project or you see any issue, every contribution is welcome.
Please check the `contribution guidelines <https://github.com/BlueBrain/morphio/blob/master/CONTRIBUTING.md>`_ for more
information.

Acknowledgements
================
The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

This research was supported by the EBRAINS research infrastructure, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).

License
=======
MorphIO is licensed under the terms of the Apache License 2.0.
See LICENSE.txt for further details.

Copyright (c) 2013-2023 Blue Brain Project/EPFL

.. |license| image:: https://img.shields.io/pypi/l/morphio
                :target: https://github.com/BlueBrain/morphio/blob/master/COPYING.LESSER

.. |docs| image:: https://readthedocs.org/projects/morphio/badge/?version=latest
             :target: https://morphio.readthedocs.io/
             :alt: documentation status


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BlueBrain/MorphIO/",
    "name": "MorphIO",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "computational neuroscience,morphology,neuron,neurolucida,neuromorphology",
    "author": "Blue Brain Project, EPFL",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c6/be/8724db55c0320e797a25b6d4b65131959ed192272dee9044cdcc7fe4dce3/MorphIO-3.3.7.tar.gz",
    "platform": null,
    "description": ".. image:: doc/source/logo/BBP-MorphIO.jpg\n\n\n|license| |docs|\n\nMorphIO\n=======\n\nDocumentation\n-------------\n\nMorphIO documentation is built and hosted on `readthedocs <http://morphio.readthedocs.org/>`_.\n\n* `latest snapshot <http://morphio.readthedocs.org/en/latest/>`_\n* `latest release <http://morphio.readthedocs.org/en/stable/>`_\n\nIntroduction\n------------\n\nMorphIO is a library for reading and writing neuron morphology files. It supports the following\nformats:\n\n* SWC\n* ASC (aka. neurolucida)\n* H5 v1\n* H5 v2 is not supported anymore, see `H5v2`_\n\nIt provides 3 C++ classes that are the starting point of every morphology analysis:\n\n* ``Soma``: contains the information related to the soma.\n\n* ``Section``: a section is the succession of points between two bifurcations. To the bare minimum\n  the ``Section`` object will contain the section type, the position and diameter of each point.\n\n* ``Morphology``: the morphology object contains general information about the loaded cell\n  but also provides accessors to the different sections.\n\nOne important concept is that MorphIO is split into a *read-only* part and a *read/write* one.\n\n\nH5v2\n====\n\nStarting at version 2.6.0, the file format ``h5v2`` is no longer supported. If you have\nmorphologies in this format, you can convert them to h5v1 with:\n\n.. code-block:: bash\n\n   pip install \"morphio<2.6\" \"morph-tool==2.3.0\"\n\nand then:\n\n.. code-block:: bash\n\n   # single file, OUTPUT must end with `.h5`\n   morph-tool convert file INPUTFILE OUTPUT\n   # bulk conversion\n   morph-tool convert folder -ext h5 INPUTDIR OUTPUTDIR\n\n\nContributing\n============\nIf you want to improve the project or you see any issue, every contribution is welcome.\nPlease check the `contribution guidelines <https://github.com/BlueBrain/morphio/blob/master/CONTRIBUTING.md>`_ for more\ninformation.\n\nAcknowledgements\n================\nThe development of this software was supported by funding to the Blue Brain Project, a research center of the \u00c9cole polytechnique f\u00e9d\u00e9rale de Lausanne (EPFL), from the Swiss government\u2019s ETH Board of the Swiss Federal Institutes of Technology.\n\nThis research was supported by the EBRAINS research infrastructure, funded from the European Union\u2019s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).\n\nLicense\n=======\nMorphIO is licensed under the terms of the Apache License 2.0.\nSee LICENSE.txt for further details.\n\nCopyright (c) 2013-2023 Blue Brain Project/EPFL\n\n.. |license| image:: https://img.shields.io/pypi/l/morphio\n                :target: https://github.com/BlueBrain/morphio/blob/master/COPYING.LESSER\n\n.. |docs| image:: https://readthedocs.org/projects/morphio/badge/?version=latest\n             :target: https://morphio.readthedocs.io/\n             :alt: documentation status\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A neuron morphology IO library",
    "version": "3.3.7",
    "project_urls": {
        "Homepage": "https://github.com/BlueBrain/MorphIO/"
    },
    "split_keywords": [
        "computational neuroscience",
        "morphology",
        "neuron",
        "neurolucida",
        "neuromorphology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf595a72efcbfb79b7047d42afe1f276a7b51d3779561c5e08dd2678f65d51b5",
                "md5": "b3d29895d84b6db01effddf2dcfc835a",
                "sha256": "6ed0ca9ae11075167107c43bfbab0d1da026c52fbda5f7efd51d4341701e12e4"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3d29895d84b6db01effddf2dcfc835a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2334549,
            "upload_time": "2023-12-11T12:37:58",
            "upload_time_iso_8601": "2023-12-11T12:37:58.200474Z",
            "url": "https://files.pythonhosted.org/packages/cf/59/5a72efcbfb79b7047d42afe1f276a7b51d3779561c5e08dd2678f65d51b5/MorphIO-3.3.7-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86d003771b2b0ff32ce92a3e1edc604311ee686fd882088acb8e9a40040684a2",
                "md5": "e234891c434fd3f31a75dee1725a5fcb",
                "sha256": "9848cf552a8360f0447d582c0efd46c4f8cbc4ba409778b797f164865b68e62c"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e234891c434fd3f31a75dee1725a5fcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1926873,
            "upload_time": "2023-12-11T12:38:01",
            "upload_time_iso_8601": "2023-12-11T12:38:01.306340Z",
            "url": "https://files.pythonhosted.org/packages/86/d0/03771b2b0ff32ce92a3e1edc604311ee686fd882088acb8e9a40040684a2/MorphIO-3.3.7-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47ba0ba6d7374b6c66b09f0012973303909498da46e09e78df5c4294538e49e5",
                "md5": "f86d84b154dc2d7bcabe158d279fd114",
                "sha256": "2fd9560770995f6ce97c4e917db89445932bed714687e34d414e921eb8e27f81"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f86d84b154dc2d7bcabe158d279fd114",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2694361,
            "upload_time": "2023-12-11T12:38:03",
            "upload_time_iso_8601": "2023-12-11T12:38:03.090790Z",
            "url": "https://files.pythonhosted.org/packages/47/ba/0ba6d7374b6c66b09f0012973303909498da46e09e78df5c4294538e49e5/MorphIO-3.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40a5b31b4b7359ac2d2021cd4bd980ff22cfb9b85bdabbebecca5732129c23f1",
                "md5": "ab0c9b11dc9b8cd5300ebfa354649872",
                "sha256": "24746e183cc06fd10d4cb6cd38e7159846dd8cd89c8f0ea2c3e9406da89de674"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ab0c9b11dc9b8cd5300ebfa354649872",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 560421,
            "upload_time": "2023-12-11T12:38:05",
            "upload_time_iso_8601": "2023-12-11T12:38:05.317794Z",
            "url": "https://files.pythonhosted.org/packages/40/a5/b31b4b7359ac2d2021cd4bd980ff22cfb9b85bdabbebecca5732129c23f1/MorphIO-3.3.7-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "354535a32f1211288bb122e1f60f6026744f4c8ba22ce77ac63640c77ebb9505",
                "md5": "22736cf0b684963746da60644d46e04a",
                "sha256": "408c2c83df221e785e27fc7d2f2cde81ca79ac7051beb9070a9f36d531e169ea"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "22736cf0b684963746da60644d46e04a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2334245,
            "upload_time": "2023-12-11T12:38:07",
            "upload_time_iso_8601": "2023-12-11T12:38:07.373593Z",
            "url": "https://files.pythonhosted.org/packages/35/45/35a32f1211288bb122e1f60f6026744f4c8ba22ce77ac63640c77ebb9505/MorphIO-3.3.7-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c5420dff6aaf2eaaf1545504ee55e212e52b1e85613c2fc5dd5930acb886a23",
                "md5": "167457027a40d193a32979258359dc51",
                "sha256": "a617e9717dfcd9e400c583ea255cd449db3e10b62b72264bec17af8f26fe0484"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "167457027a40d193a32979258359dc51",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1926877,
            "upload_time": "2023-12-11T12:38:09",
            "upload_time_iso_8601": "2023-12-11T12:38:09.497018Z",
            "url": "https://files.pythonhosted.org/packages/7c/54/20dff6aaf2eaaf1545504ee55e212e52b1e85613c2fc5dd5930acb886a23/MorphIO-3.3.7-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b679500fb66e472591fa024e4686112eb3e002351c17b79e5bb55f0131ea608d",
                "md5": "4f8b127dc4fff71e32bf7bcbe7898d6c",
                "sha256": "84eb9451ed6ae5bff63c2345dfe3795c5369ecb6bfc7d03aef5700a769aa9089"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4f8b127dc4fff71e32bf7bcbe7898d6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2694233,
            "upload_time": "2023-12-11T12:38:11",
            "upload_time_iso_8601": "2023-12-11T12:38:11.290624Z",
            "url": "https://files.pythonhosted.org/packages/b6/79/500fb66e472591fa024e4686112eb3e002351c17b79e5bb55f0131ea608d/MorphIO-3.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ce2e82723e5c9606a36fd08e95eb81b88f03b53572c602813effb8891c2b8fd",
                "md5": "9a468e7a2b7222b3fecef20dcac8f13b",
                "sha256": "a0ddb861564b1901fd915454760d52d74e41b4ad72501d4f382479bcd078bfac"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9a468e7a2b7222b3fecef20dcac8f13b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 560416,
            "upload_time": "2023-12-11T12:38:13",
            "upload_time_iso_8601": "2023-12-11T12:38:13.403920Z",
            "url": "https://files.pythonhosted.org/packages/2c/e2/e82723e5c9606a36fd08e95eb81b88f03b53572c602813effb8891c2b8fd/MorphIO-3.3.7-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca53a1177f92a5f823515e8ba03bf8c24aaf5bfd05c8d05c35ebd29d04ae0701",
                "md5": "c73ad7d8ac89240f1fc410f29d9e94ec",
                "sha256": "5d7cbe625277b600e9501979bf490f2c0787631d96bbc78ee875eeed27b348f5"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c73ad7d8ac89240f1fc410f29d9e94ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2346763,
            "upload_time": "2023-12-11T12:38:15",
            "upload_time_iso_8601": "2023-12-11T12:38:15.031973Z",
            "url": "https://files.pythonhosted.org/packages/ca/53/a1177f92a5f823515e8ba03bf8c24aaf5bfd05c8d05c35ebd29d04ae0701/MorphIO-3.3.7-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4795ca0fc45168267342a35a0bc3685211bda89185222b56ec38163ef10857af",
                "md5": "2d0625f87fd44b325dc89fc6102cbc13",
                "sha256": "a2d291a8b85cb147bad23bcdfd91377cb122a96bd3f63e42e9916b15a579a89e"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2d0625f87fd44b325dc89fc6102cbc13",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1930620,
            "upload_time": "2023-12-11T12:38:17",
            "upload_time_iso_8601": "2023-12-11T12:38:17.065639Z",
            "url": "https://files.pythonhosted.org/packages/47/95/ca0fc45168267342a35a0bc3685211bda89185222b56ec38163ef10857af/MorphIO-3.3.7-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc38bd2c21cfba13c144d483c7da460cf6bc77434c7bbea149452328a92641c7",
                "md5": "a26f4aafc4e29178e094c73193d0fb6a",
                "sha256": "b758ef2e1841a3be0610ed7c0f1ea688aa6f4f91f388abc0c84cdbd5b9c9565a"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a26f4aafc4e29178e094c73193d0fb6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2691296,
            "upload_time": "2023-12-11T12:38:18",
            "upload_time_iso_8601": "2023-12-11T12:38:18.875291Z",
            "url": "https://files.pythonhosted.org/packages/cc/38/bd2c21cfba13c144d483c7da460cf6bc77434c7bbea149452328a92641c7/MorphIO-3.3.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23403c89141652c02129e3e0cd5f411e53a7f3a8daf27635db2ed2912eb6f11a",
                "md5": "21e703c7bd5361c82f630d5132c7f2e5",
                "sha256": "8c4dad76e27f237071fb9eaf1bfecfc59bf710962cf5f407b986cd1ef0eee2a9"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "21e703c7bd5361c82f630d5132c7f2e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 561636,
            "upload_time": "2023-12-11T12:38:20",
            "upload_time_iso_8601": "2023-12-11T12:38:20.439249Z",
            "url": "https://files.pythonhosted.org/packages/23/40/3c89141652c02129e3e0cd5f411e53a7f3a8daf27635db2ed2912eb6f11a/MorphIO-3.3.7-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b74a9efec4df657286bbbf666ebfe2d324bd553d0c034fd4e689af12c19e571",
                "md5": "45307e4921a961dd46f4f8d91fa980b8",
                "sha256": "0e35b09082eaa51c6bd7952da586c442ae4a214e7152632ba100f223c8857ac8"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "45307e4921a961dd46f4f8d91fa980b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2334502,
            "upload_time": "2023-12-11T12:38:22",
            "upload_time_iso_8601": "2023-12-11T12:38:22.414616Z",
            "url": "https://files.pythonhosted.org/packages/1b/74/a9efec4df657286bbbf666ebfe2d324bd553d0c034fd4e689af12c19e571/MorphIO-3.3.7-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "673cd95693adbe501d8936532406068fb6c03c763fc1fc96cb974dccc9602737",
                "md5": "eca6a91ba97511586a4528fb8a1b69ee",
                "sha256": "b8c321c9720f345572940bb1369ec1b46131e691d97294c23864b7be23274921"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "eca6a91ba97511586a4528fb8a1b69ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1927012,
            "upload_time": "2023-12-11T12:38:23",
            "upload_time_iso_8601": "2023-12-11T12:38:23.979395Z",
            "url": "https://files.pythonhosted.org/packages/67/3c/d95693adbe501d8936532406068fb6c03c763fc1fc96cb974dccc9602737/MorphIO-3.3.7-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "045905a6b486eb81bf27b47802910095e812d1ad4b2c46add3e58b38e11998d7",
                "md5": "65cd1a2f991a8702ffd89aff016456ef",
                "sha256": "2390a883861aa0bdc91d49ac6f847efafa0278f9a5dff429df6f2cac0b42c6db"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "65cd1a2f991a8702ffd89aff016456ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2694255,
            "upload_time": "2023-12-11T12:38:25",
            "upload_time_iso_8601": "2023-12-11T12:38:25.561228Z",
            "url": "https://files.pythonhosted.org/packages/04/59/05a6b486eb81bf27b47802910095e812d1ad4b2c46add3e58b38e11998d7/MorphIO-3.3.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1ae0733c137401c8de3d7c73e80ef80ff1e8892e90587538396a3012a34fae4",
                "md5": "d4d9675dba64d5d17dee03d08928e36c",
                "sha256": "e335f14c1faa8807484c20b458692777e8be87d4db9d9d5a0bf244fa36d7cfd5"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d4d9675dba64d5d17dee03d08928e36c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 560515,
            "upload_time": "2023-12-11T12:38:27",
            "upload_time_iso_8601": "2023-12-11T12:38:27.265533Z",
            "url": "https://files.pythonhosted.org/packages/d1/ae/0733c137401c8de3d7c73e80ef80ff1e8892e90587538396a3012a34fae4/MorphIO-3.3.7-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b59cbc8603bf1d00fb4862e53e769513f16818549cd2488167c2d191186cdf81",
                "md5": "e1402ded60646bc9c0a3b77e8b414b6a",
                "sha256": "89231f89e93b5d50effc0d21e6c569cd48a5c9aa80f93a6ccf80840fbd6271bd"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e1402ded60646bc9c0a3b77e8b414b6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2334695,
            "upload_time": "2023-12-11T12:38:28",
            "upload_time_iso_8601": "2023-12-11T12:38:28.975463Z",
            "url": "https://files.pythonhosted.org/packages/b5/9c/bc8603bf1d00fb4862e53e769513f16818549cd2488167c2d191186cdf81/MorphIO-3.3.7-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbc5b2a1074f2c245b5eb3e5060aaf8911e1c813cd79d846425de2638dc1649a",
                "md5": "cf3e93691256c9fe11f887844da6ad2f",
                "sha256": "68f7e2fab3b4913b1dbe596a95252ad11668fb9e996581511f85e3bff6e674d1"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cf3e93691256c9fe11f887844da6ad2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1927009,
            "upload_time": "2023-12-11T12:38:30",
            "upload_time_iso_8601": "2023-12-11T12:38:30.590593Z",
            "url": "https://files.pythonhosted.org/packages/cb/c5/b2a1074f2c245b5eb3e5060aaf8911e1c813cd79d846425de2638dc1649a/MorphIO-3.3.7-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35440975060de839d2b5351fa254a7d660ea6bb6575d2d04bc4c4fb62f4fb849",
                "md5": "4baf53a745fa7f74cfb7188e892d65a6",
                "sha256": "029af0c1b248b6b9922b67ff56d902d3a7db0ff53992d773151f195c36a4bd58"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4baf53a745fa7f74cfb7188e892d65a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2694509,
            "upload_time": "2023-12-11T12:38:32",
            "upload_time_iso_8601": "2023-12-11T12:38:32.096424Z",
            "url": "https://files.pythonhosted.org/packages/35/44/0975060de839d2b5351fa254a7d660ea6bb6575d2d04bc4c4fb62f4fb849/MorphIO-3.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06e1935ffc04723b9309f24c80c34f18002aed2b0b05d515838df91532e23ef7",
                "md5": "9103522434055eb4f1274f5854cf6c2d",
                "sha256": "60ec571febee3db25b86bd45e0d5e4fcf4b2b831a2a10e69aa9a9cb9f9e16173"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9103522434055eb4f1274f5854cf6c2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 560604,
            "upload_time": "2023-12-11T12:38:33",
            "upload_time_iso_8601": "2023-12-11T12:38:33.650565Z",
            "url": "https://files.pythonhosted.org/packages/06/e1/935ffc04723b9309f24c80c34f18002aed2b0b05d515838df91532e23ef7/MorphIO-3.3.7-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6be8724db55c0320e797a25b6d4b65131959ed192272dee9044cdcc7fe4dce3",
                "md5": "03fe2cd7536b5cc6d7953a23cb29f552",
                "sha256": "7cb6676fcbaa2ac154742ca8aed3fcb03bb4643852e36e368858580133b61732"
            },
            "downloads": -1,
            "filename": "MorphIO-3.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "03fe2cd7536b5cc6d7953a23cb29f552",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 578024,
            "upload_time": "2023-12-11T12:38:35",
            "upload_time_iso_8601": "2023-12-11T12:38:35.101144Z",
            "url": "https://files.pythonhosted.org/packages/c6/be/8724db55c0320e797a25b6d4b65131959ed192272dee9044cdcc7fe4dce3/MorphIO-3.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 12:38:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BlueBrain",
    "github_project": "MorphIO",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "morphio"
}
        
Elapsed time: 0.15600s