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

Uploaded Source

Built Distributions

psd_tools-1.9.33-cp312-cp312-win_amd64.whl (333.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.9.33-cp312-cp312-win32.whl (321.6 kB view details)

Uploaded CPython 3.12 Windows x86

psd_tools-1.9.33-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

psd_tools-1.9.33-cp312-cp312-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

psd_tools-1.9.33-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

psd_tools-1.9.33-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (716.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.33-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (708.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.33-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (696.4 kB view details)

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

psd_tools-1.9.33-cp312-cp312-macosx_11_0_arm64.whl (333.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psd_tools-1.9.33-cp312-cp312-macosx_10_9_x86_64.whl (337.9 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

psd_tools-1.9.33-cp311-cp311-win_amd64.whl (332.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.9.33-cp311-cp311-win32.whl (320.9 kB view details)

Uploaded CPython 3.11 Windows x86

psd_tools-1.9.33-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

psd_tools-1.9.33-cp311-cp311-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

psd_tools-1.9.33-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

psd_tools-1.9.33-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (726.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.33-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (721.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.33-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (712.0 kB view details)

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

psd_tools-1.9.33-cp311-cp311-macosx_11_0_arm64.whl (331.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psd_tools-1.9.33-cp311-cp311-macosx_10_9_x86_64.whl (336.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

psd_tools-1.9.33-cp310-cp310-win_amd64.whl (332.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.9.33-cp310-cp310-win32.whl (321.2 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.9.33-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

psd_tools-1.9.33-cp310-cp310-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psd_tools-1.9.33-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

psd_tools-1.9.33-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (691.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.33-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (687.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.33-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (678.7 kB view details)

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

psd_tools-1.9.33-cp310-cp310-macosx_11_0_arm64.whl (332.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psd_tools-1.9.33-cp310-cp310-macosx_10_9_x86_64.whl (336.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

psd_tools-1.9.33-cp39-cp39-win_amd64.whl (332.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.9.33-cp39-cp39-win32.whl (321.7 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.9.33-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

psd_tools-1.9.33-cp39-cp39-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psd_tools-1.9.33-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

psd_tools-1.9.33-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (693.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.33-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (690.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (681.4 kB view details)

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

psd_tools-1.9.33-cp39-cp39-macosx_11_0_arm64.whl (332.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psd_tools-1.9.33-cp39-cp39-macosx_10_9_x86_64.whl (337.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

psd_tools-1.9.33-cp38-cp38-win_amd64.whl (332.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

psd_tools-1.9.33-cp38-cp38-win32.whl (321.6 kB view details)

Uploaded CPython 3.8 Windows x86

psd_tools-1.9.33-cp38-cp38-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

psd_tools-1.9.33-cp38-cp38-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psd_tools-1.9.33-cp38-cp38-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

psd_tools-1.9.33-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (701.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.33-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (695.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (685.4 kB view details)

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

psd_tools-1.9.33-cp38-cp38-macosx_11_0_arm64.whl (332.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

psd_tools-1.9.33-cp38-cp38-macosx_10_9_x86_64.whl (337.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file psd_tools-1.9.33.tar.gz.

File metadata

  • Download URL: psd_tools-1.9.33.tar.gz
  • Upload date:
  • Size: 241.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for psd_tools-1.9.33.tar.gz
Algorithm Hash digest
SHA256 50062ed4c0dc15e74d14b128421f8ef3bbaa63ac05eedf1a24b7d0917584b34c
MD5 802f7234f853a200bc11f986759f16cf
BLAKE2b-256 d072e92ecb65f01debf596b91814b8fc81d98522e633c9694dfb523d69fa7156

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 32b76623227119e7912f79ce0615928d8291dc244f2cd733e2b986014a6613b7
MD5 3ad2ad65457ff5c641ee590ccf10537e
BLAKE2b-256 6369e24b7c432c27c728ab61c26aa443bbb8a59c35b371f15d754761423f43f7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.33-cp312-cp312-win32.whl
  • Upload date:
  • Size: 321.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b121867029c0078972371714beb539d174b1e48afe45b1802bf5beb4d6da233d
MD5 ba8c4b73c5f2abf80bb410a1523c9886
BLAKE2b-256 b79b8b5c2d9edd7da8d75307f2edfdf2efd32525f6b780d4d6e2a01b65316cdd

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f0b9adcb46510ed3cc593b1c7f6b3ad48542fea71878cd5bba885c59cbbc154
MD5 a9e5c4ea010cd9335532c88b7008be63
BLAKE2b-256 b863bc5095606fcba076a8c17736df765f4fdc09f6fdcbdc25403ea06b21067a

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d33a0460e1df2be17dcf1afdbf81297b7ab895e752f9a7c630a2e0130e8b3bd
MD5 a4954a5d50b3ad44bbad5eb33dffc6f3
BLAKE2b-256 1ad63824429450574a52b4d8567265fff332308dba5410d7df43fcddb27f886c

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5de04ebebf39a9e2edee2b05989d6ad9bbdf95890f45788fe2e94dd543f49f1
MD5 77e40f33ae4ae0e21a843e9bda69034d
BLAKE2b-256 88057f2dba82a61ac7190aef79bb3ec02e1fc12a95ed013dbb4c1d097a6d2c28

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58b208f8cce0c620f51788eb4d47d923b0c8c6fe8e49d0ea81a05d03966f4f21
MD5 d097e224a0a608c2a7505738b9139e82
BLAKE2b-256 7bd1fe0b12e5c86862ab223a96e04f23473df62182b3d70845f1bb983fdcfe41

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e209ea98ba84741320b4e0b50d3c27d85b555560b1c2bea240599486f3d535fc
MD5 41d18cdbdd543b0433d09b1698cba032
BLAKE2b-256 73479f715639179d4789a817ef891a23e85df1f10afa7ab01020be650a1a9892

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-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.33-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b44c620b82123be03a559e6edf77dfe93142631b4471fb161b83a4e6a894355
MD5 5f157a5e27ef27e2f45ac30920a21ef7
BLAKE2b-256 a56c7d463c6424123864e93eb64116f90def933d4e118f143755a1fb84d2b905

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d58222c8cb2e64c073b7ae0a9a16a311b455ffc42961742607f66455c7bfda5b
MD5 c24a6c12c1e50ce86cf31f35c252d2d3
BLAKE2b-256 021fe778c98c1aed0835755e372d967706c14fb9da05493a3a49b328d4d9dfe0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed6d3196b639b25948883eb0ccc43b324cbf095c1cc188861bfa8f0d1fecd13b
MD5 e15495e76bcc02238ed017b7edc2bf62
BLAKE2b-256 8ef3f6aab2fd8990508fd50444126805272deb6352f1c77345721fe9549281ea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3a7e1a21cb5bafc656c9ffcbaa405d7fd3ebd029b2ee3bb7ed64dd0d52ca79f3
MD5 cd809e4b87cc1781714adde3ac01982e
BLAKE2b-256 24d7c4169b7a07982011377ff1bcb2097477f6fdcdce15c5484a079960aa4d3c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.33-cp311-cp311-win32.whl
  • Upload date:
  • Size: 320.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 785de9c47b6d040322ac0cf68d7ae29c19fb6542be5b53658404a6807618e97f
MD5 6c2f7a73a3340f7a86be71952542c47b
BLAKE2b-256 61bd4d3364a5b9174dd5657501e8e79bdc3724b4249373eabd0f61550c1a9826

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32fec17acc6bf3739f00c3fa6c44e885235825291fcf9eb066882dabf721d938
MD5 b3ba479e67572ece42165ef9311f9e11
BLAKE2b-256 2695cc5cc98d98afe472074e09cb45b54014259783e3eef3e3dab45e274a5a85

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6de498380c0df8026f1a2a3143b9fe2bc488c3b02b1af339092f0f8e921a2ee7
MD5 4ae34686875523bd6a9622e9e3746767
BLAKE2b-256 2dce8728015802a570b379f3c7961b78640ba3b869c8bfdfdba88010bc323ef8

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8077e928725042681702b0ad2134a0aff844426c3fdaa8a7c648bf478b81fa7
MD5 3893aa78f59a510d79e723196bdfa7ff
BLAKE2b-256 0f4ee51aae5f9df2df303f18cd5be6f78eb552456a717c045d72adda27023656

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53e85e8101c76d26cfee8d915d2f0b88c200d8a1d5d82b2c95b22e94165927f4
MD5 9f90f9ff798a4f4be064f0856e45eb2b
BLAKE2b-256 23524769c8db8bf1ebc7572ee3436dc5fa4a770088e397d24bed289ce3c0af50

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc1802d0cbeead827d626dface22a6d89762f33a0fff9d4a2ac2b235d39d24d9
MD5 da33d1cdf7a647af6bb1811191e54e01
BLAKE2b-256 ae4ea0c1193e9fdb3a7e4ba7d2a6e10d073063a02d4f2b9970c8ee861d08dc9d

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-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.33-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95a6170ec8698f14d86c4dbfd163df5a58b92ec74536a7f18ddb64a66fcc2251
MD5 0a8d3654c4b5ef99dcae382463798de5
BLAKE2b-256 87653d09c2e5588f15eb028e4e208520876f01c51fb1014f1fe6224d81b63b0c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a72951af12454a3115bc8df7bb845812e52fca0d10ef32a486aceeeb960dee2
MD5 481cbb3f79c7c55db076c55ad1dfc655
BLAKE2b-256 2902fc4f6c5b8422974bd910ecd957c74940656e7937c94702dd6401d5483cc1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7fccbd4b96f74e0b88260fa9e97f5831eb18b8580549b33f0819f8c78dbaeccc
MD5 4fd04f922d474ab63603ff03bfeaa774
BLAKE2b-256 4de6c9445be32ae858ca4351f65cff7b50b35c0ecb0613181cad780332ace9d4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 133a3085d542fd4d90d5683386e27af12b804381bb4f5b9de9c8c6b9ec6d4d4c
MD5 9cd80ce903c520e1acdc12c2b6099610
BLAKE2b-256 072a56d96da56dd8d1ab256ba4742fb397a5651d2767e4e07ccf79582d17d13e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.33-cp310-cp310-win32.whl
  • Upload date:
  • Size: 321.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dc303fb92858d11f2a6ab2cfe559290319c11b8b48eabd7b2f403fea5f8d8740
MD5 18f9e2205c1728892c8822718f2c61b8
BLAKE2b-256 f951bce3afec3f7adc4f95f15eda3fdb5103e64c22c83d57240bf9462b5c140a

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 499ca78e77a6972d5e0d252d6175789f74b8fc070a2dfce328898bda9f190f88
MD5 efb10347f7517a823b23ceeb3cc1837b
BLAKE2b-256 5e0e2c13a6ff387d7acb4c43fc9f50d2cb9545104f41fb176199f111db1c78cb

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e8f0a844de810730abb9853cd01fc7b21988c943f0e395213e4f745f2902898
MD5 4a578a704ed070e2a2731e477b45032e
BLAKE2b-256 2f258508104a5091ab6b837a80ba263c961995526901879fc844030e0df51ade

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 28634f600eb1032a8270c52a56631aeec508971220e8a26c32b1ae78652657c6
MD5 d22798b2a4e8383d688aa2283499c076
BLAKE2b-256 a86b1e200fcbe0aae4ae588e0a73951a568509ad984f72db511ddf3ebf043a0c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 700c9a3606ea0607bc9c85736f14315fcb8bce802c593a05ee7704acc41d2701
MD5 325ad575afd9057025e6a7a6bde5062b
BLAKE2b-256 f6b1a9fce4667270dd500a63f92f8eef2060fdf02780fe8ab27a19c2ca05a164

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea424cbfdbe9dec18f4ec9e0c4560b2dbd7e28b74ee8d2ab95f149a1d61e00cc
MD5 0aa7400b5668f2953db0b7b563f6de61
BLAKE2b-256 c9605e1bde7dedbcc0675765fb2bf1e46fe80c093d5b5a21ad6e4f2de81357ea

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-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.33-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7d2b2d280489387bcd38461e52522aa7c01af528a520e59cced438f00cb1dfa
MD5 7097fa76776b28b543b180a9f9dfb098
BLAKE2b-256 1fab41bb2dfa16964d4bbc1281094c6e3f15d8ee9aa9a4c05aa7d4cb2cba304a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf9caa1a1e674e6e757bd6dc19d89525cea9a2d37f5dd9169978c2fadc8b83f8
MD5 9ee0fc413c9249a6f6935adc11f851e5
BLAKE2b-256 d75b0f098a07f68033c76217fa793d48edd1bbfacaa687c94dcad8658c914b92

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 731899ae9790b3378b8dd26a1b92637a515423ab1bc4f1e0769322def273b539
MD5 d58e7b1513b81880f39b91ad5119929a
BLAKE2b-256 30a38b19bcc0d20b8e495c5139f51096fd358157ba764dc65c528d2749308052

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.33-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 332.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1332ab784f61985cf8b188cdf9b8dc7e499de81be59d0d7aba915cf69c18697f
MD5 5e0e0756667f1ce5026af569ff048b60
BLAKE2b-256 4b050032139b4f8612f6f65917e33c55a389b86e2ea49cd545b17b7a93bac9a3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.33-cp39-cp39-win32.whl
  • Upload date:
  • Size: 321.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 95e92569ce99adb488ca2bc3642ca9ce6a0fe70ee1e09aa592455bb42515089c
MD5 f6873583814f28692ebaf7ae86785079
BLAKE2b-256 ee5f6053c7bb3318ddee92862eeab500c792aaf6f32c76c63df3010c4be651df

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39b1c2002c03b8511e0d72e83f60e9b5e6b9dbc11e53bab81c658d035d3c5fb4
MD5 aa4a178e8770555ae84933b11a3eb83a
BLAKE2b-256 2c42041e82446f186493b44a6b4d0fead21b71622cbf8b4e4d5dd6437a86dd14

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3950e95daa045c6c7240314bef765b575c0b2b2f219be6d7689ef9b533e018e0
MD5 c5804434d0cb5382b13321150ba4d498
BLAKE2b-256 a5c46299666571e724ad8cd10900ce1fdc8c4e6c31308a0185c1843551c64ffb

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d16fb11f66b4a8e38dc1cee1d538501520c525776101ebc16aa2dc8081615614
MD5 68d9feb06fc654a49e426a2ef93de0e9
BLAKE2b-256 71ee8b5bb3e442cc2aab6da37817ba1a6969137d365487041624a8fad2aa4110

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53ebffb337bd5da76dde4282cbc70e15175d3b46e6e51f9905a6bc32686e13ed
MD5 0c765864c62dc64757287017d66144a0
BLAKE2b-256 7374fc8113cdb1f76f1d821712335914248dad901c8f5476753ce83253207d9e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1ea7dd51e1b8a4e701abefd466bf083cfc7eccaa8ff1e5fd0614073ac22695f
MD5 ec18e213500446a5c008cfb721443926
BLAKE2b-256 3d4ceaaed4ab66cd9c32aaf4e8e358481ab2b86d79aef576d926e5c90b2b8298

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-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.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 923440bc829b1102719179d76adf50cc59e1f3d88e3883a4e4f30974784fe182
MD5 d925fd0aa5b6fb6dc530e0683b042d09
BLAKE2b-256 1b470348720f50373a1724843a51fdc74d4349a7a76eb648ed02c55834fa0d17

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2505784645ade735e6dfda765a4da2e709535a33b6f90feff652f8fc8788081a
MD5 42c5f907c29f0fe4b7a4d55cdd126371
BLAKE2b-256 f03bcf65005aa50ad31a36786db3ff952144e15f3c7f6930dee37e1181db4f2b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd9c4b5645b9b0c174c21bcdbf29c0834afd499c9db6d5775f75340ec1440a90
MD5 b01205985c49b1509cc2c1072248ba33
BLAKE2b-256 91013f38f57ce45fe96db5e06b4d6b9f11f5f7e8e1b4902403c071736a355255

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.33-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 332.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 620f0c24e939f92a9d54a20fbaf00c3dfcf36e40e09f5bdbc1b1194ea69eb487
MD5 6e94b71e181da15e32cedb6901450a81
BLAKE2b-256 e3eb2934a2e6081163d5522690d98fcf9ea745fdcbdb23100f693cba6ebd404a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.33-cp38-cp38-win32.whl
  • Upload date:
  • Size: 321.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5cf44fd9ba23353770d57922f9b117e8196456ae63793af700ea9d3457f8d574
MD5 f9b262ec55899e9a4fd3e09e1d79f0c5
BLAKE2b-256 2461d8b6bf39e4a93855f0320483bd267ac7593a9b886fbfd54c69efd77dba3a

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a1eedc252d607e06a98d6570cb8212b2bd635bd1c0861d2823ca8a8defc1305
MD5 e0c9d77d0c2c9868d54ca31be2c724e0
BLAKE2b-256 825a1974dec76b01ae95a12403ba331bafdda071bb85446a3ef0237a347391c5

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 14fe2ef2a8fb3a7da489d71453b6ea9141e5e0b4e35f76e5bdb5fd9c2940f00c
MD5 faea7049a1648ddf882bd0c1b57455da
BLAKE2b-256 452b5a823adc4a2fa076d3b3cec4a658c265fe88cccbbe729b72db701798b68b

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed54f6b050249e8bad9ff0c212ff5d2c0c527c1be455fba80e565caaa8ca3683
MD5 3e4a505597b6973b16d40255612e7461
BLAKE2b-256 8b5780e1da3e872c15db7be2357ee0f389a30dd35ff9bb5a15f84bb851884044

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8fbab1f3917b0193a30dd80556937cde87c38098f0031f6f758e0bc69903ea5
MD5 5a064f8682f3082747fccc104d320e6e
BLAKE2b-256 933b37a8fa56cda457d3010e1965bce1bdb3f186fa8cead0870c0d33d2c4f385

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68f15ea51a4873aeee9b941fb8ed4d9d6484b1bb267dc90ec1f81cf04aaf2da0
MD5 fe3a2d9651778e1d8dbb518705c1eaf1
BLAKE2b-256 e178d4819797c5874f61877ee6b6c3d2856b21bb68c46f2b8e850891c2545822

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.33-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.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a7af77d7b0444774629058f27637dd19f020fdcf73e9b08198de7c37a99e96d
MD5 01047d7cb99b68d46edc916d32ca3c5f
BLAKE2b-256 2a92faefafe0f452d3c9f829bf58ae717f62b70b4119ae2daaed766af82636fd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e219cc49d07cebcd13fff2433047f29a667591722564c3a9fa1e64dc2cd944d
MD5 e7c51d1be822c408b564588e259a45d8
BLAKE2b-256 aca9bd5bca00c85f921da827923350b5b4c7ea55f8a82ac9a4fe84ab46213937

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.33-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b46c0bf56ab237a2f9650825390a7448d7c7fc6dbea948417370ce6ab7f5c076
MD5 1a39a55a3ae02f08b2d8bd55c3c792af
BLAKE2b-256 bb32df4b0cc50d0b125f611814b21a5cd1509080cf359243fdcb52e907dce701

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