Skip to main content

Python interface to Zeo++

Project description

pyzeo

Python wrapper for the Zeo++ library. Based on the latest released version 0.3.

Installation

We provide pre-built wheels for several platforms (including Apple Silicon). So in most cases you will want to install the package with pip:

pip install pyzeo

Installing from source

If you wish to install the package directly from the source code, you can do so with:

git clone https://github.com/nomad-coe/pyzeo
cd pyzeo
pip install .

Note that this type of installation will require a separate, platfrom-dependent compilation step. These are some common problems you may encounter in the compilation step:

  • fatal error: Python.h: No such file or directory: The package depends on C/C++ extensions that are compiled during the setup. For the compilation to work you will need to install the pythonX.X-dev-package, where X.X is the python version you use. E.g. for python 3.9 on Ubuntu this package could be installed with:

    .. code-block:: sh

     sudo apt install python3.9-dev
    
  • Installation errors on MacOS: The package depends on C++ extensions that are compiled during the setup. If experiencing problems with setup on MacOS, you may need to install the Xcode Command Line tools package. This can be done with:

    .. code-block:: sh

    xcode-select --install
    

Cython

By default the package comes with pre-built Cython binding code. The cython wrapper definitions live inside src/pyzeo. These bindings can be recreated by first setting USE_CYTHON=True in setup.py, and then recreating the bindings with:

python setup.py build_ext --inplace --force

Remember to disable cython afterwards by setting USE_CYTHON=False in setup.py.

License

The python wrapper code is licensed under Apache 2.0. Zeo++ library and Voro++ library which are included in the source code have the following license:

Zeo++

Zeo++ Copyright (c) 2011, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

