ctypes-windows-sdk


Namectypes-windows-sdk JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/Dobatymo/ctypes-windows-sdk
SummaryCtypes port of Windows SDK
upload_time2024-05-09 15:41:18
maintainerNone
docs_urlNone
authorDobatymo
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ctypes-windows-sdk

A totally incomplete and random port of the C Windows SDK for Python ctypes. No dependencies besides the Python standard library.

## Install

Requires Python 3.7+.

```
pip install ctypes-windows-sdk
```

## Example

```python

from cwinsdk.windows import GetTickCount64
tickcount = GetTickCount64()
```

## Used by
- Dobatymo/public-scripts



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Dobatymo/ctypes-windows-sdk",
    "name": "ctypes-windows-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dobatymo",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/de/8d/8ffe3fa114790435939c268573803adf84b81f03a47371cd5b154e38c091/ctypes-windows-sdk-0.0.12.tar.gz",
    "platform": null,
    "description": "# ctypes-windows-sdk\n\nA totally incomplete and random port of the C Windows SDK for Python ctypes. No dependencies besides the Python standard library.\n\n## Install\n\nRequires Python 3.7+.\n\n```\npip install ctypes-windows-sdk\n```\n\n## Example\n\n```python\n\nfrom cwinsdk.windows import GetTickCount64\ntickcount = GetTickCount64()\n```\n\n## Used by\n- Dobatymo/public-scripts\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Ctypes port of Windows SDK",
    "version": "0.0.12",
    "project_urls": {
        "Homepage": "https://github.com/Dobatymo/ctypes-windows-sdk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd83260fef343abf1e58780eb75d979bf3a3090007227cb5ab3d1e0924504dd5",
                "md5": "b12f4d16d0efc35c6cc7d546fbe40376",
                "sha256": "40b4439874b9736ca0bffb4334249913db8e1fd022b48b1aa4002a939a264a5d"
            },
            "downloads": -1,
            "filename": "ctypes_windows_sdk-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b12f4d16d0efc35c6cc7d546fbe40376",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 184385,
            "upload_time": "2024-05-09T15:41:17",
            "upload_time_iso_8601": "2024-05-09T15:41:17.471230Z",
            "url": "https://files.pythonhosted.org/packages/bd/83/260fef343abf1e58780eb75d979bf3a3090007227cb5ab3d1e0924504dd5/ctypes_windows_sdk-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de8d8ffe3fa114790435939c268573803adf84b81f03a47371cd5b154e38c091",
                "md5": "88e4af6a1e1e23beac3a8bb0dea768ae",
                "sha256": "b95e8e6f7bcdeb62b57633f41a313fa8d81a1982957bca9d31f9a3d191a42013"
            },
            "downloads": -1,
            "filename": "ctypes-windows-sdk-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "88e4af6a1e1e23beac3a8bb0dea768ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 171321,
            "upload_time": "2024-05-09T15:41:18",
            "upload_time_iso_8601": "2024-05-09T15:41:18.755141Z",
            "url": "https://files.pythonhosted.org/packages/de/8d/8ffe3fa114790435939c268573803adf84b81f03a47371cd5b154e38c091/ctypes-windows-sdk-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 15:41:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Dobatymo",
    "github_project": "ctypes-windows-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ctypes-windows-sdk"
}
        
Elapsed time: 0.25231s