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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

psd_tools-1.10.3-cp313-cp313-win32.whl (318.2 kB view details)

Uploaded CPython 3.13 Windows x86

psd_tools-1.10.3-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.3-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.3-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.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (708.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (701.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (690.4 kB view details)

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

psd_tools-1.10.3-cp313-cp313-macosx_10_13_universal2.whl (401.3 kB view details)

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

psd_tools-1.10.3-cp312-cp312-win_amd64.whl (329.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.10.3-cp312-cp312-win32.whl (318.2 kB view details)

Uploaded CPython 3.12 Windows x86

psd_tools-1.10.3-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.3-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.3-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.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (712.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (704.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (692.4 kB view details)

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

psd_tools-1.10.3-cp312-cp312-macosx_10_13_universal2.whl (403.4 kB view details)

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

psd_tools-1.10.3-cp311-cp311-win_amd64.whl (328.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.10.3-cp311-cp311-win32.whl (317.6 kB view details)

Uploaded CPython 3.11 Windows x86

psd_tools-1.10.3-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.3-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.3-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.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (723.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (717.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (707.5 kB view details)

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

psd_tools-1.10.3-cp311-cp311-macosx_10_9_universal2.whl (400.5 kB view details)

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

psd_tools-1.10.3-cp310-cp310-win_amd64.whl (328.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.10.3-cp310-cp310-win32.whl (317.9 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.10.3-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.3-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.3-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.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (688.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (683.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (674.8 kB view details)

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

psd_tools-1.10.3-cp310-cp310-macosx_10_9_universal2.whl (400.8 kB view details)

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

psd_tools-1.10.3-cp39-cp39-win_amd64.whl (329.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.10.3-cp39-cp39-win32.whl (318.4 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.10.3-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.3-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.3-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.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (690.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (686.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.10.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (677.5 kB view details)

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

psd_tools-1.10.3-cp39-cp39-macosx_10_9_universal2.whl (401.9 kB view details)

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

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.10.3.tar.gz
Algorithm Hash digest
SHA256 bcc54d31434224ac2a9d19bc56bf3ba8f91d754c83f82ab512a121cceeaa5a83
MD5 8c0624347074bb4d5e498de1446b1fa1
BLAKE2b-256 cdaac8f83763621f4085a93395dafbdbbedb44b717e1add4c12ca59404ed52f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c47f44ba9c858783eed91899d40292238f5e05fa7b0023385655d6081686140d
MD5 b273bf22f9ee0990e725a551166b879f
BLAKE2b-256 9516f251cea8550242813e7dedbb115fec156b031fc85ce180b3d1abb6836942

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.10.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 318.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psd_tools-1.10.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2c48015a7f8cfb6298bc6ec06b30565d8809cfc547db061c8891b65082b72dfb
MD5 bb7e4444608978b30b4a558223bf0f6b
BLAKE2b-256 10434b1b3791a30259ea461d07d0583aa5b8ccee46760f4e3f4e07f14f9317eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab5a85448fefd42fec1f967cdb785796df22fd20d2fff23f3e1b82c0fb2d29d4
MD5 5e74ffb75a548846259799f0d40a1845
BLAKE2b-256 4f6fcd74ee8f26ba70cbf397d32bc9e1be3fa996ecf0f67ff024ae951e4859b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cb27ba4423b62b06954b090e2bd04b252a898b9ede7cc75c4c3deea0c963f41d
MD5 dff11da418ebe5efecb1c1b03775145b
BLAKE2b-256 0116706921715d2ca6162e88333c19090074e802922335af729110ffa538b22b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe53b1bf28037ca3a8f00ee361fe0c40fe217c7f4132f37ec68f20467ce6a271
MD5 0eff2ce10955c746887b0acdddcca24f
BLAKE2b-256 bc149f3fd34b46d082f8c9efc75a81c3a1eb221f2c968823f644fd2d85ce8f73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6853c03331497f4079e53e3587321b331fdd55c10903e88e3824e911615a4b30
MD5 84d6971276aa2a416408ce59bffedb0d
BLAKE2b-256 4bc8ff06771ed1e73cd62d9c4b7ca9c3042dcde64c225bb34bd443120fec4f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7da67930ae8340071ecbc82ff73e5203f1f4b3be7358cc38e77edf5d814e8a53
MD5 3bf31a7cd27be00ce7378a8a4f5a57c5
BLAKE2b-256 a0933b066c29579d3e069e49ea95a672ff310c01781799ae62bfb158c43bc480

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.3-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.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0cb5223700da2039d24f3c57ab75d686cda9d20f7ec43194e8ed37c52ab51408
MD5 da4a82dce7a1b2043d6282d7f2cefe9c
BLAKE2b-256 f1b5e50b2373c14b265557f5fbd2073e862dfe5202553251b3662445fe7076b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1ef838df26bb14cc485d423d8b7d8d3ee9e5e149afbea46f6ef5e97662bf63b3
MD5 860f0dd7fe241d1819ac10ecc4437941
BLAKE2b-256 8e226a86914019a2819c284db4672aed8b9ad14f9482ef6021099852c99f6b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 21084cc48c9754b43558f60ed70e15fc74c0361ae003a339fca5fb96cc956d3c
MD5 142d71a761264178dc6f0cae31dce7b3
BLAKE2b-256 8624ca6cdaee30af1aabd90c416bf701d67b84d97dfe1b03034300e5637569a2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.10.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0baf2d05fbb6a43e14131d666f77da92716f433d1e315b22d70978168beb098c
MD5 0922076623cfd2f0b9c829d30ac186ec
BLAKE2b-256 119bd608abb00cff615fd0ce15b0d8ab50b68f8178fb70e165ebf4cc41e37a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41250394852ebf3cf9cf7d7b259b00ac093dc98724ee37f59fe02456a2c914f1
MD5 47c18c3e203c1c79238d2e536bbd30e3
BLAKE2b-256 d44cae6838c0bdba4c98a89a96b23fd31df7d9512b5b11cdc8784900aeb1a81f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a5d21430b518719cf56d03c61fb82e8283ea3554231a958ea1993c9eb5fa2a2
MD5 cd9cf2b22118c56eed988c6fba126dba
BLAKE2b-256 cc549d0e6fa9f7f6ee44bf1d6382a60dc54d0585e47264f4628702959093ccd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b567887eee0cd4747f77ded543c5e667bb607c8698ccff3cb9e035294752609f
MD5 b4b444726c03cdd4781c5e8a360b2eab
BLAKE2b-256 ae6bb8785c5f32d7f4366ad62ca756d971a7c4abaa09e142b7d0379966cbfa80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85a73943fb0204fd33ec92807188652b1f616ea4b9ed01411fa6763cd8013381
MD5 95495824399ad6ab70022d0ba0306c9f
BLAKE2b-256 846f8207e11fc6f1ca44380d1feb3fd7f6569186af5d26f424bded4ef4bafacd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c5b1f812d0775168c5804539a6988a05f20a3c93e2371269122cb1f67691660
MD5 8a7462db3daef39d6447461ca5a22d85
BLAKE2b-256 f14808730fab438006dc6ce5c193091c9bce4315b1bfc56803eeb5df6ca8be62

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.3-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.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 394718c02ff301a5f9be792bca0616fb2b1f489f806c9df3939a1c8970d7fad0
MD5 d7840c277e400d38e0bad8454a68043e
BLAKE2b-256 45ac930e2a645996651d6796e23684e2e990154d2d88871b85f4ac28c48fa0f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ea253558206abcd8940a8001c4a304464216df74e3a06a0bd0fb8028679c37dd
MD5 f2819dd4f79cd770759998c69a1cce91
BLAKE2b-256 e7ba52370d687ee5069038fa5253635c5178b171732b39f912b9a6ff3948f303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 79e170e42c6429fa9c6a286f8d47d8bb99ca67ca7a7e5131bfb0fe1eb3974e88
MD5 0b4f5e3cae83aa615a8f58bf7411f052
BLAKE2b-256 4ab0312abcb36a98288ef07466efcf94b80574eeae13e2a142df38208d4c0b0e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.10.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d5706f0206ff5f690c555ae75ed2711da63a3c50e800a53267c3ee96fa7169dc
MD5 314a72077e4c583f4a6db168258ea575
BLAKE2b-256 74c102d86973486be914225301a676a357098badf72160331d4553170f0c8ba3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4254e191146f23547e10d08b892cd1fa2ec80e31c53490cd726636310d104b07
MD5 c8f4366fbd0ce9cb9f574a62118de09e
BLAKE2b-256 7c774d7576196405d2c236e5b3302cf6e31c9d380be076e5679c54d8b5a890a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e97a167f3d218f2cf3b51c6ab2c694d9420def47260f9fe877d4175d1ef298a
MD5 9e3b1bb1c7872626d81766b99c057efe
BLAKE2b-256 8ebd34ba684b165b1020a7784799a365ed520e034af1f834578e935e7fcd7a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac2947860447d7b501635d1b093038a5f3fb365af62026a630061bfc943108bc
MD5 c4bf87a9737778dd9de43474e3ca216d
BLAKE2b-256 0845e559438c182d2857d8996a6e03dd5474bd1d9634bc4f9be0cfc2a6e77b1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da38ec811d373809b46be3ef95ce3e9d62f38e6e39fd2f8d463296be6c8d273e
MD5 7d56f5601059331dfdb5f3b7f4483eda
BLAKE2b-256 ca02fca3be73f531db161a5a44bce0dd3a8787aa59768d01e0d6488ffa118442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01a1097109a95c2de5b2f9d1b7f0c02e595857b9be507da40b02beddb2226647
MD5 4474abafc24201b2327c17f2704d2cd3
BLAKE2b-256 036ee19aad0b1d94be60496037510a8662a4569b20aac06e4c8044f5f07bcd7b

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.3-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.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b9ce1334b72410d943405798ab345148e59d8cd76050147931ffb887848fe9c
MD5 b6a550e5496af46b01a3fcb36a8924c0
BLAKE2b-256 06d8ed427e34695dc4558130c08cec8d557d82812b0171eac536153e7e59314a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e4a52e6c7dbe424f727e11ae30e18007e828f64bea6920ec340f56db740fc0d5
MD5 0920e664067367434894bcd8a5477a13
BLAKE2b-256 5ad2681f8e9bf9c323c2359928c93e92cac2ad0f6ad15ee3d110548ba502ee34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9035d0af1a61f9c552283cb81239ff1dd32977e58142a6e8a88d9a939f9922e2
MD5 60a9f60ca5d162df67d441e188a01c31
BLAKE2b-256 a4e3b9e03e7392d21792569f56cd82ee5f8f6863d0ff61cf99139407b33d1d25

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.10.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0fcdafe02e31a9561fd3aae1e7e2d7f453772e1ee32f9a87a5d02eb66ffb7a73
MD5 593ead8c54facb061f0a4a72a86da6e3
BLAKE2b-256 ae6cc9b459eebba8db1dacad02be8366e69ce0593a616e9ea85dd14b588bf642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73dfd020dd98dea4161be1ddece243458a683aca996c2887121c9b6671a5a43e
MD5 8b94126461f1023c9ab08bc1022a267e
BLAKE2b-256 f9b70826c61f7d9004a74d96c3d52764ab067ebdbcffa1b997f4c7cae5eb1953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58dafbe1b62ad19eea0b8289686f4c4889d23f79f7ff0d2e673c0be8ababf93c
MD5 36ab30478d8f8ceec13f0c7c56786854
BLAKE2b-256 ed617efc29fdf975424c5b2e363f5cc2d006ab4878d1d0626cee94ff5a1d8a64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d753b80d2f60b84466713ebf6b75ec84ea000d1564b4aa2a9a2d24d3d1c9c959
MD5 37a49486341c0115fe45fa7c1b1e72a0
BLAKE2b-256 9b21ee4d81959864de20ce7e2456a465780a9b198b0a1aaa95b9b1680a28e1aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ba6525ccbd951fdaf7b094ac51b81c8583f0cf82cc2d1831f48c6d863f78246
MD5 d5f015eff14456cf2726ef75dc33e137
BLAKE2b-256 c55587cdfc1b5a09fa413b285f21180f05b91e37dcb9bffe9f8c5b095cd35189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6991c1a95affa9328051ffed7c7b64c88d3fd14aa427a2327f85f07453ea7a7
MD5 e207abe1593ddced6ad1b5eab87dac1d
BLAKE2b-256 0419aed42d7ffbdb2ff962adcc337cdb06dd1d415b178a0f2ae3252711308c68

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.3-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.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d82a79b2e7e00314155d092438e5a8a1623aba5b4f67ccd4b27946bae4198e6d
MD5 bd931e4fbbe83725620fc427e628a51f
BLAKE2b-256 e37ed040272420605e8fb297492f53b96a462b6f270f647833d6fae72097a03d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f44d830fd3882c9442b0cf3dda2a20750c026137c5639d7e25b8f10bbd5d6313
MD5 c6b6bb2f8e813a606e2f287235811d32
BLAKE2b-256 7aab9dcfa9d8b89678adc5afa6aeec16e7fa5f969f3073c5b80b31c3085c83ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.10.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 26b4225a3186a88d9ae6ba5eddac62b3a1f5c326fc79fdd729a2f59291442aff
MD5 5f168f61b487bccd5ec0a529e61fecf9
BLAKE2b-256 ec01221081c87d3e9cd8f87784e0de5c3ccaf3fa565e77f8d85400077d80edc4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.10.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4f96ef6ff7ebc0aad5048e2d2bd697df207921cb6b40d9c70d70ab2a8e8f6e92
MD5 f1575909256c1a25b29314cb2f9d9d27
BLAKE2b-256 a0a2207f30888c92cdf11c55ac64775269eae2a86b6f1f3b9a9e43d392139c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b6a0702f7fbc240ab69c0178da4e0c785cbe57db1bfdd95e4cd142e1cdc9813
MD5 0245f348dd466a013c1d3d4e71698a60
BLAKE2b-256 79ac73ea0a1242ab9962378633563b42885dfeed52704786317d2153c345ef7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 17f11c7ccf34b1d9a8f03619abcc742585c098fd9e2477f97f70e941b245f806
MD5 c9be7614cf0a6a2ae0d3390c4467587f
BLAKE2b-256 4bb1d137e25294867cef4eabe968b083703650da7ebdebed921e0b40d03ad3ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de74fbb80d2a31bdf381fd91f72e839fee5bb72b03a616f49676d63dccbf6f0a
MD5 21bb7a1ad0165be079390ebd8b2d9bb0
BLAKE2b-256 1ae3e53a3754eae8ab5bfc65210cdd05ff93ff46efb8f5fcc34073cbf3019afb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c03e12b71ea51d3142238f0c9946d620f030dbd51738d8ef496b311c5bb3357b
MD5 75f7685917a62dde1d7a06efdeed9b69
BLAKE2b-256 9807f59c874b5141ff1aa3d15e9c0de9b976f5eab85f12cac4e2eff415bb9829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbc5f78794020818a4427c4dd865272abc4bfb317853af7c5f1aa8da4865c5e5
MD5 c28dd5564e39906661a3f8f51b746454
BLAKE2b-256 6a4c27091f09087f1bff6244d4a77bbff2bd16732199572b400e7575e21f0b46

See more details on using hashes here.

File details

Details for the file psd_tools-1.10.3-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.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78bc541da12f9e86150381831d850bb6e27178d99d5e2bb16663a5e6f634f93a
MD5 8d88f72c6183e3354832358c504a314e
BLAKE2b-256 1b635c848ca5d1d67c5117449e48c281e9262d3d0a29226301cbe7b75d0edbda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.10.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 156eb6a5ca56b28ba64d02bed2474756a7c942e0a35865e50af90f53c0e598c9
MD5 5c39cb8fbde6967168410967ef8b75bd
BLAKE2b-256 abde8bcad512db0ddbad8e98c9b24bcd29384be4f4798513581af3d3d5e91cfc

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