mypy-extensions


Namemypy-extensions JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/python/mypy_extensions
SummaryType system extensions for programs checked with the mypy type checker.
upload_time2023-02-04 12:11:27
maintainer
docs_urlNone
authorThe mypy developers
requires_python>=3.5
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Mypy Extensions
===============

The "mypy_extensions" module defines extensions to the standard "typing" module
that are supported by the mypy type checker and the mypyc compiler.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python/mypy_extensions",
    "name": "mypy-extensions",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "The mypy developers",
    "author_email": "jukka.lehtosalo@iki.fi",
    "download_url": "https://files.pythonhosted.org/packages/98/a4/1ab47638b92648243faf97a5aeb6ea83059cc3624972ab6b8d2316078d3f/mypy_extensions-1.0.0.tar.gz",
    "platform": null,
    "description": "Mypy Extensions\n===============\n\nThe \"mypy_extensions\" module defines extensions to the standard \"typing\" module\nthat are supported by the mypy type checker and the mypyc compiler.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Type system extensions for programs checked with the mypy type checker.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/python/mypy_extensions"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ae25d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa",
                "md5": "858a2ef51fb6d80b9ef6a27f050cf1b2",
                "sha256": "4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d"
            },
            "downloads": -1,
            "filename": "mypy_extensions-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "858a2ef51fb6d80b9ef6a27f050cf1b2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 4695,
            "upload_time": "2023-02-04T12:11:25",
            "upload_time_iso_8601": "2023-02-04T12:11:25.002510Z",
            "url": "https://files.pythonhosted.org/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98a41ab47638b92648243faf97a5aeb6ea83059cc3624972ab6b8d2316078d3f",
                "md5": "5b77a3cafc7e9749a0157533c0915b5d",
                "sha256": "75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
            },
            "downloads": -1,
            "filename": "mypy_extensions-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5b77a3cafc7e9749a0157533c0915b5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 4433,
            "upload_time": "2023-02-04T12:11:27",
            "upload_time_iso_8601": "2023-02-04T12:11:27.157096Z",
            "url": "https://files.pythonhosted.org/packages/98/a4/1ab47638b92648243faf97a5aeb6ea83059cc3624972ab6b8d2316078d3f/mypy_extensions-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-04 12:11:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python",
    "github_project": "mypy_extensions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "mypy-extensions"
}
        
Elapsed time: 0.25347s