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.

1.9.23 (2022-09-26)

  • [api] Add bbox invalidation when toggling layer visibility (#334)

1.9.22 (2022-09-09)

  • [psd] Add support for v3 gradient map adjustment layer (#330)

1.9.21 (2022-06-18)

  • [api] Fix incorrect has_effects behavior (#322)

  • [composite] Improve blending numerical stability (#321)

  • [composite] Improve non-RGB modes and transparency (#319, @Etienne-Gautier)

  • [psd] Workaround assertion error in broken file (#320)

1.9.20 (2022-05-16)

  • [ci] Update CI configuration (#313 #314)

  • [composite] Fix composite errors (#312)

  • [psd] Suppress vowv tagged blocks (#306)

1.9.19 (2022-04-15)

  • [composite] Fix rasterized shape composite (#301 #302)

1.9.18 (2021-08-20)

  • [api] Fix missing effect attributes (#284)

  • [package] Support additional platforms (i686, aarch64, universal2, win32)

  • [package] Drop py36 support

1.9.17 (2021-01-15)

  • [api] Fix incorrect fill layer parse (fix #254)

1.9.16 (2020-09-24)

  • [package] Drop py27 and py35 support

  • [psd] Workaround Enum bug (fix #241)

  • [composite] Fix transparency issue (fix #242)

  • [composite] Fix mask disable flag (fix #243)

  • [api] Add workaround for creating PSB (fix #246)

  • [api] Fix incorrect adjustment parse (fix #247)

1.9.15 (2020-07-17)

  • [composite] Fix ignored clip layers for groups.

  • [composite] Fix out-of-viewport stroke effect.

1.9.14 (2020-07-10)

  • [api] Bugfix for PSDImage composite layer_filter option.

  • [api] Bugfix for transparency and alpha distinction.

  • [psd] Rename COMPOSITOR_INFO.

  • [composite] Fix stroke effect target shape.

1.9.13 (2020-05-25)

  • [api] Bugfix for PSDImage init internal.

1.9.12 (2020-05-20)

  • [psd] Bugfix for CurvesExtraMarker read.

1.9.11 (2020-05-01)

  • [composite] Fix layer check.

1.9.10 (2020-04-21)

  • [psd] Fix engine data parser.

1.9.9 (2020-03-30)

  • [composite] Fix stroke effect argument.

1.9.8 (2020-03-18)

  • [composite] Fix incorrect fill opacity handling in compositing.

  • [composite] Fix incorrect alpha for patterns.

1.9.7 (2020-03-17)

  • [composite] Fix path operation for merged components.

  • [composite] Fix vector mask compositing condition.

1.9.6 (2020-03-16)

  • [composite] Fix incorrect alpha channel handling in composite.

1.9.5 (2020-03-11)

  • [api] Add ignore_preview option to PSDImage.composite.

  • [composite] Improve stroke effect composition for vector masks.

  • [composite] Avoid crash when there is an erroneous subpath.

  • [composite] Workaround possible divide-by-zero warn in stroke composition.

  • [composite] Fix incorrect pattern transparency handling.

  • [composite] Fix ignored effects in direct group composition.

  • [composite] Fix incorrect opacity handling for clip layers.

1.9.4 (2020-03-11)

  • [compression] Security fix, affected versions are 1.8.37 - 1.9.3.

1.9.3 (2020-03-10)

  • [composite] Fix memory corruption crash for pattern data in PSB files.

  • [psd] Add image data pretty printing.

1.9.2 (2020-03-03)

  • [psd] Add missing resource ID.

  • [psd] Fix pretty printing regression.

  • [psd] Fix big tag key for linked layers.

  • [psd] Support frgb tag.

  • [psd] Support sgrp metadata key.

  • [psd] Support patt tag.

  • [psd] Workaround unknown engine data.

1.9.1 (2020-02-28)

  • [psd] Minor bugfix.

1.9.0 (2020-02-26)

  • [composite] Implement NumPy-based compositing functionality.

  • [composite] Support blending modes other than dissolve.

  • [composite] Support blending in RGB, CMYK, Grayscale.

  • [api] Introduce NumPy array export method.

  • [api] Drop deprecated methods from v1.7.x such as as_PIL.

  • [api] Deprecate compose method.

  • [compression] Rename packbits to rle.

  • [compression] Improve RLE decode efficiency.

  • [tests] Additional compositing tests.

1.8.38 (2020-02-12)

  • [composer] fix crash when gradient fill is in stroke.

1.8.37 (2020-02-07)

  • [compression] Remove packbits dependency and introduce cython implementation.

  • [deploy] Move CI provider from Travis-CI to Github Actions.

  • [deploy] Start distributing binary wheels.

1.8.36 (2019-12-26)

  • [psd] add safeguard for malformed global layer mask info parser.

1.8.35 (2019-12-26)

  • [api] remove duplicate has_mask() definition.

  • [composer] fix empty effects check.

1.8.34 (2019-11-28)

  • [api] fix compose() arguments.

  • [psd] fix attrs version dependency.

1.8.33 (2019-11-28)

  • [api] add include_invisible option to Group.extract_bbox.

  • [psd] fix deprecated attrs api.

1.8.32 (2019-11-28)

  • [psd] fix 16/32 bit file parsing bug introduced in 1.8.17.

1.8.31 (2019-11-27)

  • [psd] bugfix reading psb.

  • [psd] bugfix reading slices resource.

  • [security] update dependency to pillow >= 6.2.0.

1.8.30 (2019-09-24)

  • [psd] workaround for reading less-than-4-byte int in malformed psd files.

1.8.29 (2019-09-10)

  • [composer] fix vector mask bbox in composition.

1.8.28 (2019-09-09)

  • [api] fix Effects.__repr__() when data is empty.

1.8.27 (2019-08-29)

  • [api] accept encoding param in PSDImage.open and PSDImage.save.

  • [deploy] bugfix travis deployment condition.

1.8.26 (2019-08-28)

  • [composer] support group mask.

1.8.25 (2019-08-07)

  • [api] change return type of PSDImage.color_mode to enum.

  • [api] support reading of bitmap color mode.

  • [api] support channel option in topil() method.

1.8.24 (2019-07-25)

  • [composer] experimental support of commutative blending modes.

1.8.23 (2019-06-24)

  • [composer] fix clipping on alpha-less image;

  • [composer] fix stroke effect for flat plane;

  • [composer] workaround for insufficient knots;

  • [composer] fix for custom color space.

1.8.22 (2019-06-19)

  • fix pass-through composing bug;

  • fix alpha blending in effect;

  • fix vector mask composition;

  • experimental support for shape stroke;

  • experimental support for stroke effect.

1.8.21 (2019-06-18)

  • change effect property return type from str to enum;

  • improve gradient quality;

  • support fill opacity and layer opacity;

  • add tmln key in metadata setting.

1.8.20 (2019-06-13)

  • support gradient styles.

1.8.19 (2019-06-11)

  • fix broken psd_tools.composer.vector module in 1.8.17;

  • experimental support for color noise gradient;

  • bugfix for clip masks;

  • bugfix for CMYK composing.

1.8.17 (2019-06-05)

  • move psd_tools.api.composer module to psd_tools.composer package;

  • support 19 blending modes in composer;

  • support fill opacity;

  • fix image size when composing with masks;

  • rename TaggedBlockID to Tag;

  • rename ImageResourceID to Resource;

  • add bytes mixin to Enum constants;

  • replace Enum keys with raw values in psd_tools.psd.base.Dict classes.

1.8.16 (2019-05-24)

  • fix broken group compose in 1.8.15;

  • fix missing pattern / gradient composition in vector stroke content.

1.8.15 (2019-05-23)

  • coding style fix;

  • fix compose() bbox option.

1.8.14 (2019-04-12)

  • add dependency to aggdraw;

  • support bezier curves in vector masks;

  • support path operations;

  • fix compose(force=True) behavior;

  • fix default background color in composer;

  • improve pattern overlay parameters support;

  • fix gradient map generation for a single stop.

1.8.13 (2019-04-05)

  • fix engine_data unknown tag format;

  • fix compose for extra alpha channels;

  • workaround for pillow 6.0.0 bug.

1.8.12 (2019-03-25)

  • add apply_icc option in pil io.

1.8.11 (2019-03-14)

  • introduce terminology module;

  • reduce memory use in read;

  • add main testing.

1.8.10 (2019-02-27)

  • fix PSB extn key size bug.

1.8.9 (2019-02-21)

  • documentation updates;

  • introduce Artboard class.

1.8.8 (2019-02-20)

  • revert package name to psd_tools;

  • prepare merging to the main repo.

1.8.7 (2019-02-15)

  • minor bugfix.

1.8.6 (2019-02-14)

  • change _psd pointer in PSDImage;

  • add version property;

  • support fill effects in composer.

1.8.5 (2019-02-05)

  • change tagged block/image resource singleton accessor in user API;

  • add documentation on iterator order;

  • fix export setting 1 big key config;

  • fix computer info big key config.

1.8.3 (2019-02-01)

  • add channel size checking in topil;

  • add mlst metadata decoding;

  • fix key collision issue in descriptor;

  • performance improvement for packbit encoding/decoding;

  • drop cython dependency in travis config;

  • implement thumbnail, is_group, and parent methods in PSDImage.

1.8.0 (2019-01-24)

  • major API changes;

  • package name changed to psd_tools2;

  • completely rewritten decoding subpackage psd_tools2.psd;

  • improved composer functionality;

  • file write support;

  • drop cython compression module and makes the package pure-python;

  • drop pymaging support.

1.7.30 (2019-01-15)

  • composer alpha blending fix;

  • documentation fix.

1.7.28 (2019-01-09)

  • support cinf tagged block.

1.7.27 (2018-12-06)

  • add missing extra image resource block signatures.

1.7.26 (2018-12-03)

  • move psd_tools tests under tests/psd_tools.

1.7.25 (2018-11-27)

  • fix alpha channel visibility of composed image.

1.7.24 (2018-11-21)

  • fix unit rectangle drawing size.

1.7.23 (2018-11-20)

  • fix ignored visibility in bbox calculation.

1.7.22 (2018-10-12)

  • drop py34 support;

  • fix tobytes deprecation warning.

1.7.21 (2018-10-10)

  • fix gradient descriptor bug.

1.7.20 (2018-10-09)

  • fix coloroverlay bug;

  • fix gradient angle bug;

  • fix curves decoder bug.

1.7.19 (2018-10-02)

  • fix descriptor decoder.

1.7.18 (2018-09-26)

  • add shape rendering in compose();

  • add grayscale support.

1.7.17 (2018-09-21)

  • fix has_pixel() condition.

1.7.16 (2018-08-29)

  • fix fill opacity in compose();

  • workaround for broken PrintFlags.

1.7.15 (2018-08-28)

  • fix color overlay issue in compose().

1.7.14 (2018-08-24)

  • fix verbose arg for python 3.7 compatibility.

1.7.13 (2018-08-10)

  • fix has_pixel() for partial channels;

  • support color overlay in compose().

1.7.12 (2018-06-25)

  • fix mask rendering in compose (Thanks @andrey-hider and @nkato).

1.7.11 (2018-06-11)

  • unicode bugfixes.

1.7.10 (2018-06-06)

  • fix descriptor decoding errors;

  • minor bugfixes.

1.7.9 (2018-06-05)

  • fix UnicodeError in exif;

  • workaround for irregular descriptor name;

  • add undocumented extn tagged block decoding;

  • move duplicated icc module to subpackage;

  • support PIL rendering with extra alpha channels.

1.7.8 (2018-05-29)

  • update documentation;

  • fix PEP8 compliance;

  • rename merge_layers to compose.

1.7.7 (2018-05-02)

  • fix white background issue in as_PIL().

1.7.6 (2018-04-27)

  • add quality testing;

  • fix disabled mask.

1.7.5 (2018-04-25)

  • fix has_mask() condition;

  • add mask composition in merge_layers();

  • fix mask display.

1.7.4 (2018-03-06)

  • fix infinity loop in print_tree().

1.7.3 (2018-02-27)

  • add vector origination API;

  • fix shape and vector mask identification;

  • change enum name conversion;

  • update docs.

1.7.2 (2018-02-14)

  • add adjustments API;

  • add mask API;

  • bugfix for tagged_blocks decoders.

1.7.1 (2018-02-08)

  • add mask user API;

  • add layer coordinate user API;

  • add vector mask and vector stroke API;

  • cleanup user API;

  • add automatic descriptor conversion.

1.7.0 (2018-01-25)

  • cleanup user API organization;

  • remove json encoder api;

  • make cli a package main.

1.6.7 (2018-01-17)

  • workaround for anaconda 2.7 pillow;

  • bbox existence checkf.

1.6.6 (2018-01-10)

  • experimental clipping support in merge_layer();

  • revert as_PIL() in AdjustmentLayer.

1.6.5 (2017-12-22)

  • Small fix for erroneous unicode path name

1.6.4 (2017-12-20)

  • Add all_layers() method;

  • Add _image_resource_blocks property;

  • Add thumbnail() method.

1.6.3 (2017-09-27)

  • documentation updates;

  • github repository renamed to psd-tools2;

  • AdjustmentLayer fix.

1.6.2 (2017-09-13)

  • layer class structure reorganization;

  • add Effects API;

  • add TypeLayer API methods.

1.6 (2017-09-08)

  • PSDImage user API update;

  • user API adds distinct layer types;

  • Sphinx documentation.

1.5 (2017-07-13)

  • implemented many decodings of image resources and tagged blocks;

  • implemented EngineData text information;

  • user API for getting mask and patterns;

  • user API to calculate bbox for shape layers;

1.4 (2017-01-02)

  • Fixed reading of layer mask data (thanks Evgeny Kopylov);

  • Python 2.6 support is dropped;

  • Python 3.6 support is added (thanks Leendert Brouwer);

  • extension is rebuilt with Cython 0.25.2.

1.3 (2016-01-25)

  • fixed references decoding (thanks Josh Drake);

  • fixed PIL support for CMYK files (thanks Michael Wu);

  • optional C extension is rebuilt with Cython 0.23.4;

  • Python 3.2 support is dropped; the package still works in Python 3.2, but the compatibility is no longer checked by tests, and so it can break in future.

  • declare Python 3.5 as supported.

1.2 (2015-01-27)

  • implemented extraction of embedded files (embedded smart objects) - thanks Volker Braun;

  • optional C extension is rebuilt with Cython 0.21.2.

  • hg mirror on bitbucket is dropped, sorry!

1.1 (2014-11-17)

  • improved METADATA_SETTING decoding (thanks Evgeny Kopylov);

  • layer comps decoding (thanks Evgeny Kopylov);

  • improved smart objects decoding (thanks Joey Gentry);

  • user API for getting layer transforms and placed layer size (thanks Joey Gentry);

  • IPython import is deferred to speedup psd-tools.py command-line utility;

  • _RootGroup.__repr__ is fixed;

  • warning message building is more robust;

  • optional C extension is rebuilt with Cython 0.21.1.

1.0 (2014-07-24)

  • Fixed reading of images with layer masks (thanks Evgeny Kopylov);

  • improved mask data decoding (thanks Evgeny Kopylov);

  • fixed synchronization in case of 8B64 signatures (thanks Evgeny Kopylov);

  • fixed reading of layers with zero length (thanks Evgeny Kopylov);

  • fixed Descriptor parsing (thanks Evgeny Kopylov);

  • some of the descriptor structures and tagged block constants are renamed (thanks Evgeny Kopylov);

  • PATH_SELECTION_STATE decoding (thanks Evgeny Kopylov);

  • the library is switched to setuptools; docopt is now installed automatically.

0.10 (2014-06-15)

  • Layer effects parsing (thanks Evgeny Kopylov);

  • trailing null bytes are stripped from descriptor strings (thanks Evgeny Kopylov);

  • “Reference” and “List” descriptor parsing is fixed (thanks Evgeny Kopylov);

  • scalar descriptor values (doubles, floats, booleans) are now returned as scalars, not as lists of size 1 (thanks Evgeny Kopylov);

  • fixed reading of EngineData past declared length (thanks Carlton P. Taylor);

  • “background color” Image Resource parsing (thanks Evgeny Kopylov);

  • psd_tools.decoder.actions.Enum.enum field is renamed to psd_tools.decoder.actions.Enum.value (thanks Evgeny Kopylov);

  • code simplification - constants are now bytestrings as they should be (thanks Evgeny Kopylov);

  • Python 3.4 is supported.

0.9.1 (2014-03-26)

  • Improved merging of transparent layers (thanks Vladimir Timofeev);

  • fixed layer merging and bounding box calculations for empty layers (thanks Vladimir Timofeev);

  • C extension is rebuilt with Cython 0.20.1.

0.9 (2013-12-03)

  • psd-tools.py command-line interface is changed, ‘debug’ command is added;

  • pretty-printing of internal structures;

  • pymaging support is fixed;

  • allow ‘MeSa’ to be a signature for image resource blocks (thanks Alexey Buzanov);

  • psd_tools.debug.debug_view utility function is fixed;

  • Photoshop CC constants are added;

  • Photoshop CC vector origination data is decoded;

  • binary data is preserved if descriptor parsing fails;

  • more verbose logging for PSD reader;

  • channel data reader became more robust - now it doesn’t read past declared channel length;

  • psd-tools.py –version command is fixed;

  • lsdk tagged blocks parsing: this fixes some issues with layer grouping (thanks Ivan Maradzhyiski for the bug report and the patch);

  • CMYK images support is added (thanks Alexey Buzanov, Guillermo Rauch and https://github.com/a-e-m for the help);

  • Grayscale images support is added (thanks https://github.com/a-e-m);

  • LittleCMS is now optional (but it is still required to get proper colors).

0.8.4 (2013-06-12)

  • Point and Millimeter types are added to UnitFloatType (thanks Doug Ellwanger).

0.8.3 (2013-06-01)

  • Some issues with descriptor parsing are fixed (thanks Luke Petre).

0.8.2 (2013-04-12)

  • Python 2.x: reading data from file-like objects is fixed (thanks Pavel Zinovkin).

0.8.1 (2013-03-02)

  • Fixed parsing of layer groups without explicit OPEN_FOLDER mark;

  • Cython extension is rebuilt with Cython 0.18.

0.8 (2013-02-26)

  • Descriptor parsing (thanks Oliver Zheng);

  • text (as string) is extracted from text layers (thanks Oliver Zheng);

  • improved support for optional building of Cython extension.

0.7.1 (2012-12-27)

  • Typo is fixed: LayerRecord.cilpping should be LayerRecord.clipping. Thanks Oliver Zheng.

0.7 (2012-11-08)

  • Highly experimental: basic layer merging is implemented (e.g. it is now possible to export layer group to a PIL image);

  • Layer.visible no longer takes group visibility in account;

  • Layer.visible_global is the old Layer.visible;

  • psd_tools.user_api.combined_bbox made public;

  • Layer.width and Layer.height are removed (use layer.bbox.width and layer.bbox.height instead);

  • pil_support.composite_image_to_PIL is renamed to pil_support.extract_composite_image and pil_support.layer_to_PIL is renamed to pil_support.extract_layer_image in order to have the same API for pil_support and pymaging_support.

0.6 (2012-11-06)

  • psd.composite_image() is renamed to psd.as_PIL();

  • Pymaging support: psd.as_pymaging() and layer.as_pymaging() methods.

0.5 (2012-11-05)

  • Support for zip and zip-with-prediction compression methods is added;

  • support for 16/32bit layers is added;

  • optional Cython extension for faster zip-with-prediction decompression;

  • other speed improvements.

0.2 (2012-11-04)

  • Initial support for 16bit and 32bit PSD files: psd-tools v0.2 can read composite (merged) images for such files and extract information (names, dimensions, hierarchy, etc.) about layers and groups of 16/32bit PSD; extracting image data for distinct layers in 16/32bit PSD files is not suported yet;

  • better Layer.__repr__;

  • bbox property for Group.

0.1.4 (2012-11-01)

Packaging is fixed in this release.

0.1.3 (2012-11-01)

  • Better support for 32bit images (still incomplete);

  • reader is able to handle “global” tagged layer info blocks that was previously discarded.

0.1.2 (2012-10-30)

  • warn about 32bit images;

  • transparency support for composite images.

0.1.1 (2012-10-29)

Initial release (v0.1 had packaging issues).

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

Uploaded Source

Built Distributions

psd_tools-1.9.23-cp310-cp310-win_amd64.whl (197.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

psd_tools-1.9.23-cp310-cp310-win32.whl (189.1 kB view details)

Uploaded CPython 3.10 Windows x86

psd_tools-1.9.23-cp310-cp310-musllinux_1_1_x86_64.whl (562.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

psd_tools-1.9.23-cp310-cp310-musllinux_1_1_i686.whl (544.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

psd_tools-1.9.23-cp310-cp310-musllinux_1_1_aarch64.whl (556.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

psd_tools-1.9.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (564.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (556.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.23-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (551.7 kB view details)

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

psd_tools-1.9.23-cp310-cp310-macosx_10_9_x86_64.whl (209.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

psd_tools-1.9.23-cp310-cp310-macosx_10_9_universal2.whl (276.3 kB view details)

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

psd_tools-1.9.23-cp39-cp39-win_amd64.whl (199.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

psd_tools-1.9.23-cp39-cp39-win32.whl (191.2 kB view details)

Uploaded CPython 3.9 Windows x86

psd_tools-1.9.23-cp39-cp39-musllinux_1_1_x86_64.whl (579.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

psd_tools-1.9.23-cp39-cp39-musllinux_1_1_i686.whl (559.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

psd_tools-1.9.23-cp39-cp39-musllinux_1_1_aarch64.whl (573.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

psd_tools-1.9.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (577.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (572.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.23-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (564.2 kB view details)

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

psd_tools-1.9.23-cp39-cp39-macosx_10_9_x86_64.whl (210.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

psd_tools-1.9.23-cp39-cp39-macosx_10_9_universal2.whl (278.4 kB view details)

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

psd_tools-1.9.23-cp38-cp38-win_amd64.whl (199.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

psd_tools-1.9.23-cp38-cp38-win32.whl (191.0 kB view details)

Uploaded CPython 3.8 Windows x86

psd_tools-1.9.23-cp38-cp38-musllinux_1_1_x86_64.whl (591.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

psd_tools-1.9.23-cp38-cp38-musllinux_1_1_i686.whl (576.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

psd_tools-1.9.23-cp38-cp38-musllinux_1_1_aarch64.whl (583.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

psd_tools-1.9.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (577.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psd_tools-1.9.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (573.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psd_tools-1.9.23-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (566.4 kB view details)

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

psd_tools-1.9.23-cp38-cp38-macosx_10_9_x86_64.whl (208.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

psd_tools-1.9.23-cp38-cp38-macosx_10_9_universal2.whl (274.2 kB view details)

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

psd_tools-1.9.23-cp37-cp37m-win_amd64.whl (198.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

psd_tools-1.9.23-cp37-cp37m-win32.whl (189.5 kB view details)

Uploaded CPython 3.7m Windows x86

psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_x86_64.whl (545.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_i686.whl (528.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_aarch64.whl (537.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

psd_tools-1.9.23-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (543.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

psd_tools-1.9.23-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (539.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

psd_tools-1.9.23-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (531.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

psd_tools-1.9.23-cp37-cp37m-macosx_10_9_x86_64.whl (208.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: psd-tools-1.9.23.tar.gz
  • Upload date:
  • Size: 128.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for psd-tools-1.9.23.tar.gz
Algorithm Hash digest
SHA256 9078e3b9b6e937c267527120e70e2f019210e233e0af5a63b2f71d06deb7bb62
MD5 135b8dd9ac12e03feda7155c225be4dc
BLAKE2b-256 91f458f74776dc156220d1746eb7f86ab4b9f5674d678d5c6e5ee0a92eb318ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fd1885e2819b217e63e64d101c7c9386dbb1a1d4f87c4862f1b721061cc18396
MD5 b68b2688853b640a12b9c4d9946d6054
BLAKE2b-256 792ba1f188f6f6e3436b8e7ebcb7724da40762b732cd252495e44cc87779c3a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.23-cp310-cp310-win32.whl
  • Upload date:
  • Size: 189.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9baae500df91486fd20587737bc634bf828a3099ed24337d005fb6dded632251
MD5 3f21c27736fa86ab7343692d251bb707
BLAKE2b-256 1fa388ca96a077fff613661ea9c10d77adc522e7cb7139dcb0ba89c335580f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 06373a00731de9dc62b2c2dc7f6a9475eecd8b3296e6f37ecdb5ec7e076bd2bd
MD5 a4ea23a8fec0ee8f0b4efe1ce829a159
BLAKE2b-256 dfed044c4f7071923b4faf5ce465b002926a259d9ebb706a98c35b067f1f56fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a1c138e92ca6abca4cecaa8027ad0656077b541cc6d60260897d8953d29ea5a5
MD5 d4405507902ee2e44c03a82a07dd7a8f
BLAKE2b-256 a4411a5b82334c92fb85b7345f533f721818529d0fcb84ad1ce461d05f333595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a002cced2b23fdd59a6448cc41fa8f983a9e8c1aed6e0b108dd989a42130d450
MD5 a3cbf39d9b2e3ae65a39892a4886a71f
BLAKE2b-256 062801f52c4adf670a10d0e96094f86d21d0cefbc4bc54a1b03762407a653d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97c6c148af5a8094e498e7f4737bd4431db5f813430f70108c7474651fd59648
MD5 02ae8f5be6312ac26cd0be3c95ff7c2f
BLAKE2b-256 612bfd690916b39e0c74f47c37feed5c31daed2f44dd1e40581a60c70e4f018a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c181dbc569783759a1072d33424f9d19c1e70bb31e28144f0e8e16987456e4a
MD5 c953b979076ec25510cbbfa94430d705
BLAKE2b-256 f4deda8e34d58f6dc437aee58f57cfb423ac9ba5fbd7fe6bf729943f3ea51372

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-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.23-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 006146d07b94243f2ccff1433ec351068cb2dda0bd0153087eb2949ba38bac64
MD5 232dc9976717f481b7ce65f26fcae184
BLAKE2b-256 95e99bd12286b8b49aad2a67944c3966fd92732452018387c78cb7009fc5bc06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04565f0b78deba7b4e7900a8819b4f108acaa55f950c87c9b4866d050e551348
MD5 144e5c02224b6e28d1ddb4e64ba9da6f
BLAKE2b-256 a32d083159d62b921caed5ee18dbb3238f2d9cacb54a711788c30aecc32b0a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a9a84c9c3f8b05365fb0c3c1a92254388eceae68b11c5c7f90c1302fdbe8f444
MD5 6aee0b155a1a095b16726ef0a3cb1eac
BLAKE2b-256 1d5e521f73d819efb4a4d64a08c5c3ab929df4a0a0042d2aa9e3c4885aaaa10d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.23-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 199.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 da824f54de0232bced4af8bc3e59b54b03928b4cbb2bc105ba8e77f787f55c39
MD5 855b98286727c0139b08c3138cdbb02e
BLAKE2b-256 d6f6beea113aa91e3e668e81af1cee5181372bf348734f6cc9a7714529f2679f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.23-cp39-cp39-win32.whl
  • Upload date:
  • Size: 191.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 33a0ca11170ea5b3061aa5278ec0a6460a8964c47e31d77b54938ed363337108
MD5 2553289741110be4f95393c5f72c3fbb
BLAKE2b-256 d5dd63cc42868e3603f57948683238c7bc1990291a4c262c3aac4fb61e6e62a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7c4587c59573f4ae5c41af7b2f4b792fcfcc8b84ed85648ee3448114844dc0fe
MD5 85f759842d1dee950f0860ad2f31ddcf
BLAKE2b-256 4637be281da7a12d81563dbded5919ad5c886ab5187c062aa53bd366d252dd05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 60f829939a0d2a17ec667df8f53f496e298c80a7c74e4999c92fed8b9356cefe
MD5 35a536ceffa77213a4bb2e46a0d9483d
BLAKE2b-256 64dbefe02c0f48435f0cddf423a95b18221a9c351972646a2d6c27c0591b0bdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1e846fbf30b75f87a777d237ce90fcae5d8176ff0ac584152aae0eac3a0f10a9
MD5 27b0342368da8cf55d547caa6c78cf40
BLAKE2b-256 65d92ad4c707d3d63ef7291f0d33914b4537d40217f881da013da7acef9e9c12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bda3b945631bf1ec4f8730a1c84363daad1e0a76d14704c6603e6e5361a2ade
MD5 2170a65e827ff286293834d80815c472
BLAKE2b-256 4a650f195a6e71fa127bc63c822eaec78d842dd11fd698ffe027de5251c848a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8d2f0ccf38c7c4247c679118381064fc4b7811f256a6a1ade003ba1563ea758
MD5 a790c2f1bad6fb63ccf37e1e97d53814
BLAKE2b-256 e2c84603b080cd8b844f1e7f7a6cab5b3a2a96305537349f7318e129c761e289

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-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.23-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f53b41ab7f8c123f96dbddf09a243a6f2ca1b774aa0422820e5a0cc4b9429df
MD5 de37ab3e542e39cdc86ecf5fa96112e7
BLAKE2b-256 611ed14f9040c0bae5f5ad52952f06f72019443f5f9c7ec0eeb77400b2a98077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f75f38415d1caf2d527e8338dd702063cf981dd3d70af228e40604fa52434cf
MD5 cf095be5f32074d947203d703b1d7080
BLAKE2b-256 6ce50599023d31bc45f558b0d5a00784bf1d9f2f756ef1739340629f12292ab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9f08e421b8357a71479269076b1bfb981c5b1bfb49c27a9b5600d96d83759cb1
MD5 bb5b492517da97dd55b33bba4771c876
BLAKE2b-256 3c939e343dcb44cb6db822b083bd2b623f848d25628332312edd4a7ad335cb7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.23-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 199.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c4ce1b86760b6bc7c7652ac7e7abbb947480e64aa5f1395ae6efa550727c9ca3
MD5 06c7d7c568fb1450137e5b88229bcce7
BLAKE2b-256 7c04949e87bbc28fcf3df093923e1c60774244592c41b5e828dee44d7784298d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: psd_tools-1.9.23-cp38-cp38-win32.whl
  • Upload date:
  • Size: 191.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 25a01fe2dcedbe0252f593b34294722e77e3688baaeab14ff2df71c61d566d45
MD5 8b4d77dc81f4c05e06e5930cc0d2ed1b
BLAKE2b-256 6e4619ad5e2085f1fdcc6993c09eee18064bfc4343d7508896001d37ed148253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 86824c71b6d7332a69b541373e7fc1995f86813fee17759c01de96bf68e13ac3
MD5 6ea83f0ce584ea0601a912483a4c5c51
BLAKE2b-256 aaa4ef0b951759c19eeeedb7ed5cf23f4799a558c98936f09acc68c37c0c2e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 671dc5b1f644468d2b6fc2b44a2268a034593ca3dcf20a38a511f61907543da6
MD5 fca77640c654e5c0ca0fc34412864176
BLAKE2b-256 64b9f6d9c5a74e53d4c9cbd9748902ae6692f026aac1832014c31f4fe2e528d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cbd4978529ac41f8c55d382868e2884a9c4fafb331594f71fb94d85286dd30c5
MD5 8e38bc137879207d876904706f7a12a4
BLAKE2b-256 24f9fcc186688d7632a53b1e0c2a7e6760bf2a4cce6e326f7edb68689d610ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f878648481df628f66deec0387ac9f0db31964826ee63e779f9bc18cbe0b35d1
MD5 e824468d9adf8f404deaf68ebf52c95c
BLAKE2b-256 e49d796a552467779e962eb9344d9fbc7d832e76a20847f114a10a787aeac51b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23eb0e449de48c8cf666117727b7a3fc3b81aecebdf352ffef21ef14226231ad
MD5 7293af3a498556429fa405e5ae182ce2
BLAKE2b-256 6ae65c520c5987ec38820b1ae13734b7d8478c288f5f9a9916ae378e92e7ce9e

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-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.23-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab052d4894730f75aef27b8c7533fe98abebed6787ef7f3ff02f97e47e19178c
MD5 87298f1eb1a104651db2da4527c1a074
BLAKE2b-256 45421981df6ba8e935fb8e32fc997e94e31e34ed93a24d6e508d148395597932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 29d3fd4163af429e19b015d7059356ccd46642e9938b0cabacc8e70e14421431
MD5 c1cb05628ff991ca727bda7366f5096f
BLAKE2b-256 50c47320dbd37da8183fba3eb09821f6135ddb7d5b2bb2d97c018b42413cf437

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7a6bf7ace09820528a7a87d771438f0921024fb37c6fa629e85a1b447da041d8
MD5 71d5169dda881b8d9d1ad7ba53991b6c
BLAKE2b-256 91c3e9146539c313531a822938c286ac557cdff6e71d56af812918da433a1ed1

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 820afec7f216c084942161ffafdd29af80cef3b73154bb34b16fe87a98a8e1bf
MD5 777436ce03cac2c4021fbb882418bf86
BLAKE2b-256 e98e904a76b65b148ae94882951321aa6b5c99bb8bbf315603ad4c6032676597

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-win32.whl.

File metadata

  • Download URL: psd_tools-1.9.23-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 189.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7276f29d42dbbebbc507b8d7891f0c1a62fd35d8d63d21c1f496c96179374493
MD5 27e44ab91385f8c4a5c375ac47f6a124
BLAKE2b-256 a4e10c99f46722577283c0d91959e78a177c6de149e2f9cd12cf630bea1b9c50

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b17385509945dc75dd02eae423eba9f6e31a8be918d9b46eb68ad592f1595214
MD5 65d9d20ca15d15de3729594ef6ae9a7f
BLAKE2b-256 5708c07d8e0980b2a43f63652d5fa411b7bcd780af3b08fb2c6d67b944fe4c5c

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4d1b78b1697c14fe770b8bff378ab46aab081682ed4ce9c5ec625239d13b2485
MD5 16ddf83d855164c21c95bc483efb11cb
BLAKE2b-256 a3704d194c5f9e9f0a98d9c708e5c32ca9758af730624915d15d12a3f5241a2c

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 40a492fb8c0c0b0ec28db22e86976ac76ea26e5601453844554754b93f232cc0
MD5 63800c740539636f673327cb503667de
BLAKE2b-256 8ef6b66e6fa1fbf7aa32009252bfd819f05a840eda6a210b3cdbcd282436b976

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0daa9a4e29379b05902e60a92d773b8825f60ac3cff8cf7866835f66ef9a7f82
MD5 226d542b4f44cf09aec54b3679bdc1fd
BLAKE2b-256 3ccb4649aba81f6999757a593dda4ba7435f14234e921ee059d00a0dcebf1965

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 602fd659ce7d3512110529b2ab74bcd121dba3b733a5d232057e7b507c9d5bc5
MD5 7758ed703d2beda219971d6fa31e5923
BLAKE2b-256 79d82d903d10ce6580e7165dabf68a37a596e93939354d412d6e5f5874792ebe

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d16650c19a23f0312d4bd3314df0d0fa008d40190cbefd36d68c16e5203b409
MD5 24da4363dd21ae7e3b0c3c099a595fa8
BLAKE2b-256 a08315468f30f852751c2e8c39817b0d7f09bac7a4371fded1fddfac8a5e00fb

See more details on using hashes here.

File details

Details for the file psd_tools-1.9.23-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psd_tools-1.9.23-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ef2371c2ae04fa45ffec76f6c204fa339fe860e0f302cab3c395430f5fb05124
MD5 32dfba2749a6a0cb0c68dd440d8c3aac
BLAKE2b-256 6617a44eae8e7c53a13c04dd38573bbd7dace4262b9de65524ed8095a3e9cc52

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