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

Uploaded Source

Built Distributions

pydds-0.0.4-pp39-pypy39_pp73-win_amd64.whl (132.8 kB view details)

Uploaded PyPy Windows x86-64

pydds-0.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pydds-0.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (249.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pydds-0.0.4-pp38-pypy38_pp73-win_amd64.whl (132.8 kB view details)

Uploaded PyPy Windows x86-64

pydds-0.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pydds-0.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (249.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pydds-0.0.4-pp37-pypy37_pp73-win_amd64.whl (132.8 kB view details)

Uploaded PyPy Windows x86-64

pydds-0.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (269.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pydds-0.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (249.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pydds-0.0.4-cp310-cp310-win_amd64.whl (133.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

pydds-0.0.4-cp310-cp310-musllinux_1_1_x86_64.whl (890.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pydds-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (372.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pydds-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl (287.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pydds-0.0.4-cp39-cp39-win_amd64.whl (133.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

pydds-0.0.4-cp39-cp39-musllinux_1_1_x86_64.whl (891.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pydds-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (373.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pydds-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl (287.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pydds-0.0.4-cp38-cp38-win_amd64.whl (133.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pydds-0.0.4-cp38-cp38-musllinux_1_1_x86_64.whl (890.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pydds-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (372.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pydds-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl (286.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pydds-0.0.4-cp37-cp37m-win_amd64.whl (134.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

pydds-0.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl (892.6 kB view details)

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

pydds-0.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (374.3 kB view details)

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

pydds-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl (286.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pydds-0.0.4-cp36-cp36m-win_amd64.whl (135.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

pydds-0.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl (892.5 kB view details)

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

pydds-0.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (374.3 kB view details)

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

pydds-0.0.4-cp36-cp36m-macosx_10_9_x86_64.whl (286.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pydds-0.0.4.tar.gz
  • Upload date:
  • Size: 670.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for pydds-0.0.4.tar.gz
Algorithm Hash digest
SHA256 4948e57106c983a583cb18b226f896ed06ded921406c43097d81edc0604235cf
MD5 2e5ae4dba0f069e5a56a168dc431b8fb
BLAKE2b-256 5afcd63fe7fa71fccd38103d4b7045a86a393afa6bee8921bbbaff03adc30e99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9e8030286b2976b4b18b01c1da43cb9ff352994796c3bbe144a3fefd16a95908
MD5 fdfbe707ec34a3226fa4268fe702ab5b
BLAKE2b-256 548331b4d55a4c14e7d33444e45b4ad278d6063c290b0473edb302e57920e6a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee95958273fa808f9628551bbcf2957b1a7e19a08973a6a32657bec748dfdbeb
MD5 6f5aef256504b59e19d373f50f974d0c
BLAKE2b-256 98783567f87cabce1411056a2a0bd830b79fb3c07e7899934baf8cd934dd1ee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d108575700c1728f81fe6dca60c80283ec690137c4860dc4e5c47d8bcd395251
MD5 bc0b12f8198164ebe8257de4ca625a36
BLAKE2b-256 35338aab7035942a8d76fc344d28e3784322a7ff0ddaae9d4e66bed43d42e14a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 81369059ab222f1f56ab0299eafc30714b2e6168c9084912782de4df76d8c29a
MD5 da10a4218c60c41a1523d306657b2a30
BLAKE2b-256 02dbab93e0dd2e343d67df793047e81c221fcb9fbf90e1bc740a875cfcda5e5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c00c5dfef19f6ea1f1e192f8ea4064857524e544a96a548a1f1f2a1c8c038d3
MD5 8def73853a11d4ff9d4d890994cf0297
BLAKE2b-256 7f9638b161862fab38a162cbb8abf9b423593b9956c9050ef641bc8dc416fc26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 811f0101c071270bedc0058e81d9fce07282ef3df3683e333028f1795c42fb03
MD5 9b5686bdcff60357a64952c77a444cf0
BLAKE2b-256 ed9cf849810a7f139906a747c5c54868e1ef32d3f0961f920dcb4b262baa1ebc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 03d5a05cbd945a960e37ef0f54b6d1b6b5cb1e8a9d6a8b7931235fb56084bf78
MD5 d94db5c6c15cbb9a6f5e6dfb6b82bb1d
BLAKE2b-256 018e82ec634858310acdebe5b80f91e4e2c9391a4953534f2105ed00f08a8483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51914f9fcccbb1b6f72244f747058be8304af48725e60a7b641f47f3d4106108
MD5 fc1594b3e74bb61867031d16bddc8f73
BLAKE2b-256 e88a98cbe711c5a91f8aeaa88882d76c73742610d2aed03936d520ba16476977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1aae64681d6c8aa9cf46108d23eb560c251462222334016861cd3b853a92f99
MD5 7deb3bf9abc942188a951315020a2156
BLAKE2b-256 bbb732c5488f5ab3cfde8779b44e8a87eb52b0fadb293d3a7d4b7efa7ce53e51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydds-0.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 133.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for pydds-0.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 745419e46064e33830590e84bf6ea9188d550b22e7ffefe767641e9dda62495c
MD5 b219d7e674dbf9177f1ef6468bde02a1
BLAKE2b-256 0d73528acbffb4ee02116e2bcefd661b782644ab9ad7bc50ad26895748f259b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c27e0c18a0deb9c9a20751f9246f86bdc3eefd23ff93dae15bbaf91be9fee967
MD5 7aade19bd0816a2138fe8167d7263277
BLAKE2b-256 d2e8be8aa1877942eb11b35cd2abfef96bebcfe6fca0d03d3f197f7d2ae14f3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cfbbd836d04ea21108b42d01c96dd11621a06a878547dddfb84bacb998dca7e
MD5 1c9acb85f51ad242af7293b77a8f6ab2
BLAKE2b-256 bd86bb997f60742dc2914b217661011ac7bd1204732b2bcc545ce3b7024ebaa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4371580c8bd9fd88d8d4111a9caa1f0c837bd8f1c52b4651d1e7e7c2db2217bc
MD5 f4dd1f3a4a6a4327ea333de5c91f7ce6
BLAKE2b-256 86c9b6576f36e1719cb842569fc93c64fc2dbfba68f1a26a9b93055a066378b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydds-0.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 133.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for pydds-0.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 54b4e85d11e782055b6ec60dc133f6ca5408e639ae07d9df1c0275194da517a2
MD5 803bec781dea50713b2b4ad3107be6a4
BLAKE2b-256 d86ebcf9b25de01f42378fc9dce9f0bb32c64359aecbc2e8eb66b4c0107a9ca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8feb56a8ecc1eea47d25aa55afc09222059bcb18cde865706cc33feaa65d2653
MD5 7c8b93685c89d8c41e0dd6d8acd47c25
BLAKE2b-256 4efe9064b25e614cf20ffaac911a32f3293cb0d72575fc176570b2d60c930b78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31681e40f7d165faf76b8380bd53977c235169c5cba71d3b49cd2a2e91fdb336
MD5 bd1c00fce160051181d0873f93eba6ba
BLAKE2b-256 d75c2d086c42eeb05accab7ee77ec01c86ff62978f3032bb3954b577ecff6ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9cbc8dd96055ff316f485cf5b599ac610a2a6534552480c1ed7abed78c29aeac
MD5 3f0ca778e5ba99de25b827e5c47034d2
BLAKE2b-256 34bc18c38505f944727c7b87fb585c9aa36cada998fe138518655069ffe5e7f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydds-0.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 133.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for pydds-0.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 00549e7a69d700851ba045cd945fcea53a6abdf6f9028792b1f9524c26d1e88e
MD5 d83566d256e8b9ee35bd0c160e568a09
BLAKE2b-256 a96d356a23d9916e3d92d05af3020029d1797d095a19c2250186fce72a155bb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0c48395b3d33d1fa0f5488d81a3cdd2139c0c768096bf6c601aa83dab8928f9
MD5 f200650bfb42fd9cef52a0cd42a61d4c
BLAKE2b-256 6f9567d557af7d40ba2898a900eba0c1de34ece7ca106b2ef5507aa544df26a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72f16939be323ea340a43a46ba553897f25135e0764c683b614f40a315ed0a69
MD5 703d1f4b43a5dc5f29edef1a1f07f9b1
BLAKE2b-256 9ddf59542b6cedb37e2993cbd45204507635c4a134ca0c72297bad675de93112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 358003b6b652b27c0478273a2df9ca28232c0262ad04fe4c8987493dd9985454
MD5 a956b44af82c6767225d006756c3e38b
BLAKE2b-256 f664769bdb9f48b7fe5187b34853f22f91692fbe6b77bd5fc108a6681d7196f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydds-0.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 134.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.13

File hashes

Hashes for pydds-0.0.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ae13ef4733e8b35dc9b5ba90feb75db05f59faf2a6b6b655e06063a0a4bd1a37
MD5 93183487cc95a196aef0f6a0ca5a4364
BLAKE2b-256 22958216bf208e0d4459ee5fa9a3d8471ad386201b8d2549da0a551c144006bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e5e267ceae7a48d97ff3e84a6e8edcb3246174b2646714f25d4219be50e89490
MD5 1362f5f19bd9279891826c8d0118a428
BLAKE2b-256 15b8b7786fd0034ac5d1de30906a814c87acd573306345214448e23f3fb51e07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a8978968c92cbecae39d9e277679323dc4ad50414b55ded7ed96a9a0191930a
MD5 157ddb880204aa90a5edabcae8369496
BLAKE2b-256 f52b23560d890457c5913393ccbd9609172a9f9a8d7d57bbe147b96c68f9a55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 393311eaa6740741bafdcce0f11ed37909a1157140ad91c2b67d7dfe7bca8a42
MD5 907e7c26e87f8f727351c0460da1e4f6
BLAKE2b-256 0fee802894bf13be03a3d3c554fdda40e26f2d7cdaa821363a01fc1bc67e0569

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pydds-0.0.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7998c6d9c988471ece248e4a4515a24903cce84e9a96e3bdfd3c1d03f0b40950
MD5 2ba3ae512bed3049fe7c0cd989a5c00a
BLAKE2b-256 fda79243b10167c68aecb8507a51fc40a6e86632ac975ae921fb42a6b1d491ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7efb51420024ee47400c0ac6dca22f3edb4028cc1025478020c6ae254d245aca
MD5 39315c0e24a0086b9bef66f1d9c68fa0
BLAKE2b-256 c330adcfc5644325672b0872ee2e93c1c054f86d00b7a50e0b59e92d83234d64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e7416d394b93aa76d00a63ebafacb0a37a55f53d242335e5ac239f552cecf8e
MD5 40d4f783222ab5c833316f83646f12da
BLAKE2b-256 0c981306432abe1fe2a39dc1f595fff1250e286a4356c27d5e416f4beee449cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pydds-0.0.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2eb0958fc62047920d4b1e4991da14200046d3ade5ab67379f06fe7cf6c8174
MD5 57d8998dd15f28ba59d8a51b858e60ca
BLAKE2b-256 42cf7885a2c6d4ab49cfeadfd10dc61b64d184b1e1f2a23cb5dd8f99ab9cf18a

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