Skip to main content

Multi-Label Anisotropic Euclidean Distance Transform 3D

Project description

Python Instructions for MLAEDT-3D

Compute the Euclidean Distance Transform of a 1d, 2d, or 3d labeled image containing multiple labels in a single pass with support for anisotropic dimensions.

Python Installation

Requires a C++ compiler

The installation process depends on edt.cpp for the Python bindings derived from edt.pyx. edt.hpp contains the algorithm implementation.

pip install numpy
pip install edt

Recompiling edt.pyx

Requires Cython and a C++ compiler

cd python
cython -3 --cplus edt.pyx # generates edt.cpp
python setup.py develop # compiles edt.cpp and edt.hpp 
                        # together into a shared binary e.g. edt.cpython-36m-x86_64-linux-gnu.so

Python Usage

Consult help(edt) after importing. The edt module contains: edt and edtsq which compute the euclidean and squared euclidean distance respectively. Both functions select dimension based on the shape of the numpy array fed to them. 1D, 2D, and 3D volumes are supported. 1D processing is extremely fast. Numpy boolean arrays are handled specially for faster processing.

If for some reason you'd like to use a specific 'D' function, edt1d, edt1dsq, edt2d, edt2dsq, edt3d, and edt3dsq are available.

The three optional parameters are anisotropy, black_border, and order. Anisotropy is used to correct for distortions in voxel space, e.g. if X and Y were acquired with a microscope, but the Z axis was cut more corsely.

