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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

psd_tools-1.17.2-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.2-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.2-cp314-cp314t-macosx_11_0_arm64.whl (390.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

psd_tools-1.17.2-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.2-cp314-cp314-win_arm64.whl (734.2 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.17.2-cp314-cp314-win_amd64.whl (569.4 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.17.2-cp313-cp313-win_arm64.whl (732.3 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.17.2-cp313-cp313-win_amd64.whl (567.7 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.17.2-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.2-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.2-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.2-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.2-cp313-abi3-macosx_11_0_arm64.whl (377.8 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.17.2-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.2-cp312-cp312-win_arm64.whl (732.6 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.17.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (384.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.17.2-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.2-cp311-cp311-win_arm64.whl (732.7 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.17.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (384.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.17.2-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.2-cp310-cp310-win_amd64.whl (567.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.17.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (384.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.17.2-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.2-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 dd0e642ed13a083f4fc4b9ab13aa15e889ae800ba6c85fb539d1e196d1e0d2ec
MD5 cc11f6b2e33b46748943eccd62e85381
BLAKE2b-256 2462195b59560c82aa4f6c8aeb80482e5f3fc032e846fb3425fcb861db31359b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7a1ab90a1cc4c9bf1b6106af57b5a74f177d5a14748c7ea41aff81cc23301c05
MD5 d3e55cd78dcdf74394df3c64e7dc085d
BLAKE2b-256 00b0c61620d3584b3d0a87016b67365212ffdffc6554d8d8ed54953099349afe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9d8bb02e634557c7fc61ed5e79d48c4abfd4a283b218ce1ebccbcd92878d37b
MD5 50d91bea3c91361a8c200070e5681589
BLAKE2b-256 f1b89bac99944d3a2ef70c54f730a68868463de3dea9c37ba9e9ff9141b81303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 264fbee2b8fa781abd1d06705ac524568630ee2c6d10e83bf4375da86571bcac
MD5 8dcbb573e123f4ab9a1841b6d5ddda0b
BLAKE2b-256 fb1ad058016a47f8f2fa04763b24941434a358933a70f48cdc7236b0cf7c4ca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f2bb719f8116ccad0dadd1bdf4a1775c2f6958fa4d8aaa6c31c7b396e0a3849
MD5 82bd6a1d4378b338e99adfaf95e18b30
BLAKE2b-256 dd003c8791f7d6e38f942103eb9fb3f94722afe8b0adf63c45ed0628955ddd2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 086f09c4ee6aa8c7807a743dda2a7ed645cc8d5499777fa5fe3e835abbc5baa7
MD5 2571e801b1abb16c7c9dc23510644648
BLAKE2b-256 18ef2fa024e42cc23c4cb5a2293b6c68f87ffc20df4c4257856bb015e2923981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e453e4437fc7a3c061e19d1d5eb1abc86ebac68c8555d09be68a9411c5526d04
MD5 a1cec5f1e5bf31e2d41f21c5376c09d3
BLAKE2b-256 9a179b1b8f883f7549b7a4e1b4e2d073ca6e1e0ee2f14055e706cf4b61d4c285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e1c5f35b977d71f40c4fd0c42ab6ddf93ea3ba7cce71b50cae4ee084b2e431ef
MD5 9c092a59aa37dd87653ea4acedceeb8e
BLAKE2b-256 b0128a676972563d914c3fc783472d94ef5d08884c67e272c156d1b38ca92e89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 734.2 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.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fc351d3764ee5afb883e01aa90252865734da2ce2ca1e9490bf61c8439cf5fa9
MD5 23dbb98c33748cb0031ff6394e428b05
BLAKE2b-256 f5988cf768610011e0c232b52b59cf6e21598b00bbf78a39d1843b63f833a0cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 569.4 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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cfb14b6f0d4b238bf8eac0b42676db5e041328a8816e8a5b7170c4ecac99a020
MD5 2302dfa6f3ea571707667a265af805f1
BLAKE2b-256 fda2d4ea060c07c91c870cc3cd432adaef2bf9ac3b70133b6fc727198dd892b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 732.3 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.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3cd19592dbb5c970dfe8bc2691410e6b0cf6c4467b1695e8b6e046795a6cc508
MD5 8f7a6cdef09a47e24fd1d66b0b11e845
BLAKE2b-256 a5745706c23fd2af423fa5d4a7e647b13e06107c94e6b0381316bec4d0e971a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 567.7 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 aadd325d9653ab48b55f5e0dad4769a02121e5e1982936c1a143493f451ac691
MD5 933361d8d8637b193a9a3ebb521d5e8a
BLAKE2b-256 063fc4bd9ecf696a064b8c79a7c3dd4aed1981ae38a46c3dc8bb238ba95bfef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 324953a7dc0db5c8bd5657a82dd6ae570c23a74b4610d1d41783cf47def07461
MD5 9f86730b117ea84bb37f3b12590aed6e
BLAKE2b-256 1ce73219ca27c9a2a5fc1b509e10e18088f209f6da61536b274978870700d0cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d75b2e3e0312103e82f3610c71ddf19ca9831840130b8a03c5b5a5588cee2e1
MD5 d5475b7af21959b578045282a7fa8225
BLAKE2b-256 7b98036c0fbb964f918c07544061e62d115067d55a6094dcf1d7eceebecaf3ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8bee220bdfa1905154451392c12ce3a7a221ff09b658d9b7005760d7c774e4c6
MD5 7769c991bb8427a84aa0e3058f2507ab
BLAKE2b-256 11ced4701957a4bd0e0e5fcfc9f66fa48c537fab65f8f934ec9135c7cb3b1419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 698001e80a76718942461acc2682f7c50a84b75b66272d9db62613bcfa66b766
MD5 286ed6a8c25f36f06b299703dcab176f
BLAKE2b-256 c7f755b37a5f43c28af73ec58c9b6fb5ea14674e213db00cf039c234e3fc44b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a66bc36b1ade42828a1d3b0f61d9b85ed22b0fe253cd6b86d2a5e5d02e0bf435
MD5 764ad7033f431eb761beee8227b8326b
BLAKE2b-256 0dfe2254104b95bff32285833c1c36d5cfb400d080ae9917632a177e91719762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f5832af14090863f5d064461148531b54cf8fe1c469e90a9a78725f191e27a8e
MD5 e43fb3e6f63abb4f199745c5a8d3d7aa
BLAKE2b-256 ef65fbf7984e29d21d3cbe1ecd5a1d1b75bdb3bde24542b1e51825c16898fb59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-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.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 07b7db1c9802172715df41b41f9f6331fcc770c20bc5197cb8d322c588e77052
MD5 d62e44b869bbac836ed7675b3517af08
BLAKE2b-256 4933925db8b32b0bb7facdf6af2a44049a5330b6f5be22516265bfe1e04cadfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d8880a3da1fa7148889890248b3aa501ec3d0900a17b05c4a1f90bfdd41b8550
MD5 7e26628d6d1c39069cf5eff5e85ecc93
BLAKE2b-256 9a43ac35bd546afae85a810ef87d8d4239a2a746ef601fefad939a0919d01f3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3582bf653367dda41d3758f02794cf8f0fec1d7cf17bc1371a0c4793c631cb2a
MD5 c8c42699a323b29f12f1150b328c3064
BLAKE2b-256 68d345a8f3a07a6310f0a8a6be2eeb23082ea59154b26b3ea7b3d7749c3ae2ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9238824b6821f78ee153ec7f576481465b7e275afaf8f618a5839429edfdc436
MD5 53359288b1c4fde6d2db69bf17f46dbe
BLAKE2b-256 45cc3eec8222297a4ed99dd2a7baccfb8a5b062c143746cc0923c698697ee6f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e8cf46dc5715ff784bbeb03f70fe47bc00f8c92a415d3ccb80bf5a5147d0137
MD5 994500ba742f94503fc714fb46e61232
BLAKE2b-256 1d0e0e6ed00c2104be7bcad77547edbb62d6ab779496b9c9a8ca1c6b00d7b8fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e2d263362c993d8e51bac665cbc11e38ce9e48021c35d2e7b38d6b91c807a2f
MD5 ea6acee7b9937f05be57fdcfa55d40fe
BLAKE2b-256 a8b8ff9cd812d6c50bedce5111ff0fdc10727a2cd1edbfbd0d9d01a12bf2cfd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 815b31ceb28ca722678be67ea204db8c9eed5f7906fba10826edec34703cfa5f
MD5 ac6681f26ec6e163fa8b018fc64654fb
BLAKE2b-256 7d0e72bb3aa553992119b126723caefb5db43b13629db97187019852724f0907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ddb6ef4e8f6fe219f37b8bf9451c87059580fba6a92836d5a7dac82d5d233afd
MD5 01f6174658ed61446bbc45923e94b63e
BLAKE2b-256 a1d517c20252fbe65ce01fcb521ff929db0e7ac840cc794af4b59f0a93c1b819

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-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.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 075ede8def007a6d3774af4012009d86fd789e03f7199e3c795378873f1bd998
MD5 93963c307f598ca69e20507152a320fb
BLAKE2b-256 bb5804a54667ab36e6fc5b453792360dd44cba0e5410889dac81dc1802d0ec4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 20ef7870e20cec014fc427b8526970603e08247c74bccc66929c320b6d866a9f
MD5 9d580fa68d5410dd3e282aeabeb3d371
BLAKE2b-256 6636ac914c8351cdcff695fff5710bc3325064ba23a27395d53eebf1e9e2fbec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b21baef631faf96857c4e14ee4cf1b28d488407155e19484548d1d546c2d47fa
MD5 6673d43102dc37877643af9c41d33b9b
BLAKE2b-256 c77e6a708d90f95f544bfb6af33e5adfe9f1bcb2837f70b78c41ef901bbbaed0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b233bd5ad7de0a3f877dac4a796430dee6f4b54cce01524d0961efdad0101bc7
MD5 97bb01663c7de5deeae2a8594e25f0bd
BLAKE2b-256 afc425e317f4bc1efb071498837305a1f42d2d35f6bd0e4ddc9ee4391b723ae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad4ee5d6a7f9271b797bce58cf8d4370e7e56a7948292fead775df47f3b93c7c
MD5 5f14abca2b9ce507a3a60449c8db6926
BLAKE2b-256 9e22adc62dc9ee8d9f6f9068fe197acb5d3c893cec37f91c39248052d818307d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37ea709c2761cbce9a77651d18be70519ecfd532b02ebc4253629e2ec58d90a4
MD5 ee1ef5cad3e8c10509fa78f5e06bdae7
BLAKE2b-256 50843aa8adcc16c06dacaf42db662725c6f28fc672a1fac7c6dd0e87092f2c05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80b2293a824010c042e2ec18bd314d3a3f098560c4b96d64577211a69e83cd0d
MD5 2e4844dea11d37fbad29646e52a76b79
BLAKE2b-256 9b50189ea8c2dd87967c014a0a301e15eb9d6561fa36650ba13cf8686b75561c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e60b573d31e9289d398505b35b8cd9ec606a61ae2a2823dfde6c6fdfb2fb0e9
MD5 0a65d563db4c5bbe528312e526315771
BLAKE2b-256 a818c886ba043c21a246e01d3c4f850f785e72542b2d6f4421db92398962dd48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8d78db13f97e80c222d69131a881f50172e6a3d82290ced3035f1acab71ea336
MD5 95b1d603f0e01abf72ef9fc45471f1d9
BLAKE2b-256 ebe6e9ff43fec34ec32d20765a374a18fc5cbc61650456a089ac970bdd4d7489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a25c38d79573ecc1884bce84ac2a42d0a2bd9b9fd75f190c38608d91a78473cf
MD5 269e0067667db81ddda33af735523593
BLAKE2b-256 e47019d3684eb586a3dbd12367f62a6eb97e4a0d7cef7aab06721fa0fb9a9443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f89d730f6ab2089deacd28627cc71fde7c15323c9f698b0ffda315375f1a2d9
MD5 76cf93d831ccd5b48dd2ced554cfc7ef
BLAKE2b-256 2c7b88fd77438708987f623ffd9126f8949f9c6242181f8f027dbb3157c5200e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 874fccde205b7293025ac4a07fb5bcb8d272513a2b74e14afd1ab8e9c3d628ba
MD5 fb30ce499e62292a3ceeb78e658218e3
BLAKE2b-256 63ad7d93953c6703fa6ff2508a5908f140258b1513aaaf89f626ffa80351002e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 917d742769560c55dcecca72282fe58f8c4243574b0e12d4ae490849a82c809b
MD5 42d0f87cf607a23e217f3b4cc4435d0d
BLAKE2b-256 ad4c910398ac931e66c05399ea628d6ab0cd124faef18adfcd2bf4fb675749c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4a7a86adb4c027e7e599c5d423d8926f99ba18b34c75452d813cf154664b33d
MD5 547814443fa0fc0144549c7c5b8d5a4c
BLAKE2b-256 2ca929156a7055a537773f3402e94a3072587b6f14df97de9fb15f97d47b6a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f235d55acb9d92190bbc4339fde710ac054bcd2811386130b02c8c788fab3a9c
MD5 fc2af50e840faed6ef0d54e7823f3692
BLAKE2b-256 13e42a3e98fc037679e068a83b76c75342caca8ba8e592def56910c75371ce8f

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