Skip to main content

Python package for working with Adobe Photoshop PSD files

Project description

psd-tools is a Python package for working with Adobe Photoshop PSD files as described in specification.

PyPI Version Build Document Status

Features

Supported:

  • Read and write of the low-level PSD/PSB file structure

  • Raw layer image export in NumPy and PIL format

Limited support:

  • Composition of basic pixel-based layers

  • Composition of fill layer effects

  • Vector masks

  • Editing of some layer attributes such as layer name

  • Blending modes except for dissolve

  • Drawing of bezier curves

Not supported:

  • Editing of layer structure, such as adding or removing a layer

  • Composition of adjustment layers

  • Composition of many layer effects

  • Font rendering

Installation

Use pip to install the package:

pip install psd-tools

Getting started

from psd_tools import PSDImage

psd = PSDImage.open('example.psd')
psd.composite().save('example.png')

for layer in psd:
    print(layer)
    layer_image = layer.composite()
    layer_image.save('%s.png' % layer.name)

Check out the documentation for features and details.

Contributing

See contributing page.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psd-tools-1.9.30.tar.gz (256.3 kB view details)

Uploaded Source

Built Distributions

psd_tools-1.9.30-cp312-cp312-win_amd64.whl (355.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.9.30-cp312-cp312-win32.whl (343.2 kB view details)

Uploaded CPython 3.12 Windows x86

psd_tools-1.9.30-cp312-cp312-musllinux_1_1_x86_64.whl (789.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

psd_tools-1.9.30-cp312-cp312-musllinux_1_1_i686.whl (755.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

psd_tools-1.9.30-cp312-cp312-musllinux_1_1_aarch64.whl (778.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

psd_tools-1.9.30-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (787.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.30-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (775.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.30-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (764.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

psd_tools-1.9.30-cp312-cp312-macosx_11_0_arm64.whl (357.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psd_tools-1.9.30-cp312-cp312-macosx_10_9_x86_64.whl (363.7 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

psd_tools-1.9.30-cp311-cp311-win_amd64.whl (355.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.9.30-cp311-cp311-win32.whl (342.9 kB view details)

Uploaded CPython 3.11 Windows x86

psd_tools-1.9.30-cp311-cp311-musllinux_1_1_x86_64.whl (799.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

psd_tools-1.9.30-cp311-cp311-musllinux_1_1_i686.whl (769.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

psd_tools-1.9.30-cp311-cp311-musllinux_1_1_aarch64.whl (791.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

psd_tools-1.9.30-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (798.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.30-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (788.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.30-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (775.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

psd_tools-1.9.30-cp311-cp311-macosx_11_0_arm64.whl (357.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psd_tools-1.9.30-cp311-cp311-macosx_10_9_x86_64.whl (362.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

psd_tools-1.9.30-cp310-cp310-win_amd64.whl (355.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.9.30-cp310-cp310-win32.whl (343.4 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.9.30-cp310-cp310-musllinux_1_1_x86_64.whl (759.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

psd_tools-1.9.30-cp310-cp310-musllinux_1_1_i686.whl (735.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

psd_tools-1.9.30-cp310-cp310-musllinux_1_1_aarch64.whl (750.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

psd_tools-1.9.30-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (754.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.30-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (747.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.30-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (738.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

psd_tools-1.9.30-cp310-cp310-macosx_11_0_arm64.whl (357.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psd_tools-1.9.30-cp310-cp310-macosx_10_9_x86_64.whl (362.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

psd_tools-1.9.30-cp39-cp39-win_amd64.whl (355.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.9.30-cp39-cp39-win32.whl (343.7 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.9.30-cp39-cp39-musllinux_1_1_x86_64.whl (759.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

psd_tools-1.9.30-cp39-cp39-musllinux_1_1_i686.whl (736.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

psd_tools-1.9.30-cp39-cp39-musllinux_1_1_aarch64.whl (751.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

psd_tools-1.9.30-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (756.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.30-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (748.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.30-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (739.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

psd_tools-1.9.30-cp39-cp39-macosx_11_0_arm64.whl (357.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psd_tools-1.9.30-cp39-cp39-macosx_10_9_x86_64.whl (362.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

psd_tools-1.9.30-cp38-cp38-win_amd64.whl (355.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

psd_tools-1.9.30-cp38-cp38-win32.whl (343.6 kB view details)

Uploaded CPython 3.8 Windows x86

psd_tools-1.9.30-cp38-cp38-musllinux_1_1_x86_64.whl (778.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

psd_tools-1.9.30-cp38-cp38-musllinux_1_1_i686.whl (756.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

psd_tools-1.9.30-cp38-cp38-musllinux_1_1_aarch64.whl (772.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

psd_tools-1.9.30-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (769.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.30-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (761.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.30-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (749.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

psd_tools-1.9.30-cp38-cp38-macosx_11_0_arm64.whl (357.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

psd_tools-1.9.30-cp38-cp38-macosx_10_9_x86_64.whl (362.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file psd-tools-1.9.30.tar.gz.

File metadata

  • Download URL: psd-tools-1.9.30.tar.gz
  • Upload date:
  • Size: 256.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd-tools-1.9.30.tar.gz
Algorithm Hash digest
SHA256 a9d38fc0397f151930f2afe145a47bb5c8a7bff3ff9a80cf6578d1b1c0ac2671
MD5 91f1919fba32311b1ec50b506e8d490f
BLAKE2b-256 006f53508446a6dd9954644bf1a571704134aae6e2e93c7889e6fff0ddde8e34

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f31e2b01216cec68b5275341f8a352b6fe552ad66a023537cb553ecfff889db0
MD5 c45321a30797252053e2c7f5c7a35c2f
BLAKE2b-256 6237c56bf28ad2a96618bf095dfb2e442f24b3535659f7f85924299c75e3d246

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-win32.whl.

File metadata

  • Download URL: psd_tools-1.9.30-cp312-cp312-win32.whl
  • Upload date:
  • Size: 343.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 25b9722fe23361e8f1796aeb8662589bedce376ea9134783ea219cf408ce725a
MD5 41bfe8fdd91991a86476c7fe2073301b
BLAKE2b-256 4e6c2abb90046af8a08824b0fe049deb1b8d30b55260714736cd499565c655ee

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c6c76d080b61fdb994347d2afe7ce5f62e2de080c4d314286ab5a48a25c5e66
MD5 54d249c894be998a4a3f2baae8110c0e
BLAKE2b-256 d70fce9d297308020e1396c5cf1480a806658e5c6baa19430279310f7238c571

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 02f7f3df4489bc918e899cbf7521870fcfb83f28b8cad6d480cdae804ce7a388
MD5 204acd7c6f84c00bde9867b40a133907
BLAKE2b-256 dc477345020f1413dc14af1abc1bb5b945cb827725c58ce49e40c6b346fb3da4

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cfbe917e5d9ca336926997ed1fcfd0213694dae9d765307431b65e1de9ac6a8d
MD5 1b235a76c62eaf7b8d878d85c5f99ac1
BLAKE2b-256 1e4da23b51139cd2b207a7e29840fce43110c37b7d33240c8af406365df41af7

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f92704c05c56e3ff26b7f668c929fdafb5ab14d906bf87ca2784e523bfeb2a2
MD5 35505ed57e4242b03ca5db3b1c25906a
BLAKE2b-256 23362cf05b1a8e7b9b03d6891e334d84b0e30eb8e766a31536990e91e77af8f8

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbecef3a66bd4034d70026147ea6682992d1d85f727a464632ad316dde8fcb1a
MD5 101e1412749bdf159b5b6d26a123ee92
BLAKE2b-256 6e2e3f064452ac63d83e2678698f886967679d578547229e3fd2f251c81c0611

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 91f992709dd4250dcded012aabedae2f43ca5d00fea3766d9cf07066a52a8062
MD5 5bfba9b3bbab94d508346e230eabb054
BLAKE2b-256 aeae426bf162526d5e06d02cacec243634b6d4c5734f3089f6314f099fb6447a

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4108ec9b37e3ff510f6aed6e842866d1fcd58435f391783e8dd3f01a2f698ffe
MD5 a70a565c06fb0fbc315a9949b6723ca5
BLAKE2b-256 a0fe43bdf2349e2b5e71694f217911566ab97c48bb5eae96cc7259100c9ccfae

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f21814e5755492d654d5fd27ecb8fd7fe5584b0a660d55c8e108837bc4e4c258
MD5 bb2c638c341fc09cda909be5e1aace9b
BLAKE2b-256 414389e7523c5c1629a693251df4f634eb9f2f5fd295aca20befcf65042179eb

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5237839030999b674f865e68dd60d30135b5e8d9b3329ec726d5c292781205f9
MD5 e9b3d614b1f52bf36e47f1a7c4d7a642
BLAKE2b-256 411e3e3426e3d11c9192f2ac065cdf9aa1a375f2d35eb431c4273dc105eb226a

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-win32.whl.

File metadata

  • Download URL: psd_tools-1.9.30-cp311-cp311-win32.whl
  • Upload date:
  • Size: 342.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 24b70745ea6f76517ca77db1cf1ae25ba06d66f8f2deb4eadfb57093da14201a
MD5 e54956afbd19b7b8ec42ff8200c0cd6c
BLAKE2b-256 7a7b956dab20587964e3b1c815cc71760a0a56b46310272e1ce10065497fa763

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e777f2a00d6e09b8f2937285103f43bb0bdddad97d8a6c92f690b79b3021b7ec
MD5 12bc61baaa507b63a0382482c2a786e4
BLAKE2b-256 4f6ba7ad65841dd46c64c4a7376cc5386009a443598233b7b15525fbaa148166

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ccae1eb8e837a7d772c3670b209ef107d650a2fbc7f8faa0a9b59cefca1fd63b
MD5 297c234dc27e8f12353bcddbf2ab0934
BLAKE2b-256 a43444e04b4af8bddc30d92e6b3ce3f49ff7a4f95bf80b247675394c59a2be65

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f62068fbb4cb840624afc11974ff3416f4a750d0dab2a0b51dc27804e855e5c6
MD5 334655ed2fc544c9b93040fbadf1fd1d
BLAKE2b-256 89d0f4a2148073731a3fc259e21154e5f26310317ab9ac9396a03a501a453c91

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b276274fab5a872d3da9bfdc981d0285ad06b4baee78832587aaa6208a27ce4c
MD5 82f0ea5951ed7f89f26301786087d0f8
BLAKE2b-256 9c06801f41dd70544ca07cc3ea2dc13c06cc06658970efa7420caee7e3e5426a

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 810ba2629681801d88cad7c570bc034c9ca44fc348d65623fb968b43e78ba696
MD5 4b948c51f25577764b04aec601fde2d3
BLAKE2b-256 fe50c4b1fc66c150b3a70d1a190f50e868ac1296dcb3b339eedd514429e72fb2

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 604edab5b349821eb7d8c2ef71680baee0f4e28745046646967003d03a117bb1
MD5 828acd64423736a6520ae4f927950f9c
BLAKE2b-256 830ee167676f9b45c1efc1f9d3594d0f42cce0eba786a5495cf9e234f423dcab

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f350b2d2ca8c013c223ab0fa31a6f40c8b6acffc5117ca6ea2ffdaa7f1df95a
MD5 a19e0b09d747bccb7392db73732614d5
BLAKE2b-256 ca3b22e28c3c89fa2bfd5ec765f1a1c690d783ed8a7c1c9184f99337f1deef47

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2c4dd54758d8477456de81bf98e152a3cf0a83bfc8ba2a85bdf1e910d3a488ff
MD5 97b2457cf18d31369c117f06ecc71849
BLAKE2b-256 af024f3e62208dc461bc858042b48116ed24be849ad6615d056fb0c9de8ba5a0

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58fb77bd3d7a22242a3d8e22da940b566d59b4e9881cd321d226e2ce592eca00
MD5 ffc51d620062fe753adb7b423f6bb2fa
BLAKE2b-256 ecaa183b14a1ffef6c381457e736bcdd9e691516806394730d40f3cbab84665f

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-win32.whl.

File metadata

  • Download URL: psd_tools-1.9.30-cp310-cp310-win32.whl
  • Upload date:
  • Size: 343.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 11da6b7e939b77de929442a8abe6d7722376613ffde8a9e784ba0eea4dddfaf1
MD5 1623569815bf8a1561ec56c7998e31e6
BLAKE2b-256 bb197f1bf731bdc52e0bce32984b7055b7bf82815e1ac1e4cf66e89dc9945e57

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bcc70abc927b71dbbd374144102e3a74fadb2ed5b861bd9f2cde41cdfd391091
MD5 b4ec0c7e7229214a522b7769e02bb5b8
BLAKE2b-256 9d89a54eadc53aa4550395905b9f275b4e6bcb5e239dacdccebcfa67505d7db5

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 40d5aa8c3585985bda5f59ced78632e8ab9d2da4b2d254a041ca977337ee9960
MD5 10e6d30fee222e600eee3855c96b9680
BLAKE2b-256 5bff980d4fd2d7dacbc4c9f7e1bdc07f3a5380216dcefcdd2ef41f80b1e3da67

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dec1d14fb48821913c65c186b58e32d494dd6c6ae6ac834f0131bf74ab96ce02
MD5 40cdd351a9f0778ced33af6238526b68
BLAKE2b-256 f0c234cbfa7a0161459a1128d85e3bf6d26e25b4c7a1197438f8727a81edb830

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb30d12b495f0c1c9dd1ebeaff91ef9f681e49e2045c6bd2a8dd850c9f5927f7
MD5 59f4c4a6c71c7ab218d17a3cb46af0c3
BLAKE2b-256 baa871668db9f3f526e9397553f2b67b24e6407220b10d7db8ead6374a9da17e

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bacbb08fff5e907afe64630d916908d8f858ab61379a7a0a92a6465c490aec3
MD5 7fc5409baa2488eb95b1f22f251d89fb
BLAKE2b-256 816920e11ff4d5943fd1b17d0c6bc5a0ca9193b9a088da03dfa2db0f56fe1267

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2baad18f7f8d109ee7ba5194c5f24cf4c258d6b4553998a1f148a7170b8b4f33
MD5 1dc3b0cc488f7365aaabd4d321e5d39d
BLAKE2b-256 d7da9bc574f75a7ea0fbded5ecbefe9a4ae265fc4f5b8c5eeff9489184a3821d

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7bfc8d2213b5e78a1b28869a3b9c31b48a2824464ec73a481d984fbeb8f5d12a
MD5 a35f1be195128ea363b271db4aa5ef53
BLAKE2b-256 d628797bb77e3f0183ce1468f35813f20a50bd1558a9cf5758d2305a4f1a9007

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ebb30e5544bbd5d2fa95293c539bdceac846a7cec78a10034664ac653dd344a
MD5 87e34d93c6ac24cad09502c8db994fa9
BLAKE2b-256 63cb23302fe02a567ab39db1e0b1867cffe8057866a34f1208332bf45437307b

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a59a58eba990d7b19f10f1ba3a21ffd04fb9578f7919a8326ea16e9e664f88a9
MD5 0156abaf164f1cedd89857951a2c3f2c
BLAKE2b-256 9a5a5f178dcfeefa514a356f84b708b22ce5102664699f4d094b25ac1cb15022

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-win32.whl.

File metadata

  • Download URL: psd_tools-1.9.30-cp39-cp39-win32.whl
  • Upload date:
  • Size: 343.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 51b2dd275350decea6fe2ea2a5e8ca676a8ab2015c24ff408e7fe70979e2dd4c
MD5 d4ef3a9c5784a9682b4db4ae07e51a9f
BLAKE2b-256 8bad6cd67c0a17dc1a3ceabd73a4815d0c398b3093c5289f5d8d4572b1392cd4

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0ef90c553657d696c9b4bc7929a642995c2f99926d352451d9d17c47e081c087
MD5 202953ae3b1e751955b800f72b7bde88
BLAKE2b-256 933e8cb4b40b838582d36de26bb8a135293cd66a59b6c804d6d807952bda41bb

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a5e32a9c01d7f7a54c8c56347ac6bc5c13cac5a003af8f7e0912bb957819e7c9
MD5 3646fd533e99526fbd2f0212407b6d9d
BLAKE2b-256 cb61748b9221a49f90c0c0c3d0acac3e636d01244eb300e39c41cf2a0d7d57e0

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 91c6f7cbbc343a8e1e86596d1823893f0ee15aa3ee91dae1256285d42df51cdc
MD5 0487858b33a926628c73cdc584ce53af
BLAKE2b-256 940359f787e29c957e1684e3cc902715c1a61ae757381e9b857b9f0c0804f8d6

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f48ad2b8ae46b727ad2b49aa54134f1ed9af0f96fd41c56386c7a1dd85abdeb4
MD5 7c1c4e58feb154ec57830b944c7c55fd
BLAKE2b-256 f0c1cfef7144b7ea3c587ca13c6c5a95246b07f9477be4be72ca40cc865864d7

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 702a1ffb403a3c9ee788a127c35737883a2593ae5318224331a36c3ee3932c14
MD5 f5daadd8dbde78ce622c785f1bdea4a8
BLAKE2b-256 a4f01bb5bfb606b51df68d1f5415e9c6e6c07c6a93c92ac8a89c53463aabb0e7

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d496382bd660b684bead80062f1b784322f7f9336bab5d95051237601456cac1
MD5 9dfed2de2ecc2e723d09f509ef903a53
BLAKE2b-256 3be68df328a5c65c4b38e2e9e1f648f33fabd878b482078eb524e287847229aa

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4701e289d2857362bfc405c2b92bbc03d44caebef8b75b293d56c32991b9ebf5
MD5 fd92bc88a7f26ef6301fa4459edaedfc
BLAKE2b-256 94bbc63a815b3ae8eb7241786507317af06e91c3b693190a72ba3a8dddd4f918

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0add330a02337cd42ee89bab4f5f677525a84cac72cd358239973cc1cfce628
MD5 c6e089ea3b2ca7588671301a82a6270a
BLAKE2b-256 4b6ac095ba1e8fb08a2eca7ce576487524198dad001a244dd8518a5710e1b71c

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a5f031bfca00bae223b233d3addb9f0a09438e77f97b3350902dc09c3fc3a6f6
MD5 40faf0f9cf320130419b0765daae01fa
BLAKE2b-256 2dace57137166244a64652c2d175f08464b134b581204ab0f74514a88c743020

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-win32.whl.

File metadata

  • Download URL: psd_tools-1.9.30-cp38-cp38-win32.whl
  • Upload date:
  • Size: 343.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 04cf4f17704f88a9640d2148330ed74c5419e32d2cae7262f64b6957837588c0
MD5 f714634d829550eb3f3c7e264f95b549
BLAKE2b-256 cdb3d1390d19ca46a848dbb5ce5aae1d3933a522e9008681f096ea32b52031e1

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7051f0584a46d723d19eb50b1fb82682a404eb551e256d2f7c122851fb263afc
MD5 53d6be520ae27c94c5266da23cb74950
BLAKE2b-256 ea535f6300471a1dc05b45cbf94102dbb42070eaddb55b7536529315f3373876

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b350b0ae18455314d3bc32d5674d4a9b3946ae46f74fe7b132970900dbd2c3cf
MD5 f5276cd59c6faf119122a7cdd4fa3b24
BLAKE2b-256 b5450e5198b944fccb9f2cd0a761b94b055c2cf70c26b99d8bbc959e228a6ade

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5f63aa75e101b569d291f1b7e0d1c9508a273baff4533d40c55a648698975490
MD5 0ec3e6b49f5988dfdbff30773ddafdf6
BLAKE2b-256 1f37f4c01c809a2af5c36fb85ea1cc793a3b702c293a91d77a725962fb2e6af2

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3436d0d867cc398c430cf76a2161a425bba8846993fb8145354a1ec732625453
MD5 3bdbcbb4e8c36505d9ee0793c2224e78
BLAKE2b-256 b9aa020541b11a8dbbba710d189592aa68ab9784dc2182740a1b09875d741fc6

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5477caa0cf0987ac5a20e49174ed8b1016c4bceae6cc25ec366d302f9b31ddc
MD5 c4eb8aa45efaeb3eef5425c589fedaa7
BLAKE2b-256 5063c5deae908d09afefbef5a87a44a69453c39aa2a0a8adaf7285d55b406812

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c51c5796a30186c846295c077105ce6016fedb0eb54a72c4b511498d31a87ec
MD5 4cc0da9a3d64a8082bf7ee50ab5c21e7
BLAKE2b-256 7e6441fc52a356cb1870c00f240bab0aa2034e8e329664bee4a148d8b8248f16

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57e33c26fa95e0ba22c3425fcccdf061c3b18509cae90208d8b6886ecddb5a3f
MD5 4f3c516640cc1bafd910a9c0fa77fb35
BLAKE2b-256 bbcabdf1a474c88d4c1e7393325a034dd63cd27bdbe572136572acc3e05cf9df

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.30-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.30-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67dae4929400411d83056daacc7a6b21323e2599b3d94d49b7d421a84fbaf4b8
MD5 a9c658503f5ec38ab7ddfbaeeb4ee6c1
BLAKE2b-256 b5bc3b4311858237f1b51dc825e6a2ce04151de1fb974d0196b7b52cc66dd298

See more details on using hashes here.

Provenance

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