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

Uploaded Source

Built Distributions

psd_tools-1.9.29-cp312-cp312-win_amd64.whl (354.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.9.29-cp312-cp312-win32.whl (342.0 kB view details)

Uploaded CPython 3.12 Windows x86

psd_tools-1.9.29-cp312-cp312-musllinux_1_1_x86_64.whl (788.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

psd_tools-1.9.29-cp312-cp312-musllinux_1_1_i686.whl (754.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

psd_tools-1.9.29-cp312-cp312-musllinux_1_1_aarch64.whl (777.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

psd_tools-1.9.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (774.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.29-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (762.8 kB view details)

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

psd_tools-1.9.29-cp312-cp312-macosx_11_0_arm64.whl (356.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psd_tools-1.9.29-cp312-cp312-macosx_10_9_x86_64.whl (362.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

psd_tools-1.9.29-cp311-cp311-win_amd64.whl (353.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.9.29-cp311-cp311-win32.whl (341.7 kB view details)

Uploaded CPython 3.11 Windows x86

psd_tools-1.9.29-cp311-cp311-musllinux_1_1_x86_64.whl (798.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

psd_tools-1.9.29-cp311-cp311-musllinux_1_1_i686.whl (768.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

psd_tools-1.9.29-cp311-cp311-musllinux_1_1_aarch64.whl (790.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

psd_tools-1.9.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (787.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.29-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (774.5 kB view details)

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

psd_tools-1.9.29-cp311-cp311-macosx_11_0_arm64.whl (355.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psd_tools-1.9.29-cp311-cp311-macosx_10_9_x86_64.whl (361.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

psd_tools-1.9.29-cp310-cp310-win_amd64.whl (354.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.9.29-cp310-cp310-win32.whl (342.2 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.9.29-cp310-cp310-musllinux_1_1_x86_64.whl (757.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

psd_tools-1.9.29-cp310-cp310-musllinux_1_1_i686.whl (734.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

psd_tools-1.9.29-cp310-cp310-musllinux_1_1_aarch64.whl (748.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

psd_tools-1.9.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (753.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (745.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.29-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (737.5 kB view details)

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

psd_tools-1.9.29-cp310-cp310-macosx_11_0_arm64.whl (355.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psd_tools-1.9.29-cp310-cp310-macosx_10_9_x86_64.whl (361.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

psd_tools-1.9.29-cp39-cp39-win_amd64.whl (354.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.9.29-cp39-cp39-win32.whl (342.5 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.9.29-cp39-cp39-musllinux_1_1_x86_64.whl (757.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

psd_tools-1.9.29-cp39-cp39-musllinux_1_1_i686.whl (735.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

psd_tools-1.9.29-cp39-cp39-musllinux_1_1_aarch64.whl (749.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

psd_tools-1.9.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (755.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (747.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.29-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (738.4 kB view details)

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

psd_tools-1.9.29-cp39-cp39-macosx_11_0_arm64.whl (356.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psd_tools-1.9.29-cp39-cp39-macosx_10_9_x86_64.whl (361.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

psd_tools-1.9.29-cp38-cp38-win_amd64.whl (354.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

psd_tools-1.9.29-cp38-cp38-win32.whl (342.3 kB view details)

Uploaded CPython 3.8 Windows x86

psd_tools-1.9.29-cp38-cp38-musllinux_1_1_x86_64.whl (777.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

psd_tools-1.9.29-cp38-cp38-musllinux_1_1_i686.whl (755.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

psd_tools-1.9.29-cp38-cp38-musllinux_1_1_aarch64.whl (770.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

psd_tools-1.9.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (760.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.29-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (747.8 kB view details)

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

psd_tools-1.9.29-cp38-cp38-macosx_11_0_arm64.whl (356.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

psd_tools-1.9.29-cp38-cp38-macosx_10_9_x86_64.whl (361.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file psd-tools-1.9.29.tar.gz.

File metadata

  • Download URL: psd-tools-1.9.29.tar.gz
  • Upload date:
  • Size: 255.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd-tools-1.9.29.tar.gz
Algorithm Hash digest
SHA256 ba05f625a226eecb72ce9e512922c7b252886f6da70dd051fb417e9fe5523b76
MD5 f953f8892c09b78663bd34a2db811d43
BLAKE2b-256 2c5cc24cb5d3c59304a49486148e65e82748c4e2dc4d344b27c3827019bdb002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0b2bb94be13677c21037dac11f2fbe753182c8c269bdd3ee048325b38fe796d5
MD5 265b8227ea5a4e515bf3b030be7461e5
BLAKE2b-256 ffa936acfec1569634f53be09ef091ed53d3212f2384a25da22a78daa743cf98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.29-cp312-cp312-win32.whl
  • Upload date:
  • Size: 342.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3a7ebbf788a23d49e82a0f1de274bd06781f62a267bfad818c88741512fc1358
MD5 bf18041ca9551cd79028fd2a7366b893
BLAKE2b-256 bd7ff03489ff1ffb84ea3e29cbb3561174ed10ece16b5df55202b4174d0c7a33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 21e33e93e5c27847899c49e619a670ce7e8611a4d6a856fa3718323944736497
MD5 0407b1da145206014988dddc2daa0044
BLAKE2b-256 0899c6a1e3b26910342566178ca78d569d70d9121afb8d33e3d0b5640d9f4d2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 41560c9b9bb484d2cb3d59558ce19b09a327280ae85080e37f818df22059eb35
MD5 98dd7667aa2c24f695e97b72da4dcc57
BLAKE2b-256 a6682a6ad8df9979a2528a9559331cd6d4b62d3cb36ccc96e3da059a62a5a77f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d955986053eb7dfccb9efbf17cc4594b6e914aa4ccba3a928c5891012782f860
MD5 35e7f8f75769dc63aba10fd6df1d05b9
BLAKE2b-256 00bc6abcef273397d4c17d638f96599fa055a492da89f7099013fe1b9271849a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd6d5baef97b22fa55b27844cbc1e1e47960330d306e9f046a6540475cc02705
MD5 ebcf238edb95272aaa76a053f4d59155
BLAKE2b-256 49c84a77e095bf5b4e8340ad3e739bf84921e1f336c4bf809d4b3905a1d7db3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b328f0859ee9b86d89e3b60626288ea470c8182bc238f626097b6756575f08b
MD5 2f08179f96fe28baf4835e7da5a57217
BLAKE2b-256 b008c8f857bc2ee6bae283f5befe9129fdd990305aa8030feb13833cefc011c4

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.29-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.29-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c9d42ffa495be17ea31e0b925aabf4f0e145d2eac28e99b23e0933a791e6487
MD5 937a9183ffda4d3ec6343701c304b9af
BLAKE2b-256 b870b88ef676c7cf4059b770d21b2b0414f15db24d028f1961e1d1203e55ba43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b701fc2fdbe2265010613eff6d175999697df6d45e56414f035faa1126bf181
MD5 34725cdea5e41e56027c998ff7ae843f
BLAKE2b-256 68ebbceda10d44ba7d67d17347501ac286dace597307f2c1def0e4b613bf7689

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5fa3863f7cc101df0e8c5fe5b4b41adc125b921e8084e2807762bc835b497058
MD5 397de46c62d1419137174043328f8b81
BLAKE2b-256 1a3f8d3f2bd9e8abbb0aa5e7f36070f1751969f5add86ca5d3a4c9f0f4442817

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b36f6000d2401e6b7cf4a66461ce2d9b77f297eb4c4a3af8345056664ac02fb4
MD5 c505854e6c162ae6b4bccccf94ae4a9f
BLAKE2b-256 2e96e6eb18895ba164ab53def63296b642acd3c63a8349416016f75b22f4b041

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.29-cp311-cp311-win32.whl
  • Upload date:
  • Size: 341.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 472d8402d4487efac72af3b865cf5125d4d11d3ef0e06cd8fa5e42c9642edeff
MD5 9d58e67ab88cddbd433b9546e2bf0331
BLAKE2b-256 480c0c61a05df87f3ae5f03fd6c0c6af73addd7dcb30f4dbbc0eafe979e8c1c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0e4b3fed553fad154e96deb16d7f08e71888e224f603a377453b542c5298819d
MD5 764de88f400147d3ff30899f4233eb4e
BLAKE2b-256 b8f1579e547a180ef75281077df175b31dd469455473968d717283b763642933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 abb2667e36758f4738910aaa303fccf0c509d2568429a2bc2cfb0fc1bee1b4f2
MD5 5485960ef9c35750162e09e677581085
BLAKE2b-256 650e62bc90f3ca870044e11c6fbbe3371422d914b3ba3097d99660aba5183cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 634fe162cb23058ec18ba062dc4c398e4ed8cafdfc061699d87057d2c6826ae4
MD5 f5a288243d50149d6152d71082597123
BLAKE2b-256 3c8995430fdd19f8ed5653cbf71513697102fabcfee79d182a42f9dd0e5210dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b9d93656576089651b0af64f221c3bca466f00a596fb5b9974b9cccf5614911
MD5 bc90b15ab60d4ce3a5cb0794881861a1
BLAKE2b-256 ab43e3f001dfad463fbb2e3e4d1090b35521f6191cde08467811910f84f0f1ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43cc8e00da374757c78d16e62c55292ea4eb93d6dffdefc96a1c1f805f71290b
MD5 fdaad70d3912f6b1446df7996ebcd937
BLAKE2b-256 c222c57fc571191f163a1237de0319ad71f15dda46d539ea108a654fc361a29b

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.29-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.29-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b0c0f6331064410cb260c62c0341aebc95bd943837f6b92207ec90342dd311e
MD5 711eda3b7a26d011df3f48f672d077b2
BLAKE2b-256 d7dccc60878c221e0de432cfa10a99b26e0bcf199aabde4156024e88bb6af4ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6ab433146af5749f43c482b4f04c9a941d1bd78ce8743631b4e117905e30701
MD5 0648851dd12cbfa9265a70133a24f5a6
BLAKE2b-256 8f594f6c2e4074c01dd2b8d65698e722e9e5ccd7f7075189f450fd861226f4e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff697b6dca40bdaf86938603f3a28e803105256c24c01941dd4b3a76d000d207
MD5 5afd88da73e48c9ae650b0c5dd59f58c
BLAKE2b-256 b0cbe480ba4218fa1b2c4ca2d9535e6efd90472fd4344fbd430102b61c28d1e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ca3929c2b8cde14fde31473030832a19484ec49d5199bafd684afdebb38368d0
MD5 bbcd406d048ccbb1a69833b803ceb43e
BLAKE2b-256 d2fbd3b37b54e9d464c230366425b0282a2552567ccb0c39bf9725dad8887f06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.29-cp310-cp310-win32.whl
  • Upload date:
  • Size: 342.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3871fb8ab4af470fbf13c158848fc614f58cae2f901d636d3ced92246f85a3d6
MD5 c31fcdf181b0a5dc375a2a2cbfcb6aca
BLAKE2b-256 71b9fecdd1d3db8be85362305300a5a6065f29d0015bf8d7970d508095df26ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 941552c71b0d6d962babe629e876c4bd485553c8e8d3b969fe1418916df7a1cb
MD5 db5529b00709a8589c4ea5e5865f01aa
BLAKE2b-256 6f6e29f86428b1558767df059f97c864d43323738acf1cb85298100fdbafc9b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f7e6146319a126f91f57283a486d2b3d54b38253558d4171fe5c2d89465951bc
MD5 aadebb2efc4d3bb97d844baf5d2b5d13
BLAKE2b-256 79d2768053d6e3b74f520ad6aa279ca515628b545e8a08f9f703095a03f184d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b67fdb52a0d15d7094f2508f3c59c9e52abe154474b506426043fcfa7fbd0281
MD5 d64866161c185a8382969070428c945b
BLAKE2b-256 af780cce43580294c7d3aae13e6fe7aaebb6eec2487f3c550f54d553c27ea202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53d47e93c89d8b377cea0956e80f55807ad380ba4b848d74bf45de156f14ac45
MD5 17ad8a4e651c07b21a87d8412397a604
BLAKE2b-256 557a41ec53eedd246e6d5a9d9c37afd6100da3a9f2746b247f60d5a52212dc69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 485591d76bc272942ac2b1b726fb4f6b0a80315a4bc2f0ec0ef7b1871396a076
MD5 5f4909be43601acc9ddbee82aabb1766
BLAKE2b-256 6a23a43d60ea0d48fe488a20983c26886784f2705bc3fc623fd63df4980158f3

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.29-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.29-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a9110204e8806c31e2ddaf602f2611fa6d8051491400b9dbbb11a17214585604
MD5 4945e31e78b81460a3a440e73a92ea63
BLAKE2b-256 cb658cd05ba51b03b4a9a971f948fb867b3ee222f2c3326d18e4b5af971d9d3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db94795aa1fcf9e7e51dd475f8ca62c777f1746474a7194402f489b7b5e46bf3
MD5 7af5b4598d4ef32c93197c8106fa8b7a
BLAKE2b-256 15b1ee6ea003891175dbf3be29c374af9f680aed0bed428ec5fe451bcc0e782e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ffe4e7b01a1c6c5deb1ff0e338097aede891696b7bd30bc3a17fea9301d423b2
MD5 ef4452e73be97555502c93df4756b53d
BLAKE2b-256 c31fa8779c636215c46521c9f2891da9a750d4debb3ee83d3dbc4bfd1c60f7bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4b273356408a9373781812a49eb09b93ef8f64316c87aa75092ae2f1cf49628c
MD5 dc0ca536e618d71742abffc1960df639
BLAKE2b-256 8161bd17a95e79148640309b9685244bac0dcbbb82760ca4ca673501d9d55f54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.29-cp39-cp39-win32.whl
  • Upload date:
  • Size: 342.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2a280828bb36d3533023ee9a8aa9ed818644bb88da0e5732b5c8d4c4aef3ba08
MD5 85d5127b39d648faadcd0a80d048e2ec
BLAKE2b-256 faad08cd2f5dd740460ff67f1068e4e35ad265e4558fb602a8b8f809cc00c752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4d856b23edaf0d72de68ab57aff356b71a7292a8c59dc0f6c0b0b425f7c9d7e3
MD5 6899341332a399345906236d9336856b
BLAKE2b-256 ab8142a30a395e65a4f45414f9b14a7a22e92eca416837478988e97ef7148504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fc78e74263762939bb1838fceec3431c97db824528030e23abed7cf5c00579e0
MD5 f1dbb3d7c8e96094bdfe5ff1e7741d21
BLAKE2b-256 e09726a3f298b32016cef7e6a20d5c10580969820ee5d325b1577dd2bcf624fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 03b86830ad0f8f6764795732edcda12dee7d170e59d574865db2bb251d518f06
MD5 6e506c3a478947eb60640f1431585a8e
BLAKE2b-256 05ebeffbcbb28e8ac907736e96435bb6d6cc5f7ddb92421204f38f8471504e0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be0be71d8bfd2a73bb3b900fa1e374deb7aee14c35db0b557cc194353239213e
MD5 9256b527ef1b928a9a5b6b394b022a05
BLAKE2b-256 620ec16402ef447b8628c980d5be1519dd45e892b27d5a72b11ce401077beb08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55c73a9f63adb54618a05e6bb69cddbf4b7ca2d3611bd9fdd4184b9ecb20fda5
MD5 db154961995f37f1c456d341f6c8f75d
BLAKE2b-256 49e0a22edc6b58a585447d295f0ec4c96a2b3d95d13f99510aaad9ddcc17706e

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.29-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.29-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f2d35f1df17c69b7ecf029c0830a52a9a284a464d11c7ee577418643ee6c877
MD5 0d9e69c908d45d505c4f3761efd60765
BLAKE2b-256 3e429e2de17d326b2dad05d04e5b077b09a1c23c649f4e12f1c209016cb37b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70fdadace9d4213ac3233476dc4e89c148612053ebc6a0c76c8c854c020b78d6
MD5 07438766dc4b71193ad89ab2da09f13a
BLAKE2b-256 dde1161e8a0d96a675deb38664ca8c6eda5bf69ee8915470e8b0607e235cad12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 220dc59d5918906427191e04cc4bf66b0fa8a7c826f4d03cd0dd569e06a75391
MD5 165225594f21ddc964b1ad89cc2d5bb8
BLAKE2b-256 c32a9c8bb752a413a9fd3a6d05234ab48e0677d72b6be1382aee4fb9d2a2abaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cd551ccd85d0a65ee1e523d16d5ba93ce0f84e60d75b4c69fa7495768a47b3b7
MD5 713b7879357f05ae5bd361f609fa6c56
BLAKE2b-256 07adc22c8e688e7d59784f8861482e750549310d1f06a0441908258678d8468d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.29-cp38-cp38-win32.whl
  • Upload date:
  • Size: 342.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 556ca2e678e84b88e34c34cf67a06d8e9cd9f08df9980a7a1ac6ac729574f277
MD5 043f50742596e01cd334ee03fb127ed2
BLAKE2b-256 ece333ab604f88583a1d0b20e3914dd9829c91b4f2c8f9ac1a94398a179eff00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c46bbd6e0d64159ea9e9bc49a3f54116c937934bcecc44aaa9a1e879961c277
MD5 a3255f6d18b9441752e0c479e6883f94
BLAKE2b-256 2b2d1706275ec72cc71ad20918d6ea49d0de26d5f8371297f45bc48f8aaef492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cbdb2b03525aeddda54bdcaa29e7d6b2dae442baa9db8b8f5f4eaf20b9089909
MD5 27861ce0fd4a6aae7f848c0aa8324f2d
BLAKE2b-256 fb297da925bf585e30d87dbfad871b63dbbb94f7a14144affc1ac2a037e255b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d1181dace93260c0e734dea56ad0ece1b50aa2643bd2c44b6d7db34d6029141d
MD5 c05753a046b82d7b72be35801e5896ad
BLAKE2b-256 696b25dfd36f6e427918aea9a0586f194d84e9cb5c0ddcb155ff1be214d5b7a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a213ad52c7ce20bda0ef927099e65a73a54f88069f2925bc9b7a3563d08fe62
MD5 2a0bff211d96d1a0e2f5068e13110016
BLAKE2b-256 81fa5c242242567ba717c42ec9108547fec1c3aabeba7f3816442fcbf3f640f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c22f3b8b018e79ee04fbea34c765f36519dfd0b44fb6271b1f33fc208e02726
MD5 f35bd0187a2bd8a7b4499cc1d11b4542
BLAKE2b-256 f2fa57d3cc796e77c21558c13647d56f38758bc28ed760043175a4a0459eafa1

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.29-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.29-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c046b3a2f75de1ddca66e018316612e9fe05f8232e193f71770e3a17a324686b
MD5 d5481f9d7089f5ab08e7c9fd87f44a07
BLAKE2b-256 aad75332f9de283ecef7f379f3855dcc6cce03385576fd94f2e56b5b86bb3e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e91ba95cd9724ed69b039afcd9642155aaac92e2d29c058f4fdcc49f39eb90c
MD5 a250f92448e333c3949f2421bda31e9f
BLAKE2b-256 12897b62760394260544ef3d52a46bd4d64abe636b20fe785e9fd3e1153065a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.29-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4fbc9192b8f39ecdda3af12315df63de0628c5752f77438b7dc45d813f63c921
MD5 c8b3fcd9ff8d7d3de4be90ee1da66038
BLAKE2b-256 cef417ac4ea21097a2c10b444b7d31e766346c68dd88b7c5c4509d56b0e6c7ca

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 Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page