Skip to main content

Read e57 files to Python. E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications.

Project description

PyPI GitHub Python Version from PEP 621 TOML

E57 Python Library

E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications.

This python library wraps the rust e57 library to provide file reading

  • Proof of concept xml reading
  • Read e57 point coordinates to numpy array - see read_points method.
  • Read color field to numpy array.
  • Read intensity to numpy array.
  • Read other fields to numpy array.
  • Write to e57 (format ?)

Getting Started

pip install e57

>>> import e57
>>> pc = e57.read_points(r"pointcloud.e57")
>>> pc.points
array([[-23.25304444, -28.17607415, -13.44830654],
       [-23.28290139, -28.02118905, -13.44237764],
       [-23.26799723, -27.9039115 , -13.43430738],
       ...,
       [ 23.2458152 ,  25.4866642 ,  12.45043932],
       [ 23.22830673,  25.58055374,  12.49285875],
       [ 23.25270363,  25.45909652,  12.54284554]])
>>> pc.color
array(([0.3019608 , 0.3529412 , 0.23137255],
       [0.21176471, 0.26666668, 0.12941177],
       [0.21960784, 0.27058825, 0.13333334],
       ...,
       [0.5803922 , 0.58431375, 0.49019608],
       [0.41568628, 0.43529412, 0.33333334],
       [0.21568628, 0.25882354, 0.1254902 ]], dtype=float32)

We need a tutorial - could you write one based on our tests?

Contributing

All contributions welcome - feature requests, bug reports, documentation, sample files, tests, rust code, python code, sharing the project online / via social media, ...

Testing

python -m pytest

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

e57-0.2.0a1.tar.gz (363.9 kB view details)

Uploaded Source

Built Distributions