black_border allows you to specify that the edges of the image should be considered in computing pixel distances (it's also slightly faster).

order allows the programmer to determine how the underlying array should be interpreted. 'C' (C-order, XYZ, row-major) and 'F' (Fortran-order, ZYX, column major) are supported. 'C' order is the default.

parallel controls the number of threads. Set it <= 0 to automatically determine your CPU count.

import edt
import numpy as np

# e.g. 6nm x 6nm x 30nm for the S1 dataset by Kasthuri et al., 2014
labels = np.ones(shape=(512, 512, 512), dtype=np.uint32, order='F')
dt = edt.edt(labels, anisotropy=(6, 6, 30), black_border=True, order='F', parallel=1) 

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

edt-2.0.4.tar.gz (168.5 kB view details)

Uploaded Source

Built Distributions

edt-2.0.4-cp39-cp39-win_amd64.whl (140.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

edt-2.0.4-cp39-cp39-win32.whl (119.3 kB view details)

Uploaded CPython 3.9 Windows x86

edt-2.0.4-cp39-cp39-manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9

edt-2.0.4-cp39-cp39-macosx_10_9_universal2.whl (352.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

edt-2.0.4-cp38-cp38-win_amd64.whl (140.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

edt-2.0.4-cp38-cp38-win32.whl (119.8 kB view details)

Uploaded CPython 3.8 Windows x86

edt-2.0.4-cp38-cp38-manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8

edt-2.0.4-cp38-cp38-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

edt-2.0.4-cp38-cp38-manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8

edt-2.0.4-cp38-cp38-macosx_10_9_x86_64.whl (191.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

edt-2.0.4-cp37-cp37m-win_amd64.whl (137.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

edt-2.0.4-cp37-cp37m-win32.whl (116.1 kB view details)

Uploaded CPython 3.7m Windows x86

edt-2.0.4-cp37-cp37m-manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m

edt-2.0.4-cp37-cp37m-manylinux2010_x86_64.whl (1.6 MB view details)

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

edt-2.0.4-cp37-cp37m-manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m

edt-2.0.4-cp36-cp36m-win_amd64.whl (137.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

edt-2.0.4-cp36-cp36m-win32.whl (116.1 kB view details)

Uploaded CPython 3.6m Windows x86

edt-2.0.4-cp36-cp36m-manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6m

edt-2.0.4-cp36-cp36m-manylinux2010_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

edt-2.0.4-cp36-cp36m-manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m

File details

Details for the file edt-2.0.4.tar.gz.

File metadata

  • Download URL: edt-2.0.4.tar.gz
  • Upload date:
  • Size: 168.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4.tar.gz
Algorithm Hash digest
SHA256 4686a41c877994f9eb8fd74dd901aeae1fd31dc7e0641cef9b88dde0a1a55b16
MD5 2796fad2bdbf14df9b5fc6e3a71d9ba9
BLAKE2b-256 580524b8f6cde8a64f55eb2701682a388b8ae3948b9fa9bd9f16921c691f671f

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: edt-2.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 140.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c18e499304e9fd95d4ed8f0f64f87571f44e17a849ae583a8dd3f7f736f3a72e
MD5 f8eaf1fe7bb99c47ee717ec422a16812
BLAKE2b-256 20616b9df2d3e9b43017cf57e6e5d40cd62f47af9a636f613cf19f264359ad53

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: edt-2.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 119.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a7fdd897c6ba22407d79f2ef7fa920e55a1de1519f70417e928cd305907a19da
MD5 177ee6f9712c89a8ade84af8cb1b332f
BLAKE2b-256 1ac25e8811667b27a3062604ac0f0459be40ed2c39efc394a8aecdbed30768d1

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f1eb1071022a60d980207fb832b88fdcf9a19515ad9a0e0692c9bbd4e523a44
MD5 81b0114f75d94df068cb8263c52a5816
BLAKE2b-256 2fc3c8dcc4bbe027dd1af94861551afede847da54bfab574c00661b50cee47b3

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: edt-2.0.4-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 352.7 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e48d4d8b81a092a4406e16a0029ba938146286cef5ecccffa582c48568cf9815
MD5 860d6244e4291b5979298a599fb5ee0f
BLAKE2b-256 1c961362d1b7965fc99ccd9f1d78c303016dbe12f857cec72e9d721dee03efa3

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: edt-2.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 140.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a6adc2d485a85f960375606629bbf6f0ce0129062f1ef354c0b0294d22fe8299
MD5 264704bee10878db33da9a6dcfcfec83
BLAKE2b-256 fdb826df5a52b3386fe1bd5afc47ec0432137633c60c17e647b96c022a5d247b

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: edt-2.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 119.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e7a437ce2970e5275a6f26e2793e7077bca7da0ff232d9dbfd1b7ed11d48bce6
MD5 1cc6287cedcea59f197783e32296c5d9
BLAKE2b-256 6eb31e9b7782b68fed45c2af13e85b27f63ce171a0298c9cf450f40db141f357

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2def6302e5fd59baf6b24b9c2103d5dd1a177436ada2cf87b1cc469e278db5f
MD5 644e43be9d66da9a887af2c457e536ae
BLAKE2b-256 6dcf825089b4e744db948975de3cf3d953c5ca20ee690c93cdb6754993786b77

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e012799cff51f24f8b62eded72c435fc9494b70f6d20adf565b79461c0fd15d9
MD5 0b964262649a8f2f7613469163c9957d
BLAKE2b-256 42c0c467989a7b1f2077d9cee98b43f71dd79add2f4f5903d6850d897b83e469

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 22afe14dec9ea39d813a8b6efb31e674545c8d32dfad683cbc7bad234f8d4f62
MD5 fd681f6553e6894228b09757a898ae87
BLAKE2b-256 5c72abce86fcd3c524577f3affdad4a9a3cbe61b9d49b1a28439a9e3cc4c6a4a

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 191.0 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5357672d9444966d4874bfffa8e4fd951583b7edf96e986572f365bc3524073e
MD5 0facf5ca6a4a7a4bc113340e7817ad15
BLAKE2b-256 57661b86a93d4b047a3853caf11a0f713f9c59af4ef4e27155ceeb69da03a326

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: edt-2.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 137.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fbe393475c6cb0f5d03a895f68194263903b3f5376044ed5f07fd34fc17be153
MD5 1f774b3bbab5f04ad256fce7636dcadb
BLAKE2b-256 7a92a0492b8f7744757245726c1b08eaa61674530d817fc52b8da7d489689940

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: edt-2.0.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 116.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ec8f9909e7946d15fc04a3bdd49dedf95d56236e283dbef755238d8dea165d05
MD5 87a2a09a9e4b866f8708f3c39c2da262
BLAKE2b-256 c5a7c731c3d77d0c5435932206452c13e550fe16455034e51ded41037b615840

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37c38d402acf2e3a1891488e3e80cb4d8b4a4d2353c6637cd9bd81b8280d989e
MD5 643f0d6c39dda0b75eb9b915b007be82
BLAKE2b-256 eb429ed817743c5d71c91e2322659960c91a4589f49b4cc1c60d03a489f22952

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2d2ba8c30f588f5dcd17c60fe4a79fa4caf9b9f2e54e536fdf74dd6f45aaadfe
MD5 04b37d7358f2d5149c0507cbca642891
BLAKE2b-256 bec9507fee94aab0dc2d8a2d19e0bb0bccf72137c2ca087c5e990b3e1c56a2df

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0a2d47852af3f346536240047775453d62cc25579933b3e92463ed012f5029df
MD5 370814a551b5b7459511317ab15f0b86
BLAKE2b-256 08f5f91ca398b8f356a55298b02f067ae4a6c27097cef31393b9f0bd5d3a940e

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: edt-2.0.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 137.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 44d97d0a0c557678b1a6a5a2e84a9f9bef739a1db634c56fb27910be8cf35745
MD5 92abd976e103daa061147ec6e45c9402
BLAKE2b-256 08d357a9f34422c1c5c275adc9d423f67c1fe3d1eac056239056765c6c16bd98

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp36-cp36m-win32.whl.

File metadata

  • Download URL: edt-2.0.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 116.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9a8bb350b10ded4a49a14d25d058eb8a03498092de3bbc7e9fc6b27b1a5ab8de
MD5 cfb7113aba48eedc98219d4628154274
BLAKE2b-256 e98a90be0a4e88234382f6cb0ffe7e698d16d2ce3e832dbc6a7a7dcffb096be9

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d27c8134121ba38c8d3e80fd0df1a2af413690d3eb25e6feca61b7ed0daeaf9c
MD5 1f2efaf565302b3ba5679f6b1175741d
BLAKE2b-256 dd3d149f4a29d6abdfb501a872598a4889f79fe9ca8010b7daf687c66adb946c

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 772af97a7a3c4c34b4a1dbd6819447e27472928bc1e78d9aa6c4d4924136bd64
MD5 556f14061d692d107b3b774d043d88fd
BLAKE2b-256 cf72ffbf0caa69c5fee2a95059443c333c0e12416874983d433d51bcf8b46998

See more details on using hashes here.

File details

Details for the file edt-2.0.4-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: edt-2.0.4-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8

File hashes

Hashes for edt-2.0.4-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dee6cce7f3777ad18ff28df2e1446783034c27d44500cfc01389e2d033ea76eb
MD5 9acf929ee68f12017ceaa4c13c575725
BLAKE2b-256 db624224cd3edad0f677ef1d2cd150531ffa9be26487e9d4de10488ba176fed6

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