types-pefile


Nametypes-pefile JSON
Version 2023.2.7.post0 PyPI version JSON
download
home_page
SummaryType stubs for pefile.
upload_time2023-06-24 05:33:22
maintainer
docs_urlNone
author
requires_python
licenseGPLv3+
keywords pefile stubs typing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # types-pefile

[![PyPI](https://img.shields.io/pypi/v/types-pefile.svg)](https://pypi.org/project/types-pefile/)
[![License](https://img.shields.io/pypi/l/types-pefile.svg)](https://github.com/coloursofnoise/types-pefile/blob/main/LICENSE)

This package aims to provide exhaustive type annotations for [`pefile`](https://github.com/erocarrera/pefile).

Type stubs are tested against [`pyright`](https://github.com/microsoft/pyright) and [`mypy`](https://github.com/python/mypy).


## Usage
Install using `pip`:
```console
$ pip install types-pefile
```
For older releases of `pefile`, download the corresponding version of `types-pefile`, if available:
```console
$ pip install types-pefile<=2022.5.30
```


## Versioning
Distributions of this package follow the release versions for `pefile`, with an added suffix for revisions on a particular release.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "types-pefile",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pefile,stubs,typing",
    "author": "",
    "author_email": "ColoursOfNoise <coloursofthenoise@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d8/fa/ca3a2a979b7e718da7442e89c59fb519eff745adfb6e87757f472e629bd2/types-pefile-2023.2.7.post0.tar.gz",
    "platform": null,
    "description": "# types-pefile\n\n[![PyPI](https://img.shields.io/pypi/v/types-pefile.svg)](https://pypi.org/project/types-pefile/)\n[![License](https://img.shields.io/pypi/l/types-pefile.svg)](https://github.com/coloursofnoise/types-pefile/blob/main/LICENSE)\n\nThis package aims to provide exhaustive type annotations for [`pefile`](https://github.com/erocarrera/pefile).\n\nType stubs are tested against [`pyright`](https://github.com/microsoft/pyright) and [`mypy`](https://github.com/python/mypy).\n\n\n## Usage\nInstall using `pip`:\n```console\n$ pip install types-pefile\n```\nFor older releases of `pefile`, download the corresponding version of `types-pefile`, if available:\n```console\n$ pip install types-pefile<=2022.5.30\n```\n\n\n## Versioning\nDistributions of this package follow the release versions for `pefile`, with an added suffix for revisions on a particular release.\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Type stubs for pefile.",
    "version": "2023.2.7.post0",
    "project_urls": {
        "Homepage": "https://github.com/coloursofnoise/types-pefile"
    },
    "split_keywords": [
        "pefile",
        "stubs",
        "typing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52fdf30755a91855ec61ac8c33bdfc099fec34268aecb62594902cdb120be45f",
                "md5": "6a0efaf182013ef2beb6fcc7da554e26",
                "sha256": "cd7a9639a46efb1823cf3c4da6c084df33e1df404009eaae97b3a44e4e8c32bd"
            },
            "downloads": -1,
            "filename": "types_pefile-2023.2.7.post0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a0efaf182013ef2beb6fcc7da554e26",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 48284,
            "upload_time": "2023-06-24T05:33:18",
            "upload_time_iso_8601": "2023-06-24T05:33:18.118916Z",
            "url": "https://files.pythonhosted.org/packages/52/fd/f30755a91855ec61ac8c33bdfc099fec34268aecb62594902cdb120be45f/types_pefile-2023.2.7.post0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8faca3a2a979b7e718da7442e89c59fb519eff745adfb6e87757f472e629bd2",
                "md5": "871db620c478f78c0718a0c6bb1154d0",
                "sha256": "a08e787e14d1ff53bd15c6318a0d1b56aa7647054e534e366799d0e94697a637"
            },
            "downloads": -1,
            "filename": "types-pefile-2023.2.7.post0.tar.gz",
            "has_sig": false,
            "md5_digest": "871db620c478f78c0718a0c6bb1154d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 432280,
            "upload_time": "2023-06-24T05:33:22",
            "upload_time_iso_8601": "2023-06-24T05:33:22.051593Z",
            "url": "https://files.pythonhosted.org/packages/d8/fa/ca3a2a979b7e718da7442e89c59fb519eff745adfb6e87757f472e629bd2/types-pefile-2023.2.7.post0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-24 05:33:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "coloursofnoise",
    "github_project": "types-pefile",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "types-pefile"
}
        
Elapsed time: 0.08249s