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

  • Blending modes except for dissolve

  • Drawing of bezier curves

Not supported:

  • Editing of layer structure, such as adding or removing a layer

  • 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.9.32.tar.gz (240.7 kB view details)

Uploaded Source

Built Distributions

psd_tools-1.9.32-cp312-cp312-win_amd64.whl (332.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.9.32-cp312-cp312-win32.whl (321.0 kB view details)

Uploaded CPython 3.12 Windows x86

psd_tools-1.9.32-cp312-cp312-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

psd_tools-1.9.32-cp312-cp312-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

psd_tools-1.9.32-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

psd_tools-1.9.32-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (716.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.32-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (708.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.32-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (696.8 kB view details)

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

psd_tools-1.9.32-cp312-cp312-macosx_11_0_arm64.whl (331.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psd_tools-1.9.32-cp312-cp312-macosx_10_9_x86_64.whl (336.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

psd_tools-1.9.32-cp311-cp311-win_amd64.whl (331.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.9.32-cp311-cp311-win32.whl (320.3 kB view details)

Uploaded CPython 3.11 Windows x86

psd_tools-1.9.32-cp311-cp311-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

psd_tools-1.9.32-cp311-cp311-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

psd_tools-1.9.32-cp311-cp311-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

psd_tools-1.9.32-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (726.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.32-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (720.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.32-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (711.6 kB view details)

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

psd_tools-1.9.32-cp311-cp311-macosx_11_0_arm64.whl (330.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psd_tools-1.9.32-cp311-cp311-macosx_10_9_x86_64.whl (335.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

psd_tools-1.9.32-cp310-cp310-win_amd64.whl (331.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.9.32-cp310-cp310-win32.whl (320.6 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.9.32-cp310-cp310-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

psd_tools-1.9.32-cp310-cp310-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

psd_tools-1.9.32-cp310-cp310-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

psd_tools-1.9.32-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (691.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.32-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (687.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.32-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (678.3 kB view details)

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

psd_tools-1.9.32-cp310-cp310-macosx_11_0_arm64.whl (330.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psd_tools-1.9.32-cp310-cp310-macosx_10_9_x86_64.whl (335.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

psd_tools-1.9.32-cp39-cp39-win_amd64.whl (332.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.9.32-cp39-cp39-win32.whl (321.2 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.9.32-cp39-cp39-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

psd_tools-1.9.32-cp39-cp39-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

psd_tools-1.9.32-cp39-cp39-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

psd_tools-1.9.32-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (693.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.32-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (690.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.32-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (681.1 kB view details)

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

psd_tools-1.9.32-cp39-cp39-macosx_11_0_arm64.whl (331.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psd_tools-1.9.32-cp39-cp39-macosx_10_9_x86_64.whl (335.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

psd_tools-1.9.32-cp38-cp38-win_amd64.whl (332.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

psd_tools-1.9.32-cp38-cp38-win32.whl (321.2 kB view details)

Uploaded CPython 3.8 Windows x86

psd_tools-1.9.32-cp38-cp38-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

psd_tools-1.9.32-cp38-cp38-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

psd_tools-1.9.32-cp38-cp38-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

psd_tools-1.9.32-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (701.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.32-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (695.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.32-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (685.1 kB view details)

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

psd_tools-1.9.32-cp38-cp38-macosx_11_0_arm64.whl (331.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

psd_tools-1.9.32-cp38-cp38-macosx_10_9_x86_64.whl (336.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: psd_tools-1.9.32.tar.gz
  • Upload date:
  • Size: 240.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for psd_tools-1.9.32.tar.gz
Algorithm Hash digest
SHA256 ec9778ad0e958a691461b3bbb5813d4581bf685cff6ff55a3003f6ccb16c190e
MD5 ad106f03315fd1c11512e1058fbbef4e
BLAKE2b-256 0d8588ac798fb03fc4ddcd6ec73d93149d6ab901c6c31b80488e6597f8a506c1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 22f754e3e03613d33ee5eb59da4b5af54d975a376b2c8a4f1dee81f4a1a15f5b
MD5 4f4a48bcee617a29db050aa18da8457a
BLAKE2b-256 6fe6ed332fb74082df34f466a7f6bf5960c796189edbe9e4281289b020eb4dbf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.32-cp312-cp312-win32.whl
  • Upload date:
  • Size: 321.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 838887ee301230455be937804026060772366bbad0da8573b8fc0447ad36bb33
MD5 677d3f7cd04c54507e25cf0afa790c62
BLAKE2b-256 b04235b2dde3ec5ea658f71f399e902b8d58807cfa523caa96198e8f78cb6e14

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ffcdca839766ffbcfb0ea7fada33c206190c6d82055832c2161a34560c31ebf4
MD5 b6d7631cadb491bc241b7167794fb494
BLAKE2b-256 3227604de357a3b76b62bc1302c93c7311895f6a204f36e164a512281e0e8e7b

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6b483190234cf0c21c819b21ed25048e5295d467a053338ae6da92f33cd6b10f
MD5 57b86700eecf19a2ea38ef18e93e9115
BLAKE2b-256 92cee7b9018777179cc2a0fd018551dbd647bc09c57ec5cef71d0bbc23a9b5b9

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 de374cfcc4bd0819e0b62663a0154aa4ae8841f7a9acef19decb3cc4bb5c21b7
MD5 b36dfb79d7c58de0205c9e36de497a15
BLAKE2b-256 cc535a96a73e4715bc309e847fb4de3d8fed623030ffdc0cb56d53ded296bf86

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b35136e87eb3b92267759e9e719ecc5e3c1bf891c9e23d15eb299b4585064fa7
MD5 7a1f55bba52a4439c3c68524f9ff136c
BLAKE2b-256 6891c21e86dcb2f8ff466e395fcb2b1a58b93d333d9762de4845ffcb96e72dd0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e7205843e480973ccd77e420493a4ab25de7abba5b95f09c12afafc8afacd63
MD5 2cd5690f68e6f27befdf65f4343b2c14
BLAKE2b-256 5446aafa51169f4275a0eed89bf5948addd396e2db0af8d8efed914e33711db7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a2ddaee9f7008273feb0c97dd9969b30640df41a60f36a61da4a9e468c7011d
MD5 e8d17b36a8e0c7aa459e600801ec36cd
BLAKE2b-256 7c9996c1ba41aa3c9530c866866c48ae74c63eade27f415d4e3c1c7aa06f8a43

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 959d50cc8ab0a7d0fe796a32f2e0fdc930c7ca49546c04ba82ac10a446c46d3a
MD5 4317ae7cba5fcb9ffc28db2a036b39e0
BLAKE2b-256 0ca3259403fb3b28bdc97a5eca53164efa66d8b3b5544b7b28f8152651c2b8de

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c372b6cda26d56e0bfc893ca9743224856af91ac99b077008f31a5ded6142882
MD5 e98098c74994048e3abfe4dcbd629693
BLAKE2b-256 409330a61f200afc76c40e901f78d3099c3395d4a799a12901db78559e867e1c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e0524545445e55d350a2e4dc0538f39689243444f45014aab9d559ec39aab18b
MD5 578c34cb719971fda8d60740530fbae6
BLAKE2b-256 fd34fa6e6f1944606fae59da24f7b65bc36d35b876bb3c99f8cfde1f6a91aecd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.32-cp311-cp311-win32.whl
  • Upload date:
  • Size: 320.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0d01056a102c3dd253345fc039ef08891a8e157bfba4864a20f4d9d33fb8785d
MD5 4050f9f60b1112ef7384b39f65ffbc0b
BLAKE2b-256 63c054241e672b3788f55b278c00c625c7f6c5c2da6c206b5f8af580ff48155a

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b2f1cd31f2581f518d4fc01d136cd53fbd273dd93897cb88d60ed5f67c654789
MD5 db3441c55416aba84684137e7392f54e
BLAKE2b-256 0ac7a66597ccfbb79ce7a300e760c23cea99fae039be4be4a85f54d6f4850cd2

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3c45252fa8727d920d99b792c724e7445dd24d25cc1d7f729be6eb2791af7a54
MD5 29836b59d62443d73ee6f3ceeb74840f
BLAKE2b-256 4a4a91520de48a93849c0737fea71b01c73e4dfb215ac2867ad4a985ab924caa

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3e8e801a998da4a7b0e7c862734f9f03ca89821da39ce888bfe3ba5421a1c679
MD5 5ddd452ad823f7e3bd0aeee2dd07735b
BLAKE2b-256 f43e59bb8e97e016f6c80d06dc5fd911582c936ef8e494cc5b89f0f008d9e6ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99e2576fa40c1eba178355c40f189d2cb007047c172512c9dfa598cf917e6b21
MD5 4d45ace69a990b7159a7e5569761b07f
BLAKE2b-256 a2b3feea942cead4ab107899befc9a8f84ee379de2d73c6a03076bae25e41424

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1338c54cd45c6cd76a22bd00d8721c71d1e8c496beedeed73d486c789cd59ca3
MD5 00e2a03eeba0ed5fdbd86294043de87b
BLAKE2b-256 d13c005704a687dc25629c6a8ee9defaf6f68ca076e45a9749eb2bf7b3857418

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fe80f10bfd1b4065ccdd4d7e9672e42b80727302925e26fe9572b09ae7edc97
MD5 f8d9a79b426dcd64ccb94c8de0984adc
BLAKE2b-256 2c4b010c8f39b2f5ed26d3524aaa85f0ec56c126ead65aeb5aa530f22ced67ef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 174dfbca76651b3de853ce40cafb0356f6959ed91117083b56d667f36e66b143
MD5 9f4e30faa80730a774957b1a9a78a450
BLAKE2b-256 389360c02ffa1990affc51525e9b7159c98a65027555c0eadd32bdb9df25a5d6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8fddeb72a2d0a3991969e712f7f3092fd0e9ff90b6748c872ecfcda19d98ab6
MD5 54753650b37b07aa94fdcc551134d8d7
BLAKE2b-256 c2a7192da9830577f3e6f2d0ab94a7a04c01167a4374f90ea29f5840339d45d6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a359aca78dc11bd733e2437ba79c4cfb79ea100e568e547bf7a50a37d3fce6b6
MD5 29a6a2e4fbda2edd6bf03403de599350
BLAKE2b-256 9749019a9c3c29f586496c9959d43964984494a6bb4bc6ca4dc570d7bda5f1be

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.32-cp310-cp310-win32.whl
  • Upload date:
  • Size: 320.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cdb1e65cde39c176c691f4541ace135a87e5f3565bc0d96e36a00cd585d4406a
MD5 d5fc38f6b08490517a8e8da122b0c1e5
BLAKE2b-256 908e93382a72168d51fe8e7437b2482eee51f61e7eed75f60b0ae34d033c9c54

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8583561bb9d5ae84ef403ce6a438ed6666c8a52aebfa29c7eabf71cbf8ace38
MD5 fb30098a50339e061d8282b6d9d4ae3a
BLAKE2b-256 87971df0b3573fe16571ceee4fbc066bbe61019a3b98a65935f5cfa8ca07ac66

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5f41a60158a0a02af36a565df074a886dccebbeab8ec2042cf838eb3bef90794
MD5 ed29267f9260d19d816efc95d9d84fa7
BLAKE2b-256 50f5a9b278fa8fba5a47eef136a68aa8724e759df1b47f7dbd427904445f8486

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7805f501a38a4f112bdf88e26e4beaabd7955d7f56a5fdf42ffe2e64627c2dd6
MD5 3d5fa4a620c15aac2b72fdc47f4b4755
BLAKE2b-256 1766d3fa652a53f4410f0f6ceabe634130ea8a8cb14a9e99132641f096727e71

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a27825a81a215941504431f6506fba676d6ceb4c4bf28036a203253aba702fba
MD5 fe98a016318e8387101042489bdd69ab
BLAKE2b-256 90a429b450a032a7e451fab5d94b0d8704504075e1a4c0c80247015db27a54ee

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d93222c4563924642d9e18aab59cd863ba8e2cded0c1f2321285563a6c56c7d
MD5 07d97f26ccbd5603c409423b70b7e916
BLAKE2b-256 c0e1fba6cf2077e9a123ca948b3fe3955decdeda14f6e0488674987875b70907

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 494b9fc5932a29a3794e1d41f6d678a2c8f8f2e95a0e47f9ef7a5dc41f22d595
MD5 9966ce93286c477a281a4dd10571a08e
BLAKE2b-256 c50e551f8466944f620c3dad99a9fe59deb943674cbde1697438044be8f3d94d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d9206a4489606f52e381a8e71699c68f6b3847566e0e1710532ed39d58da9fd
MD5 c009cd0898afd16330fdeeb8d83e3b30
BLAKE2b-256 12559b964d641c4cd442b569144e9fd73dffebe0cf2f877ef78d0c5aa428249c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3d2ac600890b52bd1df2a7d165049f2bc526558f335c894ca900cfbcdba2216
MD5 3b21cdb02814cad49be9dab170065dac
BLAKE2b-256 c947e5c1c19d66780562ef24ad766cef7056ec40b98ccdec2784a4865ea37d43

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0a02775de3521a61759737bcc92edf8689c90ca041deb8624e512df40ed36685
MD5 9b4b3697e0ae8284f5ed9678fab89500
BLAKE2b-256 3c763fef10e43d5f133c93e2997d612111e4723afc421c92573f6785d0a1f590

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.32-cp39-cp39-win32.whl
  • Upload date:
  • Size: 321.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bad7df8b1f34f4a97404d19b039f838db84d49318937b4e928e5146d1c273de5
MD5 dba05406ba07dddcddad1e94b0f75e71
BLAKE2b-256 7734d48135f8ccc507926a0a8fdd6f7a772d8412574c62b0d73eddc2a853e0db

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c0ffc692b11e605a1945b92269539ca49b9330e3435f437de40ae32b6d56e686
MD5 9f0b85f6df6509513893d51fb384279c
BLAKE2b-256 38f31082c97a95efaeecabb393202e64b793e4bcc8497907d4b97214f9edbb1e

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ff372d5485bc209ad8e4bdf01b0ee986025f94891cf7624da644f18d7c724e59
MD5 07fb62736e83128a04aedbae65a91a6e
BLAKE2b-256 f18bf5c337ab9a1bf43acd4d9179d5100bfcb89cdbc5e61daac9bee1818b307f

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 93c60991985cfafb2637b526e161168b07d923228db9ec0167ae0866788fd610
MD5 f85d925cb10c7690dcfe77e5ca599899
BLAKE2b-256 55de4b38dcdc67c027924f0a2584e0632c29d3f492f2c58133187255e3d16ac4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 378af8a91dd90ef30e9ab7b6f0c4a05ea968985b0311bb30f472c1f99471c243
MD5 0f34e5ce3a281e415661ccf8310fa55a
BLAKE2b-256 a380f4c520eb47046dc184d6f3dfce7599e980f13e105af1f788c5c25555567b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a46ce3da19aa72c73370d9fce3c5b5afb0a49f5c55629e26f468970142edbbc1
MD5 584f96c941a61a6c32ddb09f49f44ec4
BLAKE2b-256 1ee7ee759e7cbcb69b9185109a76d60e757939a23d3d9139b548abf896d3b245

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6614da18214890148a4bfe5646939e731270d702e7e55fa9d7a91d9d9267c99a
MD5 e611aefd469ca2712a5ba805038bd6a3
BLAKE2b-256 840241c721fbcf625be566f08df064a2b7875e65c6ceb91cc0afdc7f8a706f02

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2eebd9d9afac909d56081dead47b27698d832fac427ee05b1bc9d3be62674e46
MD5 59adba291b75e76ba2ec3ac606d9b923
BLAKE2b-256 d4c10e674b1b9961f50cf84fbc3dccff84447bd8821f52a97af855b2f7668826

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c613ee57a07e10bbec5e964bd2b11467b320caf5c9fcaf7344dfddb1dc04dfdb
MD5 b1ddcce07a220bcbcc34f2589464ac06
BLAKE2b-256 f0c479667a2fd7324e3b0d4d042d607f60532a4ab2f96ad6a19615265cebee30

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9374f7399b1a0db5a72bf10f69a8a13cf349b5ad20b83bc74ecab0fc3ac521ae
MD5 9ea4843fc7264e64863c6927dad761cd
BLAKE2b-256 3b5e507603c71eb75760c02d81017aef2eb0e3b0873074401b1b41e0271bdebf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.32-cp38-cp38-win32.whl
  • Upload date:
  • Size: 321.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b55e31a18d018e8fe188d62c272b1d5df492f6b1695b19fe666779084386e6f6
MD5 50d3f735b16623680439e8740db1aea4
BLAKE2b-256 260e071aaf6f2d3cdd624db172523f9277fc277866e2d6250269273d0c2c9f35

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 784852a2dd0fac244570589380064f2e5232f98c6cc005ef4e92c9bdc6e2def7
MD5 740f235acd622131ff11151ab95d9bb7
BLAKE2b-256 bc798c1dd19375307dfd036f5eca0342f69d0c1c447d3c98929d92db773c95b2

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3fc8de3abbfc6a022b58e82833d0f131ec479927d0188db005bd3713f345c424
MD5 1345109414d9099f6910e737bd816ab6
BLAKE2b-256 e7734a2336434c1d78f95a1bb924d94d518abb56c4888e9248e62e249b59ca0d

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f44aae040e1011c533ae790ab47808469859e781159b7e6a1ab2c0ef57c4f282
MD5 b2c243e6c44de5c167dba188414e0420
BLAKE2b-256 8ce9bce4fb5cefffba7c1e2fb3e378eeead4b597eed73341c0051cee67072031

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f64f2f49aa2a0ed9afbe6e8a5314481a77e58ba1fa42d8c88a4fb18fb97438e
MD5 21efd8a664db653fa8652361cdfaf0b1
BLAKE2b-256 d060c4f2626c7f3a672052fec69f74f6ad445ae59967573f21c1ea05535b1f20

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8644bbb6293eea849afa7dafc5011a869b44c2b334c0f370c0fa124e9dfe705
MD5 17b7f8144ef3f5f96842900ebc2d6fb2
BLAKE2b-256 589bd97a73b54844dbd5f2acc8833561ad31b54d58e4c7d47c20b28d49435914

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3360a7985e6d3ba675ec1cca2658aad5fa39b44db4f9ffac2735cfaef0cfb461
MD5 43e68086044e83d2e86099f566745b05
BLAKE2b-256 dc6f6cf2697988b905ab5ea7985025466717153da2f048e2f6c3604d6451a554

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55f07738c594daae1a03b17ae7a32218144dd112a4d356477e5e4647c46d4889
MD5 0207270c8980f2939635978e68ddbf11
BLAKE2b-256 4a4ad4acda21232a5d9713b05f8284827807b65a8ea8bf89a43ae734cabc458c

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.32-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.32-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18a6f126f39cc66dc749ef5902ffa5e736c2a664d11fe2f5d408f81fc4da6c2b
MD5 03a1a72474b4b9d9b9e002f58d747f56
BLAKE2b-256 e372dd90647172be1261aa1a8386a5d5ee8c6e75c56328e0ff162dec5ac87071

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