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

Uploaded CPython 3.14tWindows ARM64

psd_tools-1.17.0-cp314-cp314t-win_amd64.whl (579.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

psd_tools-1.17.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (776.1 kB view details)

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

psd_tools-1.17.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (777.4 kB view details)

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

psd_tools-1.17.0-cp314-cp314t-macosx_11_0_arm64.whl (391.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

psd_tools-1.17.0-cp314-cp314t-macosx_10_15_x86_64.whl (391.3 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

psd_tools-1.17.0-cp314-cp314-win_arm64.whl (732.8 kB view details)

Uploaded CPython 3.14Windows ARM64

psd_tools-1.17.0-cp314-cp314-win_amd64.whl (568.0 kB view details)

Uploaded CPython 3.14Windows x86-64

psd_tools-1.17.0-cp313-cp313-win_arm64.whl (731.4 kB view details)

Uploaded CPython 3.13Windows ARM64

psd_tools-1.17.0-cp313-cp313-win_amd64.whl (566.6 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.17.0-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.0-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.0-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (722.8 kB view details)

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

psd_tools-1.17.0-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (717.9 kB view details)

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

psd_tools-1.17.0-cp313-abi3-macosx_11_0_arm64.whl (378.6 kB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

psd_tools-1.17.0-cp313-abi3-macosx_10_13_x86_64.whl (379.4 kB view details)

Uploaded CPython 3.13+macOS 10.13+ x86-64

psd_tools-1.17.0-cp312-cp312-win_arm64.whl (733.6 kB view details)

Uploaded CPython 3.12Windows ARM64

psd_tools-1.17.0-cp312-cp312-win_amd64.whl (569.1 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.17.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (779.4 kB view details)

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

psd_tools-1.17.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (770.8 kB view details)

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

psd_tools-1.17.0-cp312-cp312-macosx_11_0_arm64.whl (385.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

psd_tools-1.17.0-cp312-cp312-macosx_10_13_x86_64.whl (386.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

psd_tools-1.17.0-cp311-cp311-win_arm64.whl (733.6 kB view details)

Uploaded CPython 3.11Windows ARM64

psd_tools-1.17.0-cp311-cp311-win_amd64.whl (568.2 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.17.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (782.6 kB view details)

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

psd_tools-1.17.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (778.5 kB view details)

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

psd_tools-1.17.0-cp311-cp311-macosx_11_0_arm64.whl (384.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

psd_tools-1.17.0-cp311-cp311-macosx_10_9_x86_64.whl (385.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

psd_tools-1.17.0-cp310-cp310-win_amd64.whl (568.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.17.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (760.6 kB view details)

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

psd_tools-1.17.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (757.1 kB view details)

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

psd_tools-1.17.0-cp310-cp310-macosx_11_0_arm64.whl (385.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

psd_tools-1.17.0-cp310-cp310-macosx_10_9_x86_64.whl (386.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 738.7 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.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 51ff8a08fbaf2b009b0b16148e7af647a745e5873badfa234a052ba195a7a4c4
MD5 7bf462264e7852d646a7433b3f34908b
BLAKE2b-256 0a3f2e927912fccd604c5342208e6e41925ca2cd1707ba7300ae28906d0e3b80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 579.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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c20d092c8c9a0d74bca3c5d400db29f4eaa0bb24ccf24b5909338fd9aa759466
MD5 cfd0417add4d3e215ed4daa08798e630
BLAKE2b-256 71b9acf0b5c581b5d232250bd33fbbf1ebf6f403f49d904322f9f055bf194970

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab6156f36de7c658a58e5498f195ed28230158d39172097ca5ccb805f7b84c4e
MD5 614ec0e40e161a72dcc53c9f2ec96068
BLAKE2b-256 e6bc951014cd896c1ef24dafecfb62e3b2c1a824a9d4196aabdd5b0231aa45ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2288b6c72cff16abf188d7bcdff6318be2ec691570e3e80e8b037fb7ca5699af
MD5 bfb09f296604bdeef4bb8345aee93c24
BLAKE2b-256 28f7c37aaf7c473936d4a502631a8812c2c4aa012d943f1d6d2d62524886700e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8cadd0442601f7ee0b5aa7d9952c2a93cbb412d5cc6ca8af3f0fd3fdab824c10
MD5 9a5e0bed6ca307eb3ba1f797e1e96e70
BLAKE2b-256 993dae62dfe12b41d9992b6cf4c4a01cba26ab6f9562100f276d56439d8f1fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94c5d8e4e44543669e569ba194d169d62099a273f037866b3ff407632f89ed6c
MD5 01936572565b16f36e22ed135aa75a53
BLAKE2b-256 6bed4bb53e00bb216bdccc83efdf7966b1803870a3e5cd26fa902c65b5c7a24e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0ef4d435d454d6bfd5abf9be35429519c5bd85f178d4e133858d15b351a3fb8
MD5 10a895704eb2678245129c65fabf25ab
BLAKE2b-256 7519bd7b20d8d704648c92c804cd79ed217479a9cac67794283f5384262ba218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cf5feffd11aa2cefd31f8edfe160efc3f0809e41aea426f296547cbe6116e21e
MD5 ad960d268d7241498bff78e00a85bd0f
BLAKE2b-256 8b3046c98c451aeac73198dbad2127376f6109ebdfba8d3146cc52fffe5bce8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 732.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.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1971855cd0199aa9b223985c429c93a9e1bed887932c6ea0a57ce1dfc4e367c5
MD5 7d7f3237ca5f4350b03effd5a13cacbb
BLAKE2b-256 bd54d0aee9e6a9723790afbd310ae4e24ea5bedb4bcca8199bc858ccb455543e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 568.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.17.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f419e688a037d006c0578a63e9d60d2fc020ec663fadb21ed990d2f4d5e15ddb
MD5 7091f2e8c9681fa3ee0cdca82159e35f
BLAKE2b-256 c303b677b2faf86540dc5eb586241e25daba6eca23a065ad92a05f7db24ce5b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 731.4 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.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e8d73f1f9ca794106a3fe13ce18e673849d3d6eeddf5ec287654c1a7c1a0f637
MD5 0990b95216494abb65d7834b505d857e
BLAKE2b-256 df9976870f34250516881a1ebf7574006cce4416d896e057fae207a66b5c4091

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 566.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.17.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 822ba9c657fc984cc3f1a27ab0df55e07bea8ce338154eb5b0891e25c58a2138
MD5 e8bbddacf67d4dd9dc24501d323bab9b
BLAKE2b-256 9b7a666bca265b843fd379d25f676286935ad2b595c663a60d03f412ac6c27b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp313-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eddad342f6e3600c033cebf01ffb732058ed8f2796af6378e32d0f12eef8ac6a
MD5 e9c4a913cd9af9e24678083d43a5d230
BLAKE2b-256 8ade3df742d62417aff8ebfdbbc91c0bf60eb37b62a080a10a9279df85cbb2d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp313-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bfb4c51dd5d67525d282c9b2e6e8ef98bfbb1743a16e1effbbbbc3e160c778eb
MD5 e4e4d1edfcac81e5cd2d9445f825c62b
BLAKE2b-256 7805805032230f7a63c20a3619b70a4cbfb5eba09c20a19d74503b9244243abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp313-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3fd1fe476a4248f99a6211db03232fe10429d8abe312f9b7bd5f9bf3531cea0
MD5 9639d43917ba2b686b9bc55c0c012c7c
BLAKE2b-256 109387a89523390190593ea5e1c1ae7d538e89df75f87955ba39d99a32175bed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp313-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 821e3aa49c28f80c6d2a90593dc3d8bb32f76ff90cf683a682671e4809b5bee8
MD5 bf9c8d6bd7e974e408a600e51401a6a8
BLAKE2b-256 32d588161396d903dd7869ea1db6092a8f47291a40e92b3a6cd0178f4df49d5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68e55d16bd35875acc545beba94c8778bbeb52340b7d2966349e71ac21a10c03
MD5 14289972abb25808c9883b74e2d847ba
BLAKE2b-256 c1c05896e6285d593c0c14ee91fbb34f66b5829df76548cfd81eafec74fc8ab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp313-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 febe358d69bfa6e1abd359738801f9b928730de5519ae5c3b497502dc5d64a05
MD5 9fbcbff91ee0a41ed99059fbc97a26d6
BLAKE2b-256 86b943a17f33b96642dc7c5b8f969a6d009f9d1acdde77cb384770efe62a0515

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 733.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.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b9a333cbe28aeed75bacf3799526de291158180a4ac48495f0e80062ec9570fd
MD5 ccf6d8b4368c76994a45ac6f73fcfda7
BLAKE2b-256 4ae83b16181b60e0db986ac19e6a2823f67b1d525967bc0922f725ab20e0fff4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 569.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.17.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 893b6069eb16e3abce4fc1dc5f29c124a662f76d76c0c2abeff7b6b6ea499db5
MD5 ef2747fa6f37587196b3c9dad8654f52
BLAKE2b-256 f6686a72cce69b6e31c0da9d72180e2885d0175f913875f01d4f702a7b632628

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb51448d27d962e1405966d6744ef9f29dbef0d6f7fcad90c0dd67996dbd49d6
MD5 631e4b6c6b0770d5db18162795d908ac
BLAKE2b-256 770900c809bd3fce17d4dbc466247dac810044d6d51d33f8e36312ba53997413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f30d7fec2e57851c8a20e2bd627d02d39f29a132d276de95ba63b5c9d8ed6aa1
MD5 532272a207ceaebd29ec3856460361db
BLAKE2b-256 2654c871d7cf9c949692c5300d9953f1626250c3e5ef6ea6e42bbbbf2a86cfdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f1b296e1434763289eeae5639d7ce11ba2465ec7ed36e8a709a816dbdb4b395
MD5 9da3d4ecc12ca7645cca6dadaa832a2a
BLAKE2b-256 45effadf11ca0e088a64b9a5dfec29aa972b54bbe64c163ed988b4713ee9a517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 510d7de447ac1d4d3aee2d983b120860867ed09f707db1610af5f594ce9db128
MD5 d7c380fe2b13acec46dce73d448b1289
BLAKE2b-256 8f99b20600f4c4c541dc050b252e9d1ac6fcb3b54640e6eb67181a1c6470a865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2bd0c55e50884b9b954c264fba46642fb068017018eb627ceb25bc49fe328e3
MD5 cb9efbe042f3bc9944bd7f8814840835
BLAKE2b-256 dce83d2575da5580e3f2fbcf24444597c58cb6c7ed944dd6ae1019f1899ccfdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 94f174398884ad97f48516f9e39a4d664ecc5398e8aceb5d8ada2a5ac0163447
MD5 7c3e0fb67a68c29f15c5010818d996d8
BLAKE2b-256 7e3d205ffd0091b1f5ace93c76251b3434e129acfb94d1aacd9fd314bebd4f2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 733.6 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.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c578ab0e79b770769d5112b76d640047eb564eebe602cf06f6069c349050f479
MD5 07521be640b0a719d54a714b2462f0b0
BLAKE2b-256 f0b4976c2c3c1295869a90db808d25186e50119c682aa32c2ff9e1734bda9281

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 568.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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c430e04570a75f602c5f640a7a92e84f5ffa65699e585f328437544e10411e30
MD5 270ad7606f746f2362f796a3d5652469
BLAKE2b-256 f8903ee2854c093e3978191cbb88e0b4454499185c0698701a590df5299a2c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10f40df8c20a09d93c78f0de5f338319834440125973540e6643f64e64249f66
MD5 1ae2e53a1f0fe4f901ee73134b092d0f
BLAKE2b-256 ba013765011a238ae2ed28648a275f805f3f29ebfac53725f5c33a35de30a51f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79b73458031b1924261994b391499671784e7921a2b7e82758a9bcd4f4dd90f5
MD5 fe0bc5f08b62cee34280f6db9c230ba8
BLAKE2b-256 8eb04da6d394446ef9874f7edea05e71fdfde764cdf50c218d2d07a1ff5dd0a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c79c1fbee2e68546bc11847506f5da6df9197e9db765a8b06cb3523a0fd25dd
MD5 acfe1e3971b63f9998d5a044d2680767
BLAKE2b-256 e59f99e4beba46925f8d58d2ebd14ca2763820e29b40fa011e93c004277d839a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f6a59d0e337262e39453998c862ce4bb38fcc033f97b1379b0e6f9fb7d7d0c8
MD5 2784cbc968dfe51c5e41d19cffa6416b
BLAKE2b-256 5d2b34e03e41d1c7d1db212c92c7a31a7789f93875ebe9fef29e727877d06110

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4bee4727e61313fb853cbd31be054cb482b2cb52e6a72aa7101bfc51438b1fd
MD5 b78b57aeb1ac787b961f002dd0b28f5a
BLAKE2b-256 1540573eb90d65cd12851361bfe4fdf2c57b9263752bca0a1163315304008d3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17f871fbf8c975a682f7ed8247d84d1fa76757c8aff843898474a7cb6c893ee7
MD5 bb4b63b080974aab59cf3671b7af3ecc
BLAKE2b-256 7af7016de0b7ae09d774aa30d0b8c370e16baee35317421dbeefaeb29fc4c1b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.17.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 568.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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ec03cd1fbbd2cd5c381d5173509ed58a0592dc53d7835ecffdfaa33076a4465e
MD5 a033c7e59e109df3dbdcf3c079cb48e9
BLAKE2b-256 cf201220dacf8f3baf5f5a6200e10fd9dfa3b9adfddaa864185dc55247f03703

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 748d5b3e6e995e85cb482415fc3b50df813b66b7292d9b736fdcf5812626410f
MD5 4fe29a042ff73fb6297a92e7da10350d
BLAKE2b-256 e1eef29fe6a49d4442b7a288bd4e1330cb519a9486cbf937a7575ca12a62cb8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83dfed904c9913e0dedc6eac5048f47423cdfc9ae8792351de3e60cfba273f0f
MD5 dd77af4f9f365beafcce8ba0f6af0be3
BLAKE2b-256 290e8094b0099eda80811632f46c8b005d4a9b09954e706894d5bce39820fd33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b89f572f9d088762228f8b1cd5e0d3c33fef009988c8275c23d748afb40b1aa
MD5 0969538330a78dae7c0977ce71248f30
BLAKE2b-256 c632f9ae8df1c4afd3b138c19dc0f3aadfdad786d638589754317ed15801ebfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03b10519505f0981161d3a58b3c0c68e211967be3f8c9cf75069dad70f9df0a3
MD5 5d3a8d4c3f0dfcdd530ef333d67ef08b
BLAKE2b-256 6e422a2f49215c0734d229e7865bd568d8ed66ce86338feadea296c43681da43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e712645fba0450beb02b0385486f4546a2dd20d42d1182c23f248994407a5e87
MD5 d06c42d9f8ac213672c307e9702ce060
BLAKE2b-256 81b2fffbef3cb12832b8a0abf4775e25e882a570eb63398c328ea9426cd491b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.17.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1cd9a50ddbd308d609c90677c648fbb912dc4707e81e757a2d16b199323c4ac
MD5 f33202768f6838d491167d7d8ff7be53
BLAKE2b-256 657a5f32986227ec5dd3d694ff2d0fa2018d48cf46a34ec72cfa398840941036

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