WICPy


NameWICPy JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/PCigales/WICPy
SummaryA module in Python3 providing a bridge with the Windows Imaging Component (WIC) framework
upload_time2024-03-27 21:37:26
maintainerNone
docs_urlNone
authorPCigales
requires_python>=3.8
licenseGNU GPLv3
keywords wic windows-imaging-component image metadata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WICPy
A module in Python3 providing a bridge with the Windows Imaging Component (WIC) framework

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

WICPy defines Python (>=v3.8) classes wrapping the COM interfaces, bringing access to their methods and coordinating the memory managed and unmanaged modes of the resources from either side.

The COM library must be initialized for each thread creating from scratch a new component by calling Initialize() and therefore uninitialized at the end by calling Uninitialize(), after having released all interfaces.

The script test.py illustrates how to use the module through various applications.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PCigales/WICPy",
    "name": "WICPy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "wic, windows-imaging-component, image, metadata",
    "author": "PCigales",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/35/2d/170d018a2b52ac454214d10ddba57968c8a880a5f3378d79a15399fba55a/WICPy-1.0.1.tar.gz",
    "platform": "win64",
    "description": "# WICPy\r\nA module in Python3 providing a bridge with the Windows Imaging Component (WIC) framework\r\n\r\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.\r\n\r\nWICPy defines Python (>=v3.8) classes wrapping the COM interfaces, bringing access to their methods and coordinating the memory managed and unmanaged modes of the resources from either side.\r\n\r\nThe COM library must be initialized for each thread creating from scratch a new component by calling Initialize() and therefore uninitialized at the end by calling Uninitialize(), after having released all interfaces.\r\n\r\nThe script test.py illustrates how to use the module through various applications.\r\n",
    "bugtrack_url": null,
    "license": "GNU GPLv3",
    "summary": "A module in Python3 providing a bridge with the Windows Imaging Component (WIC) framework",
    "version": "1.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/PCigales/WICPy/issues",
        "Homepage": "https://github.com/PCigales/WICPy"
    },
    "split_keywords": [
        "wic",
        " windows-imaging-component",
        " image",
        " metadata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a908103d131161c781952164c33dd45ab851fc0f1b08cfd3aad14eb944c0c6d",
                "md5": "a80b75dfb9db657b1fc97cd10db18fc6",
                "sha256": "7f8c3a33645ff08102e73e9c4e2cfc0e9785fe1b255d4ff27dda7caf86685f2b"
            },
            "downloads": -1,
            "filename": "WICPy-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a80b75dfb9db657b1fc97cd10db18fc6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 705536,
            "upload_time": "2024-03-27T21:37:24",
            "upload_time_iso_8601": "2024-03-27T21:37:24.389531Z",
            "url": "https://files.pythonhosted.org/packages/9a/90/8103d131161c781952164c33dd45ab851fc0f1b08cfd3aad14eb944c0c6d/WICPy-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "352d170d018a2b52ac454214d10ddba57968c8a880a5f3378d79a15399fba55a",
                "md5": "184632386d6218e344f2c76e225aa22c",
                "sha256": "0860fc091d6aebd182b0442459abcad4e44db5ef9dda40d420bd651d8920dcd3"
            },
            "downloads": -1,
            "filename": "WICPy-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "184632386d6218e344f2c76e225aa22c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 706439,
            "upload_time": "2024-03-27T21:37:26",
            "upload_time_iso_8601": "2024-03-27T21:37:26.315192Z",
            "url": "https://files.pythonhosted.org/packages/35/2d/170d018a2b52ac454214d10ddba57968c8a880a5f3378d79a15399fba55a/WICPy-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 21:37:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PCigales",
    "github_project": "WICPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wicpy"
}
        
Elapsed time: 0.21800s