(1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

(2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

(3) Neither the name of the University of California, Lawrence Berkeley National Laboratory, U.S. Dept. of Energy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

You are under no obligation whatsoever to provide any bug fixes, patches, or upgrades to the features, functionality or performance of the source code ("Enhancements") to anyone; however, if you choose to make your Enhancements available either publicly, or directly to Lawrence Berkeley National Laboratory, without imposing a separate written license agreement for such Enhancements, then you hereby grant the following license: a non-exclusive, royalty-free perpetual license to install, use, modify, prepare derivative works, incorporate into other computer software, distribute, and sublicense such enhancements or derivative works thereof, in binary and source code form.

Voro++

Voro++ Copyright (c) 2008, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

(1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

(2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

(3) Neither the name of the University of California, Lawrence Berkeley National Laboratory, U.S. Dept. of Energy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

You are under no obligation whatsoever to provide any bug fixes, patches, or upgrades to the features, functionality or performance of the source code ("Enhancements") to anyone; however, if you choose to make your Enhancements available either publicly, or directly to Lawrence Berkeley National Laboratory, without imposing a separate written license agreement for such Enhancements, then you hereby grant the following license: a non-exclusive, royalty-free perpetual license to install, use, modify, prepare derivative works, incorporate into other computer software, distribute, and sublicense such enhancements or derivative works thereof, in binary and source code form.

Project details


Download files

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

Source Distribution

pyzeo-0.1.7.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyzeo-0.1.7-cp314-cp314-musllinux_1_2_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyzeo-0.1.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyzeo-0.1.7-cp314-cp314-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyzeo-0.1.7-cp314-cp314-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

pyzeo-0.1.7-cp313-cp313-musllinux_1_2_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyzeo-0.1.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyzeo-0.1.7-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyzeo-0.1.7-cp313-cp313-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyzeo-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyzeo-0.1.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyzeo-0.1.7-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyzeo-0.1.7-cp312-cp312-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyzeo-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyzeo-0.1.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyzeo-0.1.7-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyzeo-0.1.7-cp311-cp311-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyzeo-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyzeo-0.1.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyzeo-0.1.7-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyzeo-0.1.7-cp310-cp310-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyzeo-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyzeo-0.1.7-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pyzeo-0.1.7-cp39-cp39-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyzeo-0.1.7-cp39-cp39-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file pyzeo-0.1.7.tar.gz.

File metadata

  • Download URL: pyzeo-0.1.7.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.0rc1

File hashes

Hashes for pyzeo-0.1.7.tar.gz
Algorithm Hash digest
SHA256 f37f89adbf89995a1b271dcde6788c9eccee5de25b0f5cff910cc0b40883bbe1
MD5 09d6d8c9e7250e76fec079931ca878e4
BLAKE2b-256 3132d20c484ada1c272bbf20cd894a72c1bcb4a3f3bb88a856042089fc794631

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f748405d54bfe544b1087d300905bd1a1d9d0c6c0519275a6759a435d86d185
MD5 be3164cfe48264b69bf9f1d616ce4653
BLAKE2b-256 ecfaa309515b65c0e53be63650a62255c1b0fde4d4050cde536ab2cba6bac4e7

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d234ab379e7b2ba1e8c76b0e39a9f12ea5348ca9ad5f21faf293a310bfef7f3
MD5 ea485a918c8497cd873561ea8ece6e74
BLAKE2b-256 20c4b9aaedd7db7c1c453c7e2b11844c6e3a621dbfbfcda49d266a5f68bb76ba

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdb6035bd032fbdc73a0660bc1dbb4fa83dedaa305cd74e6e40d5ad45ee79f47
MD5 213bb60a7f799621ed423df165f6e1e6
BLAKE2b-256 4803d06fb776aa6784a21c0ab285d2fd5ba327a2ae700aaacc817bc7c5fbd358

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1ae6a25daa3dc12b82b9d03065a0960646a2ecaba2e9ecdd174d68055f6cec9e
MD5 9389fc167045896d1a6472c9c821cd1a
BLAKE2b-256 0e8cba01790ac7615772081f69a9ab9783c58ed748822aec84de1ca171308c8e

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9536d9cc4373bcb489705d108a51ade19ae6c32ea641fc5ab54c9375520eeea0
MD5 c9e99b277838cf366de9b4fab2cff1b3
BLAKE2b-256 662623cff938159e26d11affa3a439e909fd91a345abcf4b81e49d23be9b748a

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 492d4f303fac73613527bb87e90c62b4551484c277691f2007723ae8614151a1
MD5 df4d06ce59799b929e95c27fb6bd1801
BLAKE2b-256 14047b392cba44bb56ed4d689a8ed5ac2c2df2b6783f0bc3612822ee44e37312

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d707c1f0a6baea8cd493e35017911261ac05ac6a6690577be21092b3473b3222
MD5 705bb56af572638c0444f6d556f67ef2
BLAKE2b-256 ad4a4689844f82f5942313067a4e5dc064d51af72e8e5a70e187aa3bc3fe800d

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dd771c18e5370c64f46e4f7421f9d2b5d583ee3e5b6b9abbd2b7f59e5b6f246d
MD5 fb04242496159bf117959b406b9f4aa0
BLAKE2b-256 f5b71e893935ef1eb3c1800301f5d992197466151abaebaa7fa098c538a3159c

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24bf0d284863f6e91575b737ecc33985b9d5f8ac5f92a628557eceab8dab42af
MD5 76e6ab79349f2465eaae39dd5fdaa41b
BLAKE2b-256 8a92e95b7fa9fa34b51557459e50f3a8bb68fe5d775ea0dd3626a5194e0459d8

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0dfa61a0b13a15e8cae0eabc3577395834a60389050168b973c33fcd9f84510
MD5 1192f22bfaeda98d221a349a224d6c17
BLAKE2b-256 bc6c239adfa97b1f4cf6cd1ea4ee752938944ac6da88f4aae96b46e00f942030

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5db3061231b8350fced2d6548a14f9440771166e408c2002a0580b8bd80ea9cf
MD5 934996c8e6dc66222044146d5e4db12f
BLAKE2b-256 9b27b27bbd8611ffb4096ebbeb75a0184aaf130822c773d899894e489dd21a4e

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 55c7c31023249414edadd243823197123f239d02e489063710f6daafbbc00488
MD5 467a969f941e57eab3f7d6dc0dd9100c
BLAKE2b-256 98dcd8de7a6b7a1b9beb324dc131de6254b4c5a0e695c93301bda52d7141d631

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a38ee89f2bff37d32c0ed1533ba10eb3278f47cdbe906672f5ced3875c10bd97
MD5 f3cf1e97b76b9b7444339c7bdc2b2a68
BLAKE2b-256 3fd5b368525e0dc6729f7691db187f1be5db08a9d2e77a7b521b00b42e29f065

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35f9eec5b90b6946e391cee415643950b164dd1ebb894cd6c134168d866c5715
MD5 cebf54b741669ac6090dd6780daae9e9
BLAKE2b-256 f7d3f6ff5a25344a79b81dcf39cf907a7ff9cc4a7b66ebee5f6f63cc603ffe16

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 731d3865a305b51b051d39f9fbb839afa8307fa142eb795242b9d8de739ad9d6
MD5 75da128b75f925e465a3c1661309e0a5
BLAKE2b-256 1581e8d4ab3994b21c63565e194e03a2026f7f2d417bb14ea35c8ef5fb38e95a

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1a7a7315ff60c9bdd02ef843564af2201cff10e0760b5418ce05dec7100373e
MD5 be86456996fd732afeba9fe7860e480e
BLAKE2b-256 0013d35c207124e2ed7cdc8d2d891ee78482b5c19f1c89254968b97896a65250

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 faec0da90e897a8bd85e6c1dda9b2a5eb9a82bd1d25909150ce825d67bd11ce0
MD5 15fe78a9b41df2b2cb59b352563f851c
BLAKE2b-256 32934c8c4efc8509c817680d79a92d20b22eae453ef1b0d019fb7b73d7a75be9

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d3333f98d7f67eb81fa980fb2cc6069f7a1d17258bd7985ceee741d6c4bbad2
MD5 3ed655e21b8a28c0ed92e4f0e564e74d
BLAKE2b-256 fb5b85a9098154a1f50529666a6cd14113569ed4e70a576552c97d7aa5b924d8

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6376cc31238fad83e6dce72bf7f6a8c19b1ff71db98965eb93c091e68705a4c8
MD5 607aed3c388d184579fb84f82412be4f
BLAKE2b-256 188ab39d7babee9016ca16983b8a338cd155a2b59015af5e2195fb49838770a2

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 067ba36b1a6a94f8def9bf6ca129f19bb629bdcbfb2ecee664cd0303f9760839
MD5 eca654bfe4e98366ecc340306f638526
BLAKE2b-256 a6cb2a5dadd7ff45cda6fbe8f625f5c178a660481ff6240bc5efd4e46702401f

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: pyzeo-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 13.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.0rc1

File hashes

Hashes for pyzeo-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c1b40f8c553ab812fe4a9486063309a45d998f4c8adc1d7d8b491782eb43ac1
MD5 a65028aabc639f939ea460744bccee4a
BLAKE2b-256 5f3ac464c211d1ddc07b70c36bdd99db0626e1d7c0ff2aa24eacdc0e83761f7b

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 697263314e61c9c3a09189375ebe755ff68248fad624a36deaac01364ba047e6
MD5 82e272d60e1b60d8dfccf47f9c6f6164
BLAKE2b-256 1f4eb2bea3f4a25b587325146573386ef2fa13e591ecab96a6b1d6f5104075ab

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyzeo-0.1.7-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.0rc1

File hashes

Hashes for pyzeo-0.1.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 020236adc12aa3bec65bdf7dcd83e58798e499e91a9c767ef6417ee6a6427510
MD5 574e5f4a76b5ded5ff6229ff0d732c4f
BLAKE2b-256 cb36816a17e1edc01d3b6eb5faef1e80cec2dfe7915cb1bb841303c4aba507d4

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.7-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 912e8c5d65f71f86f8b5803b1956a026556407df4cc4324595fa507f3f7b36c7
MD5 d000191843732db1d8acfea2889f6a99
BLAKE2b-256 3b0458ce5c096f9bf3d0517613db58891b284b3f1730721eb18e4e98c96c188e

See more details on using hashes here.

Supported by

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