Skip to main content

Optional static typing for Python

Project description

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.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mypy-0.941.tar.gz (2.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mypy-0.941-py3-none-any.whl (2.5 MB view details)

Uploaded Python 3

mypy-0.941-cp310-cp310-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.10Windows x86-64

mypy-0.941-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

mypy-0.941-cp310-cp310-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mypy-0.941-cp310-cp310-macosx_10_9_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mypy-0.941-cp310-cp310-macosx_10_9_universal2.whl (17.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

mypy-0.941-cp39-cp39-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.9Windows x86-64

mypy-0.941-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

mypy-0.941-cp39-cp39-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

mypy-0.941-cp39-cp39-macosx_10_9_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mypy-0.941-cp39-cp39-macosx_10_9_universal2.whl (17.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

mypy-0.941-cp38-cp38-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.8Windows x86-64

mypy-0.941-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

mypy-0.941-cp38-cp38-macosx_11_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

mypy-0.941-cp38-cp38-macosx_10_9_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

mypy-0.941-cp38-cp38-macosx_10_9_universal2.whl (17.7 MB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

mypy-0.941-cp37-cp37m-win_amd64.whl (8.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

mypy-0.941-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

mypy-0.941-cp37-cp37m-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

mypy-0.941-cp36-cp36m-win_amd64.whl (8.2 MB view details)

Uploaded CPython 3.6mWindows x86-64

mypy-0.941-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

mypy-0.941-cp36-cp36m-macosx_10_9_x86_64.whl (10.0 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file mypy-0.941.tar.gz.

File metadata

  • Download URL: mypy-0.941.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941.tar.gz
Algorithm Hash digest
SHA256 cbcc691d8b507d54cb2b8521f0a2a3d4daa477f62fe77f0abba41e5febb377b7
MD5 d95be359d8793ccd676ff01d8beb8ca5
BLAKE2b-256 3e9f9f408ca2ed4004e4303649087449556db769b341390dbc21a6075f02bc7d

See more details on using hashes here.

File details

Details for the file mypy-0.941-py3-none-any.whl.

File metadata

  • Download URL: mypy-0.941-py3-none-any.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-py3-none-any.whl
Algorithm Hash digest
SHA256 3cf77f138efb31727ee7197bc824c9d6d7039204ed96756cc0f9ca7d8e8fc2a4
MD5 a3571a33103967321e2af500eb878985
BLAKE2b-256 4396c18e42355096603d0ef749d6c1af36c0ff1ca5494ce2823e533267138261

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mypy-0.941-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 080097eee5393fd740f32c63f9343580aaa0fb1cda0128fd859dfcf081321c3d
MD5 c9d8dfdabb16f4cfaac9028ced7b088f
BLAKE2b-256 5ffe26948defc9718817d85a915b0df5209d982330044c2da2544f1bfc343bb3

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for mypy-0.941-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8eaf55fdf99242a1c8c792247c455565447353914023878beadb79600aac4a2a
MD5 674d183f6efbb82a94b3f3011b5aeae3
BLAKE2b-256 de022d05db88e742f94b6bbb0e4c2197f5f737552081feab21c1169c1922bf92

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: mypy-0.941-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b30d29251dff4c59b2e5a1fa1bab91ff3e117b4658cb90f76d97702b7a2ae699
MD5 6421b3bfd67e0e8615fff534375e0fd5
BLAKE2b-256 0fb8ed0eda453c8a6272edc9963d612a1cd3a9d536220d0fc8b62143fb1922bd

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mypy-0.941-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a8e1f63357851444940351e98fb3252956a15f2cabe3d698316d7a2d1f1f896
MD5 c18ad452513f3e7dab1d38135628cb8d
BLAKE2b-256 a87508a6124141b07bb48621fdb0138646819549d1f35d0520ffb6686249503f

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: mypy-0.941-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 98f61aad0bb54f797b17da5b82f419e6ce214de0aa7e92211ebee9e40eb04276
MD5 41123e9d900aa6f813a598755fda6d2f
BLAKE2b-256 9c0ef5912ad56f5bddbb54fb72882709f022aa984d599932d78c1746e7310c81

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mypy-0.941-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b2ce2788df0c066c2ff4ba7190fa84f18937527c477247e926abeb9b1168b8cc
MD5 0a94681a5f8ea899679af768f6ebd66d
BLAKE2b-256 09ae3b5916788844ba021e0372c7b24400febb37d6047cc7856a3e6c675a1652

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for mypy-0.941-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 818cfc51c25a5dbfd0705f3ac1919fff6971eb0c02e6f1a1f6a017a42405a7c0
MD5 af518b1ffcc889d40b4ddbdb4200841e
BLAKE2b-256 d39522adb571a27e2518ab5ff23d7f34cbff121d7472b48921a8a39e5f84bd16

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: mypy-0.941-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d051ce0946521eba48e19b25f27f98e5ce4dbc91fff296de76240c46b4464df0
MD5 b336943ecf22d5d6c1e805dcad47756a
BLAKE2b-256 356d104b9a230a4afefa95368d41ed8eb7b98960cb42dd47ad8e3ff325786d2d

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mypy-0.941-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 465a6ce9ca6268cadfbc27a2a94ddf0412568a6b27640ced229270be4f5d394d
MD5 039714e98cea266fa6ef554a03ecb6ca
BLAKE2b-256 ed7776bb7a91368cee55eacb5fbf1493352634a4f8c97f1c00b879b64b34f8d8

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: mypy-0.941-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 745071762f32f65e77de6df699366d707fad6c132a660d1342077cbf671ef589
MD5 b23db52f1febe471653452243ea4773e
BLAKE2b-256 f13bb8692ad1f093c4aa53dc940e2a55660a0dc85921b2897c825505251e8647

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mypy-0.941-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bf446223b2e0e4f0a4792938e8d885e8a896834aded5f51be5c3c69566495540
MD5 e8fe92617156ffa6bc736250a98efd49
BLAKE2b-256 fd002ba990e7eefaeb0e2230fdb7b7b0c85f8a1e40738fa45178571ccba9351a

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for mypy-0.941-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fc5ecff5a3bbfbe20091b1cad82815507f5ae9c380a3a9bf40f740c70ce30a9b
MD5 2e1af26eec4e8b56c44117600e674ee1
BLAKE2b-256 2a2c5cf66693ab472e630c79249e42d84ef956e53deee71b83c0fe0d76f3231a

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: mypy-0.941-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42c216a33d2bdba08098acaf5bae65b0c8196afeb535ef4b870919a788a27259
MD5 e00c0d169dbe3e0136d39f6e4aae063c
BLAKE2b-256 c931a07f2b6fc82c44502880e2660c0162809f18c97b86c9416f66474a978f7d

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mypy-0.941-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d61b73c01fc1de799226963f2639af831307fe1556b04b7c25e2b6c267a3bc76
MD5 b1d1ae5ac23e83a6b33582756c307404
BLAKE2b-256 4264559dbc007f2577a5c014afa18f5d3d407413d793d883ef65a54a267ef6a1

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: mypy-0.941-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 108f3c7e14a038cf097d2444fa0155462362c6316e3ecb2d70f6dd99cd36084d
MD5 cf20d68e7a2c25fbfe1b9c9d9efd60d4
BLAKE2b-256 aa1a1bd544016a62e7cad15323e841e6592ee5cd54caeccf2df67911747d5088

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: mypy-0.941-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 eea10982b798ff0ccc3b9e7e42628f932f552c5845066970e67cd6858655d52c
MD5 8b6d523dfb214942d2370e2e46462767
BLAKE2b-256 657dedb8f42c9c7ff19f8156051bfe0dee9138977592f3d39b14176f269e4a9b

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for mypy-0.941-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3bada0cf7b6965627954b3a128903a87cac79a79ccd83b6104912e723ef16c7b
MD5 57e3ec4734ca74f8964756257a237542
BLAKE2b-256 903dc0ccb98f20494ae494fe7be0ff4ed107328556b026d9a6cebea7205029e0

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mypy-0.941-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d3bcbe146247997e03bf030122000998b076b3ac6925b0b6563f46d1ce39b50
MD5 a3ce2a64868263ea1da187f8149c01fc
BLAKE2b-256 f719f0c5587e4330479439b76279b806cd64098013cd26663c5af25ad70b8043

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: mypy-0.941-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0dd441fbacf48e19dc0c5c42fafa72b8e1a0ba0a39309c1af9c84b9397d9b15a
MD5 571e2ad2d62a5453f316053001d2e5f1
BLAKE2b-256 7a50378842837e3798da227d1b567dc34d6f9891d726996a6182084e685d0858

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for mypy-0.941-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8e5974583a77d630a5868eee18f85ac3093caf76e018c510aeb802b9973304ce
MD5 8d9ab89390c48e3de916c664e632786a
BLAKE2b-256 11d4473fe6efd1b514f4dd2423c16c1a28e658a52fee4726381b9f5f07eff8ae

See more details on using hashes here.

File details

Details for the file mypy-0.941-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: mypy-0.941-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 10.0 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.1

File hashes

Hashes for mypy-0.941-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f79137d012ff3227866222049af534f25354c07a0d6b9a171dba9f1d6a1fdef4
MD5 066645aad7dcdbd31ebe0bd60776fda5
BLAKE2b-256 4ddda0e97994a970ef6c618fd37192f32cc86a03d6d0d830eecf3c556a8a4576

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page