Skip to main content

Python bindings for VHACD

Project description

vhacdx

Python bindings for V-HACD

A very simple and raw python binding for V-HACD that is forked from thomwolf/pyVHACD which generates an approximate convex decomposition of a triangle mesh.

Contains a single method: output = compute_vhacd(points, faces) which take as inputs:

  • points: a (N, 3) Numpy array of double containing the coordinates of the N vertex of the mesh
  • face: a (M,) Numpy array of uint32 containing the face vertxe indices were M is 3 times the number of faces

Gives as output a list (number of convex hulls) of pairs of points-faces for each convex hull.

To install

pip install vhacdx

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

vhacdx-0.0.8.post1.tar.gz (6.2 kB view details)

Uploaded Source

Built Distributions

vhacdx-0.0.8.post1-pp310-pypy310_pp73-win_amd64.whl (129.8 kB view details)

Uploaded PyPy Windows x86-64

vhacdx-0.0.8.post1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (215.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (145.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

vhacdx-0.0.8.post1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (159.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

vhacdx-0.0.8.post1-pp39-pypy39_pp73-win_amd64.whl (129.7 kB view details)

Uploaded PyPy Windows x86-64

vhacdx-0.0.8.post1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (215.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (145.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

vhacdx-0.0.8.post1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (159.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

vhacdx-0.0.8.post1-pp38-pypy38_pp73-win_amd64.whl (129.7 kB view details)

Uploaded PyPy Windows x86-64

vhacdx-0.0.8.post1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (215.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (145.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

vhacdx-0.0.8.post1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (159.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

vhacdx-0.0.8.post1-pp37-pypy37_pp73-win_amd64.whl (129.5 kB view details)

Uploaded PyPy Windows x86-64

vhacdx-0.0.8.post1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (216.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (158.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

vhacdx-0.0.8.post1-cp312-cp312-win_amd64.whl (130.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

vhacdx-0.0.8.post1-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

vhacdx-0.0.8.post1-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

vhacdx-0.0.8.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (229.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-cp312-cp312-macosx_11_0_arm64.whl (148.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

vhacdx-0.0.8.post1-cp312-cp312-macosx_10_9_x86_64.whl (160.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

vhacdx-0.0.8.post1-cp311-cp311-win_amd64.whl (130.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

vhacdx-0.0.8.post1-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

vhacdx-0.0.8.post1-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

vhacdx-0.0.8.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (213.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (229.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-cp311-cp311-macosx_11_0_arm64.whl (149.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

vhacdx-0.0.8.post1-cp311-cp311-macosx_10_9_x86_64.whl (161.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

vhacdx-0.0.8.post1-cp310-cp310-win_amd64.whl (129.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

vhacdx-0.0.8.post1-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

vhacdx-0.0.8.post1-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

vhacdx-0.0.8.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (228.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-cp310-cp310-macosx_11_0_arm64.whl (148.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

vhacdx-0.0.8.post1-cp310-cp310-macosx_10_9_x86_64.whl (159.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

vhacdx-0.0.8.post1-cp39-cp39-win_amd64.whl (129.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

vhacdx-0.0.8.post1-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

vhacdx-0.0.8.post1-cp39-cp39-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

vhacdx-0.0.8.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (211.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (228.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-cp39-cp39-macosx_11_0_arm64.whl (148.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

vhacdx-0.0.8.post1-cp39-cp39-macosx_10_9_x86_64.whl (159.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

vhacdx-0.0.8.post1-cp38-cp38-win_amd64.whl (129.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

vhacdx-0.0.8.post1-cp38-cp38-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

vhacdx-0.0.8.post1-cp38-cp38-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

vhacdx-0.0.8.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

vhacdx-0.0.8.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (227.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-cp38-cp38-macosx_11_0_arm64.whl (148.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

vhacdx-0.0.8.post1-cp38-cp38-macosx_10_9_x86_64.whl (159.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

vhacdx-0.0.8.post1-cp37-cp37m-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

vhacdx-0.0.8.post1-cp37-cp37m-musllinux_1_2_x86_64.whl (1.2 MB view details)

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

vhacdx-0.0.8.post1-cp37-cp37m-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

vhacdx-0.0.8.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212.4 kB view details)

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

vhacdx-0.0.8.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (231.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

vhacdx-0.0.8.post1-cp37-cp37m-macosx_10_9_x86_64.whl (159.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file vhacdx-0.0.8.post1.tar.gz.

File metadata

  • Download URL: vhacdx-0.0.8.post1.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for vhacdx-0.0.8.post1.tar.gz
Algorithm Hash digest
SHA256 b93363614c5a97a1a802bc390d9526c396f2163e8c8b8599b5936966f18d9573
MD5 c70c5d5a780e51bb85e1bd557ca427b6
BLAKE2b-256 17e026e326d55c035dcf85582bdc02606ed88b05b6a9194d2cf51353b4e3a808

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2497b51270e1a4e966a7dd8580269ecb14f381451b15ee9b823beb8271ec6cb8
MD5 df93fa070ae9ef51a662c63e19f8b6b0
BLAKE2b-256 f5b8a7170e3bd084716bb7aedabf56c6df1b0b1c12f1739668dfab32389d6b88

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0ee0b5eae58bce213a70a35cd5a26fa72923f8dfde0b886f6dc115a61e4f1ba
MD5 b53343d0f34f551bebb117cb06e4c04d
BLAKE2b-256 54fb4b2b49f7ae0fc1d29e7a1c4159eaec014078615238e9df691998dadc91cb

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3a66eaf5ab20667ef4c0627b0415fefe0827e0c4fe7cf8cf14f7fe7ab7ebcd2
MD5 70901aec475df97d79fc6c4759195fcc
BLAKE2b-256 c176ace5d20583796195fc0588f949d6460e0f3f9e4865def5620870edd84da3

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c409313ed6860619816736867535d529d7d27848691bba538b48fff2b589f4e
MD5 39c08fded4a7745187cfb80806dbdb98
BLAKE2b-256 d9a3624e7b9ec9a46915b876f2cead1a5a5c211f89e96f8d06a743ab2fac3a3c

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71cb6c3a279eed25101dad09150a3840a7356ee3909f497e27b79defc881ea9b
MD5 d53f425dcd8a7bad80e7edaa5e88c9df
BLAKE2b-256 99616dc2497bf42da8d34e45e8205f548d104a0b29a3c3b059934521ac0fdb44

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4c557724dc16294dcdb517ad5a2e742a3afab2f9b2f36877bcd5361e3adf6642
MD5 194704cf82e014915c94e378db83b6a8
BLAKE2b-256 671098d2f92ce1f085ca61fc56cd55401bbb1208a77ddf67bac5d9713b9955e6

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66206d67286583cd16630e30ce88de658c30768f5462399a6b5e86d0e206f51f
MD5 e019dc6b740975b1e45f1611342dbbf9
BLAKE2b-256 51fd3241b054cf2bd59b50e9e3ffe717df8607e788759c7e6df10a2856e3e3f9

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dadd00d0f4339847baea455bbf7de0b9e47df734d51f80afa9db52a000321704
MD5 258f5d920ee337a0da25b58c34d1303b
BLAKE2b-256 59f7cdfd7cbc889f487765c8a3a016faaf46af5f2c5b79d299f5b2f03ba5e6dc

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87c67ee44cfcf60c7226effee95b726481280d80d485300e44f0c30c16a359df
MD5 6ddcd41ce4ff3f8deef1973547396848
BLAKE2b-256 6c657e48dd72a58a302399fa329362b47c7c7407707d354b01b65c08f746b88b

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70b80a1e0410730d5179f5e461f3ba64e2ef997f118d3220bb04046c13b516ae
MD5 bd66a0eead6029d5bb5aed2600c19fd8
BLAKE2b-256 aec9b9dbd1b28617d6ea3ae0e1c51dfb7909f7f3b354223c06c61133d7ed7ddc

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2f753acb715a876e4e43982b54570e4a4a7ca201d45517d97040d7bc9210f7bf
MD5 c197b05cabd87f653aaad95300b19dbc
BLAKE2b-256 a86bad171be145ed9a76d5bc285b7d59b7709ff6392231b2b3d42394fb14280c

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8461032fb634cd2383d20bb56e9aa986449fbdbabdb6adb9d732ea32a76fb83f
MD5 af2eb59c60e38c30e21092ee5fe49e0a
BLAKE2b-256 19e1a0c2e9272b0450c7fe71c5a97b25f819c5bccfb8811ef8216fa375415df1

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7013b3dce23090ff0918946c1574c7602867ceab998d87b251c2da6e0e5541ec
MD5 d6d285b3370425aea0dfd1220786378a
BLAKE2b-256 f914568c9ed4a524461e97b17795a7f1f52a753b3272f13345c5d0daca936dc5

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fcddba4d3e1fcfe9f97fe0ad124f2c173a1f715f626a4cb37f1445de8504ef4
MD5 1cd4cb8fd433efca8dc3df708320c757
BLAKE2b-256 eee95fe11e102e93a8aa7029e838c6ddf5d2cba63e9e2f12dfbfe6ab8d4316a2

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6913f151593ca5dd380fa6905e94b71a2324e16180ee1c8165e4cc6ff779b5d
MD5 ece07e77c56102abc6d34bae5b2a2db5
BLAKE2b-256 eb8db97912e01be6b4c5faf538ef0bda8c64578e68169c14618c346546e6758a

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2d6a1cb7ea925f5d70008be1763763becf7ead4f093db5bb12b00eefb2008a6c
MD5 97007e4c0d055088fae1b955de779ce1
BLAKE2b-256 940ae04461c8fb45c3c70bceb4b4a2b284adc4be23f82a917e5605a83992a990

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4754d108e9aeef4359adf6b8f4f09aadc1426cace9a187841a0142f86fbf7cde
MD5 774e2102474a22d391ffd2cfb65d39bc
BLAKE2b-256 f56be3ae273e48cf27ad8a256045c75ac3abbf7f18a760a78afd4de7da464efd

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3a712a2a27496a30818d0507265057b54bd1c1c7350bca04dccb244045f8ef9
MD5 e57e9bf24776d1ce2759ceb8de2bca4d
BLAKE2b-256 46500b1c615e7bd2f48f7c0f36642a9a385a33dddd7f86685f9ce283ba053132

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 455f30b10cfebffe9f950a51f29eabf0daab55c05d1038c2362356bdfc4a9ad9
MD5 c0524adcbd68c21889c6eb5c158eb80b
BLAKE2b-256 f66043828767c187b4e0de5676d305252c7210115bd63902c6d6b04a5e992f06

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ae55621c6dd0a841a030994e738a01e3518c0efcca3f0c49af9368d5533dcbee
MD5 da5d1e57bd08ecbf297afa97cc0574a1
BLAKE2b-256 81b846e03ff788410c80a238ed7201e09f74b6c39a68a01fed0f464cc4991250

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 548b09d9e46256e663987316bb104361c9c6cb26abe090a0accbd2034986dfe1
MD5 37e94bb336dd6006e85e146b851bacce
BLAKE2b-256 121f8361d591dce919fba8b1fff68cc27182915d731d67ff4dd22593bcaa5fa1

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5c6bba93e8374fb5dc3c9c4a8ad3ab04422b49aa916621ec953a9c0c6877ad60
MD5 d453693a71aee2df741af9c5f4920646
BLAKE2b-256 0d419129c5644812b1a9af3c9393f2c4a0f47c86ab71d6f17cbdc244c7e17944

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da958f21805718ce65aa69463604251853238ef135e8e97776858e00ddf36dec
MD5 c55106b5d42497155d4b1acd658eab7a
BLAKE2b-256 9082cf42bdfe2a67cd414410d5b405933f2f3cea0a5536392df3a988dadb63d1

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 584e590f593e384be130ac203ddc4ad646c9f82bfd47a861c71759eebf7bdb0c
MD5 2722359b30cacbc2fd5749ce385c3a29
BLAKE2b-256 b281577ecbda0e44ef451d310726594b81f0df9c3dc9d840220e770f02329d35

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6637ad1c4fb46bf3360e170ed70a986604053bbd564a330963d578e127d5299c
MD5 baadc2c608b0fb0db79eddb00021a78a
BLAKE2b-256 5ce27329615df773524cbc8cff7c663f074ebc7377a112f0029c72cda8fe0d99

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dead77027bcc1381e19a096bb0626bf849b38dc4216e59db6fc156b5ad7188fb
MD5 214eb71cc61cc048e82e957bc87ac89d
BLAKE2b-256 e7a2386deedf89f8368270d4d5076d5153c9a4cf27a861e77e5d9a5397ba2bf0

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d734f8627f2f180b58ddd527ff918b994c257498f01a837561fe3760da088097
MD5 5854ee12dfa4fed601320e57a9e8dd21
BLAKE2b-256 1fdfc60d3860e1452e3ff2e5e35210370d26ea9b6d7a1726cbdeb2c4b4d67a1d

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c1e0f032eac22ed4d767eb7db20c92f35bd052ee045b8dd8c82f7431dec0efc
MD5 da5df8dc9642a62e3a4c09787b46f325
BLAKE2b-256 f73e980f18c09d6a6a3568c401b19151d310b505680d99a45e83bb83a6cc730a

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f65e8358c494f8edb3d363d143c205b71126d44a3b6055071ba4e1085c061dc
MD5 f3ab0b055974912f6d233193c24cda21
BLAKE2b-256 f9eba3919f7d7539a3f9d022515353ef116b6fe379a9155a5e000e0f4ba1af0a

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 948a829648488ee1223b72e1a39ac5e5dcce9de46a4324dd81e08081240b378d
MD5 14d2672d4d2232b9e682956dcb1f9621
BLAKE2b-256 55748e1e481d5e83d62d37c164dfa002c80ad362630821acdb6b7a391b1c839d

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5af1cb617eabcec6fa3ce7f065a50aea384318ecd617daa8ddd43aeb0db43edc
MD5 bb5464de7506c40b0f695f5cea3df13d
BLAKE2b-256 aebe677cf7cc42dddd1ccca5a7d47844d62bf5de9739df903b9f6922417a52c3

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b76fddbd8903a4bedb0adb7a0bab3904b8d150259e7db7cc1eef3cf6d11c857
MD5 e40c3bcc79b99b3ad360489f927205db
BLAKE2b-256 e67b39ec578db2a28a8f37e3ddd494d4cfb1ab0be6ce5ec78efe4ddc077e7453

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 12e11651fcd2d0ccbb1a0bcd8596f4d98519eed07c43bbf0ebdb3bd100228323
MD5 01d83f19bee24a898076a15500995787
BLAKE2b-256 54bd8d1438c4fcfb2f9cc9b30022a2cec0d95f708b47e3463771208aa6f1eaf5

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 80c02601d8efd59dc464f03df3e578083ef7dac8c290a12275e0b631477b27bb
MD5 40479b45597c83b43dea622569a2d217
BLAKE2b-256 b416371d720d8d3ba0fb1480d86ceedb0f0a3ea4c60390963ff0c162e7d5042b

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bc5e6a6ce8ab887b26965fb7f99a7942b4889d1a36b2fef6396fc00cc8707c7
MD5 fab4933e5db4227d9c59e5831ba4597f
BLAKE2b-256 49c1d2d68b1c095fd9183d7ba1af0f0380c8657f05642df4174670f688bfc527

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3a5f47b4a849dde6b1506f434f0bf2d7890422929001314976a01099780e2568
MD5 fd60f9f8ab5ef68359b97631bf968997
BLAKE2b-256 d100bc511cdcb34a31590374965ff1329f7184664c91456ef8784395f8c1eab0

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efc01f6175c7198ec4ee2f5df266cb18f9339cf5cfafcc11bd3530e72c0562f7
MD5 e5b4e5679f34e33e803a13c662be4d6f
BLAKE2b-256 a15e5c909247eb4f91a1ecd9b842bf33559dc15e984a5270b8bbb995e56b1093

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1c53116ef74a82bef3b456683b321815fb3d2b686f7f77dc6dfddcf11472dda
MD5 642f66bcf30d31d5c998212ac4a3e242
BLAKE2b-256 205d9bf96a522df7bddd00dcdc044105c1aa56fcef99b05e8856086909fd8cab

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9867fcc933fc4d077f020762673a80cb5403e4f974c3a038d7c4eedab109fd56
MD5 22775bb27c1224f64702df546d0ac6ae
BLAKE2b-256 2f480190463df8e7f3fd117920c53be5c94da222e68bf27e3782d3fc3a72e7a3

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62111347fc1922f382f5ed8afce9fc055c13c16d947af9acac59470ec76a206f
MD5 d55e9c08023cdba4b4bf158930a2a62c
BLAKE2b-256 0a91928eed5c6f317d2264c07c5c94a47dafebfe713465efe5a6d1dc6e4cdfca

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a21b54ec42d05655f2eb19e824d68b40b7c2ecfb0c2227c431f4714bb59e1a2f
MD5 cf45a35eff0c70710db3207c4b2a40f1
BLAKE2b-256 02d727a32b1625fb75d540fd36cba70b5be764d0ce0f84dc6ca242a4d402f8c4

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24713657888960a9b69574027ae7296b9182ff5eb3565aca1961b42a04ed3d30
MD5 badaadeeea8e7c22a57274409e56f5b2
BLAKE2b-256 020eaaf6bf3e5cc9a69ce3d660e2f1a289f42c7e894fbae3a5748d9bf148f058

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b9557002c442debc9ad2e36ac42d654debcb3a7ac7af9e72d242299660f2e068
MD5 dcc490d19d4b8f971b081885ee661d73
BLAKE2b-256 f3e52a739203c05177bdb6efcb8fcab4d7876a3950a64e7602a07d05948d39b5

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ada539c8a0013fd95250b02d6dc58d1811eea871bb148f14a7b1413584e71f40
MD5 eb9c205676791c8739e40c09c88b007f
BLAKE2b-256 c74e60fe096fae871c96cf064242fccff20775b6f3c58ad2b7a5c532e9db9079

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfb02500d01e354df6b5488fb662b2d4a31a94341652e35e92cbdbd06d3778ef
MD5 4c0b6fced361f7421928bdf6f32196cd
BLAKE2b-256 e2665c9f964a2cb50eabf235a6097a09dd6baf83e0b703b8cd8102c6a5c20e84

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1012799759c0ddfb6811455558fbac36c85b3804987f12e125467151be2bb5b
MD5 9a9630b7cb61bb9e3d49c204ff220103
BLAKE2b-256 0cab10b5bed10a01003f93a62e71e5321b58b1b8aa077142d307c6c3ee9852a0

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 43acb51c595bf4cee1cf970dc878633c26db20155d90ba54ffa17d5efb1efe7a
MD5 f47f8ca5a8ea808b8c6cc84e2bdc9184
BLAKE2b-256 75b03f889e762f33b115607d751d3c80af1781bc61cdcfdcf60fe693fda7189b

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 616c47945c68821287c366549accae737c0beecc4211f0958af5852376836920
MD5 25bf4529348ca9f67dcd933b9e53ee78
BLAKE2b-256 96a13e9335ff55ad009edc2eb482d085d5f41c4ef6652288ab3967a45e0a117a

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08f26d7e3c45d246d235c2f5cb59ecab4986663d8a474831314d69f8cb93a8f8
MD5 6c28a4a69f4eb7231a0321d255bb1a7a
BLAKE2b-256 97807c3a5754817e4f1bca5d029a55ee9e63ab74b88754caf8df1a0732da6218

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d075be462d533c7a6bb6a764bce4c9ede716388579905a325142c61fe4ce3cf4
MD5 fc03193c642e2461cf8db374b9347ddb
BLAKE2b-256 622e7317c9a19124cad573c856d3e0e140629017629a21f93435aa4c2cefe1d2

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4ac5595964a9f619757b6aa3164b2302034338e876638f9c1f38d0acc35d7d2
MD5 3fca2323b921deab19e823a78b000026
BLAKE2b-256 25fff5e1c38a7a1605884a98d58569a496d1805af7cc86ee0adf2ce15c1636bf

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5dabf34cba37caab39fd26a48a0ea0781173105521f887a878a4e6ed206a250f
MD5 95ee699320786157112c698828ac3eb7
BLAKE2b-256 0bcaa32fde9366d3a664921563c1f9c35f34ecf3cf30a2c8d915de0327db5ccf

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8be49fa5cc2dee89d2afa943f9ddbe0c39b3ffe69ec6872cc309b5fe623c642
MD5 d4344e5ce527759f7f8fe76d61fdd0d6
BLAKE2b-256 8175045f473e3197eca9ef122b39f406a062157161d76b04b2c2c8007d561581

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04728f2ba149d98d4814d1a7690b8ffac90ead354ac2188697f5a06ddcfbc07c
MD5 0dcc9b8ada47079d2a1a1efbc6d2ac10
BLAKE2b-256 a01e8f2485be067607f969ea43e5e7439cf6bf5ad2730f41cfe640d48041221b

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9c4a3653a03e8f07d332546ac2c69b58183dd944ec39ab1a480ef8528c105516
MD5 ea676695acb90a67e32f3510bcbe1fdc
BLAKE2b-256 1689b07808f4673bc36f0b4a912379c24fc0aaa638d165788dcf2952b68e0281

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a843f8b3558e41829f085f2c85764bf59397e4e9ef697e8959bddafc8a0cf018
MD5 0a3d461e0053db0fee42e2e7db97083e
BLAKE2b-256 306fb46713abf3479d908041364e96afad07a5fee4bd08ea62b42fa8ed939be6

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a8b858d3c15afa890614394b442385b8913eab3588fa93497a5897a1d6e52f82
MD5 ba5dbc06a99754f2f2d4a68f7a681f14
BLAKE2b-256 06543f462d603f1431bc0800f3525d9db3110d19df5848e8c03103aa8425f9ef

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 463a3a797f9e40e387ede17763ea4fcf286f2282ca9d0301f645b95166d7ee3f
MD5 17f0b8963650d5469d1b68f0150fe3c2
BLAKE2b-256 176afadfadd338218009adc1bb7f8facfe1025af2ee9ffaf25d6255f20843a46

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6e725cc229624e29d3a574952113b2be5fad0be17aa4637fe1f75cda9ba9b08
MD5 c52c2aa2b918006c7bdc9b5a4cbb588d
BLAKE2b-256 74b0fae88e3af8797d2182b4f5621a894b70aecde989a06be837a0c48b50ef94

See more details on using hashes here.

File details

Details for the file vhacdx-0.0.8.post1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vhacdx-0.0.8.post1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc5c8d1fe038bffab6ff182c56a5c532eb02fefc9d603f11fb475540436f0f0a
MD5 f1630c1eba70c7c2ec86c88a4e8ae948
BLAKE2b-256 5adebb40048c704a6d70fe21839ee489ed99929725f1bfa2b9ead8e546f8d3bd

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