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.14.3-cp314-cp314-win_arm64.whl (715.0 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.14.3-cp314-cp314-win_amd64.whl (554.0 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.14.3-cp313-cp313-win_arm64.whl (713.6 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.14.3-cp313-cp313-win_amd64.whl (552.6 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.14.3-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.14.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.14.3-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (708.8 kB view details)

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

psd_tools-1.14.3-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (703.9 kB view details)

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

psd_tools-1.14.3-cp313-abi3-macosx_11_0_arm64.whl (364.6 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.14.3-cp313-abi3-macosx_10_13_x86_64.whl (365.4 kB view details)

Uploaded CPython 3.13+macOS 10.13+ x86-64

psd_tools-1.14.3-cp312-cp312-win_arm64.whl (715.8 kB view details)

Uploaded CPython 3.12Windows ARM64

psd_tools-1.14.3-cp312-cp312-win_amd64.whl (555.1 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.14.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (765.4 kB view details)

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

psd_tools-1.14.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (756.9 kB view details)

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

psd_tools-1.14.3-cp312-cp312-macosx_11_0_arm64.whl (371.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.14.3-cp312-cp312-macosx_10_13_x86_64.whl (372.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psd_tools-1.14.3-cp311-cp311-win_arm64.whl (715.8 kB view details)

Uploaded CPython 3.11Windows ARM64

psd_tools-1.14.3-cp311-cp311-win_amd64.whl (554.1 kB view details)

Uploaded CPython 3.11Windows x86-64

psd_tools-1.14.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.14.3-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.14.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (768.7 kB view details)

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

psd_tools-1.14.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (764.6 kB view details)

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

psd_tools-1.14.3-cp311-cp311-macosx_11_0_arm64.whl (370.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.14.3-cp311-cp311-macosx_10_9_x86_64.whl (371.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psd_tools-1.14.3-cp310-cp310-win_amd64.whl (554.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.14.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (746.6 kB view details)

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

psd_tools-1.14.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (743.1 kB view details)

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

psd_tools-1.14.3-cp310-cp310-macosx_11_0_arm64.whl (371.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.14.3-cp310-cp310-macosx_10_9_x86_64.whl (372.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 715.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.14.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a905ed9010ab3312ca33a25cbd4545c4d865aa63a50a4930e099ec970c80412f
MD5 2cd420406b5602f6c09110e824cc9647
BLAKE2b-256 9273fd8fdae306ec988d5d98f7d65a170206f2ce37519b27f6966a08f71534eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 554.0 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.14.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f4a2e7ac29071396b7ea42239a3f64ff9f90175d3a18ce3ef027985802ffea0d
MD5 f34946e4a28f035c9352a69fd6922a08
BLAKE2b-256 ba9b50d5d1856240a14a6b45903a79de308a3ff2fbb0a7f393aaf76c1faf7fb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 713.6 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.14.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e79cdf5d2754b8f19b3fa4803bbbe157b61d6ef6ef17e4975f7cd06014a42bd2
MD5 3f5d0ee684a956741d3f0c36f0aa11e0
BLAKE2b-256 7c12839b738080af36290a9eeedfbb6e7d0d9408a73a226981725001fe3a0877

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 552.6 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.14.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3fb9a6dac4745287ce2a9ffe8be24ccb1b73427b585e9629a412164c96bb3093
MD5 9d7b027e28b7b604a8f9f209e0f44903
BLAKE2b-256 770274bb6e27e0178184ce7e15c413125145674fd43cc84df1b5fd579d7d92da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afe0385638fc3c80ed6078f13a13e7f82ef76b749c88232be8c3382b309e5e10
MD5 7bcb00448df4f2473416f2ec52601179
BLAKE2b-256 3695bbd53c5353e01a6a2943a1477b630e0db822bf4396f34a40ce32c7db2b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2bf3424248b3df4650ae75bb061fea69363025d297afe67867d3f6b428b99e7c
MD5 ca53fccb33ea6a19d860fb85b547b9e1
BLAKE2b-256 56638a2c665b84b801172e39c2f5df75f9c5947e8f3b291939545999fac33f76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd557800572a93c279584ab59a66ed41b5251f2bd5ae7124c3b98eeb4a2a78d4
MD5 f39ac163f5a80106eaf19bd2005c8d02
BLAKE2b-256 3bbf435e4315617a97d03e725abd3efbe820392b2fb35e1faa756de0bdba3d31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e6e2051a1f57fb565325b40e1d75bcc1c8827727b50971dea4ef3328ad19395
MD5 3a24a0132fc4e88f0d3cf0a0d8d60b88
BLAKE2b-256 ed7a7f1c778d97d1f188831a5dd04c005712f07a6d5a1e45202acd40034cd19e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d7f74c688f9fa4789de0a1d0c5baab4768faed40f2050f2eaa6d3f03caf7eb4
MD5 07b81553a88a210e8bad7e87004dfcc6
BLAKE2b-256 0348f1ee84ce0e87a7e480cee12dbca95b5478e7077537b506d343db9aa86a1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b3d38e3f87ef83f854a298af83d0b3d41c1967d531cb081d544d92128b45f692
MD5 98dab8a17a4363f17461bdae00953c5c
BLAKE2b-256 3aab797e396773712d4c56e39d0907583ddb60c42b8fc2644d6a432ebd12865f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 715.8 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.14.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 98796e7d865900fb22155c00dc2bcfd7c9d90f47204944aa77882c43065f99f0
MD5 d4d56ab62ebc1e7966417709e9c4b86d
BLAKE2b-256 6d1352997be751c9c3e04c8dca98eea4663768ed0ecba927769056efe2afcada

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 555.1 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.14.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 65618ca0e9b78129cc72bae28d0f1549a64cc158247777fcb752b8f9ac9134f6
MD5 ead39c99008c30120bed7cabb612e8aa
BLAKE2b-256 1ab742dae8c5b4b0345882c405f2e4bdd54019a40046ea51ec80ee133b417e72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 89950a27c55b7425ecc86d3e2e9fa8c3763ceadaf1d668ec0611d73e319bff22
MD5 d1afa94065f11a1837d77ce80853c8aa
BLAKE2b-256 903ebc25d84c5ef78c600d24d0cadcfea32c7f051f01b6bbe1896bc3efffb638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c95e511332419ceb147023ef80a88e07f9d6b0405a1e420b0cd00a3c9eab53a0
MD5 67eb1903e1f734aeaef04088c8a6f311
BLAKE2b-256 5d1df61504accfec0ae949a2bc7fe764dfab38f70833121a79db2f5b76e83ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51e08f1ce401dfb1978ffe6e5e8a01c903cf99c59888217429b66360630d3860
MD5 398326ddd0affebe36a4f004ba835454
BLAKE2b-256 e659766ff3b4978d716bca6c564e0f78982c5a8ec4ff91094d66037d7cafd716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0bfa425b037974efbe80742fec8377abdb6c72f667d2a2635262e5a86a83a64
MD5 7aba4f7b6d3d7ece6ccb8a7e88d0ea88
BLAKE2b-256 cfab2b69824a73b4558189f7ac1360cf1bba6b6a1d6c272eb98c3e6e9ce89f66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64856993d6ab01f9195c070c6e280010b2cf5511bd309553abc0f57a082efeff
MD5 3f91d66f10ef18cfe0b6347425b3e8da
BLAKE2b-256 2a5b9a7fa2e6350b978e4076b8ceb4460d2c15296bc36d6fba0bed01e5d6649d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 872712848074deb5065ddef54f6a3d33a42269145567cf322c7ad679a71c522a
MD5 ea53c38c566973221741a7d6054810cb
BLAKE2b-256 2c293f933c2257603a53eacabe6cfedf7dd75a27662c734ef12de7cb60dc0276

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 715.8 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.14.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d615a35691bd45eeec2f7e2ac9290285f37e82bae8846595fefcd0a24d58b707
MD5 a0088a55130715c56e08749eb3f5dffd
BLAKE2b-256 0c30b9b564b2b9713ecc645e67787a1207e6ac4aa10a276422f43415bb2f6230

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 554.1 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.14.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ba89f91b66a76084d46b2caff541948b7aaf6d12bf2f0c8c070dabe0e1e449b9
MD5 23af071f896e99b4fab349dde262bf03
BLAKE2b-256 bfe7f1994a65970e487919e4d00399b744d029ff0aa2e8184d8c4cf225ea9262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 abd9ead013925daa99021e4d28aab16c2bd40258fe2902cfa08f204ce87f9679
MD5 306bea7db1071542d3f6b2aa8ad59586
BLAKE2b-256 3fcaa94c5898cb04fbe7d808a9ffc4754dbb69fe09795f0ff39b33d75b1bbcf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d14be38fc285def6d12c200002a455ccb9d427d60afc198da97d7e1300f8a04
MD5 8f590d3762b4af0eaa79ca5ff691a34f
BLAKE2b-256 6016a8bad8343c880979a856e94d8af4e68fd9e7071d23883ccbce1e65fbb8a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12876c4b991a1ecbe9bec7b430c624b43d7548c2ddec51210ae71d596aa467ce
MD5 1642a9f3154b1f57bef011a2c6a753be
BLAKE2b-256 2ad7e1434830ed68f84f8f462522d23a2b5d738fe560eaea7c889c3943f77791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 735c44a3734572340eb4db67adaa956d6ad0d8d6e009c5dd94c00288e1922d76
MD5 96a94042603381f673160243f905bf0d
BLAKE2b-256 d337af7dc727fcdca9c74abc2dd062a8dc1c71f7a80561f97594c82c69c17e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4be41fe39b5f4567194c17894a4f80d22eeac4a52f07bbc5aa692164ac933526
MD5 d9e89f0aa88344383e84adfa974715e5
BLAKE2b-256 4ed4ff3c3c5d555efe3b978d47a0d35bca26e0a5c9abf2ae0ac7912e13c034d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37f874e112323a0f85a028967637d8b8a4790fb4a872820425b4905bf349a224
MD5 6f380267f5b63127ec0f031f21edbe98
BLAKE2b-256 49c97a8f4335095bab259f9c344f8112ba920deb29284e1f4f1ce12f32880b0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.14.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 554.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.14.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5e25112643825cd207f3582a1d31e99d9b81336539ff750e5f8ebc75be6ea940
MD5 2bd5f63530c970f435cea06d9f6a1069
BLAKE2b-256 f56a1fba5f9588a0eb512a75e006749d6cda407d8acab108e5b4f66afdc02850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac642983c5950b6dfb3ded89195b8adb1bb8d83308029b8f38b064561e29fd4c
MD5 6658b1ecd7186b513184a781f5e96e65
BLAKE2b-256 33d38b3c9399d4793d082bbebb567a8a1f6e815d12a94e7e85a310f83595854e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fb418dafc7a3b40d05d8771066c5d5dced74df353b57246514e79732fbd4092
MD5 d7ed4d8a4da39c8bf56b021bcd86a87a
BLAKE2b-256 2797c0e5333293e062d0b49950e5beb65c025a08e9be7e881750aa9210da4b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3f5eb2478df7d1c2ef4ecf1c01a3a7630cee1e1414fd41d33bc72678aafb4b7
MD5 834983ae94b8d4ebcc630222a8871abb
BLAKE2b-256 626864b6d765a208a2372f01113c3f13c4f5cd5cb3e568965fa82faa73511cdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ee18e8eaedc8e6dbcba041cce620b761b2eef9515680e0e61be03545cd99853
MD5 fdeac73b92b7a364733687befced48ea
BLAKE2b-256 be13246edc51cbdb9f5a2383da25dcc13eabb26479fd2644ba662980b501e4d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0716c0e4286017d6bbd1241ad43e5c6aa6156bdaf681b36cce0612f89f3c414
MD5 5aee1a9d0af052236f12e2c693e76b15
BLAKE2b-256 487ce3c49d8642501befccb082e02de3af7ffcd6dc428158c48c8ef66f002032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.14.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7081177e10234d74d528344b7d074a9fde03dd00f3f5cced6626c4df2d5f4d0b
MD5 7e6113b3c51da279c461cf5f51d7c19b
BLAKE2b-256 a1625604a983c9807dbd17e6daba6ab295b6aec68ddee05e35ea8b66a7aeb1be

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