Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22628b commit 403d5b9Copy full SHA for 403d5b9
winpython/data/packages.ini
@@ -562,6 +562,9 @@ description=D3 Viewer for Matplotlib
562
[mpmath]
563
description=Python library for arbitrary-precision floating-point arithmetic
564
565
+[mypy]
566
+description=Optional static typing for Python
567
+
568
[msgpack-python]
569
description=MessagePack (de)serializer.
570
@@ -1312,6 +1315,9 @@ description=An API and command-line toolset for Twitter (twitter.com)
1312
1315
[twython]
1313
1316
description=Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs
1314
1317
1318
+[typed_ast]
1319
+description=a fork of Python 2 and 3 ast modules with type comment support
1320
1321
[uritemplate]
1322
description=URI templates
1323
0 commit comments