types-six


Nametypes-six JSON
Version 1.16.21.20240513 PyPI version JSON
download
home_pagehttps://github.com/python/typeshed
SummaryTyping stubs for six
upload_time2024-05-13 02:23:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0 license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Typing stubs for six

This is a [PEP 561](https://peps.python.org/pep-0561/)
type stub package for the [`six`](https://github.com/benjaminp/six) package.
It can be used by type-checking tools like
[mypy](https://github.com/python/mypy/),
[pyright](https://github.com/microsoft/pyright),
[pytype](https://github.com/google/pytype/),
PyCharm, etc. to check code that uses
`six`.

This version of `types-six` aims to provide accurate annotations
for `six==1.16.*`.
The source for this package can be found at
https://github.com/python/typeshed/tree/main/stubs/six. All fixes for
types and metadata should be contributed there.

See https://github.com/python/typeshed/blob/main/README.md for more details.
This package was generated from typeshed commit `0382803c4c228229295ae601dc431e452980fbd2` and was tested
with mypy 1.10.0, pyright 1.1.362, and
pytype 2024.4.11.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python/typeshed",
    "name": "types-six",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1b/2a/d786db60b07bf61a16469f6781138799b3e16f87fe4b27fb9454bc01e74a/types-six-1.16.21.20240513.tar.gz",
    "platform": null,
    "description": "## Typing stubs for six\n\nThis is a [PEP 561](https://peps.python.org/pep-0561/)\ntype stub package for the [`six`](https://github.com/benjaminp/six) package.\nIt can be used by type-checking tools like\n[mypy](https://github.com/python/mypy/),\n[pyright](https://github.com/microsoft/pyright),\n[pytype](https://github.com/google/pytype/),\nPyCharm, etc. to check code that uses\n`six`.\n\nThis version of `types-six` aims to provide accurate annotations\nfor `six==1.16.*`.\nThe source for this package can be found at\nhttps://github.com/python/typeshed/tree/main/stubs/six. All fixes for\ntypes and metadata should be contributed there.\n\nSee https://github.com/python/typeshed/blob/main/README.md for more details.\nThis package was generated from typeshed commit `0382803c4c228229295ae601dc431e452980fbd2` and was tested\nwith mypy 1.10.0, pyright 1.1.362, and\npytype 2024.4.11.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 license",
    "summary": "Typing stubs for six",
    "version": "1.16.21.20240513",
    "project_urls": {
        "Changes": "https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/six.md",
        "Chat": "https://gitter.im/python/typing",
        "GitHub": "https://github.com/python/typeshed",
        "Homepage": "https://github.com/python/typeshed",
        "Issue tracker": "https://github.com/python/typeshed/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4654a2747d2710c82c8d138ea574435f086b6b78dce634880c843c05aa9ca523",
                "md5": "ee78dc5fe4d1d12c168ec1ac4fa76840",
                "sha256": "af2a105be6d504339bfed81319cc8e8697865f0ee5c6baa63658f127b33b9e63"
            },
            "downloads": -1,
            "filename": "types_six-1.16.21.20240513-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee78dc5fe4d1d12c168ec1ac4fa76840",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15318,
            "upload_time": "2024-05-13T02:23:36",
            "upload_time_iso_8601": "2024-05-13T02:23:36.572667Z",
            "url": "https://files.pythonhosted.org/packages/46/54/a2747d2710c82c8d138ea574435f086b6b78dce634880c843c05aa9ca523/types_six-1.16.21.20240513-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b2ad786db60b07bf61a16469f6781138799b3e16f87fe4b27fb9454bc01e74a",
                "md5": "869abec499d025afa7495b301276a035",
                "sha256": "cdf445b5161bf17753500713a475ab79a45bd0d87728b8bfcecd86e2fbf66402"
            },
            "downloads": -1,
            "filename": "types-six-1.16.21.20240513.tar.gz",
            "has_sig": false,
            "md5_digest": "869abec499d025afa7495b301276a035",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10302,
            "upload_time": "2024-05-13T02:23:37",
            "upload_time_iso_8601": "2024-05-13T02:23:37.926453Z",
            "url": "https://files.pythonhosted.org/packages/1b/2a/d786db60b07bf61a16469f6781138799b3e16f87fe4b27fb9454bc01e74a/types-six-1.16.21.20240513.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-13 02:23:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python",
    "github_project": "typeshed",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "types-six"
}
        
Elapsed time: 0.24900s