Metadata-Version: 1.1
Name: mypy-lang
Version: 0.1.0
Summary: Optional static type checker for Python
Home-page: http://www.mypy-lang.org/
Author: Jukka Lehtosalo
Author-email: jukka.lehtosalo@iki.fi
License: MIT License
Description: Mypy -- Optional Static Type Checker for Python
        ===============================================
        
        Mypy lets you add type annotations to Python programs, type check them
        without running them, and run the programs using a standard Python 3
        interpreter.
        
Platform: POSIX
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
