Skip to main content

A Python interface to MeshLab

Project description

PyMeshLab

DOI

BuildAndTest

Documentation Status Downloads

PyMeshLab is a Python library that interfaces to MeshLab, the popular open source application for editing and processing large 3D triangle meshes. Python bindings are generated using pybind11.

Documentation

You can find the official documentation here.

Install PyMeshLab

You can easily install PyMeshLab using pip:

pip3 install pymeshlab

Note about Conda

PyMeshLab has not been tested in a Conda environment, so we cannot provide support for it. If possible, please install PyMeshLab using pip outside of Conda. If you are a Conda developer and would like to contribute to making PyMeshLab compatible with Conda, pull requests are always appreciated :)

Run PyMeshLab

After installing PyMeshLab through pip:

python
>>> import pymeshlab
>>> ms = pymeshlab.MeshSet()

You can load, save meshes and apply MeshLab filters:

ms.load_new_mesh('airplane.obj')
ms.generate_convex_hull()
ms.save_current_mesh('convex_hull.ply')

And apply filters with your parameters:

ms.create_noisy_isosurface(resolution=128)

You can find all the names and parameters of the filters in the List of Filters page of the documentation.

To run the tests:

pip3 install pytest
pytest --pyargs pymeshlab

Build PyMeshLab

See the src folder that contains the instructions to build PyMeshLab.

License

The PyMeshlab source is released under the GPL License.

Copyright

   PyMeshLab
   All rights reserved.

   VCGLib  http://www.vcglib.net                                     o o
   Visual and Computer Graphics Library                            o     o
                                                                  _   O  _
   Paolo Cignoni                                                    \/)\/
   Visual Computing Lab  http://vcg.isti.cnr.it                    /\/|
   ISTI - Italian National Research Council                           |
   Copyright(C) 2020                                                  \

References

DOI

Please, when using this tool, cite:

@software{pymeshlab,
  author       = {Alessandro Muntoni and Paolo Cignoni},
  title        = {{PyMeshLab}},
  month        = jan,
  year         = 2021,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.4438750}
}

Contacts

  • Paolo Cignoni (paolo.cignoni (at) isti.cnr.it)
  • Alessandro Muntoni (alessandro.muntoni (at) isti.cnr.it)

Feedback

