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

Uploaded Source

Built Distributions

psd_tools-1.9.31-cp312-cp312-win_amd64.whl (332.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

psd_tools-1.9.31-cp312-cp312-win32.whl (320.9 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

psd_tools-1.9.31-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (716.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.31-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (708.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.31-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (696.6 kB view details)

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

psd_tools-1.9.31-cp312-cp312-macosx_11_0_arm64.whl (333.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psd_tools-1.9.31-cp312-cp312-macosx_10_9_x86_64.whl (338.2 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

psd_tools-1.9.31-cp311-cp311-win_amd64.whl (331.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

psd_tools-1.9.31-cp311-cp311-win32.whl (320.1 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

psd_tools-1.9.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (726.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (720.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

psd_tools-1.9.31-cp311-cp311-macosx_11_0_arm64.whl (332.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psd_tools-1.9.31-cp311-cp311-macosx_10_9_x86_64.whl (336.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

psd_tools-1.9.31-cp310-cp310-win_amd64.whl (331.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.9.31-cp310-cp310-win32.whl (320.4 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.31-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (678.2 kB view details)

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

psd_tools-1.9.31-cp310-cp310-macosx_11_0_arm64.whl (332.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psd_tools-1.9.31-cp310-cp310-macosx_10_9_x86_64.whl (336.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

psd_tools-1.9.31-cp39-cp39-win_amd64.whl (332.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.9.31-cp39-cp39-win32.whl (321.0 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

psd_tools-1.9.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (693.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.31-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (689.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.31-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (681.0 kB view details)

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

psd_tools-1.9.31-cp39-cp39-macosx_11_0_arm64.whl (332.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psd_tools-1.9.31-cp39-cp39-macosx_10_9_x86_64.whl (337.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

psd_tools-1.9.31-cp38-cp38-win_amd64.whl (332.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

psd_tools-1.9.31-cp38-cp38-win32.whl (321.0 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

psd_tools-1.9.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (700.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.31-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (694.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.31-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (684.9 kB view details)

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

psd_tools-1.9.31-cp38-cp38-macosx_11_0_arm64.whl (332.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

psd_tools-1.9.31-cp38-cp38-macosx_10_9_x86_64.whl (337.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for psd-tools-1.9.31.tar.gz
Algorithm Hash digest
SHA256 a912cbaf3ec8acfb8269bbb9c3703081059e0eeec0f82aca00ac0063c9090b00
MD5 0b3e678dc954cf44f3e3fc0cf42c23f7
BLAKE2b-256 0cca634c2904ac24a530af32433aea9f4fec5e35cf6d5deae5f002ae455f74e6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0d2c86d98426aae83577b2a4e53b4ffbd28d2188243d73da919ef9d59362a71
MD5 772f4be91c735eafd91aed86fb3ac912
BLAKE2b-256 b13309cb070f9acdd2ea87b3bbb9e40f41f5851e0d69eee2111c3b055f183ef7

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e34419459619d93f3e5c29eb704be643a96305acef057ab6259bbba66f69e258
MD5 b00508f64176eef338c53dbc589f3c49
BLAKE2b-256 17a8e85bc4b804239bdfec8e99e48a75d09b71690f4e276b2e544757e590da22

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5f0d1e212cfd4beb112d17343f0c16ef49e6bd04d64250daf85bce096bc4687b
MD5 088a0aece9270cdccf9ff372b4ec4391
BLAKE2b-256 3169b20371d886a45a7bd217879be41e6f04bb2c8cb89840c4f92c6af1bc6bc3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b9165228a63d0f2650aa92e4f5c411eb909d75b9423081d89634b3c761a34c87
MD5 22a1d754ee1dfd5365fb119250868ae4
BLAKE2b-256 1c463c8639228dc1ec981c7d1c6003dc58f225dd0035ac5065bfee837423ee1a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4c4b7d374d83d8d643b6eab6483fe742c5d466b15709812b1fbdc4d25c4f094a
MD5 0d11c1fbfee7596fcc72f49f98f151a2
BLAKE2b-256 28919ca83b9966058ef0b7c9d38f3af5aefa82b4d393c0cc1c586c62f9824d74

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03730446088531cb7c9e9e2a10087717b76f9b83e753fb7bb0f0c12a3055408a
MD5 29cdebcd2c11e9af66c40f7e49db78e6
BLAKE2b-256 787d05cfb6a2f20245326bf5a53142f6db75639fc388636be2ff8b4c14926f2d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c695ab3739413d184f39fed683e3f68890751b8d8ff41fdb4243979dcb128531
MD5 9e91e82f40ee38af7d65787f1d79ad3f
BLAKE2b-256 505bfe367352b0458155c155ec6ee44897feb3ec9478f591ded6f4de0ae525b8

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.31-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.31-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdc7b8b1a08b9e6000d7711f7e74d6c8dead6d049225f967187593e58b3ea760
MD5 d90aa4a3a9b6bce2237a9e01d9894e2f
BLAKE2b-256 82ff361d9900f0889e8adf7d20f5c4b95536616c582fc6eed8e5685120938aeb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c699fdb1fb05d3fc8a023379e4651f00d2de063e332fad43f8a0e815ae99dca
MD5 17b86ec315a3edec8f950f7ef994a59b
BLAKE2b-256 87a50032c3b26090c0dd06569827d24cc4a39279d5184aef775b026bbe9f42b0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e80bcab5a4aadbd74c38e9253f58eadc0cf0aa5ee03dcd1be1300ea19fe653f
MD5 17a0fa928e1b500ab40128d25ffb6a1c
BLAKE2b-256 1766521a2a41b32f52cc527d03375c329662b1d0158ce7f10c640df1e25ba8dd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e607d8bb585aca66304448a40a7f96c86e100f74483bf38efaa96f78eee16660
MD5 22daed74ac638768b5d3ca3d3ffe6b28
BLAKE2b-256 db28d244bb929f6621c7204c27eefb6717cdb99e9d854cdb8fc3e415d6347c21

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 96e97c97c6265869fab5469930c02291b26ad4499e13f076b75eef15c63635fb
MD5 c2d09d3023c3ea8b1f0173b667ed934a
BLAKE2b-256 5e1c537080e5830d898c88255d14aced29b06c1970b24a24b526c974ba256d0a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5779c5d75c2b219e73d1d419148170fea08a3082f974fb333e5c5fc8e31f9f66
MD5 7dd39fc352c1a1fb37c075052690e5d8
BLAKE2b-256 b9163a0cc5a148d814adb087c72313401c908ba719bc40abfc7e564e015a0d0b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 742616a6792d5f96724ccb5cc308c15bca10648e820712814f66cbe813f6c3c4
MD5 42406c0497cadbbce3cef08358923371
BLAKE2b-256 2a283b23f945360c7dfde4486e530b48f02c1a98de9e229c90f101f39a804579

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dcc2d9a226537038d5b0ae522ce42efd7ae67cc29ae26d94d3eaef6793b30910
MD5 232dae561014930255dfc86ffb1feb92
BLAKE2b-256 79271cefad360c9b8cc6b40863244ae823b0e74ab8887e1ecfa8dec1818ad848

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 362628a0b89c1f3c6020b59ff7b5a6b9c44434153677a8e8a3abf0ecc5b6cda0
MD5 61efea2b2d568db3c9ac8025899d56de
BLAKE2b-256 dfd231956de0f56d9566278750cebc44cc446ed4474216248dbcafbeb02c07b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2574434b9740f7ee7490e9cfd680809a5b1eb8b217874ebc76bc12a698cede2c
MD5 fe1ff0ef7870372bd957bb687ab5b2e3
BLAKE2b-256 fe1d24847e7251021ed1dae5e24c277aab3b2c32f458b0b866bf3b4ff965f237

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.31-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.31-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f1526e15ecc7040268a0bd54c4eb856a86ae494e665b532f2d92b0720e18738
MD5 ca7540218e2fec50f905608f79a9262f
BLAKE2b-256 31ced8b4e7c62b008e1f2a28a2fbae45f9cd4ffafd0864fe6b981810b59a7a6d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f3ba1cb079736b3c79220469ed39241adca39654979e3507c250300e29230ec
MD5 858cc5dd6cd948aef05a15d2e8ef8deb
BLAKE2b-256 5ad2f9ba537e47f4d4f257517999eb93e4b65d17ef5b3a2c4e30e9bab48013fd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65f70515fd47166e3b37016680419f55c257465ee10040755e7c2b160189e685
MD5 4ef565ebe58b9ab068dec526d45283de
BLAKE2b-256 efec66c2b2ecd59a2568380ba820bf2917c905c892cf435723af8794d2397e09

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af5d8d17716bfc255f6dce4c1ca83699b38a09f57af625421c557eef8bd1d033
MD5 4a8ae01e5787233ca07c19ed178dc2b1
BLAKE2b-256 d287d627206129e7f8337ad6acc68ad8cd2328fb18454cfb8cef7734cae72d0e

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b4d9543f567239b774bf5b10ec1a70e2d3de068266814789aa1fea29a6856c0c
MD5 e19a94ca4c0d02c00cd5733b9355ade0
BLAKE2b-256 3875a720ff8326d124381a10aff96f817c98886deac4ab997b835fbdace53177

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5b3ae6917a8e73b3200eabe72c442d830a080a254f8a4ea7f0d884e93a4db5f7
MD5 988a7641eb655d3e6371e73d95d7a117
BLAKE2b-256 9cb210796eda6202e6cea69fee86df6ed6a1f75650b4eec639a1003afc839792

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a00745f59b025b532a5c7dcab9691a617d4511bb3eddeee8f6230b4f8a9b1d18
MD5 bfb8f912ea20695019a52ac7cb551ecd
BLAKE2b-256 4eea49566b2531172355e83949c5c85694e0ba1c33e9f9fd140e5bb63d6feef6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 080c579cd2cf86f9877d55ada7242dd71d002cd4404954ba23f1f46adba413de
MD5 29b1d216a7ded4a9f6c36e6928599254
BLAKE2b-256 37332c10df095ea207ff64d6a683ef910935b286cd8179571d9c5a6a2e215f68

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25b461d06df4d94bc0f6b5a492cf723e1b68b90d5c631e5c760bc3f759aacba1
MD5 01596cb910edbd586a08bf9f76c9f3f0
BLAKE2b-256 fd699ec77d50e5a5c58c272707c421b572c6885ddd33b341c3a13770fce635cf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e25efe136577a9cf457403fb21ea224592cb583e0c2366418fd58642c5bfefe
MD5 f73251e7371711dea021d4cb538d85c8
BLAKE2b-256 60fdbb3c11fb03c34ca0d7614ad9e7516cbba4b1c872662b81d47a48e9df7d5c

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.31-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.31-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fa9320411ea94f09037f1d06a6408a1ca2e97a4e8dc45582203fa8334e5927b
MD5 c2a40d47fb97224d56a153ace94c704e
BLAKE2b-256 08546e1dec164d7757959d7e932d06a966a7c85e4d86e177513dfb3542a4fcd6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b896c7fca7e8675442e5d588d0f2dcc2077adb19ceac33c8903140b8e965dff7
MD5 275b158d3ff5cf74bf54d327731b572e
BLAKE2b-256 121c6874a5fc8ad7f8864f093b8934b53a8402810cbb4142aa79ccb253e910e8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68f7a380ebff982fd291e96bc18b34d4cde60ea4c79326047a7cc584b2e0343c
MD5 b3bf30403a4ed4458c54c902e9400e98
BLAKE2b-256 52aedd3f89d9b55fead935c6ea479cf55b8236008cf0dd89a9a3ee49d2cdf206

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.31-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 332.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a4c3139162b610eee5d8874ae0669405c928ea840e5dca209417b2b79f0ead29
MD5 7ccaee9ad5f040475251bb05e713802e
BLAKE2b-256 e9e6e33328249dc33c3965232dac21e90f6baa2634ffaf5a12b1f8c8bb5d8f5c

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 01c7e39af4abe79cf1f725ccea39e80c10a114681b6e2da10299c0d35c0511c6
MD5 f6d352bae90e4bddc795895745add95e
BLAKE2b-256 e365399b255eb5ea20d105b11d513e65c83e009358e1cca750027ec1b0141ef4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 87537acca523cd3eb7841a531a1f2282023b7637bcfc1fa813d30337ff5c0ceb
MD5 45d98751536c998a68e1de44a273bdf7
BLAKE2b-256 09fc3422b28d1ca61a7c3f430bac51ae2b9ee50dabb2731ecc6e30b45db4707e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 152641363f23d1ecfb975d6192e704957a9507e0d2c0e804f3859afbd10673dd
MD5 9fe72412678d43829c8a3746e7ab7905
BLAKE2b-256 9893db355724c6f18925a90b7ac1201d4e715ccf10e3610adb4547c5a4642672

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 114118ef816c38f3a66580f68ca6d6a4e5493f08a96d49adc076d5553560551f
MD5 4a5fd8241930b5a758b9fb7a61a2671a
BLAKE2b-256 b493d08a74ef00b617ad7c494354795b9f1a5746180f75254c853931d6af64af

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f3d419071a7087dc3ac099f9a9f082c5636eadfb91655dee4f80a1635e9d4c3
MD5 c20ea77112d2f222d521f5acb20ca1d2
BLAKE2b-256 60072c68accdec7b5dc3f3413568753fc41089d7845e519db90958fd539604bc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c44ac9801dbdd11da0a6707c73715a5132c774e64f733542f0b6fb488327d9ae
MD5 8ff3f06bb5d194d57d57262b81e9ab04
BLAKE2b-256 b59c8d6edcf8ec450d5595efc0715c984974ab2eadaddba71a7b968d4917a289

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.31-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.31-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8481527f87197d6b302ad70c0b41159ead68c9eb95a5095b5cbdca38b32c1ad8
MD5 1646e668a461b6b41af01e047bf68eb6
BLAKE2b-256 1f84c80614dabc9093a272d3244bacd8f2a6db65a52b51d960f0e6b2cbb5a8ed

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 167280d55f1c2979719f46ba1e704e6827a950b35b0732f5b1caafa58b5b3f59
MD5 6aa9a3104149b0a9df3dcc9ae701fd5d
BLAKE2b-256 61a70d295d8fc7d80e4aefd05d7e13409cddfdd438f4c7f11fbc5d652df4337f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eda03faebbf3354be44fc8556fa7e878110370b17b992d043d3ef989423f9982
MD5 f25d6332ba5833ffbb01ff77d0f22f45
BLAKE2b-256 865f3d7faac7d9872d68ac64df7f39e8a0f1aa7e663800a14595899875e40fca

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: psd_tools-1.9.31-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 332.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 234194b484e698c22bf919cb7bc2bd6f7289bf3c8223e38a7d22de667dc9be32
MD5 47c28fefe298b20f7645930cd8544edd
BLAKE2b-256 2f0dc03dc640f7572101ad5de5eee22b96f7310260dd6778b78fbeeff5ba34bd

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 54e137fbb949e00d26a1b56cbcb994af1a227433875bf70ef70abebce4db92da
MD5 8d4c69bacb373db0994f5c59971a8124
BLAKE2b-256 59b992debcd6cbdc7d9f4564ddc3e01d3c72c5fdaa26bb3d68d054de8a0d7f3c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 352ce12d68d706ad6cfcf22e5d0de76748eca4fb8cf36c143f7dfd8cfc27bb09
MD5 1cafcfa8c99505b6351621a2dbfee385
BLAKE2b-256 068debce61730a00f2535b8524c324959cac6a6f5cabcd1ca70c9e74d77a4b58

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c1fb5a2824ae7f4b03afea033bdb4991afdd1d0d07d6042dd2fa7d5888ed1dd3
MD5 d3b2f5ea1a7ba0ef40d1db3a6ec5538c
BLAKE2b-256 c1cbb21c1c1cacb68541fdf34f9733bf09b144ccbd606fb96bdfe04440ee09dd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 551e46aa61abe46e5cc2a8bd35daf9d17e7683f8069007381b99079bef83512d
MD5 9a261ed5143df9cb620290303781e012
BLAKE2b-256 ac303a51482cd2673494e966cb9249dfe502380d2e316513cec7fefc2edaf118

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 307bf9bcc954f2f00f78cb3768b5f7adea1c2b99089e9968a915fffda830f861
MD5 30aeb11e19ee9032e6f0299da2f5f261
BLAKE2b-256 af7e40d17d5218c0d844fb516b751f2ca90de0c4ccdec33bdd6dc1cb9e755dc6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a277517e130d0627f8765f702d49c62f084da65df5545620d9854610884bf2fe
MD5 d2e4f24a030a145711815a4009b87cb0
BLAKE2b-256 cf04dd49fd0198910c3ea640db2e95ac6fe2091d2c328888e15861d242e88d98

See more details on using hashes here.

Provenance

File details

Details for the file psd_tools-1.9.31-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.31-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8edddef8b564e97405c955ed67179303868d85e7daad4857be2293bb3bd1cfc
MD5 fcafb5064140cc626bc5675868124fe1
BLAKE2b-256 20de4e34e203833f46be8a3f4d7fdd20f2f557c0cefb5b87d51e5359e814052a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df0d1186bf1594669f1884e20487969756b7947d369ffe1c99f8cf30a4b1d6c9
MD5 148ce01c49e44635bd0e27655ab84ff1
BLAKE2b-256 1fe939daeed6e280fea04f9ec6c2ac7a07ac620a32402a9bf0a19823e7a7958f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.31-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32a7e3da4ed38ef6deccc1a540aaea2e3f499bc8c647e19dbfbd23fffdb819ff
MD5 f1797b781c4e7b6d1c071c0ae91415ef
BLAKE2b-256 e9af0976358f64f1ccd15e2f37388ee68e956ef9870a71f3151b53f8a10eff1c

See more details on using hashes here.

Provenance

Supported by

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