types-all-v2


Nametypes-all-v2 JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/Morry98/types-all
SummaryA shim for the typeshed changes in mypy
upload_time2024-08-02 10:37:03
maintainerNone
docs_urlNone
authorMatteo Morando
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DEPRECATED

well, not really deprecated but it represents a point-in-time and won't be changing

___

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/types-all/main.svg)](https://results.pre-commit.ci/latest/github/asottile/types-all/main)

types-all
=========

A shim for the typeshed changes in mypy 0.900

## installation

```bash
pip install types-all
```

## why

`--install-types` is annoying, this installs all the things in [typeshed]

```
error: Library stubs not installed for "toml" (or incompatible with Python 3.8)
```

(for pre-commit, use something like this)

```yaml
-   repo: https://github.com/pre-commit/mirrors-mypy
    rev: v0.902
    hooks:
    -   id: mypy
        additional_dependencies: [types-all]
```

[typeshed]: https://github.com/python/typeshed

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Morry98/types-all",
    "name": "types-all-v2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Matteo Morando",
    "author_email": "matteomorando98@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ac/a6/210c298f6401356cc5b82d6ecd1bc8e99b9502a6dfda6a7c06f59019473d/types_all_v2-2.0.0.tar.gz",
    "platform": null,
    "description": "# DEPRECATED\r\n\r\nwell, not really deprecated but it represents a point-in-time and won't be changing\r\n\r\n___\r\n\r\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/types-all/main.svg)](https://results.pre-commit.ci/latest/github/asottile/types-all/main)\r\n\r\ntypes-all\r\n=========\r\n\r\nA shim for the typeshed changes in mypy 0.900\r\n\r\n## installation\r\n\r\n```bash\r\npip install types-all\r\n```\r\n\r\n## why\r\n\r\n`--install-types` is annoying, this installs all the things in [typeshed]\r\n\r\n```\r\nerror: Library stubs not installed for \"toml\" (or incompatible with Python 3.8)\r\n```\r\n\r\n(for pre-commit, use something like this)\r\n\r\n```yaml\r\n-   repo: https://github.com/pre-commit/mirrors-mypy\r\n    rev: v0.902\r\n    hooks:\r\n    -   id: mypy\r\n        additional_dependencies: [types-all]\r\n```\r\n\r\n[typeshed]: https://github.com/python/typeshed\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A shim for the typeshed changes in mypy",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Morry98/types-all"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dae49d998263687c409169064082e98db9b0538135c7cb5c82414638ade0bc3",
                "md5": "11ae00264f218f4ac96922640fb09ca7",
                "sha256": "6a7b0038e033cc2068c5affc34bb0d55e74181c067c625002f5e3d6a8efb4bf4"
            },
            "downloads": -1,
            "filename": "types_all_v2-2.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11ae00264f218f4ac96922640fb09ca7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 3574,
            "upload_time": "2024-08-02T10:37:01",
            "upload_time_iso_8601": "2024-08-02T10:37:01.176609Z",
            "url": "https://files.pythonhosted.org/packages/3d/ae/49d998263687c409169064082e98db9b0538135c7cb5c82414638ade0bc3/types_all_v2-2.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aca6210c298f6401356cc5b82d6ecd1bc8e99b9502a6dfda6a7c06f59019473d",
                "md5": "1d357db6581cadddf1bad98fd27dbfb1",
                "sha256": "8a47538dac12091f8b22581e76f638d610814852e428abe7612b011a0cf30a8a"
            },
            "downloads": -1,
            "filename": "types_all_v2-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1d357db6581cadddf1bad98fd27dbfb1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4766,
            "upload_time": "2024-08-02T10:37:03",
            "upload_time_iso_8601": "2024-08-02T10:37:03.165827Z",
            "url": "https://files.pythonhosted.org/packages/ac/a6/210c298f6401356cc5b82d6ecd1bc8e99b9502a6dfda6a7c06f59019473d/types_all_v2-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-02 10:37:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Morry98",
    "github_project": "types-all",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "types-all-v2"
}
        
Elapsed time: 0.40472s