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

Uploaded Source

Built Distributions

psd_tools-1.10.7-cp313-cp313-win_amd64.whl (329.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

psd_tools-1.10.7-cp313-cp313-win32.whl (318.3 kB view details)

Uploaded CPython 3.13 Windows x86

psd_tools-1.10.7-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

psd_tools-1.10.7-cp313-cp313-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

psd_tools-1.10.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (709.0 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (701.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (690.5 kB view details)

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

psd_tools-1.10.7-cp313-cp313-macosx_10_13_universal2.whl (401.4 kB view details)

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

psd_tools-1.10.7-cp312-cp312-win_amd64.whl (329.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.10.7-cp312-cp312-win32.whl (318.3 kB view details)

Uploaded CPython 3.12 Windows x86

psd_tools-1.10.7-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.7-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.7-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.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (712.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (704.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (692.6 kB view details)

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

psd_tools-1.10.7-cp312-cp312-macosx_10_13_universal2.whl (403.5 kB view details)

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

psd_tools-1.10.7-cp311-cp311-win_amd64.whl (329.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.10.7-cp311-cp311-win32.whl (317.7 kB view details)

Uploaded CPython 3.11 Windows x86

psd_tools-1.10.7-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.7-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.7-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.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (707.6 kB view details)

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

psd_tools-1.10.7-cp311-cp311-macosx_10_9_universal2.whl (400.6 kB view details)

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

psd_tools-1.10.7-cp310-cp310-win_amd64.whl (328.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.10.7-cp310-cp310-win32.whl (318.0 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.10.7-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.7-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.7-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.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (688.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (683.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (674.9 kB view details)

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

psd_tools-1.10.7-cp310-cp310-macosx_10_9_universal2.whl (400.9 kB view details)

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

psd_tools-1.10.7-cp39-cp39-win_amd64.whl (329.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.10.7-cp39-cp39-win32.whl (318.5 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.10.7-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.7-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.7-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.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (690.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (686.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (677.7 kB view details)

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

psd_tools-1.10.7-cp39-cp39-macosx_10_9_universal2.whl (402.0 kB view details)

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

File details

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

File metadata

  • Download URL: psd_tools-1.10.7.tar.gz
  • Upload date:
  • Size: 239.9 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.7.tar.gz
Algorithm Hash digest
SHA256 af2a1ff338a8fc3e9a25bce8ec957a19e443d3b927b002f696e5ae9988d2978f
MD5 fef9e184ec98c176ef03dbb216343a16
BLAKE2b-256 52234311873887972dcb632d989fa810b23dfb56324cac8cbf90e51c0a68d2e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2c1366ed301eb22d07e0edf9c19733f85234ca5b658724c6f550b83f3d10aa8b
MD5 a873e744b170a7601ee89a4eb806b100
BLAKE2b-256 d3043d21dda1e10d4947a5db858144fa33329f01e417663c8957f1ccb0786c5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.7-cp313-cp313-win32.whl
  • Upload date:
  • Size: 318.3 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.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9e9294f654204a45a1067c67621304f26ec21fa6341500b55ecae6cb46715a92
MD5 6a756620dc49c7d2f686af4fc288cdc8
BLAKE2b-256 26541e4a4e7ce617c13b1ac24c83bfa07ebc1feb20ed6e6bbb1f3358fb1cc178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f993011b8aee070996d32287a136c0e62c301372375d7354e54c165e88af3a2d
MD5 04554c1e7634a180eae89d6a877bfcb2
BLAKE2b-256 c2386d7a49aa9f6f4d7681e4a9df1a249ac832183fb7064fc3dfaa45ddcd063d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8c2577413be84fcb9cceae45f1465e4b6373dec8c763310c22fefd004f760df
MD5 3c8f49c58134f16682613e1670a3aebe
BLAKE2b-256 cebb19deadac8fe8168b0644c42cbd26e822a5accf54ed3f788a8df0a82e0bcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de3acb63331cec373d1b41493dbde2fbbafd49aa1174f58c7dbac448cd9bab98
MD5 d6a26820d117fa51b202e07d9749889e
BLAKE2b-256 a238913d65d88e40f1f0c4b074ad8adeb07453607ae16eec8aa9673d21f7eb55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad441b03be77aa3136d42451a8eb93cd033adc0555ffc12b7823703dbed0e6ec
MD5 cdbdf92c47c1718243c82bd3bfd845d3
BLAKE2b-256 2c7002831976acad95ab10e6c5a7232a40ae132cf90a6bed6c1ee055265b2f74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5bbd412c8739d81d1a98a03d534d22ab3178f12738a7e32826fd329c0e00daa9
MD5 3e1f23b3211c112f51b8208be47414de
BLAKE2b-256 ef93f8474ae0d85230b823f08578ee8b91b7502e32fec4f9f33d057f29244758

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.7-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.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ddef5ade9863963031369c6ddd60b96985b0d6d4dd2859ea3e27562d99652138
MD5 d5b024e0a47ebfed3d39a933d9765cc7
BLAKE2b-256 33aef44fe91702fe7aaa231a4a74e27533433b1a70056da0d9ffaf40d56ca7d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 aea46c0c77bf66b8d0551a61dcd6a0902d66b4b1df04aedde2a8977d1755e84b
MD5 beacf5e5cfb82320ae8867c33107f0d1
BLAKE2b-256 53be6bb524d22514e12520da9841e47b6142ed8e49e1060a4efe909fba578855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 81c645312ea01fa7403da1cc2be3178e4a4c696e898bb2a9c91bac1c049d822d
MD5 86360974962f022a6c31d03a78a8e687
BLAKE2b-256 d0b11464054cdc730c74e4837d68c3ea366083b1fb434ac9736b0010d700bb5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 318.3 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.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c1a47de3e074a5d6d3c921fa4e661d347e62aff46141f4bf4164d950f1553e3b
MD5 e7d2a1d2acc3ec663903efb923b9a4bd
BLAKE2b-256 0ea9c45e3653c049bfd44f9eadee1308b45ced87bf65cb885295c85bae55f523

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbc99ebb60d0658f5126c5ae4d104b2bea520b45ec3d5bbad5fd8c1a4c93c012
MD5 405ba1b885c51ba7d3185a504458b6ee
BLAKE2b-256 274c74e6fe4af56a595e86891f62cc9ae95eb0e6d1d1c8265f7c81a490250f82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a276c2a1065c59fb87211c10cba73486aa637a90a6c55b3c6c2a8efa2ed2fc79
MD5 bbe9a681905724a540a15f5f6ea7626e
BLAKE2b-256 77fa7cde1e1debc31a04ea35e6e5467fd4cc6e43c72010cd61d82093fb2ea59c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0b833fa1d491da47c5b10d81ce89b1cfd7967d18135ac27148b735932454d2d
MD5 e941b9c6201ccea30a6cdfda6ac298e9
BLAKE2b-256 c321a3628abdb8a0868257e1e17d87c3c6696add2af0e338e3a798e47719e122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3120d5107d416d652576cbb6d154d1e2f4219d18587185a50f8bde9ad6678ba7
MD5 4dfce48865d606c2ab92e10b6050bfdf
BLAKE2b-256 4855eb059cf725aa8d7b90d6d17a3a88583ea59d17600a22d91ddb6c407ab6e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a86d6702540e9e4fccb79d0a48aba2ff92c430bc091a1cd8f9b41e593cdf402
MD5 38753640bf4284c057eaa54e599de403
BLAKE2b-256 c09fc82ecc9f674b00b2c37ae1fa38e73e33dbbeb2ba6f85face8d435307a7c5

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.7-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.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d87edf8c436f4e0becfdeb4f3bdfc2f08494fa63835c5a605a8632877dbc0432
MD5 3231fcb5fd9021e91b34b1ce69b5ce67
BLAKE2b-256 4a60ac90bda9e06330c51e3a0549d2ee15c4d2ab13461e48796624b75e6c9a59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6949251c2c876a36d2197d02dfed8b31bc932ea6670f653e166781a6f3834642
MD5 ce9b9c546e6391a8b178c6b623e673a5
BLAKE2b-256 c2029e5023b40f2b4c66147ed90961d33e698f15b5241842f89e43f857656c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1c8e16620252532795361a3063030ca2416ccb346c945d50374322c108bca75e
MD5 cae7e1ada80f1fb187cb25113e247b59
BLAKE2b-256 4cf12ef152350592827f1555654c9a83b830217c0a7fd3d5e9bc7bde7fa811e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 317.7 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.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0f90ab4bac436af1ab14ddec21cbdb99c25ba8fbd1a3cf33805837ded418e8e6
MD5 278395e23b82243940f25ec47767e548
BLAKE2b-256 46851dc558455716a36697fbe25b39779dbd3b49c2eb8a8dc936ae6066fe3ac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 609eb3d97c1556c069c956dd6e09a4ed222466976b14316de06cb9f196d6039b
MD5 c6216596beda26a60664a26a03eec82e
BLAKE2b-256 a0f3a687b4807cb4e087fde08ee6676af7b1a9a3cbcfc2a3e43bbccc59ea975b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b60fa51566253b232aed67eccc0219f571244e94a326489c31facf55790aece
MD5 67500994aebb54b0f375055f2be07182
BLAKE2b-256 6bd7b91a48003033ebb5b5d77360becf362b42bf30948d79195754b7e3844d4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fcac33ff780a23bbe0fa1ffff301f3f2aa161ec0c684712213fb5542c88c85c9
MD5 e56535c337e2513d5c425c4689f3f0b7
BLAKE2b-256 6e14738987c778c8814bbc6c91b3767a06023baf8a9c28e9553882015abd3d1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6507d7be5bd1aea8e41a6494f742b29ab8db081bf4b63662623213ee9e3ab58a
MD5 90bfc1550418715c4150c7c6ef85dbba
BLAKE2b-256 58dabd69974509c4e60cc5ae7511ac6f1d4951b1403bbb2b3630701e495407f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 057d1ca344b4963d09f8027db09755fa20ebf76e2274f51f6f5b101a1d986034
MD5 a9df54f00735ed62e55215404fae4ba5
BLAKE2b-256 5379cd0e7553d5d2850fc31cb8a751b7b4b3037192cf78d010e76a780ee2a044

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.7-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.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e72bfb2534ddcdd964ac373ed594e81b75e1f1d6730cb41fd4196f4a0baa6546
MD5 c1b2af06d23753cda34ad70cbbdd1ab5
BLAKE2b-256 db5d99ae98eb7a664ff0ac4109990d8dd6b4408e3e8db037fbde45e9033922bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 027cd9b469319787e2e0a934e685f6542f11b476d0528a4da3ec87fc9b7db8a1
MD5 ca98480e6e57782b5a2c8230b5c56ed9
BLAKE2b-256 2fe6ffa43fac2341e6f6d2704fee59dffbd2fd1b847208f3dea9f47c5f7ab38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9895d07ffb75349156537a666cbc606f163e19dd3d95951f73b8c90a6e16718e
MD5 df2bad9ac9dfeaf0625abebe39f423a7
BLAKE2b-256 df60c136a005d313a647c50e02f8b2d33feff22bcf54395af6f580409298fa40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 318.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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 320da349491baf98d077ca508d51c600bb975052957398cef83abc59ee3b0723
MD5 5affd3a3f189137497d79fbda01d46a1
BLAKE2b-256 cac5a5d1c120a4c7071845da393e89c8d589eafb97617d8ad725d3f02491cbbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30042b0e94d06c129f54f6464030290a64831a6e8be6d9d0864c39c60ca775fa
MD5 60bda8733a6782744259239a3dc80704
BLAKE2b-256 47bdbc834772dfe3b781383b31021c22cb33925199353e4b9d9231f3b6dddebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 615a39df46893feb2d1bb9b895453289c3b89263da2e939a808794946800ae4b
MD5 211ed40fb63836c96f81bc660dac9839
BLAKE2b-256 2e2272b2a2dd8ddafb7aedee674a75fbc5661951582fa7f5e010f8fc0c50bf0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae7863fdc5160b59b91d61890d3ecc36e9a5b68998e31acc7bbecd4f463c50e2
MD5 d184030a5a256de9217edec700616786
BLAKE2b-256 a9b4b603ae9b4d6b61b21c24340efe1f0a92c1e133d362ca6413c19f405cda96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b2c4597b144cf040cc8430ef1c403fa01614a2da1fef25e6987a0b0ff908f47
MD5 2e0ab72dcdc298c1a879df20de6eb8e8
BLAKE2b-256 936cce959959481d057fa4718d91af5bebf634ea4032f083f3568f22b2506166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08a193b4731bcf7bb6011b2ccbf7d6c0dec15e1771636a1762679520decae662
MD5 14f84661cf732fb93bd8103036d22377
BLAKE2b-256 e04ee0dd182ca45ddb0e15fdb3df5907403fa55c0ccb895b6d309171fce99f22

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.7-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.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd19ab79a0e3d2abdb9df981a83da21dfe133fce911fff4a4dc7c45500f2f175
MD5 6bb984d11c5caeb54aa4bd33f3b01271
BLAKE2b-256 1d9d054f68bee733fc24fbd47b4c092dc7754b2b5d1b53005ffc6e5c385f1582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9a1efd9f77d7b461ba2875cdb9dfbb9386f5d7971aa35fd7b4f727596a006e57
MD5 d3f489c5a97a114d9a46bd995d3d7fa7
BLAKE2b-256 ca32a5ec0294b241ea1dd2ea8882ced0314391d21b35ac90901d6ca4b847d8b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 329.5 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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d3565c8f6534f6f67860c60318e9934405d60e925e0453ad61a8582b81073045
MD5 b3e3b40f0580e2e82b2b28e18cbe1680
BLAKE2b-256 f27c2bb39f6c0cf24c32e4fee7ff5f633d5268b30273dd50def9645306635353

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 318.5 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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b4fd98a7107f623b47eb9bcffa85b39e2d1a8a1972ef3a64cbca62adf9784d18
MD5 3c377cee9afcc4e512630448d70155e4
BLAKE2b-256 42a87fc67ebe5a0d9659b710eec1e5c6fa04ee0f9d05aa9e9ff87718ee9db85a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56b76bf86036cef0510181aac9c5c92e64cf758f1e6eefe7f79e6a5fe4e60a5f
MD5 49d51dab33140b92744187317fb069b7
BLAKE2b-256 2db580ccb8032c87aa5c18d6f9ebee7ab552890f901261ddb2e43601d6139718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd299d0b437666b338abfc7576b715ce41a2f374c638d1045cf937b4460aa230
MD5 1772248327b1c6c680d15a5c79a14545
BLAKE2b-256 5174b74e98d72d28e1f41ed24d73902f0e5550da3eaf993fc72f2676b31e7eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0db6b955d76784847506a16877acd37afa479850d4de76448806cb98f8fd2d53
MD5 23328e4ae7d4415f1d6a6b47c9de8b69
BLAKE2b-256 725294b3a099a25f64089dc1c7db8133ccccc9a63a7c2c2dfb827b5c778c08b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0bb09c6c35f18dbd8189d6e31a901f0b1a517ad27f60a9deac11b99d5126e47
MD5 fdc6769201d418585f9338ce34235f64
BLAKE2b-256 f1943890546c0c62516c3c68f110a249f9c75bfe4e89d741946ff859dc9b29cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51d508d6ba6442f072db52083cb024f35a62dd4cecac602a154ddbd81d81d734
MD5 b726089b7cc06e6539e0d22f557e06d9
BLAKE2b-256 b91cb5ae800d6bd42c0a033d91df9b9760655595a1060ee2c24695b2e7f9b72b

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.7-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.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 58f06c838ff238717d7313f5b6df27b59040bdb3063300e79a7febd7ffdceba8
MD5 f412604269b3f792194d56724940c615
BLAKE2b-256 e69037f9f2aee895a5e812c30c531b0a8ec21c2ce085a3cd39b781b41f761d50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.7-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3fc02714f18eec7c1de8cf09e21994f740ac18a50317be1d0c007535979962f5
MD5 408d684d1e556330200315c5548f2488
BLAKE2b-256 02f7d60dfafe3e1345ca8d4aaaef982fab9251fa5259b3b1e084c4a3c47aafd6

See more details on using hashes here.

Supported by

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