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.6.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

pyzeo-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyzeo-0.1.6-cp312-cp312-musllinux_1_2_i686.whl (12.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyzeo-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyzeo-0.1.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyzeo-0.1.6-cp312-cp312-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyzeo-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyzeo-0.1.6-cp311-cp311-musllinux_1_2_i686.whl (12.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyzeo-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyzeo-0.1.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyzeo-0.1.6-cp310-cp310-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyzeo-0.1.6-cp310-cp310-musllinux_1_2_i686.whl (12.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyzeo-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyzeo-0.1.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyzeo-0.1.6-cp39-cp39-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyzeo-0.1.6-cp39-cp39-musllinux_1_2_i686.whl (12.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyzeo-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyzeo-0.1.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyzeo-0.1.6-cp38-cp38-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyzeo-0.1.6-cp38-cp38-musllinux_1_2_i686.whl (12.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyzeo-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyzeo-0.1.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (12.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

pyzeo-0.1.6-cp38-cp38-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyzeo-0.1.6-cp38-cp38-macosx_10_9_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyzeo-0.1.6.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for pyzeo-0.1.6.tar.gz
Algorithm Hash digest
SHA256 e91bde69f1dbc80399414cd50fd02e563af56d3120a6d0dc96c6816e349b5e64
MD5 184215a59abb1019ee2a29a29d43e726
BLAKE2b-256 f6bff1e41e8cccc2fec63d2f20985309e8af72e527053b0b5d6d2cfcb2f03877

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ceed5b02a7c34beeb4a67deaaefb4f739e543fb6c684d87704d46a5a4bd52b18
MD5 9a0c75c7d828a342ed883e293fb13f29
BLAKE2b-256 8c72345f5b090eb9244e47f072b2535a25294be096da8c10797637914c2b6ccb

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f2c695e50df16a46118d008e334784cc2d001fffe72caca0a4c9dbd28c3c64ec
MD5 c2b432857a743f665b8a0a3dba320fbb
BLAKE2b-256 6712ead78b0c0d3433bbce9d5b4fd5706a9b8f7eba5bfd158d51a5946e6acc18

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3e221fb7ffc235484890b832fb7b9f3305f7e9bcad5af4d84d0fb4d9f0a07b5
MD5 46361c663faef35feac28514d8197fcf
BLAKE2b-256 1fc7a93cc04ec25a3b77ea207032234afdd325383d7e3544fe0294b5bbf444d6

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c2e5478824d3c2d8c75e40d409bb16aa94156cf6bee2192eb6ca06f4bce6d03
MD5 84cbbeac104a18e938c8d32998752c3b
BLAKE2b-256 b76adeb8e0013fa727c445c668615daf197d949beba1ef559de05818fb81c2c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73322578c5ef191556b044a2dc4573b4be0eabb7cf0c9e724476ef1435bb7472
MD5 eda5c64612fbec8c68a8352b1b4de8f2
BLAKE2b-256 cd0eeb2ad465a4c8bde465dc9ccd5c58895a110b9933d06a3015e6856d93252b

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8121a86053c83fd1fe131d70c1ed12508ee7f652383033cc62132035f0b5aafe
MD5 e5727333d645f7ace9a9719a9ff0cb8f
BLAKE2b-256 27bb82aa99be0199bb37ed5732cebf136a1410d8a484e2a709a8c6209f05d7dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14fd20498ddd771d921349552e49630cebe9668c6a69f50994c2fef1677d3cc7
MD5 99025ee54bcf89dae0df6dc58f9cf5f4
BLAKE2b-256 78f3f089581e6a0fc6c0748a23678a24c070182dbf98cd5d884c5de1fcc6a472

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 070968919451068414db588589210962cbed82bc7b1fc8cc4b6cd57b8cb63efd
MD5 7aa827c980660eb8551da4726580baaf
BLAKE2b-256 a0699a8f9b357af2e998b37308f402bb4bcb0d1e781fbb767472c4a7f49069e4

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e57819822ad46d078985ebc9573330034a6f224a0bbe89a4f138336957bc469
MD5 93f736945bd6779fabfc124e017ccc7a
BLAKE2b-256 753f1df0442cf5e4cfa8af8b619b01857bd57e028c60836d7a63d3b14ee5bb21

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6db8bd586c41369eeac30b39ac47d0eccad6cac845560068c8a877da3f56cc8
MD5 e074c4145451a663a1d165f1cb05d426
BLAKE2b-256 270c4a84eb403780e4f246b0b3ac9c8873f63acabd94349580540eac50765f73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e63b95e8368d3373a47bfe10bd8938e1fb27bccbb644a0ebbda6781028d69df
MD5 e0f72311e1a82a9b2c54acf4b2e0c7ac
BLAKE2b-256 513635d7120f87066b988692c96444f53189c3eb148bbd035693027f922c7c09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 85eb2ca91a8837183cf262186a4babb6421276fb04da1a43d202b5f68179372a
MD5 ecdbca2cc4168140e383b0309870661a
BLAKE2b-256 73b79361789fef64dc1a36271797d1e37c23a915f5cf8aeb20087e7dcb4bbceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 394017a14641b8d2d3cb2ad2db31cf954895348b1adc9f7d62e73452c6f10616
MD5 5ccb19f5656c890c679117a35895e86e
BLAKE2b-256 a6140d5509f5dcbbb18e65a59f895e5f1533adb5cb26b3b3cf3d7d882901dbce

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce9ddc63c199a9cf1052fa577c2c4644682cb33ff8e1fa141b2b3bd9a6e28b05
MD5 b6d6f87978ee30fd06e936a884d1ae9f
BLAKE2b-256 d75b0fec60c74764c266a26d149c4f92fe6e9b1d0d67231a90eec5f5764cddf9

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df800ab3cce919f74c4b17d59d742dc5728ffd5c4563116da924390f2aa95219
MD5 9e2de45dbb0dd6240fc3fb549b7b9d86
BLAKE2b-256 edbcd6a2e1caffa615feb87c3c96e6ef3c18df796ad70d777028bce293385dc9

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 afdf0e1f2bea65153d7e0d509335f238ffc5e929cac6303adbdd9ae259718f88
MD5 346860f1dda18fd6f314d8a65874f35a
BLAKE2b-256 ea33f924a279dbcf2a57119ae02fda6453ea2419be90ec1ed21cbb11614ad3af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e6390e6a3f3925227840db73fe0d8be98bdae14279d3438932f562be3468dfd
MD5 941179dbcc0aafee0f4f010822f1741d
BLAKE2b-256 e6c0f13200831ab60a22b131b7911701356471632831f6d4406059b61dabf8d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa3cb2981ad914f8eb1fc8c97236337c9b5ec2b9eb48ba58e4a81ab10e74dcca
MD5 13441ad495cf85a77f4bf4b393f72941
BLAKE2b-256 097605251d1f898ec23f6244314fccf6a74f4e89d8b922c803e80ef0ff5a0488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d329db16be458ff3b116ae3080a89fd326b464c8961bda8cc65c92bc97bdc60
MD5 395e9f0cd1134f79996b5e64d6e2a887
BLAKE2b-256 b1db05707cf8e3611b7f8d616c78a20b8b294868f00b9f1afcae6a9350c03052

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9aca430fc6b5542c7935553729c1bf0895eafe37e91ef228bf4017fc808c3fbe
MD5 0c89d9c276ecfe47ceedb5554af13a69
BLAKE2b-256 c957527cef1b62a155b1dca50a2b2b5e16767deba0e42050c0a66ee3f6e6b053

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eadad84a89cc8a290e50456810cebc0fa93b370199b85553fa47d9adeb5e1941
MD5 646bd722c5f709639f49dc695e597d4a
BLAKE2b-256 3a9bb5ed46395cbaec6175b20acb4f1cd4a0b9478fe43dfcee905ca2ecb5d5e8

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 070f47307920906b7233ab0c49829056337a4a63921fb0c16a5fbd1bdb08fa6f
MD5 b9b2aeda3d2cc7a21f444067c6d72b96
BLAKE2b-256 76d378b28c77c0c60ab54c6b6a76af127496aeded64d769a94a75caf23569d58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0b53de767324fb28bd799d883acadb97fe9205b1f1c0037237ec5499064c68d
MD5 b01984af10af179ab50e6bc53789ceed
BLAKE2b-256 4342c763a3a1999560e856ac5449d57b765f2bc76208ae4d07e28f48cf79dff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dac2a02dd6ea4ee90bfd05c8ba3acbf7b4115d06038d991184aba9d0e80e7ae3
MD5 9bc0fb5b5738d7e18ee60415da4acb18
BLAKE2b-256 c68d7d1cce4bfa200bcf8140e8366806e0518f8f77a351e564a6d7183ee8f7f0

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c32431ff46c2a1d11d994c45595fd29bf8eb97f1d98b482e7470fc2b6c3b961f
MD5 5478f42fcc1c7cab570d83f5a491ceb3
BLAKE2b-256 7f2aeedbd2cd88376ce73816376c7ee28aa1a9c7c81745d25e7b743a3eec18ab

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2547a9c2db99753c8dac264de97eafb2e710a8cda4249e6d04f4bc19fcb44c4f
MD5 2ec4f7327d8f2ecba5421de42e76d251
BLAKE2b-256 2cf83a0ae3e5d3148df30905d3021d2902399c27bd7a5125883d324c3b150ea1

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d90a1638bbb719d4b0bb555242ed13a30355d58140759d2beec4bb4b052b1d9
MD5 697653773bc3822f8992009f24882aab
BLAKE2b-256 752d9240b50a6c63bb0d2b3358fffae0e9a1885ba9cdc4e6df97f38a1240bcc8

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0cddb0d22ee9fdc3e28e3f25424ca1cd8a4b6d0a22ea4f08367cf003d0ca3d6
MD5 7cd18b1013da038457fbd9a0147d1e8a
BLAKE2b-256 3aa44c0795b60c58bfbb2158f018391cb0c0a29e0495698fd57c8cff43f888e6

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 adc6802c1b6a53deb8aa048fc7f593eca3e27da5eadfecb90593e90ad628704b
MD5 338c35d9d425d9e5edf1ee6def90da85
BLAKE2b-256 d186289f22f9b974f60b5f0777d1d82443ad3be698434578803cf8e2111f885e

See more details on using hashes here.

File details

Details for the file pyzeo-0.1.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyzeo-0.1.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e0cb114855d1c7b0acc9166bc744638a2d4883ef6b34725ac76570b44607d75
MD5 a204232fb74c5037c25864a99ba5cd15
BLAKE2b-256 b412a5bca4132c763a81f5ad74b08184a979c9407edab6dbabb9851c1c4c9ac3

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