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

Uploaded CPython 3.14tWindows ARM64

psd_tools-1.17.3-cp314-cp314t-win_amd64.whl (580.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

psd_tools-1.17.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (777.2 kB view details)

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

psd_tools-1.17.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (777.6 kB view details)

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

psd_tools-1.17.3-cp314-cp314t-macosx_11_0_arm64.whl (392.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

psd_tools-1.17.3-cp314-cp314t-macosx_10_15_x86_64.whl (393.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

psd_tools-1.17.3-cp314-cp314-win_arm64.whl (736.7 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.17.3-cp314-cp314-win_amd64.whl (571.9 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.17.3-cp313-cp313-win_arm64.whl (734.9 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.17.3-cp313-cp313-win_amd64.whl (570.2 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.17.3-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.17.3-cp313-abi3-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13+musllinux: musl 1.2+ ARM64

psd_tools-1.17.3-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (723.5 kB view details)

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

psd_tools-1.17.3-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (718.5 kB view details)

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

psd_tools-1.17.3-cp313-abi3-macosx_11_0_arm64.whl (380.3 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.17.3-cp313-abi3-macosx_10_13_x86_64.whl (381.2 kB view details)

Uploaded CPython 3.13+macOS 10.13+ x86-64

psd_tools-1.17.3-cp312-cp312-win_arm64.whl (735.1 kB view details)

Uploaded CPython 3.12Windows ARM64

psd_tools-1.17.3-cp312-cp312-win_amd64.whl (570.5 kB view details)

Uploaded CPython 3.12Windows x86-64

psd_tools-1.17.3-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.17.3-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.17.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (783.8 kB view details)

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

psd_tools-1.17.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (775.5 kB view details)

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

psd_tools-1.17.3-cp312-cp312-macosx_11_0_arm64.whl (387.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.17.3-cp312-cp312-macosx_10_13_x86_64.whl (388.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psd_tools-1.17.3-cp311-cp311-win_arm64.whl (735.2 kB view details)

Uploaded CPython 3.11Windows ARM64

psd_tools-1.17.3-cp311-cp311-win_amd64.whl (569.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.17.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (784.2 kB view details)

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

psd_tools-1.17.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (779.8 kB view details)

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

psd_tools-1.17.3-cp311-cp311-macosx_11_0_arm64.whl (386.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.17.3-cp311-cp311-macosx_10_9_x86_64.whl (387.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psd_tools-1.17.3-cp310-cp310-win_amd64.whl (569.9 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.17.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (760.9 kB view details)

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

psd_tools-1.17.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (758.1 kB view details)

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

psd_tools-1.17.3-cp310-cp310-macosx_11_0_arm64.whl (386.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.17.3-cp310-cp310-macosx_10_9_x86_64.whl (387.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 740.1 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.17.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 164944b7ca74fc70edc715bbdff5c1847a05957c9f4e9470bd78eba07ac30fb8
MD5 cc87b4e059ab6aafb0840022fe535051
BLAKE2b-256 21801fb361ddc3954c572ac38b37f1c79ee988f6f0d479b92bb8fe657810af1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 580.5 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.17.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1efb031fcb158f1687525617700bdb7bbba23fe68b0620a11eaa9bcfdc58df93
MD5 97d96a3d169498ef8260e79439712fec
BLAKE2b-256 272ed89f504c78085cf4e7b52c2167f5d5d68e2d796d7a1dad69d6009a1cfa9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 398e4e1b22a03572c3de172863c06d33fca6d5eb2ef8dafccbfaf763e26bc6c3
MD5 04689c602b412cff87ddf2f15837bb5c
BLAKE2b-256 320952a229b0ad0ea12fb37e20ae22b3df6ddefd87eb464fc68693693c35e859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fcfc93f3dc05f6a49747f790cfcebbac522406981fe4e01afbf1dc324ec1c45b
MD5 a2350c1c81424bf6cd1747d937582119
BLAKE2b-256 364521b2dadd1151a2dbfba51e27cd113c699e9c376f2452d7e0ee3a60fed75c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b81b97c3425f5256199a1f48f6cc6fefecf83e095208317752d85194012eb8d7
MD5 c7395e34c33134a5c14629f225a90803
BLAKE2b-256 27282cda97d218368a4ce5aed4f9bcda74a8db311dbbe10ed7c32760ff751912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d2bdeac86a19db716135d5366d2aa7bb1f4ce1f7124f13ac27e55b0a3c36d4d
MD5 c702cc31b4140a0ede1500728d789e91
BLAKE2b-256 b08d1957ca1764f15767290d6e9b0918aa3bc735d837189bd02bacc32f62c8e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9edd1d2e42587a5e8e3071d527d535dda209449d856f080153533b369175b65e
MD5 0f245628708c9b5288852696385f3f02
BLAKE2b-256 039f231a1138ad0e1821d83e1a3d6827faf3e2977fdb4411c9980ee8d65724b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6b587e2dbd6ac65d04109f05eed85880e133124dcf5d4dce68e156b173dd6dcd
MD5 a3acddbd1751182feb2171f3fa32bbe9
BLAKE2b-256 64130aeed420b25b61e4a1a39062b0a2ecb6a95ad9a7426d9277aad4db0df85b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 736.7 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.17.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8d2e4c06b358acbbcccd918120378210b7c0f7a8adc8167b9838056726754f54
MD5 88a267e3aac3bf1044a17e4a5d7a7d2c
BLAKE2b-256 00d3f2a746064c402b4f0f1d0a3165ad54a4726942e093980e19f6911acfe186

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 571.9 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.17.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b83cff84dcf268a2e34ae2c86f06c51ac7ced2c0b1ebdfb90115b17b48eb4438
MD5 c20aa85b57375744ee2fce88c52498bb
BLAKE2b-256 e6c3c4efa47dfcdc8f9700a751d8467654461e5b6f24c476081bcb8b3c965cd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 734.9 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.17.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 517e9e2a4dd9a06df49b04a9d3ea35d99211ded3d431f20b7e501a8009588c35
MD5 7aa2f4d5c8645dd2a0410e83d10997db
BLAKE2b-256 832ecb7292b4b0699acd9aaa7334e4ae1f32ff2241f0fb1dff203e03a6d3ba41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 570.2 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.17.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b362cb0d0beeb279c80b864407667570b6bdc0bf21c4d53c133b3fdbbbc6b42c
MD5 8823f6fc54b1f080b6d0c40d09fcf4a6
BLAKE2b-256 7c89745223aa34d40e91e49a5f64982c1035e600355795bb535143e8179da939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35d4d5d3c8b1662d23100d4be59a300aaf75a3175fe0f1ea93ee95ad538d1795
MD5 c343015da626000e6864bc7c94f69b85
BLAKE2b-256 eccc9a60da03710d69d20ee9640fe092b0cbc7124ef3b875d12ba3a85a2598d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9637c05cb9ade8ee37e307218004539c4b53b988ace7a22a36047f5477a8107d
MD5 6bad7d6bda2ec3b38bfe1627d767d1ee
BLAKE2b-256 d63cdfd25c4fd1d8543ac8c164f12339017bd350d66aca5e8e7f93bc45cf57f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c7296a386418f0d74beb4f79abbd74b73b782e02b799d0054f26dfde2f36333
MD5 4cd402545f0f2543b5a61903c516d95b
BLAKE2b-256 4479b00d272534135102df65a9263dc2ce1491a9b1543c187ed9b02f1887f041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ffbb1fa5f2ba16dd060fdaadce10b24a8b4512f4f6b069ddda4e33334e271adf
MD5 d4098cd815c97bde9da00ee608251fbb
BLAKE2b-256 b98ecba1400fb830c2f4f11ca8d16739aab9947988067f222e3fba8c13ecb142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91a1d5c1e8edac3ed524a3c893aeda8c6c3cf00089a0191f5092677ddadc5bc2
MD5 962449efa30df51f019d04cc3b0156c7
BLAKE2b-256 520da12dc653181c329f1aada20c07a8b200cd9f23698f7c4a32d17d51271f40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 896919c7b0c0dc0b8b5a1f5263680170a4bd4ab9fa5c7d9a7c362bb2a9c0aefd
MD5 70b562115f2de00e6d1163936f05e508
BLAKE2b-256 20fd4954d31a3f2c39c09419d9cda4cc33295dcf26d91f123d05cfa826f5c80a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 735.1 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.17.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 74aa62ebd4150b886771652cedb98322dbb9db19c3d9e015e61316738cb5ac18
MD5 c60cae28d6f757c495efb1d03be7efa3
BLAKE2b-256 f9393f18a7bb7a641bbc254b059d4e63470581660d9349efd83c0fc8e5d59149

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 570.5 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.17.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2844e2cb08f302e8d5836feccf8e2197ad9db37d7b04d972c6e31161822ef9f6
MD5 4fb3ac18f92f4e24fcd80984810a64b2
BLAKE2b-256 2016aa6d03b567abe341fc5cc104a5cdaa58d1e184d364b1806b413b2dc4aec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54ce285ffd923a9f43f79c11ceb9f3d39f5471ad684330d8fc4edd0f4338c55c
MD5 269f09ec6605abb9b98341179e4903c4
BLAKE2b-256 2ce5639b1d5c16fe2fdfe389b552895db228d873d29e32b03370625ee82be117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd168882352231e2ceed9e7040b9a8d6beaae9cb0bf922fb5c7b706c719cdbb7
MD5 e33cc566b5122c9aafde29f19f92e344
BLAKE2b-256 ef75f88590f303188b7f7407d3b4c50b4a94b0c3303b96a8ed2f565fec6b3560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bafbc81688f21383f21cb976ed8994b1446ff5792f97c21c442f793c86523f0a
MD5 f107b031d8e14b39d7d5200c64d4c02d
BLAKE2b-256 4e5726bd3b2c2525ae660264f70fc20fd9fb76a35aeb678ca70b97496327fd26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78cc5cad75c87c0057b2611a41331e849461e0737f800a06eb3a989b1479fb3d
MD5 16383985fce6fe49dd6f1ece8d9eeb4c
BLAKE2b-256 c4b83f963aa9d5cb38a56de6b6115f8478a926c875abf66bb574eb283bf4c5a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 211fff10469ee2d28976dfbeda2fdda4f905705d63268ff1ce4bbf3f84eea594
MD5 0d3bba8b5e2dbdf69c04c61a3acb810e
BLAKE2b-256 153e5ee1256f39533dc374e97b2a5ea4ad8921f57a0ab02a76364ea0570a6b35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 017439a6c518309f5e439389026b67d9a0ea8a90147227d1e5e589112e747132
MD5 4fb1387c02694ffd1f36e1fddd069ced
BLAKE2b-256 78c5d8d43c137915ddf9da3dd45aab3bfa347497152e4886a9fdc1ec77b4d398

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 735.2 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.17.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c177f667426901c8de19c3e3c1e6c17848889bda2f498ef129437e5994163934
MD5 8dc1de344bf72eaf305accf21d26d30e
BLAKE2b-256 9a9dec9504571079d73d5922ccf477af8b76cd1d0cd85b8acd28a5c512f96673

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 569.7 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.17.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f6eb04906df733410bdac5164e7bd809a6f75c65e48281d20c87485652cee96b
MD5 3a50986049c3f49a847409c1529e47ed
BLAKE2b-256 033283662acb0d505ba64b5a9a0d0b44ecba3fb4835c00072daa50832fb10e8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2387e377f2fceaec66fe1e94f5e577cb958450288cdf8a86914d49f090b748af
MD5 51d06c53b15d72676a2ace218a403eb2
BLAKE2b-256 053d3ea7d9ade2539eb0aa24ca5b01e76ed4c7e2b37a3365b4c77df2eb7617b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18186d469ea3c4975a754e68015acfce09f49bcb216a1c6b6787a81b2d068f43
MD5 0534d6e79d9565590e7ade628fa1e3f7
BLAKE2b-256 be240d1ccac43fe6c3930cf83acc2755d7b0e01422b6f5b36bd6286fde01c889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bee8b0a8b1860a0cdc3b7a934b13af2f8731a26a109970d683cccf1c2b220530
MD5 2b6fb36133c830d4f9a84ca9e8a11c30
BLAKE2b-256 eb2bf48901c029c10ad256bdc23835d7cb95176fb12f50e38604113a698e0c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e33683eecf04e7612aadf8d3e7a49126d371d3bed847f348e7ac66f58a10776a
MD5 735a4237078439d0aaf74f1b9f15d9a2
BLAKE2b-256 7cacbbf521b3e0a93499f10e89bd1516f77efbd0ac7180a55c0d782175b9e41d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7514093518c9853e39797e5f751563951fc2473098c83f06502e92d69a36f46
MD5 308b2250c952196c92b3b87f4caa32b4
BLAKE2b-256 b44a6e7431b07c602cfd966e62d4ea0619083e1c14a6049a9d0f13753c212a19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 25b67b6066f9ac693c98223cf6660ec6443a3bac9807b2b142db6950dda786de
MD5 a54b4b117560c95f0188e90f42d136a9
BLAKE2b-256 c12b60d304224c75d88117947de011c1d19506db7bf1edf8ae7bded057316bb1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 569.9 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.17.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 858ef7f21da75bb560217dc5344fb1eb32de863a6f8eef3e5dae8748f00cd2fa
MD5 d0878d29ab2c7fbfb42c410ed105a83b
BLAKE2b-256 1a610b18dfbb27dd26feb1c77a150d05ec88e37f85c922d420de7061db794b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 921da7f2db56b68cc855b7293364a7ba780dabaf81b20c20cdb1d9fc38110c00
MD5 6928626f78e701762a3307b40ccbbedc
BLAKE2b-256 1c76edca1c61f75ae4f401ed3fb75969950ffed20d2641d8832361d9cb630551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67b21172a52e8c6f706eb7c4af9e6e777c3f3eb63d0c276f53fafd32fb1d8c33
MD5 bd542afe1f3cd20afb3f73c9d3d8178d
BLAKE2b-256 2708e9be57759732f8f30e2f6fdd5125347cfe855293c030887bb1e30e9461c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee84ddc6a50ada8ecb4bef4512faba9092690ec3ba8ad7a57a5639db2735b432
MD5 93cd509858f0a2e1b315872b16d61aec
BLAKE2b-256 4f99de6c7310139c7412d2605599c24d5e9e292f0dd70c0adc7c007d487b7eb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b50a6700943a22cc506cedbcb1e806f244ea3a853cebb91e3075a68c0d6d09c7
MD5 20a172006510117b6e103dff15339379
BLAKE2b-256 e26a12cc6f1452a88f7bcc581d988256d6f03123b7e2b58a67e342b74fbfa27a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 924704be4191f8ab8a0ff0c568e5c3009d3770fe3b13d9557cb38d05ae2f03ea
MD5 dc056fd80582a954f8ece8bf356cc218
BLAKE2b-256 c3e1cec2e823991b6dce6529eefc07bcddccc7b7f3d3443f22788c400b3f6bf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 626f4cdd7bf2b32fb5f366e766b2f2228edd7108e43b464ea5d96fe8b0f23881
MD5 6dd9e7cf0e74445dafeca154c410dcfa
BLAKE2b-256 a5d7a886c4abcce7a0eb40289613dc3ce130040468b0428a351701f253deaeff

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