Skip to main content

Python package for working with Adobe Photoshop PSD files

Project description

psd-tools is a Python package for working with Adobe Photoshop PSD files as described in specification.

PyPI Version Build 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.

  • Composition of adjustment layers

  • Composition of many layer effects

  • Font rendering

Installation

Use pip to install the package:

pip install psd-tools

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.

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 Distribution

psd_tools-1.10.8.tar.gz (243.0 kB view details)

Uploaded Source

Built Distributions

psd_tools-1.10.8-cp313-cp313-win_amd64.whl (326.8 kB view details)

Uploaded CPython 3.13Windows x86-64

psd_tools-1.10.8-cp313-cp313-win32.whl (315.8 kB view details)

Uploaded CPython 3.13Windows x86

psd_tools-1.10.8-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

psd_tools-1.10.8-cp313-cp313-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

psd_tools-1.10.8-cp313-cp313-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

psd_tools-1.10.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (699.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

psd_tools-1.10.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (697.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

psd_tools-1.10.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (680.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

psd_tools-1.10.8-cp313-cp313-macosx_10_13_universal2.whl (393.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

psd_tools-1.10.8-cp312-cp312-win_amd64.whl (327.0 kB view details)

Uploaded CPython 3.12Windows x86-64

psd_tools-1.10.8-cp312-cp312-win32.whl (316.0 kB view details)

Uploaded CPython 3.12Windows x86

psd_tools-1.10.8-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.10.8-cp312-cp312-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

psd_tools-1.10.8-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

psd_tools-1.10.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (702.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

psd_tools-1.10.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (700.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

psd_tools-1.10.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (687.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

psd_tools-1.10.8-cp312-cp312-macosx_10_13_universal2.whl (395.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

psd_tools-1.10.8-cp311-cp311-win_amd64.whl (326.4 kB view details)

Uploaded CPython 3.11Windows x86-64

psd_tools-1.10.8-cp311-cp311-win32.whl (315.6 kB view details)

Uploaded CPython 3.11Windows x86

psd_tools-1.10.8-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.10.8-cp311-cp311-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

psd_tools-1.10.8-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

psd_tools-1.10.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (716.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

psd_tools-1.10.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (715.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

psd_tools-1.10.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (698.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

psd_tools-1.10.8-cp311-cp311-macosx_10_9_universal2.whl (394.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

psd_tools-1.10.8-cp310-cp310-win_amd64.whl (326.5 kB view details)

Uploaded CPython 3.10Windows x86-64

psd_tools-1.10.8-cp310-cp310-win32.whl (316.0 kB view details)

Uploaded CPython 3.10Windows x86

psd_tools-1.10.8-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.10.8-cp310-cp310-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

psd_tools-1.10.8-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

psd_tools-1.10.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (692.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

psd_tools-1.10.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (692.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

psd_tools-1.10.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (675.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

psd_tools-1.10.8-cp310-cp310-macosx_10_9_universal2.whl (395.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

psd_tools-1.10.8-cp39-cp39-win_amd64.whl (327.1 kB view details)

Uploaded CPython 3.9Windows x86-64

psd_tools-1.10.8-cp39-cp39-win32.whl (316.4 kB view details)

Uploaded CPython 3.9Windows x86

psd_tools-1.10.8-cp39-cp39-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

psd_tools-1.10.8-cp39-cp39-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

psd_tools-1.10.8-cp39-cp39-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

psd_tools-1.10.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (694.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

psd_tools-1.10.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (694.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

psd_tools-1.10.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (677.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

psd_tools-1.10.8-cp39-cp39-macosx_10_9_universal2.whl (396.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file psd_tools-1.10.8.tar.gz.

File metadata

  • Download URL: psd_tools-1.10.8.tar.gz
  • Upload date:
  • Size: 243.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8.tar.gz
Algorithm Hash digest
SHA256 b2422aaf2087da1c78b8381a34f237c1f4581cfc3a52492d357fc99abc696bcb
MD5 61feed0c932808dd56e454a56111d079
BLAKE2b-256 126b71f6376d58ca1fe5da5acb1b0e38ab5063b4f392e277bbf86f5e9ad664ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 326.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3f18489eef1fd9ad7e250029884b575ad18dd14c7766ac828b3deea0249b6d5f
MD5 f7b7ff55967a081d8ed157ba721fd7bd
BLAKE2b-256 195fe3b35e25835391854adce3bc62d82cf306340b123ccff79825fc530b93ce

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: psd_tools-1.10.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 315.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 946d3b10a7fa6bdb5ea90961421a0b0058bdb462e983a92c9c7b584141d7b491
MD5 481887b600f6a1f689c8749ff0862c56
BLAKE2b-256 8bdefc681559dd634cc4a82d08af8ca437c60cafee6201cea8324b8dd4ea336e

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e574817f71ce05a438474b669ddc28f8410647995da26793e970503baba3657
MD5 38538b6fc6483cf13a6bb7b9ea7684f8
BLAKE2b-256 70588783d27e3ede35bb3927e67e4d5a9d08547009e7a571be53813236421ae7

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 34270b77c5e43a53cb086b09cd01a1381a2f9d0fffde257dada71da61da95378
MD5 09bd274796d8b9083b576d7306effcb8
BLAKE2b-256 d1b5d6544dd4f10124ef7dec327e89b0ce1abd45283eab6caf0a63579aa7e5da

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb72e65bdc492fa2a1fbd9bd5ea67ea56864be2b32eacec664fde65f0a4dc274
MD5 e1787d228a100bf951d6a99ea6529a21
BLAKE2b-256 6f88c51595757cfe71b1a44ebd766a3a69e3996680046b88e313157c6f8aec97

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a0a8334ff4499b7ec578b7dfdb778b5d2e819ac6183a117a8a8051252e9f891
MD5 61cd8fa501e3a077623566464f42ea66
BLAKE2b-256 f43e09b7c446aef921b855755bdfeb03da68ffde54be416627ef64b65b418445

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa404c35540bf4a850e1c0910dcad50369ac776a891bbe91e71bc732a047fe90
MD5 7fb659369076047d2472dbe363824429
BLAKE2b-256 f0c729b51a758286ecf0ba9199c25e42996cec89cab463d4d412d94117424564

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 784311f788815d636d29cdc98233b7219950066522361cb28d6d46d73f26b195
MD5 de57b4c66f538ebffc2047549b69f9ef
BLAKE2b-256 47865686ed18b85a5b72fd8a1b6487dc9d0aaaffad98da4c87a86472fee38f42

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 557c668c15e83c29b44f8879e1bb7f29700a3d6549586e613bbc250a4a4c5c74
MD5 64c0799e6fb1379a6d0f4be0258ece25
BLAKE2b-256 31ec3973b2b52ee140d52e8765e151462e6694a7c58cf719f25e6d5e692ced14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 327.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 24eabce98b1b1454fa662a3f25d0eba5319eaa2a95c571307418278b4f918e89
MD5 67c08b764da31d082a62d059e81e2a44
BLAKE2b-256 ed01a64f92c90bc7ded6ccfa5cdfb8cead56cb27f444cb0674161f920264a949

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: psd_tools-1.10.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 316.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ff0638cea7e1a42711be2201a93018f872414763c427b83f76602a9b8f8d5a09
MD5 bf0220a942ab3a9ebc30bd1888a636fe
BLAKE2b-256 5c61f4f62a03090163421711b23d91852e06d934566a46fa9410d7fd11a05acf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66ed33c6cb3377d14959a30230039824e3c27fc4699b4b04186ca1b5bdf940a5
MD5 bb5bce1f5ee5c29e777c253e52009783
BLAKE2b-256 1ba0e5b7f6350af637ecbf6b29ae4f1ce122c46ac495e6a0fb658823a74f2942

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1026096f0f013ce199654c73a14d7580bc0755cd4ca7ba6d91f33ff30868bf99
MD5 77b23aad9c85c239fe9d823a4fedef93
BLAKE2b-256 46480ffda4036cd7115be022de89478156b220678668823c967b9b36eb3acbd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 765446dc53cc8fab466814cc73ffa6e1be06536bb3237582f75ce1f6018b0684
MD5 cc2b4833f37434911cabc2fbf9376027
BLAKE2b-256 4dab6e114cef5fc38c1554210dede1cda21ef483299c30b6062e4ba9ac9cb154

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d364d86851402e097022fff02dd53353a4b504d0bd36d2e8b74e58b310bd2902
MD5 5c51bf2269860a70860a8bbfd6d71390
BLAKE2b-256 2d6ca4373739e86338d35d16c5cd74d4a0eb93a04f8fcbab85a7b7173011ff01

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06b31f6d0533f2f27283d33e3b28ae362aaef638e4bbe61771ae0f3e8e3f2476
MD5 bd60d15e4db03b5d11c74836f3e08148
BLAKE2b-256 49f7b00d613e5e7323332c84f5bca6c19c939396cb5d9cb1fe89b6517ca0ba65

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b7edb17d431cf5a2c7862fa734968ca871dfb78f57ca3652df22a9b78187ee4b
MD5 8f7cef88969d90bc6e4ac0d40a9137fe
BLAKE2b-256 f856e3ba50f14f8e8fabbc6443a6e399c2dc581248cc979c500d8f84c115cf04

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 626fc64c609f623c3ab2b79c91e9400daa159e974a2ce752ab72cd7446b00fc5
MD5 df1a2327e5d69ea8da6823133ad881e7
BLAKE2b-256 d3ad8770b977421e85438ad7d05e8fceea9d36b801b1dde02bf2666035ffabbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 326.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9b4196862cc8ae340b3c28b2faa8def92316eae4f9f14d906865075ffebef049
MD5 e054ce89584d67a2be65ea3b891831ae
BLAKE2b-256 8801c6a94b7eccf3ce35b1c356297d33c141371ac71089937abe925b47bfcc8c

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: psd_tools-1.10.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 315.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8495522f8976ea586fa18dba7ba98403e91cf187b52449219c33e046ca9f2037
MD5 7d796f933725866c5c7e2ffa17a255ae
BLAKE2b-256 0d91c9b9ef4aa89bcad0b971c4d2f6b124ae40e077c9954dcd3a906a013a0b8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac201b5ba82948762960e6ab48051116f00d197c75a39fd5f96ebbbba1a4899b
MD5 2027271db207c17c9093446c5d814ab5
BLAKE2b-256 5170739e65b4a3c004afdaa89067a504ff143862a0e63069aa3dfa78b0d2b45a

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e71bfdc1f7217774ac24139e6f8aa95700e70df83982210b20d0e416eee0761e
MD5 0c6e0a86d4043482c706a589d7388bea
BLAKE2b-256 4fdae779626c20cd125af0555cdf4582f044ff920e0f811addf62812d22a3a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67e05d6bd5ef71efb73b1deb2c8c3a2fb3eaea74496b4b7a2dbe16259b9898ad
MD5 6ef31cfb5f21bc2bbbfecc143660b75c
BLAKE2b-256 947248e23bd145d6ae216aabc36f073b8e6659b7e0f38165b0ecc14b0ad515d3

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6973f1a2954cad92ad3d8f8a78b9bf2e6c4910bcc1ce89f5636136a69e035c14
MD5 c6fa2afb9c63c7c1df34158e7f8048b6
BLAKE2b-256 a42d0112d33909b10d70e9a203335f2b40ca5a1f7a4199d2de76507a8d81afb3

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27dcbf79046f2da9e2ae593579fb7d7243d09965654836c94a77f9fd87ff0fa8
MD5 4673af7757981777fc12e453a9532282
BLAKE2b-256 4219b397bba3ce64a6ee4de57c06f1c7aca588d7d170324330abf584b36c6b80

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9fcc78a4416dd166e92e61284a405a952992d90094f6aa61111705ad73d3270b
MD5 45de37622c31cbf517ebf800bb931978
BLAKE2b-256 895f6a16d3c9fe240085abd23653aee5087aee221df7f827c8525b2aa8465c4d

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b239ec7ebf936bbf922dc41cf9587f5d39166a4fa4622f8821cbe51b17faa2a0
MD5 7d20b23f6da494e8bca2bbde77efbbc3
BLAKE2b-256 415fcdd17ca1f47fb48d441d4d3b5faed69c392d84daa25df02f578e7c383c40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 326.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8d4985fec118aa685d81a36f0a0480740ce201b4c2f968f22939fe42f6192263
MD5 beb358dce4e3d0cccc01ce88a9d68cb0
BLAKE2b-256 f433b0e089b0855d46453ef7b4d05dc5ddeb82b48d837088ab3885c891eb1815

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: psd_tools-1.10.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 316.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3b862ac5e3192ffd2584f1e451fa42656408f8f0f60ac2c268375a9d6564b329
MD5 63eb5e00186895e5a656d873016bec28
BLAKE2b-256 ef9b27a10a20f9da5fae85848a272c0ede36a21cde9cf8f11314bf0ebb14432f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58b912f2a3fc0f1039885ea54255f2925af548d66ac8bcea244ac909e7311dca
MD5 27cd5afb6343ffcf90c9f07ea931da73
BLAKE2b-256 bb49d4dc9c47f5451f700f04c5d169ba6253791f30c5f0846b77aea6ef31ae11

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 179678298d055952bacc60e3fa53da98e3056ba038dbba94eefef61bd65ed7e4
MD5 fc6a850d1c0fd8cc82d0d1051b9caadf
BLAKE2b-256 7b62cd777342dff01b0c456b671b7da67aec0dcf46e861f9a687d352a873adc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25567042a038b0e7becaeb7a39c1a0dda649fa499ad6fdd99c415cee8a484055
MD5 1ad9c352dd2f15babbd0d076a980f81d
BLAKE2b-256 b777583a11d70fe166a1f05a17e894aa1cc25faa98e0d8ee704ba5d744db47eb

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c3d575822f01f2a9c1ca410efa5c6b6eead8376a5fcfc3bc2573856db4696df
MD5 46bb245b4e8b8363f4a647ad2a303c4e
BLAKE2b-256 d70086e3c3d9b105f09c57707741e21dcd342c853365bfc00cd9f93472062d28

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aecb61b5ae3c8344a1823de6b7111e9d618283309ed7450e2c9b67dc4c63974c
MD5 ad1bc8d70e7a44f5a977d905b5710da1
BLAKE2b-256 68cdd78ba2a983d915d7a64ec84747d5c01423eecc8c24175d3b23678c7acfb9

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c0a40ff1b076c36c0b62ad759ea22b126453389143141500531706ba351b2258
MD5 cd1d67e045407370464c04c9f735c4dc
BLAKE2b-256 cad73d224be8260c3b296be00d680ded2bb302209f902cc7d65bffbd55b58260

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6b7475fa3790983bd4a1201af79cd36cb8e9b9765a2c19c2406d2f04723f911f
MD5 5ab1fc40f619ac1a338a30e536f161e1
BLAKE2b-256 369ef85f355118d36611caf7d49389da4480f7b52cadc3e319a6eae3689d38a4

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: psd_tools-1.10.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 327.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4563033702976d20df7a6a67d9de4d939c5ae220d64845530d1327e42c59b375
MD5 477a647acef5b8ba091500019f0ebe43
BLAKE2b-256 b73083546f1fee93d02d801666fd499aade5d1847d25fe563d7fa733e05956f2

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: psd_tools-1.10.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 316.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 acd9477c250578b16cdbc9cef9b3219448048a30ea2fc89ef4ca7749c26e62c4
MD5 e1eeb982709055c6bd21a4fd5f10a606
BLAKE2b-256 5b147a1178eac8a5b453e8f683152c74e5a28948201ee549fb0f3d3baca524ea

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a10f2db50c55579f82b05b217bd2912c29c072887533a4be099e739c20a4262
MD5 4527b730189736c63f21653c2dab3065
BLAKE2b-256 ee0434f4a2bc2554aefc27b92b027fd41588f301ce3e7f2dc7fe4c2241eb3f64

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4cb4a59953695c09d74e586921009dbc2e5d5ba008026a7eaf80d5f3fded0aca
MD5 6e995db9e5d15707424f9fbc82039809
BLAKE2b-256 c353c3f2e978c1dede9df1d62a55bddc0c9253a87160bab8c839ecd4ff7f8ac9

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf328f67c88cbcdc0fdcebb73b66f9474f373e3936fedacb0085450d04b415cd
MD5 47b265410b2bfb693f13a03475cc8b8a
BLAKE2b-256 06e8833fb660e628273eb8a52de86a448f7a435e95f06a8df898f37800bf9aeb

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4aaf895d74096e4023212e7734a66ef9b8dcb38b6e4ce7348427341f740765e3
MD5 ab62e93477b2451a127cbe69242c8620
BLAKE2b-256 c90d2470fe5e50fe176f5ac308ef296ef2236fb9bf9e18c8f5aed7f983a81818

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15e8ec8c03558875f97c02b8002ac160321716d5a82dca7282ba10d7d61f2912
MD5 7bfff9815e279cf7169890ebf1cfebed
BLAKE2b-256 143d560f82f9b2027f4831dfa43a5e16e4c0bd2a1ddf2b9b1920bc57b3bba0c5

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20b15a510497836421758d624250d969a3f66f34b3ab6b6bed6275c6e5964bbe
MD5 80c1c5341a326ebc74244565bb4df5d0
BLAKE2b-256 76c5882caffe29ee044066076e10582ad4765f7cfd2ed855425245495193bd24

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.8-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.8-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2a9c1237a2ee82caea9a7d5030ed907b9712d38978d4fc1db00ea8dd583265df
MD5 5d43632289b38dfde1b7af07e303646e
BLAKE2b-256 cd90e951b63481d5eaf0a84dd852772fd598c4a925ee94fcda79ec30f38cf222

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page