Skip to main content

DDS (including BC7) decompression bindings

Project description

pydds

Replacement library for ImageMagick to decompress from many DDS pixel formats with an optional crop to a target region. While cropping can be done with separate libraries like Pillow doing it as part of decompression can save a lot of work as only the required blocks will be decompressed.

Usage

decode_dds takes a blob of bytes and an optional cropping region, returning a PIL Image for further processing.

from dds import decode_dds

# optional cropping region of [x0, y0, w, h] to be applied while decoding
crop = [0, 0, 20, 20]

with open('Atlas.dds', 'rb') as fh:
    img = decode_dds(fh.read(), crop)

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

pydds-0.0.5.tar.gz (670.6 kB view details)

Uploaded Source

Built Distributions

pydds-0.0.5-pp39-pypy39_pp73-win_amd64.whl (136.8 kB view details)

Uploaded PyPy Windows x86-64

pydds-0.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (270.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pydds-0.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (249.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pydds-0.0.5-pp38-pypy38_pp73-win_amd64.whl (136.8 kB view details)

Uploaded PyPy Windows x86-64

pydds-0.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (270.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pydds-0.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (249.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pydds-0.0.5-pp37-pypy37_pp73-win_amd64.whl (136.8 kB view details)

Uploaded PyPy Windows x86-64

pydds-0.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pydds-0.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (249.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pydds-0.0.5-cp311-cp311-win_amd64.whl (137.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

pydds-0.0.5-cp311-cp311-musllinux_1_1_x86_64.whl (893.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pydds-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (375.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pydds-0.0.5-cp311-cp311-macosx_10_9_x86_64.whl (289.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pydds-0.0.5-cp310-cp310-win_amd64.whl (137.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

pydds-0.0.5-cp310-cp310-musllinux_1_1_x86_64.whl (893.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pydds-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (375.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pydds-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl (289.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pydds-0.0.5-cp39-cp39-win_amd64.whl (137.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

pydds-0.0.5-cp39-cp39-musllinux_1_1_x86_64.whl (893.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pydds-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (375.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pydds-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl (289.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pydds-0.0.5-cp38-cp38-win_amd64.whl (137.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pydds-0.0.5-cp38-cp38-musllinux_1_1_x86_64.whl (893.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pydds-0.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (375.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pydds-0.0.5-cp38-cp38-macosx_10_9_x86_64.whl (289.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pydds-0.0.5-cp37-cp37m-win_amd64.whl (137.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

pydds-0.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl (895.0 kB view details)

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

pydds-0.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.1 kB view details)

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

pydds-0.0.5-cp37-cp37m-macosx_10_9_x86_64.whl (288.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pydds-0.0.5-cp36-cp36m-win_amd64.whl (139.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pydds-0.0.5-cp36-cp36m-musllinux_1_1_x86_64.whl (895.0 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

pydds-0.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.1 kB view details)

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

pydds-0.0.5-cp36-cp36m-macosx_10_9_x86_64.whl (288.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pydds-0.0.5.tar.gz.

File metadata

  • Download URL: pydds-0.0.5.tar.gz
  • Upload date:
  • Size: 670.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for pydds-0.0.5.tar.gz
Algorithm Hash digest
SHA256 d45f9fb9cb090410a9f5e79c871fbb298f3a0aa47addbe67de75cc2554600a9e
MD5 974a93fa5906c6d83180f4c4ded15404
BLAKE2b-256 27d2ce57866d5a68475db578a2fec7a3662869ab419298b2dd07898f7e6998b2

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 971b82eafa3792ceea3c9dde58678521cd02a10a46ae22479e04fdb4c1203ed0
MD5 3a657e0eef1d51876fb1b03cdb74999e
BLAKE2b-256 a802f9426fb9a91b4412385e8bb3e5bdc4a890bc28245d6213c36fbe52464612

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f003134b50970f85c3d29b4eb3ad26920745bd1b9322d7e28a2d1c26eae4bf46
MD5 ea106fd7787aa9bf39ee525035f23e71
BLAKE2b-256 b82cce9d902b1542b19aa0558c557d8ede096ab7d432802eca562ea8673f3cb1

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76de1307830a960ac0cb161ae5e51eb1474ef2193e1c5e190b87963b86794f25
MD5 b1447c167578c0a38613783eb4e78302
BLAKE2b-256 a408544bbcb14ab1e82163af149f89393b11dc2d5f8cd5d5de83057974c2e204

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7be04eea47a62426809396496d74ad6f857badcc5ea9788141e775add47d97f9
MD5 7ee92fc837fe5f34faf3d9fa8d5f7fb4
BLAKE2b-256 e76f025a573c925d28965985247f986d9a477692927f8b805f82c689c61216bd

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d7ee4521a85b3f31f293dc6340bfae0eafd216dd386ee7cc4086105d043abeb
MD5 bee5166b640dfbf1c0da3a1e96ad37f1
BLAKE2b-256 648e01fe66842ac0e189e5a0c0dc5f6f219a239746b40e7f3f5ddf7d5fd33071

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6851c8d64bd8c9edfb045f98a7742036d995dc95eae1e5fb8b407c715116d828
MD5 d9d4e91a37c0ff93b98cd5a6a144afea
BLAKE2b-256 b94ab20ee57aa0897624904cfa98c492148271c2078000cf1e3fa18a7e4f1e01

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7a684c5d7d030066dcd6c29c0a85caf444ca4e3c70335d8adda04fed3033f1fa
MD5 4acf751450b7cfe837b5099d892fa8b0
BLAKE2b-256 d27a048172f085eceb53dfb01e04323665f034446c36b1b4c0a1675a348c1df4

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9b343968030b8c536625adba6f5b6e2af97a163f2062cd2378c916aee64131d
MD5 39bb51164771a6d0ac4034c5b2d8ee59
BLAKE2b-256 c8926c89fc72ef0a118ca22e7cc4b6b0c08726030554559cd135f2e4e0fb1b6b

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9112f7ae9452578f8915ac019e85d3e7a1ed73f97db3bdf891474645bf36acd2
MD5 7c51cb3b85af500148e424e0e273a0fe
BLAKE2b-256 81181802d59232c9c6015a13aeeb5d6d2244b0de1a0abd9eb42e8bd0978b90f1

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pydds-0.0.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 137.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for pydds-0.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0807270458d73e95ba5c3fd812b58e48ba3eb6db546f9f393cd73bdd7fa55377
MD5 63fe2b07d544413fd43f431af478e0f2
BLAKE2b-256 a9e58544c283e48c2ffaab8337ad3a2a99789c5dc4d06f10efa2496acb3df026

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 662972a419611bf8c0f61347f57803095d51f3f361a136cb5606d37159e81b0f
MD5 3fb9f8dd80ebc18ab52ac806163ee446
BLAKE2b-256 efc57d5a7608105805c5e4ea08706bf204e9579d3aa3acae78e163dcb31aaaf5

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc457993b92bcbcc4927b1f2718ddc3a688f525c05d857de3ceb1513b596735e
MD5 1df51031207db0371db168fa7cc6eeb4
BLAKE2b-256 94e2575a1fd37a63d8e9dd9a6c036c473f8b469ef52817c593141a1538549781

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3cb9a56d9f0b258491b71ed208c0b48754783ac5aee6f2e40450df2a81113e54
MD5 d0e7f80fedce8381ff9c22e4e02461eb
BLAKE2b-256 0e84b9bd30573d72744e913cd9fea70f78bca2f06486784b41b653be7d321924

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pydds-0.0.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 137.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for pydds-0.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 050c9d7c5872c087e02aef71001e6d5f367645ac57db00ab0f30bde7d166ffd1
MD5 4a66e1bc6d103be76fa4521672e58d9a
BLAKE2b-256 f282aa156adb2bc4224f505d1151217e931d2089551925abc354bcbd88cbbf5b

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0def1fe4b0d2c4c6d300d50a12895dc86c13c23721547e947f9e991b3999d0d6
MD5 85f5927ee9b7cc6ef84a983cd40e4637
BLAKE2b-256 cd5d0d672d0b0dcbb213911594c6c5f0920da80f6c47424a3f20ff06ef6d40fd

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cee07237670f9289f462a9da9c1af51608df5ddcb8b75ee4e7d2c73c89b58012
MD5 a1c967a581f2399cf2536bd94c322b84
BLAKE2b-256 dee7b4036cc513abed9ff44f74f5a110070624aec76f02fa8aafbf6b2b938156

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2edf324da835cba95266ea3e46b5899651aa149dd95710a77788aead36f8052
MD5 01e984eebda93efffdfc3e6148d19c3e
BLAKE2b-256 1090785d6e389f5c0cf772dff7ce9b4e77e017a9c434eb5cce87f0f19b053494

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pydds-0.0.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 137.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for pydds-0.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3c8d1fc997119c4f8d1ae11d48a4c482b12c9df53a56295a4598d61cb0a4f7b5
MD5 4ed322bc4140266b37580645bdf2efa3
BLAKE2b-256 62c3910c9bd4f49e3e9bd26e3d6a19fe8b67113506be34dc364626e4b23006a7

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0d8d6bebe1a66a7e83a2174da365ad774c1d3a46022fabdc24e844da9c63971f
MD5 555a293f8a58f5689de7e9cea6019b69
BLAKE2b-256 238e72978f7e345bff881e20084fb31dc9f336ea405ff91b41aaf9ff5d5b514c

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3f5bd14dedbd016674711e3d582e29178970575d2f1b11d20e48f6aaea9a611
MD5 56b394ac358ba233eb22209f682a4d92
BLAKE2b-256 f461be22070248e3a36c561c4d3a765aa68103c8e811b9bb99cfd0ef15168a9a

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62b8a1fcfd55a753968bef2529a49bacc5f53fdd83d3654e960a5c19d9318e9e
MD5 c03a342373a97552b8095cb6219973b5
BLAKE2b-256 66cde39625d5d3e09bd0270bffba7d11ebbc3b4bfcdb25addfb9a5ed4443cdad

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pydds-0.0.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 137.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for pydds-0.0.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fc765334e86b6f2dceca3e8f0b6b458c440872695ac0798dd501686998443cbe
MD5 6b0184d8e7104cd7b924c569cbaf18c5
BLAKE2b-256 f9a4f9d49bff524b5e2d3329593a08d42a62ddd5df98a0c61e8fea6bee950f36

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e390e3c5a2ec710a865b128d2a22c5ee6efa71a00827c886a855488cea4afa90
MD5 c9889b6d351ba1b7d7fa53238a5062b3
BLAKE2b-256 35e86f0e2d58ac09879d7b0cfd90d44727a2370ba0f116e5664075dc3890419a

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e2fcc429dcc0fc1c38176dfcd64fd28ecc3ba327b12d0fd0be1afca5a2fd353
MD5 c7ab98ef9ecfabdf8063ce32b52e4bbc
BLAKE2b-256 d11bc25907712102e50950de8131523df474b9ff841644ddb41965d0941a46a4

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4eed9ac9844ebb0bab900bbc1c3dcb49ae988d6b1302c25828a6db2c16f80a77
MD5 0c34ca124f68f03063de2af895904eaf
BLAKE2b-256 253ad27035f1c5cc04a31d0c3ea90d87bf2e56e38384a3a8062c74da51920af2

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pydds-0.0.5-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/4.0.1 CPython/3.11.1

File hashes

Hashes for pydds-0.0.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5641c42734002c3b776cd05af2d01db82047474c93e433899bb28cd957a665f7
MD5 5a72ea37ccd42088f571838d2fd8d8f0
BLAKE2b-256 eef5502b3ba857052237d28762a4e5ede64f14cd36c3d229923af4cef6ac1b67

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ccf0e3b08794b3f5209c72b1af3eae9d17ff8d5939500de36c4e5bfa4ea81e78
MD5 2df7b79db73ce46e345132bb365b9bf9
BLAKE2b-256 6cedc312a86e344999b584b53a3419bfa9d0c381422561aca99d96f01b04ff58

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83f32c32ceb7d6b8bb19f142039c20b5fa2bcf5d53bfe104e55db035c7273bfa
MD5 30990186d8ffc58594c6b0a6b41adffe
BLAKE2b-256 6d5d571289b1054085728116791dddd12db234b4ef32433989bbd78cbaa9bb52

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a1ddff734bf644c333529bd8345e8d388bea89b05d78e90a3adb56eb2713d86
MD5 398389bef1da3dcc6c5df8656b9b10a9
BLAKE2b-256 c93b92aafd1a05b92ca364f45be6540da47c04dd7ee0f3f1e1d656eec562ccac

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pydds-0.0.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 139.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for pydds-0.0.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 546a14262947be9e1b92c2957ec2117436bd3663b00c3c267c552f35f86bc536
MD5 1cceed3eff958f23bf23c8980be7b058
BLAKE2b-256 d6c11aa86f8249c7231ffc0622ccf9c8eda6df512cbc69685b9b74b2f9ac7fb7

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 70d13930ad39d7544afb70d1d0807f40f4a78557aa6c380e41d79f65d7c3718d
MD5 a687dd9a73dfbb4f4f007ff9cfda1d98
BLAKE2b-256 3047499c83651d5d753c07a494ff51f09bef537ed12f3328d2c75a1c9dbeef0f

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa3e36927722935ab238a500f89ed8340fa115f45bd5cb0d9bc5e3f1655c5edb
MD5 a929b3ba9776ed10ec343327710eb06a
BLAKE2b-256 f9d22a0e5e3ecdca7bea29b460a1846e4965054aaec012a24a2dad711a8946c4

See more details on using hashes here.

File details

Details for the file pydds-0.0.5-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pydds-0.0.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e363bcf904a6a8577ae42de53d0ba771beff5fcb8b17c2afe650d41161e1301
MD5 51a0261fbd22e04ae9f3d4b46c11afa4
BLAKE2b-256 dd9ef2ccdfb6f6dbf3901c30dd1c4e872d47d8d196496a0accc76f554dd7122c

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