For documented and repeatable bugs, feature requests, etc., please use the GitHub issues.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pymeshlab-2023.12.post2-cp312-cp312-win_amd64.whl (52.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

pymeshlab-2023.12.post2-cp312-cp312-manylinux_2_31_x86_64.whl (98.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.31+ x86-64

pymeshlab-2023.12.post2-cp312-cp312-macosx_11_0_x86_64.whl (49.7 MB view details)

Uploaded CPython 3.12 macOS 11.0+ x86-64

pymeshlab-2023.12.post2-cp312-cp312-macosx_11_0_arm64.whl (69.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pymeshlab-2023.12.post2-cp311-cp311-win_amd64.whl (52.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

pymeshlab-2023.12.post2-cp311-cp311-manylinux_2_31_x86_64.whl (98.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.31+ x86-64

pymeshlab-2023.12.post2-cp311-cp311-macosx_11_0_x86_64.whl (49.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ x86-64

pymeshlab-2023.12.post2-cp311-cp311-macosx_11_0_arm64.whl (69.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pymeshlab-2023.12.post2-cp310-cp310-win_amd64.whl (52.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

pymeshlab-2023.12.post2-cp310-cp310-manylinux_2_31_x86_64.whl (98.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.31+ x86-64

pymeshlab-2023.12.post2-cp310-cp310-macosx_11_0_x86_64.whl (49.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

pymeshlab-2023.12.post2-cp310-cp310-macosx_11_0_arm64.whl (69.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pymeshlab-2023.12.post2-cp39-cp39-win_amd64.whl (52.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

pymeshlab-2023.12.post2-cp39-cp39-manylinux_2_31_x86_64.whl (97.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.31+ x86-64

pymeshlab-2023.12.post2-cp39-cp39-macosx_11_0_x86_64.whl (49.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

pymeshlab-2023.12.post2-cp38-cp38-win_amd64.whl (52.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

pymeshlab-2023.12.post2-cp38-cp38-manylinux_2_31_x86_64.whl (97.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.31+ x86-64

pymeshlab-2023.12.post2-cp38-cp38-macosx_11_0_x86_64.whl (49.7 MB view details)

Uploaded CPython 3.8 macOS 11.0+ x86-64

File details

Details for the file pymeshlab-2023.12.post2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 52.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d0dec5bd334bca1414e3e961200c4762061129100bfd6c0ca2ed059d5019fd79
MD5 9db57ea11bfbd7995abb9e35d3236e39
BLAKE2b-256 3d66a808d58f3e9a511b7a8dcc4a95b4e9264b3aec0246924cdec40bc1dcc2ce

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp312-cp312-manylinux_2_31_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp312-cp312-manylinux_2_31_x86_64.whl
  • Upload date:
  • Size: 98.7 MB
  • Tags: CPython 3.12, manylinux: glibc 2.31+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 d3e296bb8cfe067e84e4c900d8604f292aedaa3fa653df599ffac3ce96cb20fb
MD5 39f5c0f5a86d1aa6730c896e933f6f3e
BLAKE2b-256 23f4e269be21b206891b20e502baf5ad5e0333626c9a1836064ec5849a020f12

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp312-cp312-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 49.7 MB
  • Tags: CPython 3.12, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bcf0fc697f5eadb3d4376b09abd2911763fee76fec21e995773be59d179e3aa5
MD5 3fdfa4751393db71faa5765edad9a35a
BLAKE2b-256 f88724c9906ae23ad04e2907130615a42ca69a9c29466647f7e1e497c73ffe9e

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 69.9 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a4510428d58defd11e4f5ebc82e934b36425defc11c9d630c1c3f82111c0d5a
MD5 fbc498479d4bae2cadd2155766345a6d
BLAKE2b-256 4b28b23fe221cc4df20aa54c4aaa4657b557ec9074aa98228b228d22055c6b09

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 52.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4d2ff5d9879abb33609a9b9920e3fa14cdbb2adcf5864c0ad1d07859ec71d95f
MD5 cc9a79e2f2cf62cde5e1679303ba07ae
BLAKE2b-256 69e8b28d341695a87eff372199f8772ba8877cf5fb057c82dc8acccb74c2a42f

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp311-cp311-manylinux_2_31_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp311-cp311-manylinux_2_31_x86_64.whl
  • Upload date:
  • Size: 98.4 MB
  • Tags: CPython 3.11, manylinux: glibc 2.31+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 49012717642015f77464dcb903e3ef863244395f1aedb00996120323fc656031
MD5 f13f6a4998f7740affcb799eada680b2
BLAKE2b-256 effa0a1766a70d91660921de2ebab24b581f5a5efcb0210de7b72d6963f7ec70

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp311-cp311-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 49.7 MB
  • Tags: CPython 3.11, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0068a451cf1fe9a2109eec87c1adbd4555a22e8d64d3521dc572b7f9c9b5e89c
MD5 40c55bf38c083c15638279c6e1183132
BLAKE2b-256 360ee3f148fb94a79f236a3904ea3656d1f93437f67340258f130713bd3858be

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 69.9 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f0ca88cbea6d356244e4c93f0e4eff30bb71e35f4dcac591ffbbb26520160f2
MD5 f87a6df8d8b2b884fccd0e1a47e1874f
BLAKE2b-256 912870482702d0ebe06d974b604a60c2de219c89fac3f10f1f58b550387b6c31

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 52.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f901b96ff01bf8e07f05ee0769dada37fa9715ef4847c23a2cd4ba5cc0a43f72
MD5 784abf7375d4f596b6dccecdfd6c63ff
BLAKE2b-256 23280eb31a7bb2ed7d42268f4e959613da95c0da9d89ea4b28f6cf478df37f1b

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp310-cp310-manylinux_2_31_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp310-cp310-manylinux_2_31_x86_64.whl
  • Upload date:
  • Size: 98.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.31+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp310-cp310-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 ef626f86a0b890f1147b838129f3a1e8083f639e9b559bf8305220b243cacab0
MD5 3c3f52b319697429bbbc0be94ad3a9e7
BLAKE2b-256 f810dabcb9e3be124e1e0918ee2f58c9f63d934857258b9da06c9bf04af7b1f0

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp310-cp310-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 49.7 MB
  • Tags: CPython 3.10, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3ea522f44b7e49cef89104de67a457551153e76382c3176e0d8faa8c3aee525c
MD5 fe0b38f97a060ad2a7c747e7fa85846d
BLAKE2b-256 7d9039dcdcb87e7ccbe72cf690a5b69847d52c2c0e0a488e6c132ce313b42edd

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 69.9 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e24b26a44c935c63b208aed93dcb7204c12c9089bcbf475e0564dc68e9a9a759
MD5 5264edb41c2f266daa6a7f2fe128683a
BLAKE2b-256 dc8112c462d209a0efc872af9e2e8951fcee5f16fc520d05deb5d2180f24bcf3

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 52.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5da70549e75b1240c175e86f2fda04f2f8400442bbe69abfb9cec8df450fc17f
MD5 7fcf541c389a59b2ac4a1cfdf76a7a2f
BLAKE2b-256 08eba03c68951ff0347e0b92f621d3b094a3548f5f6513e0948d4c1494cc2984

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp39-cp39-manylinux_2_31_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp39-cp39-manylinux_2_31_x86_64.whl
  • Upload date:
  • Size: 97.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.31+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp39-cp39-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 c1fb6ea441f32f9f90bb838b75288e0a66291b98a87efc580e31febc14ad48d6
MD5 beec92b05507ac33ecff8e8758d9cecd
BLAKE2b-256 b6b0ccb00a788dc484194059d3cb5e24828237f6a52a44c670ecd92b8f044069

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp39-cp39-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 49.7 MB
  • Tags: CPython 3.9, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d6eaed5d70e01e745388558c2b28790a38af0e816852a3921ddcbd220d5738f9
MD5 19478f6867f4a987ba7e18b73ea1c579
BLAKE2b-256 632d50a1b81bb24a6e9b017b27006297109118caf675fa85cfc4e8b40a1ff083

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 52.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a4f13db8280e73395f1c04e8489410e5180ffd8413917983b7f7a0827594a3fb
MD5 affeb2adddbaac0714f2f7a5aed87025
BLAKE2b-256 962a1bc55e6c0e024fcbc0cc0183a7625657fabc9df06f20fc3b5839165e3174

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp38-cp38-manylinux_2_31_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp38-cp38-manylinux_2_31_x86_64.whl
  • Upload date:
  • Size: 97.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.31+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp38-cp38-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 008de416990b1bf3ec3b52028c60a2dc39e6e10b75c4c7056abbdcf84c4b9e41
MD5 15d919bcf109eaced451eebc425a7fa6
BLAKE2b-256 7daf1c5bde7dbaba041a0912a17033617146c37a49ff735da384c8075bc22057

See more details on using hashes here.

File details

Details for the file pymeshlab-2023.12.post2-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: pymeshlab-2023.12.post2-cp38-cp38-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 49.7 MB
  • Tags: CPython 3.8, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for pymeshlab-2023.12.post2-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9b47c9141a4d6f710ff84fce8efc7275d2d044e144c7badfa20b7e460d4786ad
MD5 500806b23031919ede9bdf13ec64858d
BLAKE2b-256 2233dca04f77c9208c10a51767d2392fa643ef46f741d7dc671e32f651328a76

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page