MeshPy


NameMeshPy JSON
Version 2022.1.3 PyPI version JSON
download
home_pagehttps://documen.tician.de/meshpy
SummaryTriangular and Tetrahedral Mesh Generator
upload_time2022-11-06 19:54:17
maintainer
docs_urlNone
authorAndreas Kloeckner
requires_python~=3.6
licenseMIT for the wrapper/non-commercial for the Triangle/GNU Affero Public License for TetGen
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            MeshPy: Simplicial Mesh Generation from Python
==============================================

.. image:: https://gitlab.tiker.net/inducer/meshpy/badges/main/pipeline.svg
    :alt: Gitlab Build Status
    :target: https://gitlab.tiker.net/inducer/meshpy/commits/main
.. image:: https://github.com/inducer/meshpy/workflows/CI/badge.svg?branch=main
    :alt: Github Build Status
    :target: https://github.com/inducer/meshpy/actions?query=branch%3Amain+workflow%3ACI
.. image:: https://badge.fury.io/py/MeshPy.svg
    :alt: Python Package Index Release Page
    :target: https://pypi.org/project/meshpy/
.. image:: https://zenodo.org/badge/2757253.svg
    :alt: Zenodo DOI for latest release
    :target: https://zenodo.org/badge/latestdoi/2757253

MeshPy offers quality triangular and tetrahedral mesh generation for Python.
Meshes of this type are chiefly used in finite-element simulation codes, but
also have many other applications ranging from computer graphics to robotics.

In order to generate 2D and 3D meshes, MeshPy provides Python interfaces to
three well-regarded mesh generators, `Triangle
<http://www.cs.cmu.edu/~quake/triangle.html>`_ by J.  Shewchuk, `TetGen
<http://tetgen.berlios.de/>`_ by Hang Si
The former two are included in the package in slightly modified versions. A
generic mesh reader for the latter is included, as is an easy way to run `gmsh`
from a Python script.

For an interface to `gmsh <http://www.geuz.org/gmsh/>`_ by Christophe Geuzaine
and Jean-Francois Remacle, see `gmsh_interop <https://github.com/inducer/gmsh_interop>`__.

MeshPy has no dependencies other than a C++ compiler,
`pybind11 <https://pybind11.readthedocs.io/en/stable/>`_,
and a working Python installation. Before installing meshpy,
you may install pybind11 using the command::

   pip install pybind11

Online resources
================

* `Home page <https://mathema.tician.de/software/meshpy>`_
* `Documentation <http://documen.tician.de/meshpy>`_
* `Source <https://github.com/inducer/meshpy>`_
* `Package index <https://pypi.org/project/MeshPy>`_
* `Discussions <https://github.com/inducer/meshpy/discussions>`_


            

