-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
811405e
commit 63011ee
Showing
1,359 changed files
with
148,464 additions
and
94,022 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
Metadata-Version: 2.1 | ||
Name: mypy | ||
Version: 0.910 | ||
Version: 1.0.1 | ||
Summary: Optional static typing for Python | ||
Home-page: http://www.mypy-lang.org/ | ||
Author: Jukka Lehtosalo | ||
Author-email: [email protected] | ||
License: MIT License | ||
Project-URL: News, http://mypy-lang.org/news.html | ||
Platform: UNKNOWN | ||
Classifier: Development Status :: 4 - Beta | ||
Project-URL: Documentation, https://mypy.readthedocs.io/en/stable/index.html | ||
Project-URL: Repository, https://github.com/python/mypy | ||
Classifier: Development Status :: 5 - Production/Stable | ||
Classifier: Environment :: Console | ||
Classifier: Intended Audience :: Developers | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.5 | ||
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 :: 3.10 | ||
Classifier: Programming Language :: Python :: 3.11 | ||
Classifier: Topic :: Software Development | ||
Requires-Python: >=3.5 | ||
Classifier: Typing :: Typed | ||
Requires-Python: >=3.7 | ||
Provides-Extra: dmypy | ||
Provides-Extra: python2 | ||
Provides-Extra: reports | ||
Provides-Extra: install-types | ||
License-File: LICENSE | ||
|
||
Mypy -- Optional Static Typing for Python | ||
|
@@ -33,5 +37,3 @@ 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. | ||
|
||
|
Oops, something went wrong.