Skip to main content

Python wrapper for Google's Draco Mesh Compression Library

Project description

PyPI version Build Status

DracoPy

import os
import DracoPy

with open('bunny.drc', 'rb') as draco_file:
  mesh = DracoPy.decode(draco_file.read())

print(f"number of points: {len(mesh.points)}")
print(f"number of faces: {len(mesh.faces)}")
print(f"number of normals: {len(mesh.normals)}")

# Note: If mesh.points is an integer numpy array,
# it will be encoded as an integer attribute. Otherwise,
# it will be encoded as floating point.
binary = DracoPy.encode(mesh.points, mesh.faces)
with open('bunny_test.drc', 'wb') as test_file:
  test_file.write(encoding_test)

DracoPy is a Python wrapper for Google's Draco mesh compression library.

Installation

Binary wheels are available for users with Python >= 3.6 and pip >= 20.

Installation from source requires Python >= 3.6, pip >= 10, and a C++ compiler that is fully compatible with C++11.

It supports Linux, OS X, and Windows. Numpy is required.

pip install DracoPy 

Acknowledgements

We graciously thank The Stanford 3D Scanning Repository for providing the Stanford Bunny test model.

https://graphics.stanford.edu/data/3Dscanrep/

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

DracoPy-1.1.0.tar.gz (151.2 kB view details)

Uploaded Source

Built Distributions

DracoPy-1.1.0-cp310-cp310-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.10Windows x86-64

DracoPy-1.1.0-cp310-cp310-win32.whl (4.1 MB view details)

Uploaded CPython 3.10Windows x86

DracoPy-1.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

DracoPy-1.1.0-cp310-cp310-macosx_10_15_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

DracoPy-1.1.0-cp39-cp39-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.9Windows x86-64

DracoPy-1.1.0-cp39-cp39-win32.whl (4.1 MB view details)

Uploaded CPython 3.9Windows x86

DracoPy-1.1.0-cp39-cp39-manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

DracoPy-1.1.0-cp39-cp39-manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

DracoPy-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

DracoPy-1.1.0-cp38-cp38-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.8Windows x86-64

DracoPy-1.1.0-cp38-cp38-win32.whl (4.1 MB view details)

Uploaded CPython 3.8Windows x86

DracoPy-1.1.0-cp38-cp38-manylinux2010_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