Raw data

            {
    "_id": null,
    "home_page": "https://documen.tician.de/meshpy",
    "name": "MeshPy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Andreas Kloeckner",
    "author_email": "inform@tiker.net",
    "download_url": "https://files.pythonhosted.org/packages/80/ee/6ec21159624454a2522211c17b72d2211237c74b45c353a6504f801a3d3a/MeshPy-2022.1.3.tar.gz",
    "platform": null,
    "description": "MeshPy: Simplicial Mesh Generation from Python\n==============================================\n\n.. image:: https://gitlab.tiker.net/inducer/meshpy/badges/main/pipeline.svg\n    :alt: Gitlab Build Status\n    :target: https://gitlab.tiker.net/inducer/meshpy/commits/main\n.. image:: https://github.com/inducer/meshpy/workflows/CI/badge.svg?branch=main\n    :alt: Github Build Status\n    :target: https://github.com/inducer/meshpy/actions?query=branch%3Amain+workflow%3ACI\n.. image:: https://badge.fury.io/py/MeshPy.svg\n    :alt: Python Package Index Release Page\n    :target: https://pypi.org/project/meshpy/\n.. image:: https://zenodo.org/badge/2757253.svg\n    :alt: Zenodo DOI for latest release\n    :target: https://zenodo.org/badge/latestdoi/2757253\n\nMeshPy offers quality triangular and tetrahedral mesh generation for Python.\nMeshes of this type are chiefly used in finite-element simulation codes, but\nalso have many other applications ranging from computer graphics to robotics.\n\nIn order to generate 2D and 3D meshes, MeshPy provides Python interfaces to\nthree well-regarded mesh generators, `Triangle\n<http://www.cs.cmu.edu/~quake/triangle.html>`_ by J.  Shewchuk, `TetGen\n<http://tetgen.berlios.de/>`_ by Hang Si\nThe former two are included in the package in slightly modified versions. A\ngeneric mesh reader for the latter is included, as is an easy way to run `gmsh`\nfrom a Python script.\n\nFor an interface to `gmsh <http://www.geuz.org/gmsh/>`_ by Christophe Geuzaine\nand Jean-Francois Remacle, see `gmsh_interop <https://github.com/inducer/gmsh_interop>`__.\n\nMeshPy has no dependencies other than a C++ compiler,\n`pybind11 <https://pybind11.readthedocs.io/en/stable/>`_,\nand a working Python installation. Before installing meshpy,\nyou may install pybind11 using the command::\n\n   pip install pybind11\n\nOnline resources\n================\n\n* `Home page <https://mathema.tician.de/software/meshpy>`_\n* `Documentation <http://documen.tician.de/meshpy>`_\n* `Source <https://github.com/inducer/meshpy>`_\n* `Package index <https://pypi.org/project/MeshPy>`_\n* `Discussions <https://github.com/inducer/meshpy/discussions>`_\n\n",
    "bugtrack_url": null,
    "license": "MIT for the wrapper/non-commercial for the Triangle/GNU Affero Public License for TetGen",
    "summary": "Triangular and Tetrahedral Mesh Generator",
    "version": "2022.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5361c532e6b2541d4f8679a44bfda2aaf821b88cd4aef8368e3ed0de3d841cb2",
                "md5": "20193d31a28c910ef7a7774704300fe9",
                "sha256": "2d40478a535cfc27e8e545efa3620f7950b64970f5f0d00102271be6aa449956"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20193d31a28c910ef7a7774704300fe9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.6",
            "size": 532484,
            "upload_time": "2022-11-06T19:53:15",
            "upload_time_iso_8601": "2022-11-06T19:53:15.600726Z",
            "url": "https://files.pythonhosted.org/packages/53/61/c532e6b2541d4f8679a44bfda2aaf821b88cd4aef8368e3ed0de3d841cb2/MeshPy-2022.1.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93cb54f45882c9b24fd546403a2e23d4bc31b1e11a5fb721ea3814e7be7e7147",
                "md5": "fdea58703c6f8aeeb1070137618fb0f9",
                "sha256": "46d4d89cc41b7b1f417d51671b1f66a8c852df119c1ead1134f422dc89dd40b9"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fdea58703c6f8aeeb1070137618fb0f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.6",
            "size": 463078,
            "upload_time": "2022-11-06T19:53:17",
            "upload_time_iso_8601": "2022-11-06T19:53:17.219526Z",
            "url": "https://files.pythonhosted.org/packages/93/cb/54f45882c9b24fd546403a2e23d4bc31b1e11a5fb721ea3814e7be7e7147/MeshPy-2022.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70879b8b6eea09dcd890b656d9ad4ed0870a1f71a871af9e1b804cea4fe3978c",
                "md5": "cbc536a90bf451a25d54892c0b6e977e",
                "sha256": "010c227ec6d3a9c14d8bf7d1f9f2651b317c70beee79c75d7a1d26b3a9e41b1f"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cbc536a90bf451a25d54892c0b6e977e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.6",
            "size": 458976,
            "upload_time": "2022-11-06T19:53:18",
            "upload_time_iso_8601": "2022-11-06T19:53:18.944881Z",
            "url": "https://files.pythonhosted.org/packages/70/87/9b8b6eea09dcd890b656d9ad4ed0870a1f71a871af9e1b804cea4fe3978c/MeshPy-2022.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "439e905db04b95440f4c7975a8954d6d9dbf13e8b9da8f588c65a8d66959c07d",
                "md5": "dca995d3b99fb6ef93302ca5c31c1cfb",
                "sha256": "14702088db853d3a72a4ed82654d5ab702a1f7c5561321c2945a8235b7a3b1d6"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dca995d3b99fb6ef93302ca5c31c1cfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.6",
            "size": 981142,
            "upload_time": "2022-11-06T19:53:20",
            "upload_time_iso_8601": "2022-11-06T19:53:20.753250Z",
            "url": "https://files.pythonhosted.org/packages/43/9e/905db04b95440f4c7975a8954d6d9dbf13e8b9da8f588c65a8d66959c07d/MeshPy-2022.1.3-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d8eccaab891a02482c0648f5e7174af9444152f8d7a5b7b15a79e6059655ffd",
                "md5": "ce6677756f76e1b68a89b3b75ed13dba",
                "sha256": "dbe033062ed7dfc429ecf06070599054fe93d19c778d2b8159469b1210b36eb2"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "ce6677756f76e1b68a89b3b75ed13dba",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.6",
            "size": 346736,
            "upload_time": "2022-11-06T19:53:21",
            "upload_time_iso_8601": "2022-11-06T19:53:21.839803Z",
            "url": "https://files.pythonhosted.org/packages/5d/8e/ccaab891a02482c0648f5e7174af9444152f8d7a5b7b15a79e6059655ffd/MeshPy-2022.1.3-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90528f938fe5944b99dc7b43eba8cc713b4c5c1957e089e24688b478e3c7abfa",
                "md5": "d3e3474658eebb3e464681ca663878f7",
                "sha256": "2fbade42c1a7b07f9247e8a6ba7060a30dd72bddeeee70e6f6b05b03a88647c7"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d3e3474658eebb3e464681ca663878f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.6",
            "size": 379773,
            "upload_time": "2022-11-06T19:53:23",
            "upload_time_iso_8601": "2022-11-06T19:53:23.235935Z",
            "url": "https://files.pythonhosted.org/packages/90/52/8f938fe5944b99dc7b43eba8cc713b4c5c1957e089e24688b478e3c7abfa/MeshPy-2022.1.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "132378a31c15e3dfda324f66a4fbd75ffb025415935d4dc05deb2312eec56b81",
                "md5": "84ceebbbdd64d2653161beb40bfff931",
                "sha256": "db5160faba0362eaeeb5aaee5f7f12f7dc11d659e4ce5fd54e04bd0b46d3993f"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "84ceebbbdd64d2653161beb40bfff931",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.6",
            "size": 532840,
            "upload_time": "2022-11-06T19:53:24",
            "upload_time_iso_8601": "2022-11-06T19:53:24.498140Z",
            "url": "https://files.pythonhosted.org/packages/13/23/78a31c15e3dfda324f66a4fbd75ffb025415935d4dc05deb2312eec56b81/MeshPy-2022.1.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3f22cbb48a18110800d697651a8fd8da7b017c4c9f7ef32735980cae19b6ad6",
                "md5": "9be2c8b8aa60f90d404a6ea4a59e8344",
                "sha256": "14dc6af3f910185711b72c01250755778d995c32309f9ae1a250f3094e7e49e1"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9be2c8b8aa60f90d404a6ea4a59e8344",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.6",
            "size": 463046,
            "upload_time": "2022-11-06T19:53:25",
            "upload_time_iso_8601": "2022-11-06T19:53:25.619218Z",
            "url": "https://files.pythonhosted.org/packages/b3/f2/2cbb48a18110800d697651a8fd8da7b017c4c9f7ef32735980cae19b6ad6/MeshPy-2022.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28d4fc14e0f32d1b031c6a5a3132798c084634bbd2e45e77c19cbd04aa01d7e2",
                "md5": "7da96c0c7dde8cf572940b0fa48d61f4",
                "sha256": "6640d5e84bd551eef2c8304b28f9d0cd0c1a2b6f4367571d84174ff16cb0c901"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7da96c0c7dde8cf572940b0fa48d61f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.6",
            "size": 458959,
            "upload_time": "2022-11-06T19:53:26",
            "upload_time_iso_8601": "2022-11-06T19:53:26.796435Z",
            "url": "https://files.pythonhosted.org/packages/28/d4/fc14e0f32d1b031c6a5a3132798c084634bbd2e45e77c19cbd04aa01d7e2/MeshPy-2022.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82fa1485aef729b9e6a42f3196ab2ba8049314c6fcb0a6ad3ce68c2e771650d6",
                "md5": "ed3e6838e0049fef99039e7e7926b629",
                "sha256": "5f48f44eaebf900cfafcb4865cd336df8df6be2bbbd894530fa27f6cbe61cc18"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ed3e6838e0049fef99039e7e7926b629",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.6",
            "size": 981073,
            "upload_time": "2022-11-06T19:53:29",
            "upload_time_iso_8601": "2022-11-06T19:53:29.256626Z",
            "url": "https://files.pythonhosted.org/packages/82/fa/1485aef729b9e6a42f3196ab2ba8049314c6fcb0a6ad3ce68c2e771650d6/MeshPy-2022.1.3-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec073f710d975d8f5ef7fb91528abe18ac830be3f15717450b2f98ea4ecd2b92",
                "md5": "9018490e89fb4d145993c81ec45efc70",
                "sha256": "3f12b5eeee2907d8ff18e1438076e8e1b3e9c5c23d81578b48b5673d5742343a"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "9018490e89fb4d145993c81ec45efc70",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.6",
            "size": 346746,
            "upload_time": "2022-11-06T19:53:30",
            "upload_time_iso_8601": "2022-11-06T19:53:30.577469Z",
            "url": "https://files.pythonhosted.org/packages/ec/07/3f710d975d8f5ef7fb91528abe18ac830be3f15717450b2f98ea4ecd2b92/MeshPy-2022.1.3-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30d315b078f8bafc968008b78baf245cd26ec51102d14ef9e467c79563deac72",
                "md5": "be6b15c35f1ebafdf25cd305d0eec633",
                "sha256": "53e9d7a35bc9c1f0dfa7851270f28a88290e68064da3994275934b4d6ad7626b"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "be6b15c35f1ebafdf25cd305d0eec633",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.6",
            "size": 379783,
            "upload_time": "2022-11-06T19:53:31",
            "upload_time_iso_8601": "2022-11-06T19:53:31.796504Z",
            "url": "https://files.pythonhosted.org/packages/30/d3/15b078f8bafc968008b78baf245cd26ec51102d14ef9e467c79563deac72/MeshPy-2022.1.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9aa30f04f0c840a599381454b3d87f235580ccf8d89b56ba1816e86b8da6085",
                "md5": "7ec3fe33149133f80e440dde0004ffdd",
                "sha256": "8359d11f19b26ac26fbc0d0c68a85041a7b1d9c617658f0263228e73f5397da5"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7ec3fe33149133f80e440dde0004ffdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "~=3.6",
            "size": 535938,
            "upload_time": "2022-11-06T19:53:32",
            "upload_time_iso_8601": "2022-11-06T19:53:32.933562Z",
            "url": "https://files.pythonhosted.org/packages/a9/aa/30f04f0c840a599381454b3d87f235580ccf8d89b56ba1816e86b8da6085/MeshPy-2022.1.3-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55488af1c40c5658b5e8a253aac5a69597f387274d69eb7201b09ef0e38b92ae",
                "md5": "dd65ff4c558dc96245a79c4220a515f3",
                "sha256": "b58f77fa33320ea7a2bfbae8c5b8b167f1aa51d808202ee00dd7ac6a295fe441"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "dd65ff4c558dc96245a79c4220a515f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "~=3.6",
            "size": 462145,
            "upload_time": "2022-11-06T19:53:34",
            "upload_time_iso_8601": "2022-11-06T19:53:34.039259Z",
            "url": "https://files.pythonhosted.org/packages/55/48/8af1c40c5658b5e8a253aac5a69597f387274d69eb7201b09ef0e38b92ae/MeshPy-2022.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43f34225034346966c6a83a97d2778e0f061e18b533a5bac6f20b1345dbd410c",
                "md5": "9b1333ecffbae54424e0f49749f412da",
                "sha256": "21b77b6d8a5881d1eda539d6970c94c9599e0fba30786fc8dd0d1bbfb09099be"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b1333ecffbae54424e0f49749f412da",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "~=3.6",
            "size": 457389,
            "upload_time": "2022-11-06T19:53:35",
            "upload_time_iso_8601": "2022-11-06T19:53:35.085575Z",
            "url": "https://files.pythonhosted.org/packages/43/f3/4225034346966c6a83a97d2778e0f061e18b533a5bac6f20b1345dbd410c/MeshPy-2022.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9be7b2598913ae00d15398c685bcd0199436f78389188bf68598cc71ade61d77",
                "md5": "86769b6d8698bf51ba87b00e11f7341e",
                "sha256": "04998278162804c958c27df892fa9142d72312b29beba759bdb7fa41d4579dfa"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "86769b6d8698bf51ba87b00e11f7341e",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "~=3.6",
            "size": 986440,
            "upload_time": "2022-11-06T19:53:36",
            "upload_time_iso_8601": "2022-11-06T19:53:36.193256Z",
            "url": "https://files.pythonhosted.org/packages/9b/e7/b2598913ae00d15398c685bcd0199436f78389188bf68598cc71ade61d77/MeshPy-2022.1.3-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "525901bee569da9d9526c8aacb0a56fbca2667f957850b0513068806fd0a24c4",
                "md5": "362d156f9a471240b3922b76b81bfc52",
                "sha256": "eba9184245252c29e2f3cd7a3916dacff298c36b1b8c079ae7a9348074cc73df"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "362d156f9a471240b3922b76b81bfc52",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "~=3.6",
            "size": 358255,
            "upload_time": "2022-11-06T19:53:37",
            "upload_time_iso_8601": "2022-11-06T19:53:37.652253Z",
            "url": "https://files.pythonhosted.org/packages/52/59/01bee569da9d9526c8aacb0a56fbca2667f957850b0513068806fd0a24c4/MeshPy-2022.1.3-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b211b701d544b75ff962223a91b8f70ba5062df3a20f53cb895c8ad25e5851bc",
                "md5": "d49f66d17603aeff58951994bd3ae96f",
                "sha256": "1bfdbea6c26ecbe549405e3b7232951de2e7fc7c6022d6510f13bcf322d0d28e"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d49f66d17603aeff58951994bd3ae96f",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "~=3.6",
            "size": 391523,
            "upload_time": "2022-11-06T19:53:38",
            "upload_time_iso_8601": "2022-11-06T19:53:38.828304Z",
            "url": "https://files.pythonhosted.org/packages/b2/11/b701d544b75ff962223a91b8f70ba5062df3a20f53cb895c8ad25e5851bc/MeshPy-2022.1.3-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f087b0779d0fe9cc3ef6601c7918116d278a44df8e952dd8e3c5723fe4a618a",
                "md5": "2eaa7f1258291f0be8bca7fc69493afb",
                "sha256": "84c36a09cbde5faec694639afbbe46411343e6ee851461f75a44ab7b7ecd46b2"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2eaa7f1258291f0be8bca7fc69493afb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "~=3.6",
            "size": 532361,
            "upload_time": "2022-11-06T19:53:40",
            "upload_time_iso_8601": "2022-11-06T19:53:40.019546Z",
            "url": "https://files.pythonhosted.org/packages/5f/08/7b0779d0fe9cc3ef6601c7918116d278a44df8e952dd8e3c5723fe4a618a/MeshPy-2022.1.3-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f252105573eb47f4a27c2862b428a1680e7b60e882f5fff3a9bdc7e94d097ba",
                "md5": "6704c14744256cf2ddfcbf8e87c25c1b",
                "sha256": "cb9fc0beea36a7248cd5095e2545c6b382f5f3d0a3d4ea7dad21db55a4ac7e46"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6704c14744256cf2ddfcbf8e87c25c1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "~=3.6",
            "size": 459434,
            "upload_time": "2022-11-06T19:53:41",
            "upload_time_iso_8601": "2022-11-06T19:53:41.150381Z",
            "url": "https://files.pythonhosted.org/packages/1f/25/2105573eb47f4a27c2862b428a1680e7b60e882f5fff3a9bdc7e94d097ba/MeshPy-2022.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99d5a43794f688e93afa9e1839692ab876a64ea2fbf1558d78776e65833fddde",
                "md5": "562c57b9d7f89c12b8e2fa84df4f1ce6",
                "sha256": "05dd59beb06ad62e3037127dbd5ef6b00bdb5dccab51142d1cf46e2ff8c1fb51"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "562c57b9d7f89c12b8e2fa84df4f1ce6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "~=3.6",
            "size": 455610,
            "upload_time": "2022-11-06T19:53:42",
            "upload_time_iso_8601": "2022-11-06T19:53:42.305041Z",
            "url": "https://files.pythonhosted.org/packages/99/d5/a43794f688e93afa9e1839692ab876a64ea2fbf1558d78776e65833fddde/MeshPy-2022.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21808eae6530e02908efe3843bc9423bfaa7d3859fccbfc49d68c5eee1fbc2cf",
                "md5": "46f9cffaaa9b5ed17f9c48cd246a0803",
                "sha256": "1d17963c92b21e8408554cc171182483ea2ae4a66f46b18ea8128d6c8fa4e8da"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "46f9cffaaa9b5ed17f9c48cd246a0803",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "~=3.6",
            "size": 982544,
            "upload_time": "2022-11-06T19:53:43",
            "upload_time_iso_8601": "2022-11-06T19:53:43.558188Z",
            "url": "https://files.pythonhosted.org/packages/21/80/8eae6530e02908efe3843bc9423bfaa7d3859fccbfc49d68c5eee1fbc2cf/MeshPy-2022.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1222fc9dbdb47257abedd698012fff3ca91dd9ae65ff91443870193460cd366",
                "md5": "8bec3b5621cfde24e53db00737dd726f",
                "sha256": "a01b19dfbe5967f73d311c8e8801f523138cba456d67bd051d5a31d021c4f7d2"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "8bec3b5621cfde24e53db00737dd726f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "~=3.6",
            "size": 348005,
            "upload_time": "2022-11-06T19:53:45",
            "upload_time_iso_8601": "2022-11-06T19:53:45.197336Z",
            "url": "https://files.pythonhosted.org/packages/e1/22/2fc9dbdb47257abedd698012fff3ca91dd9ae65ff91443870193460cd366/MeshPy-2022.1.3-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5da12935f3f7501ede9bcd76ddb80537c91501cbe810c194fae62c0cb3c310a6",
                "md5": "69666b914705afbb7fbd661348b108ab",
                "sha256": "4db4a73ae4a92e39f4a2b1fc38522953484b35b5ac7b705a86b7ae0236d68d12"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "69666b914705afbb7fbd661348b108ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "~=3.6",
            "size": 379733,
            "upload_time": "2022-11-06T19:53:46",
            "upload_time_iso_8601": "2022-11-06T19:53:46.346014Z",
            "url": "https://files.pythonhosted.org/packages/5d/a1/2935f3f7501ede9bcd76ddb80537c91501cbe810c194fae62c0cb3c310a6/MeshPy-2022.1.3-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfcd10788638ef24919c11e019b6d732eea15c13806bafcaa8082d191315b77f",
                "md5": "8707823ebcd89e77d69311b29402c9ab",
                "sha256": "9bba744adb3754cfa59d1ff516e8013a37368ed9f3e203409ca502ab7b17bedf"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8707823ebcd89e77d69311b29402c9ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.6",
            "size": 532155,
            "upload_time": "2022-11-06T19:53:47",
            "upload_time_iso_8601": "2022-11-06T19:53:47.759639Z",
            "url": "https://files.pythonhosted.org/packages/df/cd/10788638ef24919c11e019b6d732eea15c13806bafcaa8082d191315b77f/MeshPy-2022.1.3-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cd5912c74101b05bc1e117bc549627a4a808b5d263f501c552d204974d09e12",
                "md5": "56f82b934c39b2d4ae05cbb974d07ca5",
                "sha256": "986f170716d6eb0e8dbc1a8e0f129e0ae300b6f1fdbebe7706b3115a3d059a39"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "56f82b934c39b2d4ae05cbb974d07ca5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.6",
            "size": 461930,
            "upload_time": "2022-11-06T19:53:48",
            "upload_time_iso_8601": "2022-11-06T19:53:48.898137Z",
            "url": "https://files.pythonhosted.org/packages/8c/d5/912c74101b05bc1e117bc549627a4a808b5d263f501c552d204974d09e12/MeshPy-2022.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "561c0948c001054b4cca19cd7a31d4387a1f8eeb3d0286ac46edfd3a858796fc",
                "md5": "bc6be69d9ad98d7352d66d51d60454d5",
                "sha256": "fb64d7ee79c2370841856f20f8647e49b5475b38f401755a5e4f412a2ff58a6d"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bc6be69d9ad98d7352d66d51d60454d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.6",
            "size": 458772,
            "upload_time": "2022-11-06T19:53:50",
            "upload_time_iso_8601": "2022-11-06T19:53:50.687957Z",
            "url": "https://files.pythonhosted.org/packages/56/1c/0948c001054b4cca19cd7a31d4387a1f8eeb3d0286ac46edfd3a858796fc/MeshPy-2022.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e301ae88e3319deefa275bb175c0122becf8b940198908d982aa3509e93584e8",
                "md5": "bebb7bb2a409da1a20a22a84f90b38ca",
                "sha256": "05bab01de672526ba31bbe9a7440503cbe970d8e56a5e6b0ea132310d86feda5"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bebb7bb2a409da1a20a22a84f90b38ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.6",
            "size": 981488,
            "upload_time": "2022-11-06T19:53:51",
            "upload_time_iso_8601": "2022-11-06T19:53:51.874425Z",
            "url": "https://files.pythonhosted.org/packages/e3/01/ae88e3319deefa275bb175c0122becf8b940198908d982aa3509e93584e8/MeshPy-2022.1.3-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16eca80f3e2c82d924d537f19ff716de0d77ec268be42f25ec2bf33076cea5db",
                "md5": "36bf3e8386fe2e5195f1bc5bff6774f9",
                "sha256": "183cb130a3dccea7df35c517869f5159f34a8d9fb1b666eb48779495fdac96c9"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "36bf3e8386fe2e5195f1bc5bff6774f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.6",
            "size": 346677,
            "upload_time": "2022-11-06T19:53:53",
            "upload_time_iso_8601": "2022-11-06T19:53:53.127735Z",
            "url": "https://files.pythonhosted.org/packages/16/ec/a80f3e2c82d924d537f19ff716de0d77ec268be42f25ec2bf33076cea5db/MeshPy-2022.1.3-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57f1cdb85c2b0c0f5a9aa21c322b335648502e0802e7f7612c9512d033b40bd3",
                "md5": "bfe318935152ef3db99773103f4be7f8",
                "sha256": "e7a7fc0f7cd8f93758ed5ed15f2806ec48da3f7ddad6838d9d564db18cb1f436"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bfe318935152ef3db99773103f4be7f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.6",
            "size": 379756,
            "upload_time": "2022-11-06T19:53:54",
            "upload_time_iso_8601": "2022-11-06T19:53:54.595347Z",
            "url": "https://files.pythonhosted.org/packages/57/f1/cdb85c2b0c0f5a9aa21c322b335648502e0802e7f7612c9512d033b40bd3/MeshPy-2022.1.3-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c85acc3f2904acc739f2e9e6af85c2a48fe184d2482c71980536d501ef67c309",
                "md5": "f88376c1c2266b72bc2b9952778cfe25",
                "sha256": "1a2d78d1f2a67ed3073bfa63e79638aafaeb2717348e820cbbc7709a7d9be2ad"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f88376c1c2266b72bc2b9952778cfe25",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.6",
            "size": 532634,
            "upload_time": "2022-11-06T19:53:55",
            "upload_time_iso_8601": "2022-11-06T19:53:55.781417Z",
            "url": "https://files.pythonhosted.org/packages/c8/5a/cc3f2904acc739f2e9e6af85c2a48fe184d2482c71980536d501ef67c309/MeshPy-2022.1.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc71e68e07e730dd77863d6cc967c97a4165351218a12e2766040590c36ea54e",
                "md5": "ec9bd6bc6584c3e78029ea2159b72d97",
                "sha256": "37e90f154a70fcf2c2ece584f58fb6764d2ee0007d3fddc6cf04b0295de98dab"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ec9bd6bc6584c3e78029ea2159b72d97",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.6",
            "size": 463407,
            "upload_time": "2022-11-06T19:53:56",
            "upload_time_iso_8601": "2022-11-06T19:53:56.950710Z",
            "url": "https://files.pythonhosted.org/packages/fc/71/e68e07e730dd77863d6cc967c97a4165351218a12e2766040590c36ea54e/MeshPy-2022.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebc97d46ee4d8eb8a49fcd6942d73bf84a8f6a79b03a587bdb301970b9528612",
                "md5": "a0db3e3e6c85ffb685d3bb98061f3186",
                "sha256": "b876f6f6e8ae865e875b355a1c68ca5672a1a03babdf91a83bcc0f3d92804655"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a0db3e3e6c85ffb685d3bb98061f3186",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.6",
            "size": 459736,
            "upload_time": "2022-11-06T19:53:58",
            "upload_time_iso_8601": "2022-11-06T19:53:58.087516Z",
            "url": "https://files.pythonhosted.org/packages/eb/c9/7d46ee4d8eb8a49fcd6942d73bf84a8f6a79b03a587bdb301970b9528612/MeshPy-2022.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d70c92e973b3fcce88b35d27e020a076552ee24d340c9f322e936f3892ada22",
                "md5": "37a7627a67430bc96b7951f1a1a5b3b8",
                "sha256": "8d4967ec3166af5147377734c4a4256c8ae3bb94a265d149da6420c728a974b0"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "37a7627a67430bc96b7951f1a1a5b3b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.6",
            "size": 981915,
            "upload_time": "2022-11-06T19:53:59",
            "upload_time_iso_8601": "2022-11-06T19:53:59.750121Z",
            "url": "https://files.pythonhosted.org/packages/6d/70/c92e973b3fcce88b35d27e020a076552ee24d340c9f322e936f3892ada22/MeshPy-2022.1.3-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "530a91cfaf468d5733b4c97ca7c9d36e52295f162fd5b8482b68889e1d20fd3e",
                "md5": "d6536b3c37cc6bbca28b59422b131cb8",
                "sha256": "b81ace2fff18a63482c4b6be04b27d51c7a715e8d53bf8f270f0414da35685ab"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "d6536b3c37cc6bbca28b59422b131cb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.6",
            "size": 346763,
            "upload_time": "2022-11-06T19:54:00",
            "upload_time_iso_8601": "2022-11-06T19:54:00.789551Z",
            "url": "https://files.pythonhosted.org/packages/53/0a/91cfaf468d5733b4c97ca7c9d36e52295f162fd5b8482b68889e1d20fd3e/MeshPy-2022.1.3-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9de6de00719e60010d985d30e52555d58cff63931e50565773f6bc1a88ab9ec",
                "md5": "4582d78c99484a7d373ac1a697bc95de",
                "sha256": "0fd5ffd0c90d9e0b0b1f86b55616c21a8812d1d36d0a4408ed6bd2d640a17bb5"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4582d78c99484a7d373ac1a697bc95de",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.6",
            "size": 377142,
            "upload_time": "2022-11-06T19:54:01",
            "upload_time_iso_8601": "2022-11-06T19:54:01.907026Z",
            "url": "https://files.pythonhosted.org/packages/a9/de/6de00719e60010d985d30e52555d58cff63931e50565773f6bc1a88ab9ec/MeshPy-2022.1.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7cceaf2a275a47603afa91878a10ebf39c7c2a43e3a73b1764295c0257d8aa4",
                "md5": "fcbdbfb9c3394d636b45c331dd43e9b0",
                "sha256": "cc5a719c12d011750dd588398b4e355aa85e0dd9dc185689fd139466121978af"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fcbdbfb9c3394d636b45c331dd43e9b0",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": "~=3.6",
            "size": 464443,
            "upload_time": "2022-11-06T19:54:03",
            "upload_time_iso_8601": "2022-11-06T19:54:03.084665Z",
            "url": "https://files.pythonhosted.org/packages/a7/cc/eaf2a275a47603afa91878a10ebf39c7c2a43e3a73b1764295c0257d8aa4/MeshPy-2022.1.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7732b75217fb155657c6ea80f131c245d3902ab626502dd6f031d8e664cd792d",
                "md5": "56a7277394c2df668aafcaad87b19b9b",
                "sha256": "6fb9a58dc741bf8548c644b067212cbc2d7aeadb7dfa2a5eb9d968566780ba8c"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "56a7277394c2df668aafcaad87b19b9b",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": "~=3.6",
            "size": 517289,
            "upload_time": "2022-11-06T19:54:04",
            "upload_time_iso_8601": "2022-11-06T19:54:04.150773Z",
            "url": "https://files.pythonhosted.org/packages/77/32/b75217fb155657c6ea80f131c245d3902ab626502dd6f031d8e664cd792d/MeshPy-2022.1.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1834f5b181da7dfc2b2e18ebacb30550d79298d2b0430fc554a3edd33079101",
                "md5": "3bf68a44c095799fcd2971ef92d5c847",
                "sha256": "0ced5e1e720a11782ff02124c738c5f699664360749c05e988963e3eaab137d7"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3bf68a44c095799fcd2971ef92d5c847",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": "~=3.6",
            "size": 510594,
            "upload_time": "2022-11-06T19:54:05",
            "upload_time_iso_8601": "2022-11-06T19:54:05.237135Z",
            "url": "https://files.pythonhosted.org/packages/d1/83/4f5b181da7dfc2b2e18ebacb30550d79298d2b0430fc554a3edd33079101/MeshPy-2022.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "677f3f76468ba90a3b8918547d2fec9b524ecad8c6c291e281ed8eee9bfefd8f",
                "md5": "564d2370912cf2e45c683bc327bfd326",
                "sha256": "34311bb1804ccb82604016aeaaafbeb445ee3ac74c91355caaae5acd6ee9893b"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "564d2370912cf2e45c683bc327bfd326",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": "~=3.6",
            "size": 378723,
            "upload_time": "2022-11-06T19:54:06",
            "upload_time_iso_8601": "2022-11-06T19:54:06.379145Z",
            "url": "https://files.pythonhosted.org/packages/67/7f/3f76468ba90a3b8918547d2fec9b524ecad8c6c291e281ed8eee9bfefd8f/MeshPy-2022.1.3-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06adca22a79b82b264f644f4745c9dbb34763fb84d976716741c9f3a61abf0d6",
                "md5": "8ac946f0b38f9f89486af13bf59075d0",
                "sha256": "0a5b77f106d2f44a45364db80b9ec42a30aea720f05f4383448f434957c177a1"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ac946f0b38f9f89486af13bf59075d0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "~=3.6",
            "size": 464431,
            "upload_time": "2022-11-06T19:54:07",
            "upload_time_iso_8601": "2022-11-06T19:54:07.581928Z",
            "url": "https://files.pythonhosted.org/packages/06/ad/ca22a79b82b264f644f4745c9dbb34763fb84d976716741c9f3a61abf0d6/MeshPy-2022.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc409a217bd8409558fc85651cb74a6d119d17e1fc01fb1784de259e2040c687",
                "md5": "f4646ecd789c7b1fe191f7d62005b1d2",
                "sha256": "691d64cb4fe7af4de0e0c69f2c593c07d490563ba33a5d3db664a0ac455be53e"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f4646ecd789c7b1fe191f7d62005b1d2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "~=3.6",
            "size": 516610,
            "upload_time": "2022-11-06T19:54:09",
            "upload_time_iso_8601": "2022-11-06T19:54:09.099370Z",
            "url": "https://files.pythonhosted.org/packages/fc/40/9a217bd8409558fc85651cb74a6d119d17e1fc01fb1784de259e2040c687/MeshPy-2022.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d55ff378ae01d40cf5eeaa4b5413596869620711ef7caabb22cac83045ae8c45",
                "md5": "55ae0dba7373eab3b94c025163237821",
                "sha256": "f03d2374316d02fcba24988cdc1dadd017eb111692a9c6adf8afcf81cc87e00f"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "55ae0dba7373eab3b94c025163237821",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "~=3.6",
            "size": 509338,
            "upload_time": "2022-11-06T19:54:10",
            "upload_time_iso_8601": "2022-11-06T19:54:10.222865Z",
            "url": "https://files.pythonhosted.org/packages/d5/5f/f378ae01d40cf5eeaa4b5413596869620711ef7caabb22cac83045ae8c45/MeshPy-2022.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd7fb913240c5027a1ebc3770d73e6a2cf400154f1af7cada667c7735338f0cb",
                "md5": "f2d9a201723a2a2df9eda3c413846102",
                "sha256": "5ae9d56f04a368cfe9aa04091057a1eb705fd571faaa54e0c82e45c45166214e"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f2d9a201723a2a2df9eda3c413846102",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "~=3.6",
            "size": 378774,
            "upload_time": "2022-11-06T19:54:11",
            "upload_time_iso_8601": "2022-11-06T19:54:11.434321Z",
            "url": "https://files.pythonhosted.org/packages/dd/7f/b913240c5027a1ebc3770d73e6a2cf400154f1af7cada667c7735338f0cb/MeshPy-2022.1.3-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbc06fa29792daefde7e28b368d427de6dc3cd43904a6b4afd2c7ca9bbd873ab",
                "md5": "29d741fabba50301d06fc8d8a3b9a379",
                "sha256": "d93782f0fd0d961039549e5e5b4a53125f8ea3ec457c4f3b9261acf4a0e94268"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "29d741fabba50301d06fc8d8a3b9a379",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "~=3.6",
            "size": 464370,
            "upload_time": "2022-11-06T19:54:12",
            "upload_time_iso_8601": "2022-11-06T19:54:12.624910Z",
            "url": "https://files.pythonhosted.org/packages/cb/c0/6fa29792daefde7e28b368d427de6dc3cd43904a6b4afd2c7ca9bbd873ab/MeshPy-2022.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d26274f176825a76dbc7b74833b8439ae49035de3a199816d44631b2a3421e38",
                "md5": "55c779a8cf9a3de5a13c2bc69961ea4f",
                "sha256": "ebb52237dbd87dc47c9c1c5d9f779bed99a4ce433407e1cb4995f90ca79a636e"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "55c779a8cf9a3de5a13c2bc69961ea4f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "~=3.6",
            "size": 512844,
            "upload_time": "2022-11-06T19:54:13",
            "upload_time_iso_8601": "2022-11-06T19:54:13.814125Z",
            "url": "https://files.pythonhosted.org/packages/d2/62/74f176825a76dbc7b74833b8439ae49035de3a199816d44631b2a3421e38/MeshPy-2022.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8cfba443d2bc6e2180177e734913843816d9ae98caad30761fb9d14de4357eb",
                "md5": "9a1dcaf55d30dbff38b3c818f74b8334",
                "sha256": "8b7d60d288c3a99fd83ce1d1152cbe2d668c8ba036956fff68a5a4294f7f5850"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a1dcaf55d30dbff38b3c818f74b8334",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "~=3.6",
            "size": 506314,
            "upload_time": "2022-11-06T19:54:15",
            "upload_time_iso_8601": "2022-11-06T19:54:15.008214Z",
            "url": "https://files.pythonhosted.org/packages/f8/cf/ba443d2bc6e2180177e734913843816d9ae98caad30761fb9d14de4357eb/MeshPy-2022.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d464ab4eff1e88dbcbc3b46b26f88d74478bfd3b17f4bfe110ff6e1cfca50e6b",
                "md5": "63604fe737a9dc9c38362ddd1fd9edf5",
                "sha256": "a0e107fbf79801721eddee9826a64787d3e3b1f0bfe3d08792bbe05c4d36f12a"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "63604fe737a9dc9c38362ddd1fd9edf5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "~=3.6",
            "size": 378810,
            "upload_time": "2022-11-06T19:54:16",
            "upload_time_iso_8601": "2022-11-06T19:54:16.247608Z",
            "url": "https://files.pythonhosted.org/packages/d4/64/ab4eff1e88dbcbc3b46b26f88d74478bfd3b17f4bfe110ff6e1cfca50e6b/MeshPy-2022.1.3-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80ee6ec21159624454a2522211c17b72d2211237c74b45c353a6504f801a3d3a",
                "md5": "516c5e36f40d13338a58b115ea18e12d",
                "sha256": "a7158e31ece25fa6c6cebce9fd1e968157d661dc8769fb30ceba69c351478475"
            },
            "downloads": -1,
            "filename": "MeshPy-2022.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "516c5e36f40d13338a58b115ea18e12d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.6",
            "size": 474632,
            "upload_time": "2022-11-06T19:54:17",
            "upload_time_iso_8601": "2022-11-06T19:54:17.881460Z",
            "url": "https://files.pythonhosted.org/packages/80/ee/6ec21159624454a2522211c17b72d2211237c74b45c353a6504f801a3d3a/MeshPy-2022.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-06 19:54:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "meshpy"
}
        
Elapsed time: 0.02650s