photoshop-object-model


Namephotoshop-object-model JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryPhotoshop Object Model
upload_time2023-12-06 14:48:17
maintainer
docs_urlNone
authorTristan Languebien
requires_python
license
keywords python photoshop
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
This package is designed to provide autocompletion, access to docstrings, and accurate type hints in your preferred IDE.

All classes have been written based on Photoshop's VBS documentation, which can be found at <https://github.com/Adobe-CEP/CEP-Resources/blob/master/Documentation/Product%20specific%20Documentation/Photoshop%20Scripting/photoshop-vbs-ref-2020.pdf>.
As such, the code you'll find here isn't very pythonic, because it is based on the Visual Basic syntax.
Please note that this package may contain inconsistencies, missing return types, and typos. Unfortunately, most of these issues stem from faithfully transcribing Adobes's flawed documentation.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "photoshop-object-model",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,photoshop",
    "author": "Tristan Languebien",
    "author_email": "<tlanguebien@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a5/4a/0352a9a5af87eda435570536516514bcf5b8c7ac915cc9c1b98f45a9d8dc/photoshop-object-model-0.0.3.tar.gz",
    "platform": null,
    "description": "\r\nThis package is designed to provide autocompletion, access to docstrings, and accurate type hints in your preferred IDE.\r\n\r\nAll classes have been written based on Photoshop's VBS documentation, which can be found at <https://github.com/Adobe-CEP/CEP-Resources/blob/master/Documentation/Product%20specific%20Documentation/Photoshop%20Scripting/photoshop-vbs-ref-2020.pdf>.\r\nAs such, the code you'll find here isn't very pythonic, because it is based on the Visual Basic syntax.\r\nPlease note that this package may contain inconsistencies, missing return types, and typos. Unfortunately, most of these issues stem from faithfully transcribing Adobes's flawed documentation.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Photoshop Object Model",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "python",
        "photoshop"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4be802e473dc253e70e3ac9fc131f42c8a0598bff14d413b27687cb42ef4123e",
                "md5": "4ef94d07e3475c536a2240018cfc78be",
                "sha256": "cb16bf83a9724f9514387ea6f20aae2fff30d16bb53341ecc62dfb1213101cf5"
            },
            "downloads": -1,
            "filename": "photoshop_object_model-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ef94d07e3475c536a2240018cfc78be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 759430,
            "upload_time": "2023-12-06T14:48:15",
            "upload_time_iso_8601": "2023-12-06T14:48:15.436625Z",
            "url": "https://files.pythonhosted.org/packages/4b/e8/02e473dc253e70e3ac9fc131f42c8a0598bff14d413b27687cb42ef4123e/photoshop_object_model-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a54a0352a9a5af87eda435570536516514bcf5b8c7ac915cc9c1b98f45a9d8dc",
                "md5": "f604241738332f52e457f943e9a8a364",
                "sha256": "cde28133b2514bcc55b2a46af3bd044543a30881b671e54f90f75a143e2ca532"
            },
            "downloads": -1,
            "filename": "photoshop-object-model-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f604241738332f52e457f943e9a8a364",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 144023,
            "upload_time": "2023-12-06T14:48:17",
            "upload_time_iso_8601": "2023-12-06T14:48:17.791735Z",
            "url": "https://files.pythonhosted.org/packages/a5/4a/0352a9a5af87eda435570536516514bcf5b8c7ac915cc9c1b98f45a9d8dc/photoshop-object-model-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 14:48:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "photoshop-object-model"
}
        
Elapsed time: 0.15666s