Metadata-Version: 2.1
Name: types-all
Version: 1.0.0
Summary: A shim for the typeshed changes in mypy 0.900
Home-page: https://github.com/asottile/types-all
Author: Anthony Sottile
Author-email: asottile@umich.edu
License: MIT
Description: [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/types-all/master.svg)](https://results.pre-commit.ci/latest/github/asottile/types-all/master)
        
        types-all
        =========
        
        A shim for the typeshed changes in mypy 0.900
        
        ## installation
        
        `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
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
