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.1.tar.gz (236.2 kB view details)

Uploaded Source

Built Distributions

psd_tools-1.10.1-cp312-cp312-win_amd64.whl (326.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.10.1-cp312-cp312-win32.whl (314.5 kB view details)

Uploaded CPython 3.12 Windows x86

psd_tools-1.10.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

psd_tools-1.10.1-cp312-cp312-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

psd_tools-1.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (708.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (701.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (688.7 kB view details)

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

psd_tools-1.10.1-cp312-cp312-macosx_10_13_universal2.whl (399.6 kB view details)

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

psd_tools-1.10.1-cp311-cp311-win_amd64.whl (325.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.10.1-cp311-cp311-win32.whl (313.8 kB view details)

Uploaded CPython 3.11 Windows x86

psd_tools-1.10.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

psd_tools-1.10.1-cp311-cp311-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

psd_tools-1.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (720.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (713.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (703.8 kB view details)

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

psd_tools-1.10.1-cp311-cp311-macosx_10_9_universal2.whl (396.8 kB view details)

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

psd_tools-1.10.1-cp310-cp310-win_amd64.whl (325.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.10.1-cp310-cp310-win32.whl (314.1 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.10.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

psd_tools-1.10.1-cp310-cp310-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

psd_tools-1.10.1-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

psd_tools-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (684.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (680.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (671.1 kB view details)

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

psd_tools-1.10.1-cp310-cp310-macosx_10_9_universal2.whl (397.0 kB view details)

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

psd_tools-1.10.1-cp39-cp39-win_amd64.whl (325.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.10.1-cp39-cp39-win32.whl (314.6 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.10.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

psd_tools-1.10.1-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

psd_tools-1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (686.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (683.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (673.8 kB view details)

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

psd_tools-1.10.1-cp39-cp39-macosx_10_9_universal2.whl (398.1 kB view details)

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

psd_tools-1.10.1-cp38-cp38-win_amd64.whl (325.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

psd_tools-1.10.1-cp38-cp38-win32.whl (314.7 kB view details)

Uploaded CPython 3.8 Windows x86

psd_tools-1.10.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

psd_tools-1.10.1-cp38-cp38-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

psd_tools-1.10.1-cp38-cp38-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

psd_tools-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (694.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (687.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (678.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

psd_tools-1.10.1-cp38-cp38-macosx_10_9_universal2.whl (398.7 kB view details)

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

File details

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

File metadata

  • Download URL: psd_tools-1.10.1.tar.gz
  • Upload date:
  • Size: 236.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.1.tar.gz
Algorithm Hash digest
SHA256 ea5ec03c0b78a1c8b4d0c338db620e11937a5f7d9918dbbe670ff3205ef45a64
MD5 4bd8e2eb1be35ae57c062ebfd0b2fddb
BLAKE2b-256 c8fb51926cd4fd8afc95106324a46aa84b42c5e82933827c3a032409c782dfc4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5beef62324b7ce42d5ae494debb0607dc42d22a394727232bfd232eee12b30fa
MD5 7f5d163fa57bb14b3b569d5410290a34
BLAKE2b-256 1ff0ceae3ffcaf2ad4cbe5642862a010edfa8bbc7bd80377f50c6e812bb4fb93

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.10.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 314.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5a4e89e0946f0e0ce9620f54e6f525e5f5e83d5fba27f4273500389108e8fa37
MD5 fb41730f0b10eb6ad441891fcb0e3bdc
BLAKE2b-256 145d411da77bbb07c9bdf6af5a216eaac767f502e17a3f3cf023768c0df412cd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a35fe63809f9cbbef8994df23a25631f344c8db98c72f87a792f06cf0e8366fb
MD5 cee3758d08e83f558ef19e66a0f18fbc
BLAKE2b-256 833eebb2aa4c9e1a628fa3143778bd9a5abd0bd3f2d2625be746f1b11eec1bba

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 429549aedf77e41bd3427eae673f68e9d308c9b3271e94d8c94704a6e71ee8ab
MD5 7b94fb619db0cd7280788db16601e444
BLAKE2b-256 69e74877c2b8aa876352da42e23147963962f452055bfeac7b293a290b9e76c7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a028bd5ad76c5496b11dcf359c58b7a26947d6252c0d24bf1b96e332823fa59
MD5 c4030dce1d9dba7005f8ef52be131244
BLAKE2b-256 a39993f2edbb4fa992e8ce498b82c4dc933156ee0460ad039180875fa3ff7af8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a20dac21e5f4adc5fa285dfc8e9fe26d69184df26e74931657fcafe4a579541
MD5 bddb88b0f8241a855c6705126ae2d1b0
BLAKE2b-256 4838f27617334077f8a4a59b2c288391e4f3a43f058c4337c7259d35f5fb66a9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c5a427e1a41ca4ea5170aad5d943a00d7903f4a4e6d55ac41de990aa7165447
MD5 41635c1e30f12ee645eb1c72e121d2a3
BLAKE2b-256 868d5ea37832d7dd669ca69e85ffd92c9ad2206f82f63d2a56d18ffc0b79886c

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-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.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ae6cbdbc3f428839663c80931b8e1da20cd01715acd3dbd466f2208174e15e0
MD5 67b388c3f526363234c66b1ca5d08de4
BLAKE2b-256 9f07665ef099bb4ce2994ebf76b4f73cb178ad4b73acf3448c82420861cc4b66

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1e7b6cbc24592bf3d4490946f704fa5e16543a9fb528d5390ff669f20157455e
MD5 a939d7c0d44bf5a53e1c1a8984da9140
BLAKE2b-256 17c9a9a9620f1ec40037e9c811be2011cbf1598606d14368b87108999226b0bb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 444b2907162547d956daf61f21c69b27281ae8deff66830566c8a7c08103a9ff
MD5 b8f334dfba507070c5033af6a116e3d8
BLAKE2b-256 c335cd16b6c9ceeb2f89b6aac7af96f0755a54303558d5865a7a0763c0f01550

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.10.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 313.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bea8852a0b5b9bebd3545b0f9f0d3e7a6f0dbfff50dc59da14ddbcdb7fb28b58
MD5 92973f4522b9ff6d15c63c50e0f36667
BLAKE2b-256 759893621f28cde40ddfb4ff747cea1adc83330785165a3980e83ff416567e08

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 498401d58b2a3c12dc2a2752158800eaa147a13b1088c0dd82a7d610bd17cbd6
MD5 1f28285effe3da80e48139d12a84c218
BLAKE2b-256 a7b5256ccb66e705e5f683c86086e8cc99281efd8e15636c5b4d93b20b5ec079

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5db1c5460e9bb8b2003446f30e1ab6146fc8342c34af08865716e11da5275eba
MD5 546fc4ba2297f5cd733e72efbb7994ca
BLAKE2b-256 0804e073bd9b9d51af1dcd23423f7116c1ab395a750ace77603e2a898f3431bf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea726c1ae6c35010ae514d9a7e103ec5031c0b3a729bd90c8d30a259b798a2ce
MD5 26b63961b57f8cb7f976995b0983752f
BLAKE2b-256 b2cbd335832ade547e613b23d9eefe3a3ed1ca4688e2d4eb2452160c16551ff0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e3951b18c8503381eb23e7e1b4cba34161bad33b8c00cb3944cda4a2f369452
MD5 e50f40fcbb4f31cbbe4cec3e4a30abc8
BLAKE2b-256 8019d900b58d01287d99b3ab81ea6e87d7ce5673c887d1939fa7f7301c9ed0bd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a77a5cbaa93557b7a6a6d1a406d12c5f0d4aec10b4d07ff262d9da523fad9dcd
MD5 43f62856f7f271e9621051290ff48e76
BLAKE2b-256 d9b037d3696981926214984f1a0f487ddadf473be08c373482760772d6d98086

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-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.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f94b162318e866213c5d2fa8b7c1ddb4c8d96d3cd31d2b7601a68046eac39a49
MD5 7c8c42ebe3c13971a60951d7db781822
BLAKE2b-256 f4ad50c52ad3720a902f91aab133588d8a71969dc7bf33ef58255abe2d0b507a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8635e3c3b870f813a949eda49c3459992852e63ab958a6d3c67364be5d9320ea
MD5 3bb323c0cb3b49c86145d8f89183fcb3
BLAKE2b-256 a66e0927f896f418bcf25887d453ee99f4fd5c9687de6c387ce704fc3de9237a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dc37af7fc6a49fe406470a0e8125faa2d5c0442c2e1ae681c569091781b8503e
MD5 59edb5992e080e615176689580c5128c
BLAKE2b-256 6578fd2230bd23ff7784bacf5f5e8b1d6ba522af070099be77551f1e86d1ac83

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.10.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 314.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 99a459e0bab135f56bc57d2ce4a1bc1f0fc7499524460fb370b0965105533901
MD5 008efb9c0061c82ab30f53a79b92c407
BLAKE2b-256 3c550fa307a9eafa9a2ea242e28dd4e9a3d54daadd70ff0ea39f68cf0b324d38

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91d3cb5784c5ec075c043ab69a4be45c5da97f63c89d2f1280f7d05ec7fabd66
MD5 d8bb0f4f6d9b26a14e87e945755755e5
BLAKE2b-256 3ea0bf72e8f52697d2bb6b07b036cf0891738bf3c698d7afef83fd3e62927d86

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 29480a675393409bb70d4d306be3c08ff70ddef06449a13344eae76b45a2b7b5
MD5 830e3d0634aa10ab6e5c34fe6a02e609
BLAKE2b-256 6781450a35b6d46c09213b80d58341bf0969af5cdfa86f361b17db13d0913b3b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6606572b18dc718e6a965593e44f231359436744899bc6698b226cf8968a64e6
MD5 51d79b755a7a36b7b5ba5321475e1e38
BLAKE2b-256 b4be99e0abf287f122395b59b0040479c2d1037d77dc5be8ed5bfb49b2c32fbc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21e78dcd94686297631b9e75e81fb6481823ffb36b8df71dab31d890f7a3f17e
MD5 25801c7e54b6daf9d934c998b03c8ccf
BLAKE2b-256 30cc4442f9b9250a9f3960c2cbfa5e149cf4cd0752372a1c5f6cc11776c71676

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aab3efce4e5b0fda84bf2320a6609ce09786126ad7ff129cd3eab40127b7421e
MD5 2c0dc8f09db4cface1e1c1694df5bb3b
BLAKE2b-256 1480af745920da834e7bed496e79e64bc4f23b396bbc5affecb6adc0cd6a5602

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-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.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ea0d8ef71b3d3532501c60ecec630c8156ea4d3e4c2d1902b0bd40bcb0c54b42
MD5 42dc60dc5d12a33db2bd17fa807f7ad1
BLAKE2b-256 b4ba3163194b7a56227e84f4c3a3dd3f0210853ecb131fb2eb0e181b8ad341af

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6f48ed84ba819a2d2805902e373f2678219e37942c43cff560dbd9ad60ef6ed7
MD5 968d39571089bc82bfe88e638c106546
BLAKE2b-256 97aef12bcbcd3c3a50b2e8d9c2df99b5893cea2e05dabe8284550dc5e0a5b3df

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.10.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 325.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a2eb858185c26923fa436647af9a5a3517a9edaf0231b7af8b9196c47b02935d
MD5 43583a8f216c6af53db653427de917d8
BLAKE2b-256 6c90cf09ab7ab86bf730ed6ed54d356dd07fddcb6d814ab82b645431afdbfe4e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.10.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 314.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 335eb10410843288bcd3aebfa47a1fc187eadb09a0b27c977d24001f74a2fa6f
MD5 1ee4cb51b6db32db631ef2f6b4e4d9ce
BLAKE2b-256 d7cfdf5271c8cc812b94d299e8c88d41e4298300b1f0da1cc18d705b8070da8e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7ded3992c05aedd5204621919e21fa2caed65f54e34c7c43f4d64488708167f
MD5 d6a3b9d8df14add08806db648f5e843d
BLAKE2b-256 f54c04d71c8b0d95e13d7a926feb3f2e2b73534dffac4b05f8f3a822e2bfb7fa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1244eabae5a0af61c2713c31d8cbc6ef0147c18e7de91ab93af5fe7a44abc43f
MD5 585d61f85694568bcd1dcb07b0211c6b
BLAKE2b-256 1217a61d8902532d9fb808fde7493dc829aa1702cb6e4d1b5182939e4b59f1b0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9827d691b1bd738bfe8c86e547dae24d6f99c1fa9cc4752c1501dcd6d0bdc85d
MD5 d54ab97df3fc24ba42dd70cb485ac080
BLAKE2b-256 6918f9797f784bb5701ba656095ef52869340f53964c5a6aa59994cdfa182265

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebb362136ceb2f076891f77326d5c5c30bd08449e4d6f3ed9542c60102faa02e
MD5 38ab2f9204a3ec25c42d63263b675a29
BLAKE2b-256 2fc2c38153e9443340c01d31ef87abf718d697c009d14b389867a06de199e641

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c7fa8c124ff528924e00b319b6ed8abeca092966e72b5a235ca349c60c2c3ba
MD5 b884012ebdbfac72c60a7fa00e3232c5
BLAKE2b-256 342cccd65ea590611e7e7cba4e8ac5bbdffc628fb868c7c723612dbcb34c9d35

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 842b7447764537f983a24ed7731c696e0968fd3ebaff4e50ad8641f9b0fc8491
MD5 04e15b5ee40f6862ea420c5025cb6f0f
BLAKE2b-256 fc1d4ea791eef16111b888d15504a170cf8b3d230150ab9733d80e10e4931a6a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 70805a53c39cfaa195fedc870fea3cd9a06a969740d20b41136de74ead99a18b
MD5 c0651cefe950c35d9393feae7e506220
BLAKE2b-256 ab6008196716d8e2c91cc21074c51893781c4fea7457080c7896cc0ce1b4b7e9

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: psd_tools-1.10.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 325.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 77d34c49e29b8596161fd64707687ae00f5e2040e825916d999df8f265830d63
MD5 f7a345e8ef9e905d91e48ea463311645
BLAKE2b-256 981b30e155d6ba43758d3673adb23f1a3432ec0e49abef5e6796ee824aa85332

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: psd_tools-1.10.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 314.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9a73b3a77b692254025a01cad541f64cd013b76e4cc2e3b86212ae092db93fa4
MD5 f1acfba3222ad1845c8375f18e8b5619
BLAKE2b-256 628d1d5a8f35df15e9fac4a0d662994a6d3ab2fa49e7db6a9e02d4094bfd3a83

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00c0b934b17ac594f767997d67890f2741996711840282d421848a01e2c58aa7
MD5 67553de80a8ab599d312f69a30935cc1
BLAKE2b-256 67badffcfe6745966b740cc3d289543c0244960b6a91d0a3814562ef98b0fbf9

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4e8bbbc43476d3bde056e17713e1ee475d67006868806c76a71c1e0d41efd123
MD5 f3735c68a91c440555f2a8561bfcc6e3
BLAKE2b-256 826a60fc8e8e20d679680a7cab225ff8996b9b947636614f1b802845b668b56b

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4d7504f5be6104755e8c0c09b650fa51d6f38d485f9592f9bbcbda133902247
MD5 aa84ff264948c2b3ac3e8c731e30d70c
BLAKE2b-256 84e9bb2211c86d7216ba11d48ae229f719337d01681d9afdd4fadf3a5e3f0c10

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f15db8fe0f96a5b5b2c4d4bac09de3de352925858409e028484a98284c57640
MD5 fd2752ce9fd2efb8c8f2b68a08c4cf79
BLAKE2b-256 1e04dc3e6b1fbed82f9afbcd428331695888b6fc6fd2389dcb3d23d4dc606a9a

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db0c266396be9bdf1eba927b6d0acbfdb4e75be57df54d8ed2495e50fd7ac496
MD5 56d78f2a814ca1d238e34583e06f94c8
BLAKE2b-256 b02a3dd5ccb359a9be31387a75578633e861dcff018da21bbe026a10df881c10

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e03dbdb0f94c98d4d34a83f4c20222d2d9fb0e57241c4c24af3c091730cfeb33
MD5 5b1b07ea923acccea2d1f493ceb77f75
BLAKE2b-256 57e96dbad0ea4379b15cb3610a86d41085ebf2616b44697ee49658f088ccebc8

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.10.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for psd_tools-1.10.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 090907e879f5a149e4b24a5cc28886f95417484d4e42ccec643d0303efdc5e72
MD5 4c03ec22903b2dd0d57da245118bf272
BLAKE2b-256 ae94a7d263db99a187606031090d2d451b298c6a8111cc4d5749d3a35c9b9996

See more details on using hashes here.

Provenance

Supported by

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