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

Uploaded Source

Built Distributions

psd_tools-1.9.34-cp312-cp312-win_amd64.whl (333.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.9.34-cp312-cp312-win32.whl (322.3 kB view details)

Uploaded CPython 3.12 Windows x86

psd_tools-1.9.34-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.34-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.34-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.34-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (716.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.34-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (708.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.34-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (697.0 kB view details)

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

psd_tools-1.9.34-cp312-cp312-macosx_11_0_arm64.whl (333.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psd_tools-1.9.34-cp312-cp312-macosx_10_9_x86_64.whl (338.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

psd_tools-1.9.34-cp311-cp311-win_amd64.whl (333.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.9.34-cp311-cp311-win32.whl (321.6 kB view details)

Uploaded CPython 3.11 Windows x86

psd_tools-1.9.34-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.34-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.34-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.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (727.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (721.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.34-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (712.6 kB view details)

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

psd_tools-1.9.34-cp311-cp311-macosx_11_0_arm64.whl (332.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psd_tools-1.9.34-cp311-cp311-macosx_10_9_x86_64.whl (336.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

psd_tools-1.9.34-cp310-cp310-win_amd64.whl (332.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.9.34-cp310-cp310-win32.whl (321.8 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.9.34-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.34-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.34-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.34-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (692.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.34-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (688.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.34-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (679.3 kB view details)

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

psd_tools-1.9.34-cp310-cp310-macosx_11_0_arm64.whl (332.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psd_tools-1.9.34-cp310-cp310-macosx_10_9_x86_64.whl (337.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

psd_tools-1.9.34-cp39-cp39-win_amd64.whl (333.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.9.34-cp39-cp39-win32.whl (322.3 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.9.34-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.34-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.34-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.34-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (694.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.34-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (691.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.34-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (682.1 kB view details)

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

psd_tools-1.9.34-cp39-cp39-macosx_11_0_arm64.whl (333.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psd_tools-1.9.34-cp39-cp39-macosx_10_9_x86_64.whl (337.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

psd_tools-1.9.34-cp38-cp38-win_amd64.whl (333.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

psd_tools-1.9.34-cp38-cp38-win32.whl (322.3 kB view details)

Uploaded CPython 3.8 Windows x86

psd_tools-1.9.34-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.34-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.34-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.34-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (702.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.34-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (696.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.34-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (686.0 kB view details)

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

psd_tools-1.9.34-cp38-cp38-macosx_11_0_arm64.whl (333.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

psd_tools-1.9.34-cp38-cp38-macosx_10_9_x86_64.whl (337.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.34.tar.gz
Algorithm Hash digest
SHA256 344d6bce81478a3f88760cc184894de6e01106ad171d273c7fe9d1921b3ec170
MD5 fd76717701837f8ea1b71cc45a7cf5fe
BLAKE2b-256 5cfc29b0d2fb9e0fadf214b7ce6b236449f374393d1bec0b52efb68400f373bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f0e069945f0be2ccd311bb38d162eabdbf304306b12a2ba49a8ed9e6761d04a7
MD5 d0a6a6646c95986d35b9e3fa75744882
BLAKE2b-256 489d2c53f6444c31bda2d23148d5ac8600d1518cbf52bd82e96faf522558d61e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6e160f4a8473055a1b18b3d6999ef26dabe87299161d3dcb686d6160b15b6284
MD5 eba13007806ba2fef0ddccc30f8df880
BLAKE2b-256 24368fd08d7069e43b4fac4125e5f544103d50d3bdf685decc1ed8225f201e8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2734d7f432a39bc464fb1baf2af02d202f08d266c8419325a957258ecb0fe77
MD5 5f7cd9c6625b42db7f172b015f5e671d
BLAKE2b-256 a5277c14ee557e63c2dfe9220458b2e6dcf5d1c69608337b1f8866a4ffb5a149

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c99a58c0d363867498c57e0edd2ba74aefba8ff0cd47534bca721defc462415d
MD5 e47f37d2922bd1dc29699e4560615f94
BLAKE2b-256 12484050f6352c4528918b1ffb744d7bf9d11b5b16cfe8ed6ce77ac479ba1d3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ff9881024b45f5e4d972f4a9c240dbfb15e5820bf20afdcc4ab6bf9aa339949
MD5 60f4540a0300a881c7a457425729e332
BLAKE2b-256 c692d243357c507d589d810697af4cf1fdd0de7e5258a38f961d1a3e8c15a2f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d20fee97129aae90e5b578c37385c11c784a39f7b7dda62fd017cba1ff8572fe
MD5 39ea31b2eab6759cca37e10ab6bfa0c5
BLAKE2b-256 71f57dddb8a89cc4d8430c4cc0bd693efa4846650c9ef095eebbb420c68873f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20635066ae5e3dd9ce720103353926926c67101c7cfb9591fb463fe8f2fbd774
MD5 85ad5259bb729c12ab493936337f5041
BLAKE2b-256 9719b6ebd9c66d36136e63cf8f7fe980460d5aba8912cbcabd06b86b10b01ef2

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.34-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.34-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d60a79db24a743a661aca5e3bceb289329ae3592f30ffd2c4a59d86dce428e0e
MD5 75cf32469df5dbe83ac86d6242d4b347
BLAKE2b-256 024c11980e4aa7b8438bab72ca1bf4392464de46f92599366f972f24a4979a75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1ec3746076d5be9c5d8c379ed75e7c5a361b09c9a0687a8a23e896acb25e0b2
MD5 f3afc5752760f7df299dc9e3ed1d47ff
BLAKE2b-256 26954a78e6e1f2c6ad4dfb0d91443d325b2a86e29fda54c0791e611ad29bb94e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ac30bcff60577f7ce321928f1b1dba9179c6d4cfbb05e4c47c79e83213d7129
MD5 1dfa9d4ededf12f90ee11ea40312c240
BLAKE2b-256 bbfd8cf551006e8887060f400775b307bba28782314d609f06a3994236fc5d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d739770d985dbba7481fe790b155973fa8238d142b28fb3f06951644641f5e33
MD5 88f8ff353038861130e6df06571acf81
BLAKE2b-256 b00cf0014ec36bd78ee805e0e909777e82b424befe4e6e619da2ff9007a8f198

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 291ec48e72e59b8b1314c34001ba8c08af713ed19eb96eddab9eee079e2579c8
MD5 fd094390bc0130b7c240295b0f79f750
BLAKE2b-256 dac04f288233fd24a70d2436a78c7dd8346d65dc9c64dab6690964aa96f21426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 598692a7d56c3fb59337ee966d967d5db13d5e0b01e919f56331a06028f5df12
MD5 2b2b08f3bb1ae3d25550225bc69f0405
BLAKE2b-256 59bb661b19bbca7d7f9cb7c766f90574165b5e5ba47d3c7f7c70eedb217e9b72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 05956e5b7709259f4b9603e28c68b4633ee717de31533c5ab7214966cfa6409e
MD5 44f0e278fc67dc31673f5a5b88d03904
BLAKE2b-256 7521695e08e9ae6d8d74483ebf557c0cd5b8395436a7aa2b92c0a361aaf40e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca0b61bad097ea2107da02b0476ccd82e6cf30c0f81b72ed68f9bc4ab59d8b61
MD5 254d25643fe6cac71991009872f925b6
BLAKE2b-256 9661fbbd243f2de867122aa8e1408b3ad9295ab53ef11628dbe3ad84e0056006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49f2beedf0614e84f4e21ccbad0c633defb400fbde126b4075d55aa976f2b8a2
MD5 fa5f1de2d19b330d5bdf6aef6496c2ee
BLAKE2b-256 a3e4555c6fbe8c2aa03093d7bb8c662e56c60a87ccedfe24b3c5135448c88a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fdb47d0bb2e16e94cc1d497e0ac8a6aa238f9b8020a9bf96ff2c559643a4fd0
MD5 bdce66fb07a21c238a3abee6979cf75c
BLAKE2b-256 4910c8a032305bdd69248c10b9705ba2518ecf696916a32840d9f448f5a0d83d

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.34-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.34-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a1eed0310e7056db21d64e0f88a9750fc57baef6ce29b4ee50f62d7b5a48b9f
MD5 b588c1b8c232cac639e733bde0edfa78
BLAKE2b-256 3835f12cf00e3bb5e870eafb7120c7ebd77fe552d4b0d64be2fc6ef3d5f27f1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b36bc50cc4e7d907de3c78a60b2315ec67f8947ca3e59281128c428458adfd48
MD5 8742215aad0e71e067a897279956b685
BLAKE2b-256 c0bfc2af3c77ee4a32177f1f2ffea9259487d0363c86202b67cc2ecb8767ef9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa2892e08194f77e7d8da86e15b668f5265af7427fda7d0bf938e8766e03db67
MD5 23f6337b7b53f4b06263b55d9390ff7b
BLAKE2b-256 23dd9fa42db4512c9333b689ca15e52fdc30c9f515f0ef381939a812b3f7e59a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4d6f39e0be56f14fed03f84cdfc35747ae6d6e3e91d1d634dd55c8fdc5af5401
MD5 1a4eaed1ea967c4ea1d32587b23f65ea
BLAKE2b-256 4d5f1e8d724e007d74fa2216ecedd0d9f08661f3b7a4fb3c4808872583f84815

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 151c3424f48ba944e5c8afe920ac8d0be61952c980513aaaa079659829a9dfb8
MD5 c46b1901871783333739c2129dacce23
BLAKE2b-256 5e065513c41034be80fa3437da5b978130de7e1e2d5ae033ecee4a4c51025b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 889a3b809a65a71dddccfc69162117034c7d3f7ae8ecb77dcc6dc37fe4567b0e
MD5 b15e329d8fcff99b5fcbaea0d6ffc638
BLAKE2b-256 731b76d5e8533feb6a9dacbe5a2f899da929e09b5ed8c51297fcd1cc6c54130c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da736995d911de99e8a0b8444332e9ce6187f7616ee0f73736db552210811b9b
MD5 dff97567b845a804ec2b6beaebf6cf20
BLAKE2b-256 ce4c950b24e8338a7ee7f5cc347165e6f29c097f8b4379bacb6a7db3eb0486ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0619705aa15fa4a83a1c8176b00f0e5e3399a8566dfb1deedf7f81a996636dd4
MD5 f811be2c1d6b6661e0cf14b76d456c97
BLAKE2b-256 6fb56433c683759195189cd0fe4eea4d062d8d935896d6d830d74656c9c0cfdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3254bdfe340ae4ae2d35a38a0c74ea57afff8cb071d013f25390bc841e6d66ad
MD5 c334872aa3401458bc7543d9e7a413a8
BLAKE2b-256 3fa7793a92068cfabdf23ccafe6a54356a6b62a7fc26eaeb4cea6ae927388d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7730dbd79b1b500df1708577d8977f3926c4cf2cfc7e8bd5fb33c4851e1c1edb
MD5 b58986a7fb1902aa78c4f02688628eed
BLAKE2b-256 da120368e865184a6777eb70164e51e9d098637ca85a261ad3aeec5fdf88e4cb

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.34-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.34-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 409f06ff9b0f261f32ad00a10da51f404cdaf8e6eea1270ff455681fffd687dd
MD5 111355876660837d81233f45d50dc51b
BLAKE2b-256 fbb327e9d145f5f9e4d533410d03bdb4318b6b80ea66605f194bc940608a8971

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 918ac3b9197bec005bed2a5f32d582fc89348ee17677e98dcd60aca80443c284
MD5 7aa7d6a25b3472b78f85cb7ead221d75
BLAKE2b-256 077a733d0b81fee7c9c4a6d5902a445c7a50fc334d293096874c6dd2a212c42b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dfedfa77b87f518b35acbecd07f62cf1984bce23c6fbb7ba345c85e3b2caa580
MD5 2614d714364d7e272ef4d8469683d570
BLAKE2b-256 d0b6c7ab2360d014aa371ac757331a21dcdafca9de1734122bab527748be2087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4eb70d650d8bab4cc738b32c8a4c3af2a5a2b86b7dc176338b209e561555c6d9
MD5 b96dc45f7c044b845688f38f1b88ace3
BLAKE2b-256 0806fa388725d585a8f0b92300a0b6428b79b80c48f7bd81bae3a1d79cc61dcc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 680483722958f47f878018985c9525143888b69a971ee5380016ec4cb6d3455e
MD5 0cd6ed9c34d6be479b48d47dafc7e986
BLAKE2b-256 46cadb04bfff8daf4e38c912387966158fcd9cee62c40e506686d5a5f073c740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3ab98f58cae4bc65cf6094ab2fb12b9237f0ef540ae468cc3c1eed92cc77285
MD5 2f665edb7cbade7cf34762fffe62ff33
BLAKE2b-256 701eb7e08ac6e3f57603db7617fce02e5f7fdf1defe12e56480f5d3d63457294

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b1369fd76f67398f1a5cd7d923f49b05fa4b314f83dc0bb017018669821739e
MD5 ef79eedea3c17d3ec9ddd87e9493dff2
BLAKE2b-256 cc0b861d649d924f027c53caf2ed5cd4d8533d86acf22a48933e26c955d2754f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3b2d780224ef134da38dd559b97b20f54441f075d8bd6898a689dec963f6f4c
MD5 e106a5ea3d3c8f1d6f91fae1f0db8768
BLAKE2b-256 83d1b262b3d7bb34a67265059c7ad204d272eeeb3435f010ba0b3e9f3a132494

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d417f5d21118c7aa94244b8e5bbb855c7aaa21a582af20a8a3bdd9847eeb9be7
MD5 41846833abbb5c04aa9af7670c75cc33
BLAKE2b-256 b69a631098b44cf1565fa71e4599cc502510b1511b72984b494cb5115680d23a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9235cdc8ae210fd8ff1abdb302bf8abfa13dcf7dbb3663552a301e766ce8b444
MD5 2d1bcd7e4cb55dfbc3ddd39050696ed8
BLAKE2b-256 311b8e5d3a6b4005181fbb8bae9e997bc904f588b36b63511356f70f3a90fa61

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.34-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.34-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 37eee2d98f49fb718867745d53824f37fdc23e008f30d2b58b8c0d9fc2bb6868
MD5 0b7e8e9211af4af2829aa007e0bcdfff
BLAKE2b-256 8f4b77cec0e5c76ebd3b2d46eb5b7ff5f6f92dc356f8e5caa8a4212f05bd5631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd926262093a2dc7a56da2ffcb839c7327596d7f83ddcd5d07725528b17835ec
MD5 9a17066a97cd0229a8231d5fe3896b94
BLAKE2b-256 ac5ab6e4b608f51b0422e326f4c368e3391e38ef91c121f35b3d2bb80a0af024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc81309f6a61aecd92cb0fd19a2114e020aaae7d3734efb33b9ba0e3afe0a4e9
MD5 36e57a026757961aba1dac9fee3592a7
BLAKE2b-256 24099cbc7d770f76c2ee0c3c4e9d1d8f511f65e6f15cd8374dc9a71995e4ec81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fbe81cb5e4a72971afc31099bc28e0f9af03f4434654c08ace74d8057a131c1c
MD5 b22f4766df2a162560a78e41d5810f6c
BLAKE2b-256 7a39556c537610c63f31144d4c449756cc7b511e45073349436cab447f2c2bd4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 860238a430c98a9c8fab73a178541b3a2eec3c407069e977cd01e60bc2edbe67
MD5 71704ff8c9755acbf8b4daae1665c12c
BLAKE2b-256 59b995ce5e53ca942704853cb1f736ea879c114e559ec07e2b7939cbeaecf945

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9e62f5fe8f03ee09abcd5b707c5af4b7fb969888dc84eb6d6b17c73c708fcd2
MD5 3bbb001a1b19c81416d21cc3e71f5a9f
BLAKE2b-256 9f3872e341bb528b14ab35684a3405ccdbbcaffa401454fcab51e6d1bcd4ad99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d22a1c2aef9168453b578a3dd371a7995b4bbd5711e1c2ddd2eab715ed449840
MD5 aa5b939d0a82789e15014da8c78f23e3
BLAKE2b-256 404b0d96797e1722e7b1ff2e433f736cd376b5b64a88ff1ca4600a24c4bdfbce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 abf8798d9b9f168f4d9878a8bffa057af93d5917e01adfb8ba5ff91800119370
MD5 ab1d0d3834b9e53628704dcdc074a2c0
BLAKE2b-256 ef551bc8236edf3ccf0cdb7984cbc86074fdcf38ca52bf3c8f45cc495cc6c9ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d843dde8e387e527fcd093668d2552423e494ad74eacb723b818b222464234d
MD5 076f7fb9e376cb2e54ca02a896d6bf6a
BLAKE2b-256 4ec71bc3beabc96b2e728d23f9323b876599dafff2967ea486167b930962fb6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce4abe93ece912af967bca8b4dae3b1a7104cb1acb2323efc913b328b867fc35
MD5 b14f0b54125945e94fa90ebf257b8851
BLAKE2b-256 ffdee5faef5e4220cea369c34c9d229b89ffd4e0941909f5f4577f25bde87e94

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.34-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.34-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 752c7c490c3cb9f714bf96d796c940431fa17b5f8532d517d5e10b533371166d
MD5 b34757da2d345b58442a7c2f74d1015c
BLAKE2b-256 361f130afaba443ab072ba940297c52e524b31094d1c69507f6812f03d150d89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 653f541fe68f21c596785ffc03d0c9966b5a9f2ca8ecb6c56905197344da2a27
MD5 d7e99c316c99f3c600ed976f114c875d
BLAKE2b-256 7b96539c0d1b01dc84d63e649c03cc764b54f9ea0ed83a3ec8a21a2cad88a63f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.34-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f21076911e8d8517bcbde48742b8967fc403f70fdc13bb8dbea08062754b61ae
MD5 e860889d7df486cb2fa3eb83d1e7d238
BLAKE2b-256 d514790f0f2dc2b803d3eba76cf4eacd82b57b6599e0f049269fd420fcb8af07

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