Skip to main content

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.

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.18.0-cp314-cp314t-win_arm64.whl (742.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

psd_tools-1.18.0-cp314-cp314t-win_amd64.whl (582.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

psd_tools-1.18.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.18.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

psd_tools-1.18.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (779.2 kB view details)

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

psd_tools-1.18.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (780.4 kB view details)

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

psd_tools-1.18.0-cp314-cp314t-macosx_11_0_arm64.whl (394.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

psd_tools-1.18.0-cp314-cp314t-macosx_10_15_x86_64.whl (395.2 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

psd_tools-1.18.0-cp314-cp314-win_arm64.whl (739.1 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.18.0-cp314-cp314-win_amd64.whl (574.4 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.18.0-cp313-cp313-win_arm64.whl (737.3 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.18.0-cp313-cp313-win_amd64.whl (572.7 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.18.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.18.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.18.0-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (726.2 kB view details)

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

psd_tools-1.18.0-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (721.1 kB view details)

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

psd_tools-1.18.0-cp313-abi3-macosx_11_0_arm64.whl (382.7 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.18.0-cp313-abi3-macosx_10_13_x86_64.whl (383.6 kB view details)

Uploaded CPython 3.13+macOS 10.13+ x86-64

psd_tools-1.18.0-cp312-cp312-win_arm64.whl (737.5 kB view details)

Uploaded CPython 3.12Windows ARM64

psd_tools-1.18.0-cp312-cp312-win_amd64.whl (573.0 kB view details)

Uploaded CPython 3.12Windows x86-64

psd_tools-1.18.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.18.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.18.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.2 kB view details)

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

psd_tools-1.18.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (779.3 kB view details)

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

psd_tools-1.18.0-cp312-cp312-macosx_11_0_arm64.whl (389.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.18.0-cp312-cp312-macosx_10_13_x86_64.whl (390.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psd_tools-1.18.0-cp311-cp311-win_arm64.whl (737.6 kB view details)

Uploaded CPython 3.11Windows ARM64

psd_tools-1.18.0-cp311-cp311-win_amd64.whl (572.2 kB view details)

Uploaded CPython 3.11Windows x86-64

psd_tools-1.18.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.18.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.18.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (786.7 kB view details)

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

psd_tools-1.18.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (782.7 kB view details)

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

psd_tools-1.18.0-cp311-cp311-macosx_11_0_arm64.whl (389.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.18.0-cp311-cp311-macosx_10_9_x86_64.whl (389.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psd_tools-1.18.0-cp310-cp310-win_amd64.whl (572.4 kB view details)

Uploaded CPython 3.10Windows x86-64

psd_tools-1.18.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.18.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.18.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (763.8 kB view details)

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

psd_tools-1.18.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (760.8 kB view details)

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

psd_tools-1.18.0-cp310-cp310-macosx_11_0_arm64.whl (389.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.18.0-cp310-cp310-macosx_10_9_x86_64.whl (390.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 107696413280f3b302f2a45c39807b90c5bce41f15bed2a1af1f0e7969d63e85
MD5 aa9e43050c311c905c3a76ba6a726adb
BLAKE2b-256 06b78444737c12d9c2d7654abb9ecfa9d189c55cfc2a64d0d22b392be3913afa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 effc284ea604deded18b4d8d0c82be3827668d9724cad18f9da98398a51d5ed5
MD5 a1bbe1d553910d5379aca35fe844b636
BLAKE2b-256 2e650d1caa7c026dd9398ecc152f6b055c9198594c9957e4393dfafb763fe301

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37a2b71cb688ae2888fd2f0c88205ce1974eecd2633ce005d8955f1167c460eb
MD5 a5b8abdaa22b0ed4b156a18277c6aa52
BLAKE2b-256 030c6713e3b95d57cede84dfc8d90017571d09226f7da8fa6b9b3b790bf26827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7c909cac10461e557a2a166dfbe7b38e9576995410f74192be273e09c9d215a
MD5 903c9fe35115cff6624c0f5ae279cedf
BLAKE2b-256 bebf98817921af0773fed9289119283f4c602ee1acf27802a5d259022e4d4763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 206d32d708af44abf2b8c7d5d7cb97a7373c6ba414629b702a574d3bfba580f2
MD5 d81572d97332b009bbdb9c8716757993
BLAKE2b-256 137dd8420292d340d8c00cf8bb07c05f3ec0302d0bf924eef5b68666e5b484b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fc5fd22fcf7a6082cdd8f0909b61d348d790c01b276e9e9fc2777ad3b609c22
MD5 0855a9ebe3de9134d1f4bab6cce7af81
BLAKE2b-256 29fe7a88e8ab9ebdaf257cc10d7bf5c6423dcc97047096349c832a1755dc2a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec56a1757216da08728c4ddf80514594745fa84cdc098612255aabe58997480f
MD5 5e009dbec1cccbe9ea054f234cd78e30
BLAKE2b-256 b02d4197c9cdb23f7849d06db52888ed7fdcd619e373b44b147ed7ad6c1cadbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b65f4008bfa13362c329dcccdc8528819e21dbaf01421ab985f02ff61d957b32
MD5 9fc3ade4c235df47e49979d47a17e3ab
BLAKE2b-256 8546eed86387fe544aecc6fba1e7626582ecfc4f7b64ee178aa3405a5ce05a07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 739.1 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 bd3fe59b505aaec33abeecbe13689acc44ec8e305f630d3bc2ef0349925e8c95
MD5 9c4bd1870d6b8fbf0f3cd2a277b11d14
BLAKE2b-256 54426836e2e3b35d156f94e572d838ce4a75a5da73b21d99dcb2b766094ee3d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 574.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 41dda126d1d736ac095d34ff8c6f6a98e25471a9b5f00ff652d5e16216483032
MD5 5329d96aaf2cf52c9afbcb47f6c99a00
BLAKE2b-256 5158892c884f5fd50dffeff6a7dc19258bcc08faa021f50db8b98cbf0db804c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 737.3 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2c547f712a5906715d6bf4788512ccf79039d6ef99b302025be3cc46a97d0871
MD5 2518daddef062cd7b5307689fb44e7e1
BLAKE2b-256 a2bbfe01d1edb6b907a7e0f43b9b7eb8dd3d4e84e9796df35c39a9383a5ac375

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 572.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2b01e3edd64f4eebcdefc5ae6485ac50f74a413abf6a88efd9095c84b37b68f9
MD5 00089159bc0ec402d1880a27c620d863
BLAKE2b-256 d06edabed684318c03d6c54cefa3354e9d1d276443f26f0b2ce75a491e65e652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 281ab0884282f4be43d7a8da016c678d78305f36adbe8970c5d43d94daf817f5
MD5 075d8f762d5099a22e5fdbade5f58443
BLAKE2b-256 61c26a1ecc532665353c61c7724041e72a52509fc3d9c3e0542a9aab12671bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9205ff0715337dbab4e1c0facc71f8ae6a9bbb311f031f5a0ea795b1a836eae3
MD5 edcb9388112a7cd92684941fa7e99b5a
BLAKE2b-256 5c94214a23782782487ec00796a9ceeba7aa43e7e2d41e433b5e95385f6ef586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 741cbb0e652b0198b8d50739d39b22add0642b533072bd8ca1206c0c994dadd0
MD5 83b838eecdff06a2bf7d8dc6e45d8b00
BLAKE2b-256 414ff6ee19fe2f13559d2ee3297abcf691efaebde4537563688ab763a6b23632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc9515598c5ee6125a66ac092193cb4ee5ca1f956f93c0d8f882d4f4ddcd0b53
MD5 9143870591c44c980f43241004b762a7
BLAKE2b-256 e9fdb56b732aeb9037fb8b5d689261b1765dd70803f11613c8552a977064450f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 010ad24994a9290ed47987f475ee7c299b81b90ee21b4a5347d444e22af9af7a
MD5 526e61976003a11d3fad1d56813172b0
BLAKE2b-256 0bae27d3b624f2adffa92aaf64028331d73cf6db20591ea6162d9b1651342ec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 116acb55b0d54be6c309be13474b33c5e477d9d75270e53397548a2f9fd4239f
MD5 02ec760b521dd9c2bcd85c6d341bbb11
BLAKE2b-256 4a959ef802a8f1ee33eef13680c3f4581a8ec6f155ecde5cec4d12c0e09c3d88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 737.5 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bc06dcfd0e625919caf5d0cc16795652304eb40f537fffe6a2ec8712bf6b61ad
MD5 52a38fe9a5ce3a7f88620b0bf61c01a8
BLAKE2b-256 7c3619b93df8bf3af59318ff79c5089609e7bdf6ec02bb8f458d97b99a2aa920

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 573.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 81305564026bb58ce0ea161dd42dc140a3036fa0bc4e75349ac0c22818edf3f8
MD5 a34521bca32260d2512abbb2aa45a100
BLAKE2b-256 31f58ca180e2bba97d0557ac07682926ac1e69a129eda0b16ef8bc8e94d8ab7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f9956e94f0036e67c9859710163dde8c672b96a9839ab2c19d4c9f266e857b2
MD5 0e0ade0a9029bca243dd29b365cce792
BLAKE2b-256 5cdc9a9481e3ea7ac8e63483774bab57a1cbfa433c543f1170bc75db57ba51f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 550a3323a56d9db3512ecefca6124e2af0b1058ad1ff2dbc65823bd346d9e685
MD5 5069d06982a3246101331554a96773a5
BLAKE2b-256 3c05bf52c7374a204af77d7ec78aa49e8396c37ab3ae23ddd18e4b7c0d5f62db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 009f65ab985bb2d526d40b4c20ecee22ffdefcddd37e434d9f817f7ca64f474f
MD5 594ba157dddfcb0c2aa9a0cdaef95284
BLAKE2b-256 c960a665bdf9aef9b2da887b05d9898cd19b9915e4205b3c4e73552931c2603f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 512584fe151eee855572e031f307b1ce87d6a36ac5d4732a27ebf5ce4532ed30
MD5 5be5751fd8b718806b271a0c75defb25
BLAKE2b-256 0ffec7b652a7b34d63e4da08617a4e1347be7151bcb1de320bbf3c401ec4e790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b18043dd18ba3d54179abd788d71f6217a4dd62b20eaf0719c5f7f2ae5792a5f
MD5 5c0619584ced6729320864777da11593
BLAKE2b-256 885133d46f92378d538010775fcdbee8c9fc57ce0f67f4099b94e2999359a381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 47561640ff0c7e4df67b115f866d9e23326abbc08de6d8599103ac90f28fdcc4
MD5 f09755a2197ee53d5a8a61619f692237
BLAKE2b-256 6182689017ab0c7b6c87f1479c9934547004cd80d22a3460d7b9ab0a56d72c62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 737.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d473cf45e6a4925459a5498addb0d645b37d2fa9a4fbd2b43e36ce406dbbeed1
MD5 2dbd9f19ac6e9e98ee308a68d42a3256
BLAKE2b-256 44c775d6e0b932040f36f25f00f3ac0849c0a858d8f5f9c48ce6ff78cd75ff6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 572.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 66dfc1fcd496eea7d70da53f68a44301437123a284d16aeae1bfe955e5d23c17
MD5 2f284fb07752e8c3bc6c2b8cd4778546
BLAKE2b-256 7dd18f3cb10d49407ee98b26f39af817b8f35a03cc55988b4627f4d0c9775c25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f624f33ab0c112d53877685d807f3defb5c1e8575dc0b9999cc94a96ebe2cea6
MD5 90bb6e566d8833728a4adf2b11594e52
BLAKE2b-256 a8e3b8241a4023347a395aafeba9a60fb43e5b0053c63033d4115f46c8ddf05d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac478b6b559026e324b799653cf9e5fa1a5d24a5e8a2dfd3fa117595a5b6ae97
MD5 2ff71a8e8d583956b388a5dd4289b365
BLAKE2b-256 111ac1cda4b679d145414c443b1624c5a65f94305932b2280ebdd209d2ff4245

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c4b847684f81eca15a1459b366676fba3328c18c5072615c1ce7d189585d7d9
MD5 ebdedb6b227adbd134bf7bf3cb3b71f7
BLAKE2b-256 fa5fbe5566433bf19118e0bb781c919a33f5fa892f700ab70099d6010ebe3a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d5646cd7f5202599104e5e9518f66ea1b7bd94f685eff4e5f00bda9d234824e
MD5 31e50c8b8134876c2b32e1058b574c16
BLAKE2b-256 8c75c28b2b106cb827e0205d17f1a12a9e68850ee987d58a7a2dad70546d90dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce737f0b2760e5614cf92c9945c078a6ab4bf7f1e0fbf3c6846ef8e7786e3026
MD5 5d413b5099c48a3fb04987faaa117bdb
BLAKE2b-256 e42e3c6f423923f6126dfc4321bae4a49d5bfd3d1f45c9dd021e90c9a451a944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 857dae59c6eae38c292f81c5f7b23c13b7e76542fab54ce643bfd8e911b4819e
MD5 7d8121783c4716a405027fceaa2b1a21
BLAKE2b-256 edf21ab18d8fef1464976c67a752f91b2f87c78109a273daa4c9d5b724a1f095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.18.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 572.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for psd_tools-1.18.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 99b00d052b5831d76247136eb78027ed2c55c6088d53fc5dfc83b73fb0a1ac61
MD5 08dc9df6833e5af8ad7f9099a4ea4784
BLAKE2b-256 3ec22f1430c267fd436c18c7a5014e7df110a72e008f7aaef27741735bea6ff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5df474b6cfd3cf317a034c5a3fc8840c34d28a3c6ab605275effb942b2b3631
MD5 16e8e0b73fd11145c14e63eb44c01610
BLAKE2b-256 8eadbd951cb202d4aaaf166d64cb82eec05838c59e099ec12199e9e0df8771ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7dd0e6eae66477849e1f18735058a969ffa6db41150ac56c4e17fa763df396a7
MD5 24279931aaa31084465c54fca565e73b
BLAKE2b-256 eb5b5d20863562d65ffe7c5c0529b96f16725d6812fb4ad204260882247303a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6632497d902978a386d62190376b013166af7c6eeba5a4f8576fea2fa0e97098
MD5 6b13b2e5b2581f9a6d77bfdbc3355ff8
BLAKE2b-256 afd749aa41c1e933372633989c1a89cbe385dbe3a06f80ac753ac5c246864fae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba97e7aa9e15d138f032eeefd4c9aba2c1c6d26fce8fecb505bb351bc2ff6677
MD5 02693f427de2819ab5fde888cf7366f8
BLAKE2b-256 87357bf7d45140bfa152a6653f57db6740715064191c75c28f8dc5d8afe3ea9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b381b12065d4f028527ea20db2137fc5a55fe91d0ff8c76c59b9323474452679
MD5 e718d2f25a92ce56f022186cafa86e4a
BLAKE2b-256 fd15105a8f6f29dcf02905ba923575353226add88fecde67d7030fd3e2f07196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.18.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68b9b9adf0cd9b2932b967b71be05a4f10a3ed4b69964a3d211ab126c7d6a470
MD5 47456aee3c684fc4b9c284542df49862
BLAKE2b-256 d2e33065f202a9e0abfe91690643cb0b0a54bd56092a66f3230dd32aa15d3654

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

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