e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (612.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (629.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (632.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (446.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (463.6 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (612.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (631.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (631.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (446.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (463.3 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (612.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_i686.whl (631.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (632.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

e57-0.2.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (445.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl (615.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_i686.whl (632.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl (634.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

e57-0.2.0a1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-cp312-none-win_amd64.whl (294.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

e57-0.2.0a1-cp312-none-win32.whl (274.7 kB view details)

Uploaded CPython 3.12 Windows x86

e57-0.2.0a1-cp312-cp312-musllinux_1_2_x86_64.whl (611.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

e57-0.2.0a1-cp312-cp312-musllinux_1_2_i686.whl (629.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

e57-0.2.0a1-cp312-cp312-musllinux_1_2_aarch64.whl (631.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

e57-0.2.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

e57-0.2.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (445.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (463.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

e57-0.2.0a1-cp312-cp312-macosx_11_0_arm64.whl (387.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

e57-0.2.0a1-cp312-cp312-macosx_10_12_x86_64.whl (403.8 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

e57-0.2.0a1-cp311-none-win_amd64.whl (294.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

e57-0.2.0a1-cp311-none-win32.whl (274.9 kB view details)

Uploaded CPython 3.11 Windows x86

e57-0.2.0a1-cp311-cp311-musllinux_1_2_x86_64.whl (612.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

e57-0.2.0a1-cp311-cp311-musllinux_1_2_i686.whl (630.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

e57-0.2.0a1-cp311-cp311-musllinux_1_2_aarch64.whl (631.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

e57-0.2.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

e57-0.2.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (446.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (463.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

e57-0.2.0a1-cp311-cp311-macosx_11_0_arm64.whl (387.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

e57-0.2.0a1-cp311-cp311-macosx_10_12_x86_64.whl (405.2 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

e57-0.2.0a1-cp310-none-win_amd64.whl (294.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

e57-0.2.0a1-cp310-none-win32.whl (275.0 kB view details)

Uploaded CPython 3.10 Windows x86

e57-0.2.0a1-cp310-cp310-musllinux_1_2_x86_64.whl (612.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

e57-0.2.0a1-cp310-cp310-musllinux_1_2_i686.whl (629.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

e57-0.2.0a1-cp310-cp310-musllinux_1_2_aarch64.whl (631.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

e57-0.2.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

e57-0.2.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (446.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (462.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

e57-0.2.0a1-cp310-cp310-macosx_11_0_arm64.whl (387.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

e57-0.2.0a1-cp39-none-win_amd64.whl (294.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

e57-0.2.0a1-cp39-none-win32.whl (275.2 kB view details)

Uploaded CPython 3.9 Windows x86

e57-0.2.0a1-cp39-cp39-musllinux_1_2_x86_64.whl (613.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

e57-0.2.0a1-cp39-cp39-musllinux_1_2_i686.whl (630.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

e57-0.2.0a1-cp39-cp39-musllinux_1_2_aarch64.whl (633.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

e57-0.2.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

e57-0.2.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (446.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (463.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

e57-0.2.0a1-cp39-cp39-macosx_11_0_arm64.whl (388.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

e57-0.2.0a1-cp38-none-win_amd64.whl (293.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

e57-0.2.0a1-cp38-none-win32.whl (274.8 kB view details)

Uploaded CPython 3.8 Windows x86

e57-0.2.0a1-cp38-cp38-musllinux_1_2_x86_64.whl (612.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

e57-0.2.0a1-cp38-cp38-musllinux_1_2_i686.whl (631.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

e57-0.2.0a1-cp38-cp38-musllinux_1_2_aarch64.whl (632.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

e57-0.2.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

e57-0.2.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (445.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (462.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

e57-0.2.0a1-cp37-none-win_amd64.whl (294.2 kB view details)

Uploaded CPython 3.7 Windows x86-64

e57-0.2.0a1-cp37-none-win32.whl (274.6 kB view details)

Uploaded CPython 3.7 Windows x86

e57-0.2.0a1-cp37-cp37m-musllinux_1_2_x86_64.whl (613.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

e57-0.2.0a1-cp37-cp37m-musllinux_1_2_i686.whl (630.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

e57-0.2.0a1-cp37-cp37m-musllinux_1_2_aarch64.whl (632.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

e57-0.2.0a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

e57-0.2.0a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (445.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

e57-0.2.0a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (463.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

Details for the file e57-0.2.0a1.tar.gz.

File metadata

  • Download URL: e57-0.2.0a1.tar.gz
  • Upload date:
  • Size: 363.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1.tar.gz
Algorithm Hash digest
SHA256 b317adfa38313a912fbddb40a42c0a331b80c6b7428bdc90bdbdd7434438473b
MD5 c5089a187047f6ca970044b0f3705796
BLAKE2b-256 fb09ff15286a7eb617d3bbae21a3e7b7f97406781a3b683b67f6218619960d89

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86a6ae88db51c6ea41a9fcb6aec553f107a0845f95778ddbddf5fc1a8983e381
MD5 4641567410cc41a6131eb9f4c1d2ed1d
BLAKE2b-256 5e85d472cecc3f61775d7fda4ba58be3a3945b590dad67c378eebb1efaea1e91

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 366d26adf157ed61cfc85245944892a1148ba9c0dc7a4b91d2c0b4b4366a3e51
MD5 3094e61570b4cc48ffca6da7fb2622e5
BLAKE2b-256 b80ab93c92e83f937385ed7968d211260e38d06bd50eb78d40734ea8d751d2b0

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa156f4ab18e7723a01b1e500654ae95794517b242e7123a4e7de8b05ad0fcca
MD5 cd7a8052d32949d66562c14a637e40b4
BLAKE2b-256 c8805e8b370076430458aadba825fdc4f2c1d7b5b2b34d8ad98a7305c4b977d3

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4412effdc8365c5ea5d930bbc0d521979c2ef0b93a0d7519735da97d6f12eafb
MD5 072a7122a2213b51f76189d8c8022fcd
BLAKE2b-256 9a409824cf89b179f7464220b8f44d3db063d8bf656ded126fda4e9ce2365daf

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97b066ce98cd2f4c548d7a43adf36455f56b851f07a49a1fa21fd03ea37f3b22
MD5 e8ea2fc83497cc4d68e65b03823efb70
BLAKE2b-256 a4f5f249aa6856b09b3b4d4ee14b522f5b2a67ecab0e60f3dd2214cd00d8f69d

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 08758de02c68439ab0890538031e56ade9f4ce4f29fb06bbffb6f47f96a2ac2d
MD5 0e4ef330f037eb785c3516495f96f5fc
BLAKE2b-256 b4215ebc0bd98a57f6423c47025fb91ec68a746f5a37e0c5124d8dd01c33aedd

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 867e7f94b2f2ef8bd0dad33421329008894419052dd4bb91aa88a3822694efbb
MD5 cfdc7c34c97519575cd81e7ed128f76d
BLAKE2b-256 34a97677886a375d334f704c6c9a2f90fdc8f876c94b9fdc03393e9f43dbd94d

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 edd4a33c89258f156240830e028ed8dd01d89e341cfd6aecd81c35fdd517bc62
MD5 ce136e278ddb201497ca7ebc37bcdf7e
BLAKE2b-256 ca7279dcac158e8df69eda55c18d89ed18b8af6aa9d8b1d03bc72965f04e5f19

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01a42fb03f7237d7b92c2a337256767696a039fd74076c7bc554a3509a8c46c3
MD5 ef58b00b03c158ae110135a86939e10d
BLAKE2b-256 eadfb42d1c0c33d65c31d0ff20cbc20a43341cb3a5f6f1742c3e326c841683a3

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85e89c99e8660b6790bfd1a8ebeb488e73bb1076cef0f057732199741f533d65
MD5 d7bfe72ad982f5582a00ec74bc6166be
BLAKE2b-256 9254369018edcd8bcc63d60024843f3dc415ca2cd6621a217c5c3c5a15a69b4b

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e658bbc6d6d805cbcd0a83e643c7aff2ca9acb71eaeb8c6e0c6e08df6bcc850e
MD5 93ebc58eaa572210492770888544d668
BLAKE2b-256 e2ff0403f1d1fc81733ebb5ca6872f4533bc48fe6819ce6a6eb95879530a2bb7

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a1d2cbe161644c1ea663ee75bb362d8aa9b5762d533f3d055ce80ebee49128de
MD5 bdef49a687d3e3ce23af21199790e42f
BLAKE2b-256 1bcc822eb677cf6804d5c8bcff4888edde3690c7791c36119bb8565b9c60c3ae

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 607e533b9b6ceade9dc9e5ad78f4765ce49eba24595f7330ea044412b53e938e
MD5 f34ef4b3279f9caca8029721961b7e4a
BLAKE2b-256 b8617c4e4623490bbeb909480ae8bc79d2d7a38c231d92a3ce1f9aea6711595c

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2927665aed43790911d76e4fdcfbf66803b7410366baa4630204d86dcbb07778
MD5 9449eb9e12b9a5ea95e9510555f6e585
BLAKE2b-256 6211eaa9056d033d35d139f6dd054ce9ab3389a9f3284f441bb349d1ee96bc03

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b5171e362afa4926dfb134ee7d1af8c9a0e9832ae922b48881270668a74a5b8b
MD5 144e4068ab6ac9bf98b6c224cb26d4db
BLAKE2b-256 15da153087dc0c162b3c0409b0f416d0df60e71365fb58b976e4921d0cad6562

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08a0a08236111d7212b26c2c7e8f949ae07ab4d27be7bd62ed5437fabe10e6c6
MD5 5ab0fc9df66250101e498379ff21f708
BLAKE2b-256 c19559d396c1f12d7ecb04eb76cf326d2f54776104fec851b3836c4458f5a3cd

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be480ce687d3b331824eb0161687cd0f9a184839e0ae35c766500e194e36a34f
MD5 ccc9962e6f4ed042d367cd1042cf90aa
BLAKE2b-256 44e36a22be8c5a1ddef8347622dad7f83a272097433f1da485301733f8e80301

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8db9b3665450b7107bd6fe37ebf1fb459ba631fb5fd7eda1182182bd11a6794
MD5 5b8570bbdd3b0ff24210565c00afcd13
BLAKE2b-256 3dbfe413d21f55b464a5e7ea7130e975227a108569abfb1d555bc3a257dd556f

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da5a5caff22f12af4259ecdbbbd624d2e5b56d55b4be6a58891bb0f7f426d238
MD5 725e6933ef87c73e7a05750ee7216279
BLAKE2b-256 1fe62109aa42ed0122f51ea15a66e9b37dea135906b196c01a2f4d444e31a7e0

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad445f7a22cb7bc123ac20b934f6551f5bd70a1f94e7f8922e41a7784ce72e91
MD5 35b8150b88e9d8ee36dcd297bfef1f10
BLAKE2b-256 9ec2b746e97054d75a712162b625b12a5b1d057ba7e640ae5c7b0bc9750c76ac

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-none-win_amd64.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 294.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 f2dcfb1737a458d189a447c88762696e25e7a68f36dd13eb1be64cdcd47bc65e
MD5 8db6e02f5315786d4f8193c84e7ad598
BLAKE2b-256 d08aa396da39c924a95b5383c02587a3921aabb3e4ccdb31bc01d882467d9e5b

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-none-win32.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp312-none-win32.whl
  • Upload date:
  • Size: 274.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 cb0a2d72fa647864b8c2106a14c667c87e26f8484976d8186b4d94f6aa9670ac
MD5 0a455dcaa2538e063c503a74270a3176
BLAKE2b-256 3a1a080c4c2a13031e49ce42cc7138d9c0c0d69b376064cfc8510b7d6bc2985a

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 800b472106148c58ab2a11aa32aaf2ec53115b3cc74e9bfe7f81c053e99976cc
MD5 2f9624240289db1c13a2d5f40c3ff45f
BLAKE2b-256 47d5ddc6f565d254df30cdf47cbd45f3f4914e3115a431a005c9350d000ddece

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c6c39297d1b83a38210caebe4549fbd50006712aae8e1d0a3be20bf4383d3f61
MD5 426ea1c67a35a05daddd08b988cb44a0
BLAKE2b-256 688dbf3bcb54845f613a38facdca8383ccae11635a701e107e87f0d44e923aba

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87209c2dfd96c7f24bc2b363c0fea10a91c43bdbc4e7101bd0881a2534609418
MD5 6bf4c20424eff74f25d8bd5c4da99825
BLAKE2b-256 8cef518cab99f23282bdef82d462a1ee3f546b31a0811d7abab02441f118a8b3

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b66e4407a53f3e97ac4189d78ad689b062f25fcfa2ae4dca6c00e5a93db87811
MD5 866680cccb9e184094f0a17235f44e9e
BLAKE2b-256 37696d58b57dd2c1186a8b7a455bea5a71deeda20facff591970b8f78f3a350b

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 acf82ec779c1677ea6734c1720d7526de3fc80eef9d91a7246d7462fb9884cf3
MD5 563a0b2aa425d1e01cb192cb57aafbec
BLAKE2b-256 9ba20140d34c5a580a4b7f1306234208e9cd4b776f95abf175a85c75b36e3d20

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5c7c9bc7ccecdab347ddc108daae6746cfceea3880116bcf24642cf052414052
MD5 5506dc924706b77c1423723060b4e164
BLAKE2b-256 74fbe279b5747e1a65fc487de1993de72363736c6dc95d8e50272551a96d1418

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f7e36b602eff98055b28f2bd04668c5961a14573d65d63502bb008409d1a9ed
MD5 7666c10c288f5d6c23a7bb6a4cd3494f
BLAKE2b-256 13f8e041bad5e9eb95ede6496099cdd15d6cc03032488646b0a8d8d0b04212eb

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 44e1a1fad6bb7072aa87f5a14fcac6590211ac54ccc050ec1b26d35c8a71a863
MD5 6ba8956fbac823ad1679b468926b3958
BLAKE2b-256 caec1e30103d131594a7894165d2ae7b9b4d122a6c73e21e328759a300d215bf

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-none-win_amd64.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 294.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 42afd67a210b8b9c79dcf3220f4d1d433ba0c6a909a9bb8314ca2fff13612287
MD5 bf72090697cf8d1522aabb0975402390
BLAKE2b-256 1ca07478331fca4c221d8858a24b4c6ca6c3b0a74575ac4682878948cf522ac9

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-none-win32.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp311-none-win32.whl
  • Upload date:
  • Size: 274.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 6e1b3ab4be131ec182330e3d77766e3d8e5595a01e6b555f2e5d3daa63d49806
MD5 4495899743261ba17fd2192f12770938
BLAKE2b-256 58472405b58d255736ad1616213407e533ba1d28f5eca5e8e01c626f6ccb904f

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e3a2bcb325b565744561c19238dab340bda116ba40aa7ac0486cdfbf91b87e6
MD5 b1cf4f851fa6b08fd2fe789a524a8294
BLAKE2b-256 1f0ff910cf5910a5692f6ee46a24cd048922cba3cf2a558f7fdcd3abab67947a

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2edddc7e0b2b4d485ca4e319fe34e290a67713498f529f482b12b9e0eacbc9b6
MD5 b5b36fea052cb9f1e4a9266e6bdffabe
BLAKE2b-256 707f19d3f4e765c2b5391db22c33b8817ee58cf072dc3d2a681a3a13d8d1a297

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d9be992553723aa886a02efe92c1e121a55569adf74776e6dee40d83730c1ba
MD5 1fc0ab448443a0a38d492f3e620bd334
BLAKE2b-256 15501a4700d38d4834813c7dcc4bbee22fd1a8705bd241bcc0a70ab2f3fd6f30

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b33d27badfb0098b187bf9a58a16220a6619bcc4dbc328dfb40e7703f2f0d5c3
MD5 89cbc3ee1e85be870f514a5f6c3b3c01
BLAKE2b-256 91dcaecbfad10cd2f20a71fafd3686db12d5da6d2eeac4d241541564625ed5fb

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7164a3c82b2fe183f9856a0e2aee83038ec5b702a95596c7d735c63a82ed9715
MD5 cd2403e8a680dabbc291591dc8ca2937
BLAKE2b-256 1f9045c4b86287830be94cfd4acb68b7320a554430ade10625dc6fa1dfd48d6e

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f9ceb446381045782709f11f09dfcfe98751e7d399d50cdda30bc8441108e594
MD5 abc77c08e0f6eb5675a8fee1809970ae
BLAKE2b-256 5b41333582a796fc3fda41ec050fd30bbcacb8c5a182e07fb752165d47e881a0

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 440afedd28bbcbdfbbf43ac9466b26879b4a14c0636601c0c794b41223bdec97
MD5 151d65fa99f5e68b4c2b4c0f704ec586
BLAKE2b-256 2619c6bc64e6da8097d78de049cf72b56e99cecac56aa9e03394ea3fd50e9ec9

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0f52c6c2b374086d5a82224b179602cd837495fdcedb3ac916bb54a1e964aaa0
MD5 f76a4fba4afef1f442ef8b2e4f87976f
BLAKE2b-256 16ef49f77b8ad6eb495bc494594b866ed0e8e27932093d926569f18b511736d5

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-none-win_amd64.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 294.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 4c51f0e2a61d5f15b747c59edb6a576b0821ee909768bc14c4ea7490b65caff0
MD5 59e2c7926d0b3be87e00da2886f69f8a
BLAKE2b-256 18b22bc041f3d94cb73d97f77d26f7492e89f77462e06044600e39933f99ab09

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-none-win32.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp310-none-win32.whl
  • Upload date:
  • Size: 275.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 4c10af73f13119e7be85f9248c720c3b150c8d2eebd1d055e19586c86d38fe21
MD5 78647a6097a16033f5d12cbeca3f1f69
BLAKE2b-256 d987ec4d92c25abdac9e017747db0b78badbfacd7c2bc4e2b30c120d1b3a525a

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9857c8e50e9d7b2032343c8213d7c3d63edda2c33402dc6f11d41816956a9ee2
MD5 2065eef7440da93520b4f2c91374e06b
BLAKE2b-256 4f6684b7dd1e21554599f31266468485e029c21d665801d6652fcf8cb4a940b9

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59dc98998e273695c2a67d5de742c184bfb09c456f349a9630fc84a34da47521
MD5 d81450038ab63cc63748f241cba1b33e
BLAKE2b-256 e8bf3d617bc831e4e5f7e6b1b590fcff104d0ce0b478e475c9e2bab5860e3b02

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3db1fac59de906e4063c6e055745303d0f7faca878d7bdc636fb2bc29cae1d1c
MD5 cb50b857194898dd7c645a5952ae3202
BLAKE2b-256 e56209b320c7ba238b7ab7d51caf5dc8785e8a373a617a254a7f95de55e8e5e5

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d7510473e5715760b3cb2ae09935468148293eb0739d8402a06a9d2ab1d0b22
MD5 37db11cdb87584608c918542d7c4b985
BLAKE2b-256 8b61efcc0a7640de9d9c7969e5aa11913e51f75ffdc4a366e50b77c650ddeb80

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 011ceafbd5b2a6905c74cc38f0951f4e72bbd6ee8b278f614d3eb4bf349d12d5
MD5 633813d176f3c8d345e40831127a9b15
BLAKE2b-256 1f9734255eb9d1afc22ae92697d206507ac8771c27c96e6a30ebe96c655a2081

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9d5e502f0c6749965b151582891d25c4926e06f9dbbc29245e5d621daae06d9c
MD5 4d6361afe389a8d507302b673609b4bd
BLAKE2b-256 991cdc1028bbe5bd8850de961ff15c79cea77ad046ccfc644b81ceac64ca6be1

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33da561a1dee6ac514bc10e4a78d6835271e21251fdd8c8dd6f927f371484470
MD5 efd390ce3fc958807998c95b3b6d89fa
BLAKE2b-256 8d284af9df77a5754ea2031114fa3e7bcbc1e05064862ac993df8482c76ef1c1

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-none-win_amd64.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 294.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 e69274ac0f0021375c041a55916f36fd5ae543097f99c765e4e972d67f2a0ff7
MD5 600226391cf4697c48c3bbb379322ee9
BLAKE2b-256 5175b02da905cbe0eee84b5c40fd42f87ff21f032a022cb8c6ee28ea532c87e4

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-none-win32.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp39-none-win32.whl
  • Upload date:
  • Size: 275.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 1e42a0ace4d7d886df2a7d5efe34645c02f82d3a98dce1c723f41798435f17ca
MD5 312a168835dd1480e99315c1db1e39d7
BLAKE2b-256 e16375e10e09da01a33e7b80a64b5d28acde6b815485b1e3ccf9bdcc742bd1de

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6bfe73de0727b146f119f642a1629de699461644aa4a87590d229d81f5c768c
MD5 feb5decb7432fc6d7d57423419d958b9
BLAKE2b-256 862cf2c1613146f51ce7b90c71aa9242615723c34ce8a4f39f48ba6e872b6795

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f49215b4664b4b34c85877c562ba01d85f877842a2733f20c2d5346ac8f6492
MD5 692229770263c0fa92abfcc9910836e1
BLAKE2b-256 3a58a1277a4d95a1fec1e735b11dffe74851b1c0a314cefd03cd78df753f38ac

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc904f872fdc285f0ce7e5821aa2271ba83cac8a9f8211ac65d481ac2f6992b4
MD5 b4c7a9545f034aab0c69481bd80a838f
BLAKE2b-256 fd7281b2315d155e5adf203ce20a6d6b844438358e5493d3d9278f8258bb8b1d

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe88184600047747e9bd53902d0e5a1799769c28b3eba25a63391b5924215841
MD5 0496c4c48aa1a1f04310cbd9318a65a2
BLAKE2b-256 c63b2f32eab5689af047d50063cb5b877d9dc33c0341e1998d74af88bf385d08

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9317183bbb3a5b64632d55f872654606931f5563afd7efb2059f964cd8088b4
MD5 6f3a9219bb7f92a1dcc5f3b398955ac0
BLAKE2b-256 56598eefd3952572a28d16c73921f84c0800ce6b4be1d30aa1aa1ffddddedd64

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a50463d5c09e53bdc1c8d95cb3a589ac94df0f61d58130ae48d3771ef145dd85
MD5 8cff3d1220cf471ddb85899833ae69b4
BLAKE2b-256 62f2ee5333e1438b59c9a6cfe21ec462cda96e28e535f1a04cc6e4f843c3dc6e

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b7ed4bd53ad8db3a58fc91dec5dc66bcd909db64288c00c181c02b1ecff5288
MD5 ba24b7cda5d650216a7fb74c917d64db
BLAKE2b-256 f2383227d67eb50beeb9f2eac973e48a456d952d72d9a980c97680a4dd4e6364

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp38-none-win_amd64.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 293.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 4960cf17a2348929709310dfb8ed2318084fb8b03cb932650cbaea06dbbf9fcd
MD5 a13aba0bca4ea19d31e65f9bdf4cb19d
BLAKE2b-256 4a9c4783b2345eec7fdfed05ad998f32780f05cd52c65ccf6a7733449267badb

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp38-none-win32.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp38-none-win32.whl
  • Upload date:
  • Size: 274.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 2c22e9d3749dd288a6d508bb6cf3338ed14220900ed0b21e62e3f07c9bc6ee21
MD5 eb9e17bfe2cd045bcff3a3d8f00020f2
BLAKE2b-256 24960e8d58ebe77d8b4cd6da75a371bb3bd68a7192b463819e6c883b40bdaf00

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8da375e250e489081cdd378436d978958456398347ba16c4197a725cea5527a8
MD5 820fba598b3139956930d03a00e38da5
BLAKE2b-256 977104aa56fb09f666272f032ae02b63f0abb631060b24f18bab2c23f083510e

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9d75678823ec3d3ccc9327e6c45c4086c47bea230387a5f6aac621a9379f3a02
MD5 ec282727cc9b84180c74424b84d6045d
BLAKE2b-256 48c223b58e5253a9604552a26a09501dc47a5410777ed66db6ae562201aaf357

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67c47d013fb84e67b1b8258c49249e1c3b77eebce953b4ae4108f93a392f1430
MD5 0a3966250134d9f1e8e8f4cd784ed9a2
BLAKE2b-256 5bc2ff9e6f143e2fcbb3576f5f7bcb9a29cdd948268526598ed59f2d658f71d2

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c0bd74161d639e0a1123da530fd024d6bc69b4b7e6b0271248f7006c503186a
MD5 ea6199cfc0f6eb3a9f0b3336bb40d67e
BLAKE2b-256 1bb4285ca0e84c138efd7148fc03de0a86813d03b13acedb658232e8d38bfdb5

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47bf7cb44f511927717118c301605b18daec237be758116497a424f660272122
MD5 f4270641d1c1c600aa6683c030f5eb9e
BLAKE2b-256 2200ebfa6d4e688282f5e94c982164954e2b898fcc445b86b3f7ac49e7a8ed7b

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 741afa10b8aa7863ff0830d50bf2f465db8e87d6690a68b736f15b12396a55ff
MD5 2c51fb02dcd2a2bfe11b3cf149aff3dc
BLAKE2b-256 2fbe7fc3a7ae7261640ab379241c9befa7a607d2b8be73a6a61f24f579bf5291

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp37-none-win_amd64.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 294.2 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 a8a8c69a3d0ca0c51ec25d34ada099920724671dfc37c4107ddaf2af39b59912
MD5 bbbf91f04df29a88d1570196a3c1b224
BLAKE2b-256 8995d223287a6869fc381a05e46ec1d248409d80f16ab398b1c722b3b1441c7c

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp37-none-win32.whl.

File metadata

  • Download URL: e57-0.2.0a1-cp37-none-win32.whl
  • Upload date:
  • Size: 274.6 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for e57-0.2.0a1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 f290de0db683f2efa0aedb4968dc80aa5c70faeabcb529bed1255603ae191cce
MD5 9f75e6a6461dd0dd0735fa95c5d6bf40
BLAKE2b-256 502b7130fa61e8201096178fe95e479eaf4210e8279436538daa54aa960e3aeb

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f1c2d1395a9f4b52defd885062590a068b5bb6cdc360032e5cd42c29a1ce1d0
MD5 1554dae6a4208533d6dc5091a7136e66
BLAKE2b-256 6132f51984eb705a33b8aee854da6759fee4b12aefbb3bcdd48338eb6449acf6

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd908e887a152755315bbbcf44a19b2bd38f1ec5e6c6a85092547df6cc7dc02c
MD5 e3c90924e54cd6530470b384aab30866
BLAKE2b-256 30ef0b949ac340d6793d7c5243db01a5c8e9880c13bb0398d294e4a86d276b70

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da945faa72e8a733c5a75d201fcddbe062d4f8af32cb8fe3674505a447e793b4
MD5 f8bb7cf3bab528621faebb0ae25044af
BLAKE2b-256 818871ede1cdc451e82b330af92ffdb4bb0e4c37e8fa4516562b44eff7264dd5

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fead56947182d03af7295ccaee1c8220fa905ed01a63c188e5e4c0ea2ba5df5
MD5 073a0582f05ba1c30d24f22541e8eb24
BLAKE2b-256 339878378aa64db0b2913a744b1c5c32fcecfd021ac76c047485a2b409fa8234

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b4b9e007f5a6e568caa6acd1f532cd992e08fca13336e03d2478cc613e1961b
MD5 81d3929892b75cd8e34e4ca95180f1a1
BLAKE2b-256 f7e41fe1a3de86faa8988e5863d2cc709a49fd5b708880ab58ff670151216ecf

See more details on using hashes here.

File details

Details for the file e57-0.2.0a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for e57-0.2.0a1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7fcc70c0d8474f5e3cc9cad6f9a30699b3ef48e806cc870a9e139f846be94987
MD5 fef0a0cfec1e9bcd693514c5e1c5adbf
BLAKE2b-256 ae93385b78864a40f959ef20e025df23cb1ecaceedda0d739f37b23297fc0aee

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