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

Uploaded CPython 3.14tWindows ARM64

psd_tools-1.17.4-cp314-cp314t-win_amd64.whl (581.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

psd_tools-1.17.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (778.4 kB view details)

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

psd_tools-1.17.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (778.9 kB view details)

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

psd_tools-1.17.4-cp314-cp314t-macosx_11_0_arm64.whl (393.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

psd_tools-1.17.4-cp314-cp314t-macosx_10_15_x86_64.whl (394.3 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

psd_tools-1.17.4-cp314-cp314-win_arm64.whl (738.0 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.17.4-cp314-cp314-win_amd64.whl (573.2 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.17.4-cp313-cp313-win_arm64.whl (736.1 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.17.4-cp313-cp313-win_amd64.whl (571.5 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.17.4-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.4-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.4-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (724.8 kB view details)

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

psd_tools-1.17.4-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (719.7 kB view details)

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

psd_tools-1.17.4-cp313-abi3-macosx_11_0_arm64.whl (381.6 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.17.4-cp313-abi3-macosx_10_13_x86_64.whl (382.4 kB view details)

Uploaded CPython 3.13+macOS 10.13+ x86-64

psd_tools-1.17.4-cp312-cp312-win_arm64.whl (736.4 kB view details)

Uploaded CPython 3.12Windows ARM64

psd_tools-1.17.4-cp312-cp312-win_amd64.whl (571.8 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.17.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (785.0 kB view details)

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

psd_tools-1.17.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (776.8 kB view details)

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

psd_tools-1.17.4-cp312-cp312-macosx_11_0_arm64.whl (388.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.17.4-cp312-cp312-macosx_10_13_x86_64.whl (389.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psd_tools-1.17.4-cp311-cp311-win_arm64.whl (736.5 kB view details)

Uploaded CPython 3.11Windows ARM64

psd_tools-1.17.4-cp311-cp311-win_amd64.whl (571.0 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.17.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (785.4 kB view details)

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

psd_tools-1.17.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (781.1 kB view details)

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

psd_tools-1.17.4-cp311-cp311-macosx_11_0_arm64.whl (387.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.17.4-cp311-cp311-macosx_10_9_x86_64.whl (388.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psd_tools-1.17.4-cp310-cp310-win_amd64.whl (571.2 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.17.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (762.2 kB view details)

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

psd_tools-1.17.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (759.4 kB view details)

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

psd_tools-1.17.4-cp310-cp310-macosx_11_0_arm64.whl (388.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.17.4-cp310-cp310-macosx_10_9_x86_64.whl (389.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 741.4 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.4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8c873117dc510fd1e975ae44ddc2c0774018012a85dea0f0677508b089a0a118
MD5 38b08dd392c723cb7c9273d633c34c3a
BLAKE2b-256 2f2fdb9fe3492ef5ae8613afee287397e85831c0d33ee647b3ebec7f0ad176ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 581.8 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.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 41c675984c61ea1a479dafb663117691d918e6e0ab888d6bc970d117035eb28d
MD5 e3cca646c76b75b89b4c137bc93c7bc1
BLAKE2b-256 d44c1542588d55e398517d7a8df26e64282609270c0dbf49adb22328de966fb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1f01d1d4755f740d96c5f1cc25a76d38eae6fba2158b59f75b413a76468f6a9
MD5 34faa26a550641df079e5c5703684735
BLAKE2b-256 b88debd5708026b47741de37140e6198a3898c83af9a95b02999f927f70234d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a8d33bfdac67c7b9f90a60e53c6083fdf5690b43957c98a2b3d0ef2d0ae18b3
MD5 308de550bc7a5f79b5abd12c774d1833
BLAKE2b-256 71117ee19f2713dcc3aae7b8fc8774501f016267e73e12331e8919df92e005d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fad08bad3fa32a46f44cdf2b4fce91b8349d8b191b2cc91fbca12efb28d2993c
MD5 2d40393737c07e2184d7976700e72f0a
BLAKE2b-256 287abe6d27310094b37433ae24bd3eca7c99a9f6d6ce053a3fe0ccbca87f53bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5656308595670b014100b7a6eee19fe2f36cbd136748de299c0264cda6dd1334
MD5 959cd6e35345544ce15922cdf73895f6
BLAKE2b-256 f38bb05105143137b0415f5e307fb282f9580f96fa4fde4c18bb2787b87778d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 724ec3b42692c8ed9897a386abaf323738e61e5a9b8209a2ca1824d050fc8b54
MD5 a54abfcee082fa8f41f13dc166dd5f9f
BLAKE2b-256 19cc38d2e921c2467729e1af2c1779d72a3023956626547094efd9e1a45a6697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e145b58287b4df9c44f07209d44c6442be43ec782cf04e88e9f4a2d32e9a4f9f
MD5 7727ca63866f25aee97def3de5e8fdae
BLAKE2b-256 b7833844e5361c95509a5b687455422785783180e8d73ea04cc0bff45c45ce6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 738.0 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.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 186d8405c49f3141279d8afc123f03b1e04dbc16a965d406c07c3fb272557ce0
MD5 50be6646babc491eb3a7ece95639924b
BLAKE2b-256 2c42325a867e0c8e6a17dbb2e2af2a1b82cef05013892182c604d27876326d07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 573.2 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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4dde20828d58573281f7c50e4fdf5dd4bcb335f37503b47966dba6f67248dfac
MD5 499ae983e3013416be73140229c717a0
BLAKE2b-256 ac5661ba31e0d13033357eb8dc4206ba93521cdecbf62ecb3ca3784385620353

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 736.1 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.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ec35ca8689aeb071721fc3002ec34a1c3ab706367ce9bb52e21edb4369abd396
MD5 39e1fe54ffbe25bc2c843fa3a55b5c2f
BLAKE2b-256 6899ed90c7a1c408ddb921a6d40dd69f315243cdc947b64a825fa8f2be31e3ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 571.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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 66af01a720b63a687f6388a5d532521d267ee63b049949a86d9e6252cd57f1fc
MD5 8f6cb56a1088df8224bbe5bdd10954f9
BLAKE2b-256 3915a84ed1f1ca785433aa4a7b70a0dfee6e13d65b28733c3cd4a6250cb4b754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce267c8127be69db71e0e73e14d926f805603e8a65f5720d193d7a12fd870ddb
MD5 06fadd15a6add36767e20bfbcfb65f51
BLAKE2b-256 95f13733f15c25b994871a7097aa2c96cbd156526f20b4065f19c26ffbb1801b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9b9206edff7803ff3c71ef3c84116c41a923445dac5cc0302435512a66d7f67
MD5 f360f5e0a18b9aaca92e1165674ce130
BLAKE2b-256 8f05817e18c75e8d9cf89d7b3b3216478ade9ff79da977d59b2e96628fd38482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62c96247c3e2d09b35cc452c0ece61dd2cf11b1e9ded72872c3a2f3ffac8040a
MD5 8edb0eb516d4e83d21da596b743d09ce
BLAKE2b-256 d10c5cee544b1f497d53148cea95a283c073fff5b7f82b9eacc05600d4402ce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a568be4173d564d94e0af685295feaf522c06b3caa835e16867d82d904cb3b2
MD5 cc96c85acba685d6bd7d180e100c5213
BLAKE2b-256 be8ef473d376b3542f419053cc285fdb2f8ac26e64e7a78f7a55f1b3f2fe01f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c6e7e2a2314dad83b64ccfc607f29a979bc8fc4c1e51036593888ac65330ce7
MD5 55026b159160986eb03b3c955cc17576
BLAKE2b-256 835932444e5bd145838f9ecaad73020336dcea92e2647d8b95f561decb68ebdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b1d51f3cc9f5c7ae0a835ecfda92b545be42e10cccf0c769f6f384eb8f95713b
MD5 ac36b498bcf9ccd6ddbbf28cd67c9915
BLAKE2b-256 e5dbd46a17870d2460d19b68977012699fe07b3fae6d26ebb112f2cd92d99e85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 736.4 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.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 37f869d8bc578eff716e9f1b43d4765aafc0a73ea4aac890caa94332ec2c1f33
MD5 616ae4336f11b46510d44731e56d2edc
BLAKE2b-256 a27668d1c08a8a40891c1c67a0adc5bc3ab8a0de351371b21e3142267d7e6463

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 571.8 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1a48be1a5ae97aebf2b90d1ddcafbe05ef8401ed0d69fd9187979592fbb829a0
MD5 bc882315b089a02bd67539995c305dc0
BLAKE2b-256 10a9e6f068054e525ee9be5e6693cb77c850731b64a0f1d46f35f57c30fe4e62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31d880bbc3ac211b3f31f52a52f40c6872e3b27834af5cd3e31c01f5d516b1e7
MD5 60f60ccb7cce332469f8e884e1c3dc1e
BLAKE2b-256 a7fa0b249801e07e0a3a9dbc8009415fb23f1ed50e287823197c694f87128f5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75f0ec3ea48e29d0ea28918c669380242c5097ca02d506c391820fae42558d50
MD5 0bed5a1bd9cd84f14a0ce1e954dce111
BLAKE2b-256 d37bece75876b1691cd58d7e94f3c4b881fcb25a94820bd5319b2302450bb1a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90be1caf201707fd7263e7a9e1f594c9d8e097ae45dcd35e582460f8f76bc44e
MD5 250c7c721c36bd336283f51a05e9d7a1
BLAKE2b-256 5948626ff50d44f2eef967ba9133ad6e84753ec3d16df7dae90e44ca37772b31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e971477caf52c592289ed461d53a2b777bd3000a3e5f8a16f854f781108bec01
MD5 049cd64bc13c5c8c961ddbb5a2934bff
BLAKE2b-256 a969e3bd02559fa196c27964deb29e709c70dd0dd29934f2f491d309be729839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7479e8669e9ad7f1ad22efe4f46aeffa08b6ea4d6bf140c63b0ee6781fe03858
MD5 1d1e832e30afeacf1836378ffe6a2142
BLAKE2b-256 b3bc7bbc99a2652092a20efb965ea8a4efe813285516e64ec0385a735e4fd89e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9654e0fbd472131f95f76e82bb8aa4e25e8e5740e53e608c23709659bdaf9a83
MD5 fdf353202694679469b8fa1a85957201
BLAKE2b-256 42315ea051b2faf96f767192d04ca8cadbd764d0eeb1fe3bd49cdb87bff29081

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 736.5 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.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e6187fa539db6ec841747ec4ec6f568c80e706ead2b46c8ec22660fc4982a257
MD5 fe3609ea6533848926fe52ff6bab5d96
BLAKE2b-256 af3905b56bdabc7cf5b82bf0b72db068466267f0894d5a7ceda4599a96fcd681

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 571.0 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 773b825489a519905ce6654ac37d57244294dd1289daf4227158734ce9afe81e
MD5 42ce44bc03dc2c30e24beaa2af33c8ac
BLAKE2b-256 4edd68c2a5dd82a0defd5ffc37a2e0137b7aa888d70d5e5789dc28a7770a1a72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 322b47bccc0ff5431cbafc7244eb1c9dec5e277092640085bc270ec75403309c
MD5 e0be0f6aaacaba820449811361f94daf
BLAKE2b-256 ca62f1db5d5aa72253ce07aea6abf1b10ee948fffbe303eb61870408367f0d53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c52c34cedca69a1a52f1b9c68476d7e0eca6c93a9a7d360d11c60f5636dce45b
MD5 1d40d2308ccfea27fe32a8448e38ca91
BLAKE2b-256 4791e68e57e6f69c8895f78af6de7a36daa78ff6d1334f0ba94b91abe8d4dbae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c49b64a0fa978f9d7864cb128b2b1bcc82bb6d307f16907a5bd3a0cfc98d9033
MD5 b892367e1e7d05bbd49b633accbcc95e
BLAKE2b-256 704252a633ec587ebdcb3561d30750bce0d37f77320c269098fd14f6e9892c3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4e5c1a2547135114475aada6b00d2b95384e3ec6522272dc60341863d3cde07
MD5 64517fa401fa834b1985e796668db80e
BLAKE2b-256 e6dc6b8af7fc2192b49156089696fec2cdc8b8df98793f6a3fa57056b2a3f52c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7553e7d2a4902426a70ae79f167317311f41ea714346ee7db567ac80598da02
MD5 d9446e0cfaabbfdba8c47dd33f585aa9
BLAKE2b-256 605bf7cbef7d04cb873b41146186f243c41e401c5c039bb7be4d70d3575189f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cc64d78e913efee4a809eb400b795c73ea838cf22e7366cfad12a8f91e1d66cc
MD5 46edbbc33a602bf74f18d80b78f30a2f
BLAKE2b-256 528b77313c0cb5eab0b0687e5193aaaa67803ed599e8759e8ddf853ba3140df0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 571.2 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dc629ffaf812a13eaad569672c077d03bdeedb39e1960ff7f05fd793ad88de16
MD5 825ae4386cc6e3d458cf8ebf73f9a84c
BLAKE2b-256 07b76998321e9b889bac513562fd0174fcc2f230c55399861a0b0d09a68c566c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4145969a7fd237372663cdf1bd8db538ea93ab6db9f967158228d5562f35d84a
MD5 3bee0ace901b36a669702f18d077339c
BLAKE2b-256 42e5af5ff2703c4f25b51fcce5b03b030006408e8e6bb3e6ef4d757034d4e489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43bfd5084b5193e25cf44e81dc4b9cd29c9064627d90794f9ad123be232b6232
MD5 1af60a1b5d6d4de28ab9d5bd84514f09
BLAKE2b-256 d81b5f7e0cf51005370da569855361e576a19d936a1de04d0d5910c420a56ca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04e866aac837e3e3bdef1ef855467b60cada5211fda0deef702355b82e3d44a4
MD5 2c8cbea17b595e88fab869da66fed7ef
BLAKE2b-256 f9510c2c0fa072c5d598f1fd9e0ad7a3e36d5022ca946d559395abbbb9c9dcb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f2b1c7b59a97c612dd596c9975d89d48cc9c5f5425630c6faa3d2149252eb93
MD5 f1ac41b3136e05eed24b603a7b18e546
BLAKE2b-256 d7ab8b0fce42e12dd57cb8001d46a6354827c90a5b1b95a0f8fdd1e692b8f661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f258a520ef896e99dec4c4beb39c3e52433b531cd41c2d9f96e3c7492d35c0a0
MD5 19e7187e8a90d6f02c70c61527784417
BLAKE2b-256 52c6dd183284ec52dd49c2f9781a0783c87205e61040c64a1a0c626c3f6b3a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ed21c6e5e2348815cb183da38fd9f32a9e3d93675f2e09d29945a5a7288f20d
MD5 796b7c110b1c1010339f6b56d2aa5eef
BLAKE2b-256 27af0a4fe83acb1970444c2909f3bcb29aca8b7a2de2c6c0c28ebca5b6f19830

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