Skip to main content

Python package for working with Adobe Photoshop PSD files

Project description

psd-tools

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

PyPI Version Tests 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
  • Composition of adjustment layers (BrightnessContrast, Levels, Curves, Exposure, Invert, Posterize, Threshold)
  • Vector masks
  • Editing of some layer attributes such as layer name
  • Basic editing of pixel layers and groups, such as adding or removing a layer
  • Blending modes except for dissolve
  • Drawing of bezier curves

Not supported

  • Editing of various layers such as type layers, shape layers, smart objects, etc.
  • Editing of texts in type layers
  • Composition of many layer effects
  • Font rendering

Installation

Use pip to install the package:

pip install psd-tools

For advanced layer compositing features, install with the composite extra:

pip install 'psd-tools[composite]'

The composite extra provides optional dependencies (aggdraw, scipy, scikit-image) for advanced rendering features:

  • Vector shape and stroke rendering
  • Gradient and pattern fills
  • Layer effects rendering

Basic compositing works without these dependencies using cached previews or simple pixel-based operations. Note that the composite extra may not be available on all platforms (notably Python 3.14 on Windows).

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.

Note

PSD specification is far from complete. If you cannot find a desired information in the documentation, you should inspect the low-level data structure.

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

psd_tools-1.16.0-cp314-cp314t-win_arm64.whl (734.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

psd_tools-1.16.0-cp314-cp314t-win_amd64.whl (575.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

psd_tools-1.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

psd_tools-1.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

psd_tools-1.16.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (772.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

psd_tools-1.16.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (773.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

psd_tools-1.16.0-cp314-cp314t-macosx_11_0_arm64.whl (387.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

psd_tools-1.16.0-cp314-cp314t-macosx_10_15_x86_64.whl (387.4 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

psd_tools-1.16.0-cp314-cp314-win_arm64.whl (728.9 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.16.0-cp314-cp314-win_amd64.whl (564.1 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.16.0-cp313-cp313-win_arm64.whl (727.5 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.16.0-cp313-cp313-win_amd64.whl (562.7 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.16.0-cp313-abi3-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13+musllinux: musl 1.2+ x86-64

psd_tools-1.16.0-cp313-abi3-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13+musllinux: musl 1.2+ ARM64

psd_tools-1.16.0-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (718.9 kB view details)

Uploaded CPython 3.13+manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

psd_tools-1.16.0-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (714.0 kB view details)

Uploaded CPython 3.13+manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

psd_tools-1.16.0-cp313-abi3-macosx_11_0_arm64.whl (374.7 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.16.0-cp313-abi3-macosx_10_13_x86_64.whl (375.5 kB view details)

Uploaded CPython 3.13+macOS 10.13+ x86-64

psd_tools-1.16.0-cp312-cp312-win_arm64.whl (729.6 kB view details)

Uploaded CPython 3.12Windows ARM64

psd_tools-1.16.0-cp312-cp312-win_amd64.whl (565.2 kB view details)

Uploaded CPython 3.12Windows x86-64

psd_tools-1.16.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.16.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (775.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

psd_tools-1.16.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (766.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

psd_tools-1.16.0-cp312-cp312-macosx_11_0_arm64.whl (381.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.16.0-cp312-cp312-macosx_10_13_x86_64.whl (382.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psd_tools-1.16.0-cp311-cp311-win_arm64.whl (729.7 kB view details)

Uploaded CPython 3.11Windows ARM64

psd_tools-1.16.0-cp311-cp311-win_amd64.whl (564.3 kB view details)

Uploaded CPython 3.11Windows x86-64

psd_tools-1.16.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.16.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (778.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

psd_tools-1.16.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (774.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

psd_tools-1.16.0-cp311-cp311-macosx_11_0_arm64.whl (381.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl (381.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psd_tools-1.16.0-cp310-cp310-win_amd64.whl (564.5 kB view details)

Uploaded CPython 3.10Windows x86-64

psd_tools-1.16.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

psd_tools-1.16.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.16.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (756.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

psd_tools-1.16.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (753.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

psd_tools-1.16.0-cp310-cp310-macosx_11_0_arm64.whl (381.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl (382.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file psd_tools-1.16.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: psd_tools-1.16.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 734.8 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 38b6c205490ceb81cde8e41b201e7c05a8dbef3a9406ba068c980e739a7f0d7d
MD5 0f689333f6917c2a0af698480c09cad4
BLAKE2b-256 21a407d1b509030b9ab4000582304c700c88071fcf5bd7bc01d2f17a3dea5f68

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: psd_tools-1.16.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 575.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9a3265cbac76097e8a6372964a3af1014c6f61d93fdcd76547c628f3b57f1f12
MD5 c06bab4ee90bf5167f333a243665f6d3
BLAKE2b-256 344360c2a09061cd4d943027ceefd4ae474dffa7a505421a08d983e31c369781

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 114d8a648e1a6c3fe67dadfc1af41fb21962c6276893c4774ccc8c0b5bad7f62
MD5 66b92b88e79c9f78e90e028943e7d160
BLAKE2b-256 11123a2620a73c80121a7af09ed8c08df59968b6612614ce9b1c20d54fcb4c1b

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09d675eaf47d1ce3f5841a6d8ab00f3ed34e53a18830c81f8fd2e04f1f52de00
MD5 e1fc39f40c65d4c494f9253c5e2947f9
BLAKE2b-256 bccfb9bd9e7b86175323f5c045a73d8d8a2fd5bc86d33df1f5b4e0ea51265c1f

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 441e5942692a25464f2248d536235b5addf1cf9c0d8c0c3625d022134d2fd4e3
MD5 b69997196e847dfbe3a7e08062b9197a
BLAKE2b-256 4a31733e75a4fa9fe2f3de206e68a349f17a59772bc1fc58980faf3eb8b51ff5

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0fe559baa68ea01f460073a144efab23d5f6f62743bb7da3436f148212314b3c
MD5 d9054ee3438607d407f0588aebc4f3e6
BLAKE2b-256 a0e4f9121b776b13049f5184dac342ba0e39591fe07596711fba51e9ba70279c

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd96d069915d7a0a1450d3518dd00c7200cbd1aa012dd828e700f183cc28e2bf
MD5 dd53880ebe9ae027c7151bb3fbbb7dec
BLAKE2b-256 07b09af743ceeeaf0aad79851af3feb30d3bddd8310110caf4326f5c894255b9

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fe2ddef38f54d917bfc0e0d4a928eec0809f75a1b6f8b27b275f56ba302cc78b
MD5 c42b24cde6296ff52708a0c5751aa6a1
BLAKE2b-256 a4f09efc1b726daff600aaf3d7aa38476ca8da87364b249ae66f8ad6b09e7700

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: psd_tools-1.16.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 728.9 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6ec8a50f5cae6801c5c797a924f08081088c336be5eecd8761f6325ee2a38c87
MD5 99ff8ef46336f4b13cfdbef1b4d61a2e
BLAKE2b-256 769a5b5baf290f8853e43a96a5c1860d0fc3ea9affdf936f02e88a9b7d493bf1

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: psd_tools-1.16.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 564.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 522781ade64766ed5c4f3428d3b2fcc79070297f2a290902e2ae8f3fc2ae1738
MD5 c5226340dd801a7aa971105306ef6e81
BLAKE2b-256 742f5b6e622a50e8a303121a8c14c891dab1d07d1595ef73d4a6072a1771792a

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: psd_tools-1.16.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 727.5 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 83b56b889cc022725d1d4f2a6ebd812532bfbe8b13a11781ba2648a7abcaee21
MD5 51b2b26e4b7f93b4493476e355aad85a
BLAKE2b-256 f1dea5154190bb3d641b6b58dde03f2135a4ebadf3778e5b398f916071fbad5c

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: psd_tools-1.16.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 562.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cc9c460c33d5bbefeee892c3da0dc2a3419b5bde06615edaba607932157a8d6a
MD5 9a953358c07e7efd96a53ac8289d2a50
BLAKE2b-256 7088fe25bda05cc12e203e80d764d0a734c06c621170778b8bde83f5520e27b7

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp313-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3388ffbfd0213e5ad4c2b0d923cd931403b0b422c8954e22cabc32404a461a9d
MD5 8225e60a9042b3a8a10d1c56bbeea850
BLAKE2b-256 15fd1d162c3ffa1af3e84f66f62782759c68ba2e5ef3028cdc121a15501966d2

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp313-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b8e71330f18ec165497e4c1fb6841781a4faa20125f7229a2d1293ccd543c22
MD5 cf5c43792eed466df98a8cbb35200722
BLAKE2b-256 4b2f0bb0e9f67755761f19f4e7600ed93566a08f4a4d7f65e9c22300c8557d90

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6940eada4882f64db5a2bd4097f21c8c7eed9c391083302e46b8dc07b2d0fb7c
MD5 eec2c847f877ec8f9d863507a53bb724
BLAKE2b-256 bf834d69d4d69213e5cc703d14219dcefedb9b6768ae4fcb83b8cbe9ce2ebb4a

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40a5650ed17032027d18747601afdfb740e46f6ba918d43a08a55f900361ae8a
MD5 360f702e5379b53246df91754e5fdc43
BLAKE2b-256 0e33873f58292768cfcfbc4619dcbe04e357b62e37546810d910f05111ebfe22

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp313-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae361357ec228cc5f76f8814d0c668375ace6c883c97b85c868b591a658292df
MD5 2d2d480e46612461a9243ea3c00bc33c
BLAKE2b-256 2cc485fc97ea2549807f13cde18d1727865171e0b9ca87d9681a72b70a23541c

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp313-abi3-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2496628209a01eae3e5657c941ad0e27acec4c8ae0b72fe57fee0e3b039a3f49
MD5 facf7a8bb893e1848a1f23ef3ed94b69
BLAKE2b-256 7a9b452cb58795a11b33eecc1dfbf84771fbaa50857dc3f2bd3f4793b0e9068d

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: psd_tools-1.16.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 729.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 21cec7a347c972ff265ad950117cab5bccc5360e4579e9431e04c057ca105709
MD5 b9054fd2429082032eb2601c0a0dccf7
BLAKE2b-256 e5812db232dc8e802013b8944805bc60bab3a8e416a8554c9409ef7add2eef06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.16.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 565.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 197b4a64ff25baba2c8c14279538a79deee8cfd704213cca98f77070c6f780ec
MD5 5f27a0d34981eaa012909ca538864d14
BLAKE2b-256 e8543bbcb3f7c5a71ab77f6340714eacc366124b6e3262f031707ecd951f6149

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7dd0f0c92c55585abf18eb3f2e5db6ced9cf53293e7421d1052b5fd3df1c8358
MD5 1839c5f5570d31d3df4b948256c08891
BLAKE2b-256 f42af81cdec5dd5fcf0e4293df8be809327e3eb7e5e3086afcd1618288bdc2d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1185e0937b9f9ec8523d2013c13c28150a3dcdbe14e6f8be2323502edfb1784d
MD5 1b9018abe4138e714f8e031a5421fde7
BLAKE2b-256 482c97b86e1ac4a407fdd585c0daa6776a929251f54c34ef2f2e17dc30fbae97

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0ac47aeb76b4e78b994076b475ff650a664fbd6ba6d842ff6d25b384fbb1cb6
MD5 d768b99a5a4b1ebff75ceae188e8f13f
BLAKE2b-256 21cab5c2a8ebb70e666431b4a30a12a42ba53f4131c412b1149b4b3199170b45

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c84b655e07c29c44446365ccf14cb914173c1e68fad2db27505163bc006feda8
MD5 be6b65c92922785807937bc4a6499e35
BLAKE2b-256 aef097d5c2014a9da61c563b47e24e21b0ea995679ade8e062fdc238aca4a118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ba481a16d7111499164222ff6b62fdf9b08e164a3d443e64742ee16b2a3f2e0
MD5 afc3a4d7744c9f5d0271f9bfcab8ecc9
BLAKE2b-256 331cf979f7496b8c6aaaed86ced2701dcf659235352e756fadee946b6d9b4e1b

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 129601ffd47779467e94f734b8e71c5f7a00f0a8c7477dae33bfb6f0c655413a
MD5 7a02762d86c53f0acd8b6b4c25386b29
BLAKE2b-256 a31ee8f917dcacbcd454725913332c5e550a69287c6e14d93d465679ec70c0df

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: psd_tools-1.16.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 729.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 26198b296c0737d47c55bce20b4d65f59a09bfce5aa498f5385202cba829cafa
MD5 8d7d8a882b10a5dbe70d297e5d77b282
BLAKE2b-256 28bfcd309b3dd19d511f05fa96c122c933bbd43ac61feb02d55355a7b4802b9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.16.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 564.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0af8939c696a7dffa8ba0a0ab0ab77a74022e1269630faeaffca6d6902156440
MD5 93d0f90f6984d972078a4cb870890124
BLAKE2b-256 9f22ac67d151addaf3356d6b87d8bab9b6fc00444d1c13657f8c241e8d6908f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba2b542129f07c0368dc7db2eb19eb1797ff5aaa5c56e32bc18c048be556d405
MD5 3555e604525c019cb829b89213c69c99
BLAKE2b-256 61976a1f4effed26619c1006f14ae9a0d4440fb182fdf81e32fb0c5732b270e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7c7ebc29530654628c1d6a59f9cdebcaba8d3cd02bcdc1fd0f152327593f67e
MD5 9efb1883ba6edf149d3b9732bb519b4c
BLAKE2b-256 ae0f0d7de153079f54570e61e766482ae32ea870e0723bc910a9f093ba1ea652

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a64d97f122e40f7608512954d36b9c6531fc945e2e253bacb330a2165601978e
MD5 91c39d8929b692b0a665c00e3576756f
BLAKE2b-256 93e2a843cd28bb9f70cb5a330bdb52fd5f66f49896e70e15fda031cea21e46fa

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4794779d527f8a1993fe6878f2dacef0e35c5297e41983ae6b5c24f528fd6287
MD5 7436f8e6f96a7b7f80540df3e3c82e90
BLAKE2b-256 eabe6292cdb81b6c676a8ff9f21a341d38be307fe56d331bf3afe0df10e5db47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88f08d99221f6b909c234c1c6546fafd7f031b1e8faa243dd9ff36a46bec40f1
MD5 d75d3ce3543392ab8bdb1b1583869642
BLAKE2b-256 cbe9cf84441db1756b78b4b80a73f8416ea660eab3d1ae377d51bb4ac58fa94e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e3389867d983d3d449820f4d871fb586bfd88854d17e7b3128fe7197ef7407f
MD5 68e9934962d4a943ae92dde2963413d1
BLAKE2b-256 fad6a6c92f27ec9c7f5d9562ecea59cca403f42cbc78c6a588845376d0265e60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.16.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 564.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for psd_tools-1.16.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e3388f8d7f4c91543a0669539dd10c52d133f0e07b85035334b49f2b4f7ad763
MD5 66ebb06f527de53695298efa39a08c3a
BLAKE2b-256 0b7c1f80dbe34307c19927a7fd952f3b82a47b389e1bbb231bf0feed4a1947f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d90e5e53632de065f292b75d9db04802101110150212d0f02874be197bc6fbc2
MD5 ef8732553e798f7f8e2f0127c64d1973
BLAKE2b-256 14ff924f512436bd4b84c6ff696684909549054216b90de7ad9596b42e0058fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e3639f6b3b7fbc885eebd5dfdabde3d29e9cc6912fb47d25d0a02ac07685202
MD5 25abc88dff08f117eee3fb27a3b662ac
BLAKE2b-256 1819221629a34977d89511a6c3fe3b31f033191f2f7275d5101a7b15589efe71

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4949f8af120ebad5af6b3a01defb178d1292b5b463a163019646da31c85bf1ac
MD5 6c2ae106d0f0e45a1c5eb212fabb7d37
BLAKE2b-256 535c460e4dca4ff13497ed7315d3841c89839333df350ad48329447f51fcd021

See more details on using hashes here.

File details

Details for the file psd_tools-1.16.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d51839e03d75ca17e246fb797407708b6a5446a3476955ee180a6ac8f05ecd4
MD5 35ce4743ec83ecaafeb05c365c2ec4f9
BLAKE2b-256 3fb250e1a4f5ac3632f0f4bad353130d8c3ee5e80fab436467fbb3c13922f1fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e9d541cf9ffdc0c4b917610a9d9ff168ebc36d9fea6c75bd2d9b4b74290b121
MD5 60ecafea5d8129b0c8437c1cbedb1850
BLAKE2b-256 f8a1446e8ef62360545b7b55cdfd870cfc80cd2aebf24741910f82afa98af364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd855fcbe5fb112cc00a61112bfd500c40e1a8f1367faa790e3b0527acd1e7b6
MD5 3e9c3c14d1edbcb75f795e281d8def5a
BLAKE2b-256 da64afc587d32737229fa0579f15c57bc7b1e25e4e1143a251166a125fb317b7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page