Skip to main content

a fork of Python 2 and 3 ast modules with type comment support

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

typed_ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library. Unlike ast, the parsers in typed_ast include PEP 484 type comments and are independent of the version of Python under which they are run. The typed_ast parsers produce the standard Python AST (plus type comments), and are both fast and correct, as they are based on the CPython 2.7 and 3.6 parsers.

Project details


Download files

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

Source Distribution

typed_ast-1.4.1.tar.gz (208.6 kB view details)

Uploaded Source

Built Distributions

typed_ast-1.4.1-cp39-cp39-win_amd64.whl (158.3 kB view details)

Uploaded CPython 3.9Windows x86-64

typed_ast-1.4.1-cp39-cp39-win32.whl (136.2 kB view details)

Uploaded CPython 3.9Windows x86

typed_ast-1.4.1-cp39-cp39-manylinux2014_aarch64.whl (872.8 kB view details)

Uploaded CPython 3.9

typed_ast-1.4.1-cp39-cp39-manylinux1_x86_64.whl (769.2 kB view details)

Uploaded CPython 3.9

typed_ast-1.4.1-cp39-cp39-manylinux1_i686.whl (718.0 kB view details)

Uploaded CPython 3.9

typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl (225.1 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

typed_ast-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl (225.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

typed_ast-1.4.1-cp38-cp38-win_amd64.whl (158.6 kB view details)

Uploaded CPython 3.8Windows x86-64

typed_ast-1.4.1-cp38-cp38-win32.whl (136.8 kB view details)

Uploaded CPython 3.8Windows x86

typed_ast-1.4.1-cp38-cp38-manylinux2014_aarch64.whl (901.6 kB view details)

Uploaded CPython 3.8

typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl (768.2 kB view details)

Uploaded CPython 3.8

typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl (712.3 kB view details)

Uploaded CPython 3.8

typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl (224.9 kB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

typed_ast-1.4.1-cp37-cp37m-win_amd64.whl (155.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

typed_ast-1.4.1-cp37-cp37m-win32.whl (135.1 kB view details)

Uploaded CPython 3.7mWindows x86

typed_ast-1.4.1-cp37-cp37m-manylinux2014_aarch64.whl (843.5 kB view details)

Uploaded CPython 3.7m

typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl (737.6 kB view details)

Uploaded CPython 3.7m

typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl (681.1 kB view details)

Uploaded CPython 3.7m

typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl (224.0 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

typed_ast-1.4.1-cp36-cp36m-win_amd64.whl (155.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

typed_ast-1.4.1-cp36-cp36m-win32.whl (135.1 kB view details)

Uploaded CPython 3.6mWindows x86

typed_ast-1.4.1-cp36-cp36m-manylinux2014_aarch64.whl (829.7 kB view details)

Uploaded CPython 3.6m

typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl (737.5 kB view details)

Uploaded CPython 3.6m

typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl (681.0 kB view details)

Uploaded CPython 3.6m

typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl (223.9 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

typed_ast-1.4.1-cp35-cp35m-win_amd64.whl (155.3 kB view details)

Uploaded CPython 3.5mWindows x86-64

typed_ast-1.4.1-cp35-cp35m-win32.whl (135.0 kB view details)

Uploaded CPython 3.5mWindows x86

typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl (737.6 kB view details)

Uploaded CPython 3.5m

typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl (681.8 kB view details)

Uploaded CPython 3.5m

File details

Details for the file typed_ast-1.4.1.tar.gz.

File metadata

  • Download URL: typed_ast-1.4.1.tar.gz
  • Upload date:
  • Size: 208.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1.tar.gz
Algorithm Hash digest
SHA256 8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b
MD5 bbab93a51ece55b57ea993a436c5ac6f
BLAKE2b-256 1809b6a6b14bb8c5ec4a24fe0cf0160aa0b784fd55a6fd7f8da602197c5c461e

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 158.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0rc2

File hashes

Hashes for typed_ast-1.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3742b32cf1c6ef124d57f95be609c473d7ec4c14d0090e5a5e05a15269fb4d0c
MD5 3a33665fb4b240a6236d13264dbdaf58
BLAKE2b-256 bdff153968feeddf2bc6e6ce423f5232714097298758fccb419a43e68289b86c

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 136.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0rc2

File hashes

Hashes for typed_ast-1.4.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b52ccf7cfe4ce2a1064b18594381bccf4179c2ecf7f513134ec2f993dd4ab395
MD5 595af50dd6fe9541b74e6bcec2f37db9
BLAKE2b-256 b341c71ef0a1554ef3b0227c2978a780a08b97930e8a4d9bd756e8d30e1c41b1

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 872.8 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0rc2

File hashes

Hashes for typed_ast-1.4.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d8110d78a5736e16e26213114a38ca35cb15b6515d535413b090bd50951556d
MD5 4310235907269a5c5358383fe8185cd0
BLAKE2b-256 3208ae0b20daa26f1aa1c4d1a7d297f3e24769c68d9d899714b89c9a7db8bdf4

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 769.2 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0rc2

File hashes

Hashes for typed_ast-1.4.1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fac11badff8313e23717f3dada86a15389d0708275bddf766cca67a84ead3e91
MD5 704af9fb6339d234fbb41f87aef5e606
BLAKE2b-256 2b75759c5ef6c620d192f93244cf74e66c5b78e56085eeab723b0173e7eaa10c

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 718.0 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0rc2

File hashes

Hashes for typed_ast-1.4.1-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d648b8e3bf2fe648745c8ffcee3db3ff903d0817a01a12dd6a6ea7a8f4889072
MD5 7678d0dd14dfc5e0164a8080c8aeccdd
BLAKE2b-256 d248414966028a281648eac86b64502e255484230c7563dc4aec7367d8a2e343

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 225.1 kB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34
MD5 1e47a4b19c39e30a38469938118b7475
BLAKE2b-256 9f2bfc9c56c3630ed44ead9ed74919c1e445e31bb883098d1ca7b9d2b9af7b0a

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 225.7 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0rc2

File hashes

Hashes for typed_ast-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 92c325624e304ebf0e025d1224b77dd4e6393f18aab8d829b5b7e04afe9b7a2c
MD5 63febee3f3e47b3054cf1a0d0a69a987
BLAKE2b-256 fbf81e772d3ca42200dafe09eb8a02d1b33e298ba153d65bfc1d4b02e911719b

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 158.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4
MD5 f2cdd1d6d354c6329dde5270dd43c4a1
BLAKE2b-256 2ae3ec45191e05718c0b686fbedf95620c650f185fa92dfc3b12ee9db90e0b4c

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 136.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c
MD5 335717bfab416b83d5b95cb0443c9a05
BLAKE2b-256 95088a4ad31a802b0d0d595c9bd6e808abf690177962e8735cc55b542339a3d0

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 901.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.5

File hashes

Hashes for typed_ast-1.4.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e4c9d7658aaa1fc80018593abdf8598bf91325af6af5cce4ce7c73bc45ea53d
MD5 8f23ed2ba36ddeeaaacf500d6a02e344
BLAKE2b-256 f642c033efbc1720769349370307cf980eecb9f21b1537e04a7343d19662b420

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 768.2 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d
MD5 6f4639d84c3fd16a308add412bb355cd
BLAKE2b-256 774951308e8c529e14bb2399ff6d22998583aa9ae189ec191e6f7cbb4679f7d5

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 712.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907
MD5 0c3f68297e5e230c8db15df17705fa6a
BLAKE2b-256 9fc8dcd3cc1a31f29aa2d29ff63fe576c07d64747d3b4d96126dc5bed34f2d51

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 224.9 kB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6
MD5 ca74d397cff1588cabdee9286cc2f436
BLAKE2b-256 eba17878754f86bddd8f65f452e06790d2fd393d145f13be37d7092cd7b0f60e

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 155.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355
MD5 f10aa2bc962d37436f780b70d23339c4
BLAKE2b-256 6d6fc67eed763bcc095d9187c7a04fdc3ba640d1e990368acfcb1d294ff71549

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 135.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe
MD5 5125f3097c34ae126a9d9219c7ee78a5
BLAKE2b-256 d333cc19a616b15298a5bae6a66e7a9794efea6b606601aba726891b76df99fa

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 843.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.5

File hashes

Hashes for typed_ast-1.4.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f208eb7aff048f6bea9586e61af041ddf7f9ade7caed625742af423f6bae3298
MD5 8aca643d50a944a0bd5ef0edcdad0576
BLAKE2b-256 927d3e1b3d829fb91aef8b91de7291033cc4cb6ba54bea26b1d46792067bef95

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 737.6 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b
MD5 1c1d033c7219ef55c14fc2578ab7d671
BLAKE2b-256 5d100c1e8aa723a2b0c4032e048d8e511df82c8a1262f0e1df5e4c54eb2613e9

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 681.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41
MD5 3151c88024e2993bb2826cc9ed7d0030
BLAKE2b-256 75830a5ceb901e6199bb3c5c6a3a3d84b602560c111f8fc5de50b625bca85984

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 224.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614
MD5 7eec19c5e27191d13feef72f51e675c9
BLAKE2b-256 0cf0c351d6aeb7f5ba00da2e5aac43ef09b71be95aed45bfca943a5016854269

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 155.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa
MD5 99a969a82c63f12dc01d24da8a5ec6d9
BLAKE2b-256 f3e8900bf1d73519069c2ad47aa865492298bbe7206f246039fba0288b4f6f84

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 135.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1
MD5 da4fd3773408e1b9473c1417cbfbf7d8
BLAKE2b-256 d63849e8583dfef2c3d69968992437259c134506e24cd799f673988bf64f22b6

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 829.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.5

File hashes

Hashes for typed_ast-1.4.1-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fcf135e17cc74dbfbc05894ebca928ffeb23d9790b3167a674921db19082401f
MD5 115e3365e9b47535bda2d336f1b7af49
BLAKE2b-256 cfab7cb1328e0b1b6c171a476f678e97c61f8414cb95394ae749e9f0e2df2f26

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 737.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7
MD5 3aec2ca5835d09bf983ba604ea60348e
BLAKE2b-256 90ed5459080d95eb87a02fe860d447197be63b6e2b5e9ff73c2b0a85622994f4

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 681.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652
MD5 c5653c5bce0ca81292ce509fb6e9d067
BLAKE2b-256 30c88e2ab482f6ddddf7a248f132532f79cde4542b5d18f18b49980637c5dbb9

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 223.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75
MD5 3494919586983bab3015037d823eb92d
BLAKE2b-256 9df902030a2bbcbb164708d14cd83c8f022c9ef97d6c8dd6c1081b46d1975d74

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 155.3 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01
MD5 218722d25f455b324ef9fc3c0f3fdea8
BLAKE2b-256 7be5a88a1d94e237eadfb66b2f1dd6d4b3253f09a4be8c53e475ad417083c681

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 135.0 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919
MD5 fe2dbd016271d181817fa9cdcf801e62
BLAKE2b-256 b238e9e0fc043913e36c752d2e3f77c7fddd54a0c075a2a3a7f771e55c7c9b99

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 737.6 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb
MD5 8bdf161d8e920c170a96183645ce83e4
BLAKE2b-256 96d7c964472320ea65f17b2874fff37560c3c7e862fe7993a4f215319fe43e1b

See more details on using hashes here.

File details

Details for the file typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 681.8 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1+

File hashes

Hashes for typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3
MD5 50586730afad3f4404f2351074e3cc90
BLAKE2b-256 1bb33a8ec562a8e4d0fec26b992719242da6287f0bf4540d8449bf2d6ea59287

See more details on using hashes here.

Supported by

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