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)

# If faces is omitted, DracoPy will encode a point cloud
binary = Dracopy.encode(mesh.points)

# Options for encoding:
binary = Dracopy.encode(
  mesh.points, faces=mesh.faces,
  quantization_bits=14, compression_level=1,
  quantization_range=-1, quantization_origin=None,
  create_metadata=False, preserve_order=False,
  colors=mesh.colors
)

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.3.0.tar.gz (157.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

DracoPy-1.3.0-cp311-cp311-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.11Windows x86-64

DracoPy-1.3.0-cp311-cp311-win32.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86

DracoPy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

DracoPy-1.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

DracoPy-1.3.0-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

DracoPy-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

DracoPy-1.3.0-cp311-cp311-macosx_10_9_universal2.whl (880.5 kB view details)

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

DracoPy-1.3.0-cp310-cp310-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.10Windows x86-64

DracoPy-1.3.0-cp310-cp310-win32.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86

DracoPy-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

DracoPy-1.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

DracoPy-1.3.0-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

DracoPy-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

DracoPy-1.3.0-cp310-cp310-macosx_10_9_universal2.whl (886.2 kB view details)

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

DracoPy-1.3.0-cp39-cp39-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.9Windows x86-64

DracoPy-1.3.0-cp39-cp39-win32.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86

DracoPy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

DracoPy-1.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

DracoPy-1.3.0-cp39-cp39-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

DracoPy-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

DracoPy-1.3.0-cp39-cp39-macosx_10_9_universal2.whl (883.6 kB view details)

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

DracoPy-1.3.0-cp38-cp38-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.8Windows x86-64

DracoPy-1.3.0-cp38-cp38-win32.whl (2.1 MB view details)

Uploaded CPython 3.8Windows x86

DracoPy-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

DracoPy-1.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

DracoPy-1.3.0-cp38-cp38-macosx_11_0_universal2.whl (880.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ universal2 (ARM64, x86-64)

DracoPy-1.3.0-cp38-cp38-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

DracoPy-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

DracoPy-1.3.0-cp37-cp37m-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.7mWindows x86-64

DracoPy-1.3.0-cp37-cp37m-win32.whl (2.1 MB view details)

Uploaded CPython 3.7mWindows x86

DracoPy-1.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

DracoPy-1.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

DracoPy-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: DracoPy-1.3.0.tar.gz
  • Upload date:
  • Size: 157.3 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.3.0.tar.gz
Algorithm Hash digest
SHA256 b4df2d1088b8f78be6a8febdbbe1b3bba40e36af0a10125790ace4bbcf289ed8
MD5 9e6a5dcd775709cc9843136f01122c59
BLAKE2b-256 d486c049e64580aac4bd48f6decb8fc9bc675f527916a06d371cda8928c4b494

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.11, 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.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ca014178ae532636d452d98efecb344061941fee4bb5c37098e4d624062bb190
MD5 0d58df522475a4bf0c0136785baea4ae
BLAKE2b-256 d406630af53908d5d7c91fbf53eeb0e67b2433c801e02aae29120bb915613da3

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.11, 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.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9726e2b1621429f57304eb166103001ad2641c4901542cb5224941ffa675cfe0
MD5 d28dc572df5d3f44b94b229baa551ca1
BLAKE2b-256 275400be2e232628e9ecb2793792af3af2ae5390edd8dfb53cd935637e48312f

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for DracoPy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 498eb316d93a486aa54804c90c5cdd3a62222d0d0ebf27ecb05f33b2ad210760
MD5 c494a22c76c1d8453145152b593b3cfb
BLAKE2b-256 bad1f540a61ee992d52caafd0279351c05aee8e66fb19ecd85a5817706a8f178

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for DracoPy-1.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c2ba1bdcf1d22048331e6e0976fabfaf95fb75b8c0b3163ab010ecb7f5cff8f
MD5 11130bfa306f59ac2230d0d797931fd7
BLAKE2b-256 f09de3a26ac2ee04d0ddc7c89f761ecdfd3595064da6b05462ae88dc6134c425

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • 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.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fcc946d855e28db9cb1f01ed3cd9f5431e28ba9a8c2a9e6397dca6e7cb7ea54
MD5 51dab86deb7a2b41b356cee513ebbf0a
BLAKE2b-256 52896052183e20bea8f95b74b9a3a9a12f1f146371eaea3ca66e79de0a1237c0

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, 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.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7dc34d7a1edce540e8b05364d5292cb5a07de5ab885524169f29e592f1b985a8
MD5 879a4d630903463105cfad2a5d306def
BLAKE2b-256 643f2be020b8a9fb4adc8cf977e9e76c21cbcd3b173c74a46bfbb8735eab5e98

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp311-cp311-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 880.5 kB
  • Tags: CPython 3.11, 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.3.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b400e520abe0fa563f04106707e1f1f3febfc0ef69a507df923e408126b3b00c
MD5 321e54bbdecf3fc25e5776a88a230ce2
BLAKE2b-256 caab15c1abe9a775b9553dc880f3690088bcbaf05bb675096a75cfd8f2768a79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.9 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.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3c431b2abff28927666d5edbd4ab4ceb8486abd7f97c6183d0bf6052f14bf0bd
MD5 5f8c0ac1a431373fc3e1573f00a8ad48
BLAKE2b-256 4c4c2746c8e7e3679405e1cce2b8a9d868e7bed76f4b98b7973cbff78348c402

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.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.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d485a98532893fe742338716795926cc698da44c4d4c733f2343b0b8746482d9
MD5 6069218aac540b478a3d163d009f738d
BLAKE2b-256 eb258b17e32f80a897fd77294f602ff4a35d761010d2d104df689ea1c44e813f

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for DracoPy-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1a493df73855f6987b3d254425f463705283ec8e016365ac55a6f9f2191c95d
MD5 2067969c037c98f2fba5c4852cd49172
BLAKE2b-256 8b4d51ff4f9062a3a725c1703eec33ae9aaf7b2e4ce8fe7416a1d975e1500cfc

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for DracoPy-1.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ed9fe43cfe026b4c1ac76237e8d1b38544ace59213993215e9fb200e2d14809
MD5 272bb98ee3dcfb7b7d6b0aab8fdb6bac
BLAKE2b-256 16a43ca516667dc640991f2f6564c6ab669d738cf4ab6d60d0fad731de9b5341

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • 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.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9afb8df10f9e35cd8b19e9ba5d455c27bf1cb8e78bfc14432a735d8b4303d53
MD5 08f544644e933a560485e41b6bb68911
BLAKE2b-256 527df225ccf61ad5ff7a42c6b40220e06f9f7dc39b511c4a6279b2daff7bf75e

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, 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.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aec3898e635ad5627faa21474f2595de6c4ece1558b2c2460ebc4595dabe66da
MD5 3edbd46daa40467d7ae59c0230a8cf53
BLAKE2b-256 e4d65af7dcebf211a260617b340ca5630ae7ef56f18cb0316d72b6f2064f1b1b

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 886.2 kB
  • Tags: CPython 3.10, 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/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for DracoPy-1.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fb686f44e1e127cd4689b4a279a433d2b4c16e40a5668842ad27ec08098e0a1c
MD5 76fcd4848659062074f39cf086fd455a
BLAKE2b-256 b13937eefc5df6ab94f30708e37da1a2ed2f153678ff9f48def3d8e1b1aff3de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.9 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.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 473a80d8d866b0ff1ca9451ac7d5a1781008084de97f4d7eba967322584deb63
MD5 8bdcbf8e27ed82ab701316babad71bca
BLAKE2b-256 eb263f9402d9776b78478bedcd437e3151389a2be662cf90b694dcb9521cb97f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.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.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0d9ff0c868adaae1c00a043dc3e6ab27947173c1996cf5c4f7cd9bb472012a25
MD5 f67aa089ab6d5c6593a97cdb3f7fbe97
BLAKE2b-256 57a3286b14a2d62119d3f75c59a4429ce208da24c40fbd88b9a559e3d96f8a06

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for DracoPy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bac3ba9925a25c5d3968f32593cbc622a776973862de6199ef37ab4940804d0d
MD5 22ea64bf46a9e5988e50a42a31b5823a
BLAKE2b-256 81cbe9b5f1eac6ea9327bc6954301b96d5b9dd6ee9ea1dd2d4921369d4feac02

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ 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.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e559dbcfb6aab7485766df4b96f99b57a84eb700d2f43ec6e503fbfddefdb76d
MD5 eca5c099f59e2c30d2a03b694fe88176
BLAKE2b-256 a6581cac3cc99dfbdf0381165d26194a2b133d1b9d9236d2be64735eccc49530

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • 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.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 352a21f2d04bc87aa2c408aa667fdb769ace586c4722a5d303e544ef724b8612
MD5 348b1b79c90cfcfbf9207485b5f8f0d6
BLAKE2b-256 a3f946cd380ec2a8977309c6455d2cbeb5b6f1a5c7372ee4b4d3200acf5f6033

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 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.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf4736d13f71e66e56e6154953c42556474a9e9913ccccaaae2e320c6a72bc39
MD5 31e4d54bdd60f6d0e844fadf27bf5d85
BLAKE2b-256 06f1617dd28eb8efe93231fd54a3d194f7278fd56c5845ba693871b07091fb0d

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

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

File hashes

Hashes for DracoPy-1.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9fba7b2cffb93eebecfb65b96e51db74c1b9b80639ab88fbedb06e14108e6ee0
MD5 4aef06df47925c62f76bde34211977bd
BLAKE2b-256 4f6f52d1acaf52d02470ded929a6fe0d02a3e1c20d5212e6d2e970ebd5bd2413

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.9 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.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5d4e33613904e8fc60eb133cc80e6e262da72917487a950251187d3fde4215ae
MD5 7ba3745efff53703b21622597057cc1a
BLAKE2b-256 734da471af402de29eb1736b14157618d730e428a4ee6a9bb4336752d375cfd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.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.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0700145f83f4fa06a17b8a0f01ba2cd5f11c82f73812061c773cf01c2aedc109
MD5 d8eab13ecf4444606d43d2cf732490d5
BLAKE2b-256 244edf1de82abcaa477633e2bb6d65ef03bd603f02bd05072dc41faea964d194

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for DracoPy-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e55411a3afc5e4382d8eeb9eb43a76fe2865bfaeb63a2e9be0e25a4a4357ffca
MD5 1c2ff1e9dc8f5fc466aa20311befc883
BLAKE2b-256 708c2ade151ef7c7354b21fb786919db30de2afc4000c30b00f52b5d983552a0

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ 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.3.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb16035c92acf2f62941fb5cdad288a774c92b114330b04eaa1640766d27f2b1
MD5 f1ded62888cd311ffc48079fb3e93b5a
BLAKE2b-256 15b493884a952b5ac8ad51c41b11b4a277553ec9071444dd1f1b4a12f2bd299a

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp38-cp38-macosx_11_0_universal2.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp38-cp38-macosx_11_0_universal2.whl
  • Upload date:
  • Size: 880.6 kB
  • Tags: CPython 3.8, macOS 11.0+ universal2 (ARM64, 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.3.0-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 b8e99fb966d81168f3d2e0f909b95600796d73ad2d6f3dfac0aaf7ac1ef86dac
MD5 df9a2b25d0cd66aa597bcee4cb586610
BLAKE2b-256 5421734d709cce29f9fa5e3aa54ebd97a97b4d90f4b9dcbc72d1c0bf35f71f1f

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: DracoPy-1.3.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • 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.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8079c72765009305d31992d19bbae92e5a06206b15cdc42ad496a66a34a9f51c
MD5 d1cc29ab1dfc7ff67303585acf806a40
BLAKE2b-256 0388882856b2bdc9916057a0b4381d71aaa865fe6435381119f07ad74cac95ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 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.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a17b692ff2e2297e897b91326f171dbed67894aeea5efb952249b1ec1a327b68
MD5 8b3a8e3092272dae16307c5eafb580c8
BLAKE2b-256 2486390777df4f32c5b45ad5a2e5dd1676bb84fd9586d6cd6a88c9e8ed81dbb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.9 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.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9ea132b8f44d2b97cc8d901b7be1fb16c41edfdadc6b839545e84569ab82342d
MD5 a81df80dfbaa2c4d00fe98989cb61ebc
BLAKE2b-256 f21eb2f630e58426c12431664ebff0317cc02c5f170d857e78fda1356665ce89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.1 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.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 482046814b3ef8f01df071c121fbaa9affbb1103382a401752bd9c3e66aee2b4
MD5 695c7c9e7c74596d8fbdc49c1c1944e3
BLAKE2b-256 13d72b90f6364c037b08543ae2d45a8a0dd3598150f744ecc76b4731062469f8

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for DracoPy-1.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb5866504d37aae5110cfc4fc39d05b8db2112c3ebda2e70b5b2291a4ac57a02
MD5 ecd07ed8f6cf426027918e6d72f68348
BLAKE2b-256 0cdba65fc38e0c36d965338b32f27dfefaa89737d26b9442eb611eea11304850

See more details on using hashes here.

File details

Details for the file DracoPy-1.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for DracoPy-1.3.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 84d073474f288899e25f430d67054163331234e4384b15812ca24646e27e714b
MD5 2af97fcceec8274ebaf186a0e14d8d26
BLAKE2b-256 93489b71a59db201d1866e1deb89883af7e774fc2ce5eb5f7d3ec4cace7b2065

See more details on using hashes here.

File details

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

File metadata

  • Download URL: DracoPy-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.8 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.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8addac839babd12b000a3f3fa5e2f02facd217f34949b697fbd0179f79ed96ee
MD5 a00d7d1bda7b0a04812ab2971fcaf39f
BLAKE2b-256 d0dfa5d94e236fa5181d20ac75ccaea8ce33af3e04e8854b85720e12f7353d02

See more details on using hashes here.

Supported by

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