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

Uploaded CPython 3.14tWindows ARM64

psd_tools-1.17.1-cp314-cp314t-win_amd64.whl (578.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

psd_tools-1.17.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (774.6 kB view details)

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

psd_tools-1.17.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (775.0 kB view details)

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

psd_tools-1.17.1-cp314-cp314t-macosx_11_0_arm64.whl (390.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

psd_tools-1.17.1-cp314-cp314t-macosx_10_15_x86_64.whl (390.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

psd_tools-1.17.1-cp314-cp314-win_arm64.whl (731.8 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.17.1-cp314-cp314-win_amd64.whl (566.9 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.17.1-cp313-cp313-win_arm64.whl (730.5 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.17.1-cp313-cp313-win_amd64.whl (565.5 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.17.1-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.1-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.1-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (721.1 kB view details)

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

psd_tools-1.17.1-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (716.0 kB view details)

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

psd_tools-1.17.1-cp313-abi3-macosx_11_0_arm64.whl (377.8 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.17.1-cp313-abi3-macosx_10_13_x86_64.whl (378.7 kB view details)

Uploaded CPython 3.13+macOS 10.13+ x86-64

psd_tools-1.17.1-cp312-cp312-win_arm64.whl (732.6 kB view details)

Uploaded CPython 3.12Windows ARM64

psd_tools-1.17.1-cp312-cp312-win_amd64.whl (568.0 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.17.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (781.3 kB view details)

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

psd_tools-1.17.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (773.0 kB view details)

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

psd_tools-1.17.1-cp312-cp312-macosx_11_0_arm64.whl (384.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.17.1-cp312-cp312-macosx_10_13_x86_64.whl (386.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psd_tools-1.17.1-cp311-cp311-win_arm64.whl (732.7 kB view details)

Uploaded CPython 3.11Windows ARM64

psd_tools-1.17.1-cp311-cp311-win_amd64.whl (567.2 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.17.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (781.7 kB view details)

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

psd_tools-1.17.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (777.3 kB view details)

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

psd_tools-1.17.1-cp311-cp311-macosx_11_0_arm64.whl (384.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl (384.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psd_tools-1.17.1-cp310-cp310-win_amd64.whl (567.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.17.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (758.4 kB view details)

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

psd_tools-1.17.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (755.6 kB view details)

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

psd_tools-1.17.1-cp310-cp310-macosx_11_0_arm64.whl (384.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl (385.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 737.6 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.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 593612ae1c138abe26fff3efbc08ab3f28508e442591b0d7d29e598cd19e7cf6
MD5 1ebdc5e410555226db1f3effd0f6f83b
BLAKE2b-256 c2c87d3cf95e0733d97a54c3b0bb1deae1b02a365a34e960e2cd5fa0798b4b72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 578.0 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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4cf80701e1b4ffbde958be03461eb01a299d5fc733f152be24a23f91aa57b279
MD5 839e8692c68455268b1bf2b41a6d09b9
BLAKE2b-256 612d8b0b7c60d26730d962d97c4db212bd6fb523d74c74e83e05322be94b3d3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b70109bcbd04d859ef3400d09191ff68a27fc8e36eb754032ea023c1f1f641d0
MD5 111c16e135bc4a63ce571f89c190ef0f
BLAKE2b-256 420dda5fdd3c0f904df7de339d01a5d6afefbd7a794caf7d0224b22cdd41e9d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff7c9d7218ec26cf406c4750f04d5ee683a00ee32fa85b6b691158e02ed22129
MD5 67fa37bb2ca3f130cdbbecedb4e7c3a9
BLAKE2b-256 7ee11e6497c0b5450e04a4d0ab2a54ccfcc5405f90d8b50e164598c1fffe8b39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7779cf3f92be0bd19c87169cd7faffd898c525b3cca5b5b58b50e2fca75d9ee3
MD5 3ff071a46602b8dfd92477d5254ad1c8
BLAKE2b-256 b374ee69ac1d2db21a6ba0f9127c745a12aa43dc67e66d771aeafcd5a5b7e8db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07732181b337ff106d76162e53ad68bc573e2ed56419ca4215f48554d7ab4468
MD5 f47c006db4305688421bdceeca18c235
BLAKE2b-256 48770c30021c6c63005a4e2a0f85891449bbecd2aabc1bfb394554f571011c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8117cf05f4148124ceb52b6fb443b0e9d11b930edc7f8d1a91dd371626907d7
MD5 ed4fa976ddde9c293b3c88e1948381be
BLAKE2b-256 c22c3c45e0f1f2e6e50860b8a6cdb139ef8d636b37132286fb26a4257cfec804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c55df8063ddeaa7c15998e7a37b7caf75788fabbc0b90acf2702334a89d7b689
MD5 9c494c93f49f7c15c59cf9890f012c95
BLAKE2b-256 0b350e293a473695dab66725b06452c705cfcf255ad48016fc1f461aeb602a40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 731.8 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.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b43b6eb8c9e72015c5971c3b6f22210d25c93af09c9611d3d4d77c0dee1b61e9
MD5 42df0561d72549034c01802260f7bf1a
BLAKE2b-256 ad20d818e6b5d947d1405b255192f14c094e33ce6bf30fec61c1f7e3a0cb1270

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 566.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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 61ee03fe7ad37d11da62850bdbcc48b7f0f445b8ee84c7054c0bdf9cd7e5e069
MD5 5c4a9b55037e08bd93a09828d86fb6ee
BLAKE2b-256 0aeae7ea389a4db7c123283433087dbd6d34b98465641f05ed6a07a5ad1fe498

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 730.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.17.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8c8460e4f1c4734ad15a0545e9aed5ba81cb77ad47eea8aea13a8290a8251452
MD5 9ed6f066a285a21cec63cfd9e89b68de
BLAKE2b-256 5dedab72fa971cf997028df03eba7e5bc3f8c361407a69dd5ca9bad3ee9a5302

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 565.5 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a0e8416db489519d2473a03ff6c4439c42e0af8b2b6916d7291060d6eb58847b
MD5 b72f7675ab5f423e472f9fcf98567bd3
BLAKE2b-256 392be3205c75b60b45563aef26256c897d2fd7019237492620a0d8832ed1d5e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f4ab58948afa51a79342ceef6fe0380849c92385b70105d037e830d05c18ea1
MD5 47ad88976cbbce96b83fab55094bc6dc
BLAKE2b-256 8d1040ef13fbc794b1c4c17454d42acf81cd22d60819a38eae697d21bcbb0ee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6578f95dc6b646dedca0f18ae4febe923b1564e127365eeb2c729ba94857b67d
MD5 a3e2a89054a36b203acbe8cf154df619
BLAKE2b-256 54630db97ae87003b2df16feaa5fe7a8e1fe4577cae880ad6c9b44601872b2ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 396748d368625c5ae5acb379224bdc32ca18966c66f56bb4a0b2fbca33b674dc
MD5 ac08dcf5fa073c76a230dd8618ffcf87
BLAKE2b-256 fea42486bb1bf0c76e8fae6ecd4d3bef1ab94d7da0fa67d2ff01b5c288bfc5b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb7034192989ae8bbd0dfa87b6e53c0078905e3665a0735bf283d672fb4a0cdd
MD5 da97ede1ebca56619a72b2db3305406e
BLAKE2b-256 f5cc6198638a03905fe4647de5ab625629666bd608f92ae40e93ec97b7809873

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db76ffccfa714e3d511154ddba9af481cb7ee72f6213a1cc6c60a5990b9e1100
MD5 bafb41f7196e0a1714553a332d023596
BLAKE2b-256 0ad935a000573f65ec0a17987a2e76116c32053deb7db0a08b19a0e213ad07e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3344d6469470663168352c2ffe16f93bc21e23e8a297cd17913b4ea2ad04c710
MD5 68464b6b7353afb2ce7b9e18cbddc780
BLAKE2b-256 5b1aebb165aa5564f088bd65b1f9a668212111d8987138c23a29670d28a97597

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 732.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.17.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a37378c994096f8f870b054f894691768737573ce936c45c24febaafd97abf74
MD5 5acbdda248ab9792e2de1544abec0246
BLAKE2b-256 c6960c1cb95b18bf2487bbc181e427e330a400d4ad372896224863b1b24035a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 568.0 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 44db0558213d764a6e15d1f3f9ff239187b5a032c55fcb4c0444961facf874b4
MD5 5323596bbe276af27b968401d55e2f02
BLAKE2b-256 2bebffc6bdd3514d2a63a45dc06d4b37f257f7a9967e1391e0dfc0fdfadd70f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c7a16620baf19f9bd3004fdf1da743ca82e2e567a5fc76bf545a90d277224fa
MD5 47777eac3826de67634cc266c842911d
BLAKE2b-256 f0a90e2ac83513014b5a1b94029e61b05dd79c3a028d8ea62e5802bc99883fa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14bd36d132ec55e6e6da0e51ccc18336c9d27a6e20536242ccfc8f0b72271bad
MD5 f3e74f2fee2fcdb3dff66dbbb6b682bb
BLAKE2b-256 4c343dec394452d303fce3084cf95f5a1e12e027a08dffb966c037c8813de7a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35426b49bf31fdaac71821fdeab05249ca1dceb59ddc5fcc3891c4188dced87b
MD5 53cce3d917c18526ba4e622a9c04097e
BLAKE2b-256 a499a8fe2e86107a01889901facd0d8af8d7afb5e0df37c4c055842646a5dbcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c85f7ec7cd0924c23073f22916a66891d6d70d139641d22ed288ab35cae32588
MD5 009bc512cecba69e561d1dcc061ebb52
BLAKE2b-256 13453f339c64a087add31c9fbdad76f08268006de7cef72f0d3e18cff18376b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3075699e3a40776a303bc40e1580463855cc72880259e1c271f8b80b9e53d49
MD5 e92ceb43133bd42e4e9853dee94bf158
BLAKE2b-256 0836758aec0cb2f35efa42d5b55ac663c6a123dd8dc06799df71bcdfd7f5ec76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 08975a4ac7b8ccdd1d3b64eb061d2be71d9b4f89738125180c79211c3270d584
MD5 14141d3881c8c6c72f7b2e733c1f30e4
BLAKE2b-256 45131544bbaddf6a500c6556e7f211c1b171ba24ad26629b03d511ec0b20a3f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 732.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.17.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cc9168880db6f2a473b5784c8a55ac77a1740dcc1a053dfa2c18d0536e6c0e3f
MD5 7db0baad6235cfcdc9170651b2c057f3
BLAKE2b-256 2d6a044066f7f30e2a897f62d7eeaa746b3c46b5810d1d8df645270e99a6a4fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 567.2 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 485f1a34fbf8ff2f5aa93ea19f0bf1e9af547f3dbd390b1c146842f0471e75f9
MD5 eb58deb27111ec0e0d50faaa918ee739
BLAKE2b-256 fc187b1524d4c8cf738b8245854fb2158adb273648cc41ef5920c87c6d8efdd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 476f8569eb01d63710f0a8a88b779bc4deae59f53c26d7d32771daa1434c157f
MD5 03fa82bcbe0ed827ac24c6674fd64756
BLAKE2b-256 b28dfdffc0bb5d1a3795d1bea2c2cbaf8f589fc9eeb348bd07ddaff264cb133a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10de9265ec2200a7e4631ec229716350e11a5f550ab9b198a7e783ffbb4f2ac4
MD5 1102a2c32ea4118e85a5c5069eb8a042
BLAKE2b-256 566146bf6b32bda27c75d9d2bd0de10e4271ca5d475c84f6fa8328fee222c94c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be836c8ab9e661854a429a5a529e1d8e0baee99bded28208d7cffb5c99e00980
MD5 5e0545769b4c2bc1996ff0413ef605f5
BLAKE2b-256 1e0f309eb2c405e255aa244f6dc8b755f75df1ae44ded77aba09f55c11d2ba81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c56e0bd107fc825d81af0332b9e81c6d8d4bbdb152e868db67b43ca0138cb417
MD5 adcf5f92c62d373d6f572d137db4b47d
BLAKE2b-256 e212bc3a51330a5198c09f95ab4c67a395b0ca61f2ff6fa575893d2b69f3312b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1267d988a317c9b764a783cdde2d85a07ab939bc4605ea18a5ed726420b50509
MD5 ca9b7eafee2276418db6644d8a20e0d1
BLAKE2b-256 d8c45c59f9da139bebe672520e347d6da48e4d19e5090d6aebd5f4a69599d3c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b767d1c4cdd327bb939c1b57d90efd0238b4eb55e3f2a57c4c3d7ed816609b5
MD5 ee566ce31b858b9060f82f5039ae80a9
BLAKE2b-256 fb5e8743a074f05095ed668d8236177cae43759fc8889cca49ce2f4c4ca1e683

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 567.4 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 74100d54d10659f4778b8e6857347a16ac0abe5f33126de0cc8e7cc381e84eeb
MD5 4274fab793a658dd064d976c99099ec5
BLAKE2b-256 01f520d3a65c0fc8d40d6b883ba744050085702db3e4404a99d3e16188984ff2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5f15678b8b97b2b0910255ad37b43696ce79fd7a8358cb0eb835b77b6b48ed7
MD5 f05d8e9a4572ad1fa6efda38e0c92f33
BLAKE2b-256 2787ee5395988e08fdd93608cae91613ccc4434e9375dba5dd9a08d6e33f5444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e74c8ad884dc692e95d0ee211a8519b85a98146773cddaccc42035f1652c4ac7
MD5 4a1a69ae52c704630e63dfd75692b32c
BLAKE2b-256 b9819d1ba5bdc703e7d10e39d67c673cb55b12af739459e4681cc224eda994bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3d8fe7561aa6862ec5cbedd76035aab106adace621ef6719c52267bde5e81b2
MD5 2755e9f19870f6d499bce0a52eee829a
BLAKE2b-256 2ca5648609e78fd2e1f9800f761d9e55ddc6423c7e7f2c58319a0a9a3ec55b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce2e6d956afb5dd3d60ca3ef2bceae4f8e6e58c944307471400c120c36e5b821
MD5 a2f6f8655f8a3e2fdc971bf0aa24b328
BLAKE2b-256 c6d12a154db5683c2e81741bb65728941e3ce31ccf0552428077e9f891b6b37b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2852245970ad7181e3a2745ec6d130459a9b07a871a57b1040b7a86778f598d
MD5 6d682c4bb3b22fa748c9bff8be274074
BLAKE2b-256 895617b4a2fff00c91182c38fda96c253a63a59d43842693d4bee046dbc140eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cec1203ede283102a9fd101c7ca6be980bc8192a5dae1ff05b893d6a7589784e
MD5 54deaa31492336ea432ab0daf36369e5
BLAKE2b-256 08c00909bd48d5460a53cdb0de660079210de3279a7b42dd93f7e40b6f499392

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