DracoPy-1.1.0-cp38-cp38-manylinux2010_i686.whl (4.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

DracoPy-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

DracoPy-1.1.0-cp37-cp37m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

DracoPy-1.1.0-cp37-cp37m-win32.whl (4.4 MB view details)

Uploaded CPython 3.7mWindows x86

DracoPy-1.1.0-cp37-cp37m-manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

DracoPy-1.1.0-cp37-cp37m-manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

DracoPy-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

DracoPy-1.1.0-cp36-cp36m-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.6mWindows x86-64

DracoPy-1.1.0-cp36-cp36m-win32.whl (4.1 MB view details)

Uploaded CPython 3.6mWindows x86

DracoPy-1.1.0-cp36-cp36m-manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

DracoPy-1.1.0-cp36-cp36m-manylinux2010_i686.whl (4.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

DracoPy-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file DracoPy-1.1.0.tar.gz.

File metadata

  • Download URL: DracoPy-1.1.0.tar.gz
  • Upload date:
  • Size: 151.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0.tar.gz
Algorithm Hash digest
SHA256 e1f6c943ea51159598135748eda9cb0cde13f65e467847afdfff566b91e76b3c
MD5 0cdbd3ed2d03e239bb6eb139f5a2d945
BLAKE2b-256 d0c8cbd0ad7a790f5ce59f70a8934bedef6b01f422c1ac634851e55203ae705f

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d942c737f911b2c25031eb0bffdd86d05afdeadd25f84e75c746685bf2da1c44
MD5 193ab76156833b647b52ab8b2d951f0c
BLAKE2b-256 cf550546aea82a966efb523d61f0406a1aa1a542e1d065472a085d0fd8f1c6db

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 76500f9a5647620be61931ef24226855e9bb3acc175030208fe1e052a83110e0
MD5 c96c039720827e57f3c71ef95c8a98c1
BLAKE2b-256 b37c3c7bee0f9c2f1197b74256c51c4c3943ad2372ffbe58118023a5923a2aba

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for DracoPy-1.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bf1e55f7945e3ea6f2539d91b84e2af82bb3e5bed51ffeae07bdfea08106dfd4
MD5 618da93fcf8f8dd173b87e33a5aaddf8
BLAKE2b-256 e324cfd3b4a743f78d919e799c2e271afb42f88bc6561e71484fe0042eeca37b

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for DracoPy-1.1.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f196f78e54d9506266e50f70c32d4fa076014dd34836d71a43ec43fb589e6589
MD5 cd1ce73757ac9f388dba2e4145a164dc
BLAKE2b-256 248c1bb9cd842a2bb5833068dc7d73996f613c3270725a390bee9f727b2934e3

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d91f2449824b69cf38ace84dec30a8ef46a58aad37c2ad72f449e8ec40312683
MD5 3ed3a20081123ee660afd2542f3c8a73
BLAKE2b-256 586ad95ce716f83c385f557f911b1a916ab0c57bb813673920a534f3754b9912

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.1 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e1099ae2375cf89423798eaf0a913c621b8d172c81a4995e71f56bbca853804b
MD5 7dd8ca3472ca825947ad678a5213a6fc
BLAKE2b-256 cf8c4d3008bdded49c5f86ed99bf0c09e5c7398a0ff9470fd8549abc5688423b

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.9, 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 52bb5529cc062b2c1fea3ab54fe0b48aae7fc1416660882fc12670f74ac60c2a
MD5 d5b354f74730b8b119743586d4502c77
BLAKE2b-256 7399342aee1f82a7dda8d7469e650434bfbccca02cb96ccda7693ca68fe08d1d

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0273d64ff0de489fee7814c6ba1290a3ee3c11feb524f3136e9fa7e70b1dd2f0
MD5 2e0980b00a09fcd97bf4764f60c4a698
BLAKE2b-256 97d4aec6dc0d73590f17763520dc3e3cf48d9c57ac209730a2b47900146272c9

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 145a281f1e061ac433bcd652537f36e82b88b7f89b8d575aa9edc49df1d9257f
MD5 8f7cac135720c605018b10aa3bb83b65
BLAKE2b-256 4f05688028f87a6ffd63d8abedb4efbb285b99e70fdc54c6da0434c2a82ae95c

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8aacf4ae00cd377c12915823b2d3f65113c37a451496d636a41b6bc2d62b75d2
MD5 558989a31748a7dd01d5293d8ac5889d
BLAKE2b-256 b843ec133efa8d93faaa7b21a673b28bff1cfbdb6cd7f0d4ab62dc3f0bd02436

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.1 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 79eb9df83053efb2628613380235bc1b97c9955c5c70ffcc87cb0200eeac7ca3
MD5 b6d332bb11ca1671cd787c632b0903c5
BLAKE2b-256 90a14c830fb249cd204b599c97dc9430ef14f1d74cdf612037416bbecee1d9ed

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.3 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ada9d48b43c48e8e0c34241ec541f204a24380e037dd38d49995afc7c04a5229
MD5 47bd879a6f85d51e9166751244591d96
BLAKE2b-256 36e746dbcfdcc0c19d17adb6948315186468b0f2cc804baac54bcc313c485a8e

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 154001e5e2db8deea375fe8046da3fe063fb6cd458262632df74741f67f8d0e5
MD5 d91bc9ecbeb611c37b0dce4e1aa9996c
BLAKE2b-256 26c0535b6178cf18a5126a331518f8e0d7e5fbbbe5028bafbc1e11d0e457a682

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e3cd27cca4b0ae0b36fc34b584dff0a170e6e266396dcca541dd89b2c7a8b696
MD5 f582da334f786f62d027ad844ec190df
BLAKE2b-256 e5606986215872fde957fea08698e651cac6b6fd69e6edd3a6c1f575358cccc2

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b985f5ef9eb4cd78825fb051b406d7754a4fe62372f806704b2c82c51c88f2da
MD5 c9e21b0a4e9d36ed90e45b3ddba349c1
BLAKE2b-256 0988a4201f1e84780ab593b6adad881655c15186fbc29ad20967e0630e63e188

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.4 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 63c0225ac77824294fba6382855827fb9d9a61dfdbe5ed539a6bdb3b973a9a13
MD5 05a702562d41eb1e75c4952f056029ca
BLAKE2b-256 81ac9fa967104cf4863bc8b7471b5e1b5f6f86bcd8d89f65957a3127bd84b41b

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2c17baf2705d1e23bc60736ed4deba8b5844c897537210d7cb243b72a9e17f95
MD5 155e02fcd151823594cb68ede953c3e2
BLAKE2b-256 7ea124a372e406c768ed9beec9c3e5b33ba428d24c8f8866e139c7f7b72835f4

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b8988341feed913981cf14cbf23cdb169dd0693ff0c5eacc54e87e4b90714933
MD5 1bdd772911868be0fefc40e47aa2b5ad
BLAKE2b-256 fbafd25fa290ad9b862399b3831b7392d57fd33b6b399a82de1eaeac58dfdc85

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 20079d93872e9c0d30e511a50719a6d6a746325d273aed053a5e9fca9ec4027e
MD5 f933bbf00eb575ad0540ea78250ac6c2
BLAKE2b-256 5317b3ae82017f8027f0e4573089b018615fb99ad0c2d79d52d1dbd4ce6af273

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 95e64d99cc08252c1d11c24ec80ff938fbbebe232031acac7afd73f335c469e6
MD5 ecc3da192684a995e03ad430cb53b0cc
BLAKE2b-256 ef0fab78d199dd5b7a545ddf1508caf116b6b06ac6c57b4f10319a1745d303f7

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.1 MB
  • 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 62ecbd71a0dce36b317fefce41cca42fb8d33dc7b0500ef146891765a82fa86f
MD5 91e08b4bc234f5d41201fd669fd01bf8
BLAKE2b-256 954def9ff52bce4c011828c168a3e9fabcc2e7252ad739b5ddd9f7f9517cff42

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 eafd96ca060dfc3e6dc710469f1da050f5ae75e5a8f922b38c641e2e93b5d8e1
MD5 142a634848c5ff4af489dae74420fd1b
BLAKE2b-256 ea379e076a651c0c3d11ca3b5e6ce0f3a08dc35a18096b326cf6478f2125c51f

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 21425859fcc2abb4553d4ea92323ee5647e076dc33651221dbff683f92d13cfa
MD5 be4cb87596fa49b8a8959b08fd9a762d
BLAKE2b-256 8b1bfcdcd61cd7d084ffb7818083f249e0ec4c0d0192e0176e32ddd1d533976c

See more details on using hashes here.

File details

Details for the file DracoPy-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m, 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1a0148702646b5065ed497a0e527cfc6fe878ec47b2b8e25b9f456f874f9e0f
MD5 d3613dc43fc3706ea7ccf3ee796b3786
BLAKE2b-256 298e1bbbc7148ddbd391e70b8e2d0bcc5adf5be981cb35da8895b970b5bcfb2b

See more details on using hashes here.

Supported by

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