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
  • 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 adjustment 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.15.0.post1-cp314-cp314t-win_arm64.whl (725.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

psd_tools-1.15.0.post1-cp314-cp314t-win_amd64.whl (569.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

psd_tools-1.15.0.post1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (766.5 kB view details)

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

psd_tools-1.15.0.post1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (767.8 kB view details)

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

psd_tools-1.15.0.post1-cp314-cp314t-macosx_11_0_arm64.whl (381.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

psd_tools-1.15.0.post1-cp314-cp314t-macosx_10_15_x86_64.whl (381.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

psd_tools-1.15.0.post1-cp314-cp314-win_arm64.whl (719.4 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.15.0.post1-cp314-cp314-win_amd64.whl (558.4 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.15.0.post1-cp313-cp313-win_arm64.whl (718.0 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.15.0.post1-cp313-cp313-win_amd64.whl (557.0 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.15.0.post1-cp313-abi3-musllinux_1_2_x86_64.whl (1.7 MB view details)

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

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

Uploaded CPython 3.13+musllinux: musl 1.2+ ARM64

psd_tools-1.15.0.post1-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (713.2 kB view details)

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

psd_tools-1.15.0.post1-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (708.3 kB view details)

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

psd_tools-1.15.0.post1-cp313-abi3-macosx_11_0_arm64.whl (369.0 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.15.0.post1-cp313-abi3-macosx_10_13_x86_64.whl (369.8 kB view details)

Uploaded CPython 3.13+macOS 10.13+ x86-64

psd_tools-1.15.0.post1-cp312-cp312-win_arm64.whl (720.2 kB view details)

Uploaded CPython 3.12Windows ARM64

psd_tools-1.15.0.post1-cp312-cp312-win_amd64.whl (559.5 kB view details)

Uploaded CPython 3.12Windows x86-64

psd_tools-1.15.0.post1-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.15.0.post1-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.15.0.post1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (769.8 kB view details)

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

psd_tools-1.15.0.post1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (761.2 kB view details)

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

psd_tools-1.15.0.post1-cp312-cp312-macosx_11_0_arm64.whl (375.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.15.0.post1-cp312-cp312-macosx_10_13_x86_64.whl (377.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psd_tools-1.15.0.post1-cp311-cp311-win_arm64.whl (720.2 kB view details)

Uploaded CPython 3.11Windows ARM64

psd_tools-1.15.0.post1-cp311-cp311-win_amd64.whl (558.5 kB view details)

Uploaded CPython 3.11Windows x86-64

psd_tools-1.15.0.post1-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.15.0.post1-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.15.0.post1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (773.0 kB view details)

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

psd_tools-1.15.0.post1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (769.0 kB view details)

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

psd_tools-1.15.0.post1-cp311-cp311-macosx_11_0_arm64.whl (375.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.15.0.post1-cp311-cp311-macosx_10_9_x86_64.whl (376.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psd_tools-1.15.0.post1-cp310-cp310-win_amd64.whl (558.8 kB view details)

Uploaded CPython 3.10Windows x86-64

psd_tools-1.15.0.post1-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.15.0.post1-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.15.0.post1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (751.0 kB view details)

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

psd_tools-1.15.0.post1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (747.5 kB view details)

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

psd_tools-1.15.0.post1-cp310-cp310-macosx_11_0_arm64.whl (375.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.15.0.post1-cp310-cp310-macosx_10_9_x86_64.whl (376.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file psd_tools-1.15.0.post1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0f638cb431cc63727cc84929aabd0ed817565478944b3d29f310dbf89773c75e
MD5 5a5d759d5d4c8f5709d4190d2bfde680
BLAKE2b-256 8c00b7746fa9e8f6eb28254642ab667b6c7f32f7627ff298e94e5cbfeb757515

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 44693ac31147f012403028d23cdb450834ebc11010db5c09952eb054efc7bf45
MD5 4cc6da0dfe4582e2c068f9a2ae02a2a7
BLAKE2b-256 e6b3858b5a5d0b97fefb3cb2e30bf79c51481193f892ef01f26a279b06190bc2

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 130b63b083d112c97b40bd2b7543be743afa06a1e1bc592414d0abc8e6e6412e
MD5 ebda2551d8c21ad67890aee02390b2b1
BLAKE2b-256 627818a7d889236fdab2e9201ba791b26629697b9b893720e7fbf175a95517a3

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5990fa6203d6644f3af05f9a5a3f84a5b30d4efaf13d92f5b0cefe72f489fc4
MD5 b7b21c649dd7d9dd1c4389abb30b2f48
BLAKE2b-256 652fc6ac57a93ad72fded3d8ef93c709eafb4b1139cffff48e9b73947ee42dec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5cb14398ae1d379402a414b89e38330a2a531935b64d17701ad7943e42844be2
MD5 8b62f8fb9bcf749333fe8c04a103b249
BLAKE2b-256 6fd94628bc829bca81f71a0084b1c2aa44cac121036cbb94de29690e2302e6dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7bab09dbd2b4c4d55a3a7640bac94ec37da1ffcb485b427aef2d857a8e096685
MD5 2318b88a798c7b307223af9cc8bf8f0b
BLAKE2b-256 9824f284ab524d4fed2bb19904da46113c623d6e82aedaefa222ea89dc83ebae

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36f23b44787ec7349e7fb68144388c84f2100d8f3753dfff718d8150e674ba4d
MD5 de93ac8bdbce04a46d4d4f902ffbf3fe
BLAKE2b-256 1150c73eacfa7116e927df7cbcf1ced2762c57e30326a7bf08b2e562228ad788

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 685afc27959f50237ece0eac9855d365af4baa87ea2be9220262a02743d9dc79
MD5 60cdcd1cdc5daefab5e5b14c1b7baa94
BLAKE2b-256 51116236ff5c7a2951a9a6100d9d516a6fc03c7e648ccf5064cd26affce76157

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 5936996f2430ca872339d8fada25a33b26ec7c63ef5ff1b452411a1a6e62389c
MD5 8b5a0dd39102ed4011aa2fdd099f7646
BLAKE2b-256 ac1d1dc08b451016e6ca276eb4a782c6dfa60dc24b63473ac7b059f5e78cf16a

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 074fb57bb662098d0fdbe6c8367516848c288c1925ebd0bb42777952e946e0f9
MD5 eee5b742d75b94c3d8ef84c412784f0e
BLAKE2b-256 9a5a2778530cef18d37faabbd2bc156650e3d4559cf22768c9984974aca6f9db

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 db5b49f23aea1a665464fb02f24e2442d0280943b63c42f15ac5bcab7bf18e9f
MD5 3e8da9d32c24cb430fc597fb433d7335
BLAKE2b-256 111d4765a727f6375f242c387f5de0d1558eb8da020203ab11d5383738ecad1f

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3a0e59dd30ab3c4c78accfd20d5c6a02701f3ed21498477290d3c2866e98921e
MD5 2a3d3d7ef8e19220e256a31689f8ab8f
BLAKE2b-256 97e5f7112f80218e91848fcf49444ae62b903704089e77128b196201c82bb4bc

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp313-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e5283276aff29273428469b154ef0e0f20eadaaba345d047c0c821d07193fdf
MD5 cac5677962566e0c5f8e8bdfc3776737
BLAKE2b-256 bf4f09eb93f1aa968f52a97e8497a6e743597f3d9fdb89ec0a89e3dfb5492f2c

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp313-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e206b6dabb9d4912d6287bd5f33a2c2272f539aa0994a6790a4d8d910e6bb61
MD5 71cce574fffd708268b21b06f261b403
BLAKE2b-256 763dffd27c60d288269f3469b9e99007c506b8522da4b03e32aef333716fc2be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b0f68118ec9d661919bbacaf201dd33aad64f0041fc9f7828a857f410003d0c
MD5 e862368344ed94795cb8264a8db5acdc
BLAKE2b-256 daf498c1a2c5dc6a24059ae58954769adf3d1a33c79467d102c92c733cf7ad63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df0c9d32a3d7a307e3bcad03e45934f2a435e07760e8a9775973103f9c286594
MD5 bc48551e4b58f1e29b05e3cce8264416
BLAKE2b-256 b6b4bbb2d46604aaa99d6f326489cae822df756d338aa99948f462a5ae1c77f8

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp313-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f2c3b3b31af4f895aa1f3143088dbf9b8acda7f91d9f8b05ffbbc0127ddebaa
MD5 14962e153ecc851e28fc1f6c4d0b3b17
BLAKE2b-256 8dc8d74431b7fbee706fa6c1efe1f6a6c4f353b5b696d1e919fa1f458afaba80

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp313-abi3-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 58e4cfa11777e1641f69e4f9a81bfaadd65a39108485e746e3cdf5f531bef4a0
MD5 da75ec4b2e2df8f6a371bc8ecf4fa475
BLAKE2b-256 69c6b18d6bf14861b522086545d4a4fb6cf472ddc5b4a72d8eb8c35badf8360a

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 77937a4fe9c5ccc77438d21209fb550a3eabaca610f4ec67b3e7d7bd643ae64a
MD5 48d9c4260b7da5546103fb2cb5b84317
BLAKE2b-256 890bea6f977fb104d0b23d9832593b7976b2ce60113d5deb500f75a8b4956f1e

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7091b34c052aff0589f03b0ef26242d1d63d0f4b5a2529aa718a23b70c44b86c
MD5 47d31af55ada511af945eeef16713d3c
BLAKE2b-256 5a859d64603067fffc264efb46b650398788d700b788de9c03a34274c933ff6e

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca8764652c67d9b917a141cbb15b5d722231f36ffae05ac785504cf580440aa4
MD5 f50460c114bc50f2a326dd4e8a3705c5
BLAKE2b-256 99180f2c0a8eba536471c39e4c74c7568f37cbb3f8da6f5cff74364d21d59104

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9305ee41d275b2061affe2f87e3fa8f2e1f06b3744d452c566494ca764412160
MD5 5e346c5a8e074f1979d05adbab0bd7a4
BLAKE2b-256 51f37e36bb2986e4d2261055e2afcda4af1de671fdca15262c780dd94309777b

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b1bf1d9154bb8b1c885300bf96002e71ca01b2645bbfda86e16336278d30937
MD5 4573acfae32710c2527dd3c845a57e2f
BLAKE2b-256 280dc4c94eb827f305f6f5d78eea0941353eeaff978f694f2e06f4a3ddd67dcb

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2124f77ce0f3fd7aa96f47595a8ca970e9c62a955c5c972ce47382d60ad19e1
MD5 e74edc68103b6011399075b0311b55c4
BLAKE2b-256 88c55d4a75ca3e518bf01011937942e7c421dc2f70d04b11150f1d3c53a90520

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 447ae6638aa272431ab1be2e3e2f18255a5df38849c23cc4107cf7d6a95949bf
MD5 c4ac44f19d259d52ccb02cdfd907ebef
BLAKE2b-256 c7edf625cedebabf34123538a18487afc158a9728c58a5e12ab057df0fac8db7

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 56ce0a5cc0a35b527367770d0b3cc97dca356cc6e00646f43abc13194fe9b66f
MD5 0bdd3147bce272218b9611ffd26b977e
BLAKE2b-256 8d01ca2ad6cb056388ad73f2bc6ae2aff714d8c67eac619b6602c5b12db785e9

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0eaef88626ec4bcc0e45658b20be83065ef373fd1766bb75378cb1419db4d182
MD5 b1690e0e3b7dc4bc7fc451f7a1d5813e
BLAKE2b-256 55ec699a33aac47d1cc40dd3244295ee2873635445eac5c3e0a1eadde7bcab6b

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9e9d0ae1aa5c670c1d6d40f14921dbad5646400ccd4bc68988f430082cb679d0
MD5 f6f3a3f74f9dc4572ceae4b60bcc5e4f
BLAKE2b-256 1ac71ec02c8593ac562919767d01a029e71b09294c7129b816ee0dea3989a2df

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1412fb95a2e4259efba10e5bb40306ab00df363be2986b387a97cd7d04d6c545
MD5 38e6ffe92ad6894b93d41a6f9df79f38
BLAKE2b-256 75445da63963d4a80d62dfbfc22de54dd4899e1268e151a1d271e3ef31130afb

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21587c55c140d4d978781746891727da46ce3a43177b4ff6c7f81be2c4d338c5
MD5 f44a62c64f5ef67ccf39100fe8262112
BLAKE2b-256 fd1e82ba54fe3eeb69a605fb328417c202fd196d2bcf9966cbfd15632496de2b

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f82e7d73033c8a15248fa7bd415ec44cb86c27695a598044c9206c774b82648
MD5 d7aafc45fded41f229864347262ffa47
BLAKE2b-256 c019a96b05a85f927ad87f73ac60e11942e2a960db77c291540cfafa67821410

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c6422e04905b163c7bcbb74cf691f5f1f82f2f01c875d1e9b95a06f8d41eda5
MD5 12f182c28b293e242bb3b1215f290266
BLAKE2b-256 f47a48670a85483835d7cc9cd199e349580e2a24abcd1a8d384d98ad7466ed9a

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae550d676e7cac69ecec42c8d92ed278ab68377a5df5e2ce64b3bb89390a55c4
MD5 e3d5a238c870f25ece1af72db1dba845
BLAKE2b-256 fb92e12a06b3a991a4d555e6c614c1bc1972d216a041045e581c835fa92f94e0

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69818f978e76d9b723d5ca241694788b14afe8683862060f5ca012f78df79e6f
MD5 18a6b9e5a020caa1fe5e9984858ed0e2
BLAKE2b-256 63b8e468064742eaf2144ff7497639655018ff9d35930e2659821153874661d8

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ade08dda72463c3c716098bdde0b5dd5a7acb049ddf04b9f1862561499715022
MD5 dae81efd2f0f492476dbbc9c28bda1a8
BLAKE2b-256 cd2e1c48993ceeb895413c6a745a06e109989edb4c4011d55df2c2b7db463bbc

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8927f97e41ea8ea9f72183ff427881c203bcca7165dfeb81009f222d65970ee6
MD5 d832ab88dddc1f35c2c0d35a92cfa97d
BLAKE2b-256 2aa483d646d985bdb15ffd24f5b44deffd7d4a064060e23880169b4180ce2058

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3af618e838c8e990847c77cb527ce3b7d92762ab0ecfa5c19bd45f3cdf1cca5
MD5 a175f8653efd47afd79b9bc9b8019d97
BLAKE2b-256 803aab1761f1bea3c5d8ebab7aac34988ccd1dfadb54e4163e92e8bd88d928d9

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 327c36e3dae15e28e3efbbc7646d4ca7c35fee9806ae25ee5fc266491d6ef835
MD5 0d408262695dd32c4dc86c5c4fb3d1b5
BLAKE2b-256 222e94fc1c3792b117d1bd9048020b4ff8c527b7213281a7712aaa6cda17e26a

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71a360348c878a98b40dc04ebd160c7ccdaed0d1b1d124f296146736fd07f5c3
MD5 faced6c91b4b202162e2b3504f23f8c7
BLAKE2b-256 f69a5e164870c1cc7bd497ce6a5eef77745fa908b9cd254bedf0d411d9f4d3c1

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9936d0ba4205ad1379e03ad749572c0310a28a33915c13de6197954a816aee4
MD5 d06809a71b35af2fd65be2e5e622bd5f
BLAKE2b-256 63742a02b7c867c54919a972299ee486286ed4bf499ba3bbf9a223620e91bd8e

See more details on using hashes here.

File details

Details for the file psd_tools-1.15.0.post1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.15.0.post1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75d7c90190760f8e03005ecc192421c13450e3460f5890663e21b9acaeda7ddf
MD5 8a05abc6b6fdd2455206b3ab485cc2fd
BLAKE2b-256 feb8a2d4f2a67a524390448a06f615e72fa33c206eba3c350cf9b4cfce03e844

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