Metadata-Version: 2.1
Name: pyls-mypy
Version: 0.1.6
Summary: Mypy linter for the Python Language Server
Home-page: https://github.com/tomv564/pyls-mypy
Author: Tom van Ommeren
License: UNKNOWN
Description: Mypy plugin for PYLS
        ======================
        
        .. image:: https://badge.fury.io/py/pyls-mypy.svg
            :target: https://badge.fury.io/py/pyls-mypy
        
        .. image:: https://travis-ci.org/tomv564/pyls-mypy.svg?branch=master
            :target: https://travis-ci.org/tomv564/pyls-mypy
        
        This is a plugin for the Palantir's Python Language Server (https://github.com/palantir/python-language-server)
        
        It, like mypy, requires Python 3.2 or newer.
        
        
        Installation
        ------------
        
        Install into the same virtualenv as pyls itself.
        
        ``pip install pyls-mypy``
        
        
Platform: UNKNOWN
Provides-Extra: test
