Metadata-Version: 2.1
Name: basedmypy
Version: 1.0.0
Summary: Based static typing for Python
Home-page: https://www.github.com/KotlinIsland/basedmypy
Author: KotlinIsland
Author-email: AMONGUS@pizzahut.com
License: MIT License
Project-URL: News, http://mypy-lang.org/news.html
Project-URL: Documentation, https://mypy.readthedocs.io/en/stable/introduction.html
Project-URL: Repository, https://github.com/python/mypy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development
Requires-Python: >=3.6
Provides-Extra: dmypy
Provides-Extra: python2
License-File: LICENSE

Basedmypy -- Based Static Typing for Python
===========================================

Add type annotations to your Python programs, and use mypy to type
check them.  Mypy is essentially a Python linter on steroids, and it
can catch many programming errors by analyzing your program, without
actually having to run it.  Mypy has a powerful type system with
features such as type inference, gradual typing, generics and union
types.


