Metadata-Version: 1.1
Name: typed-ast
Version: 0.6.3
Summary: fork of Python 2 and 3 ast modules with type comment support
Home-page: https://github.com/dropbox/typed_ast
Author: David Fisher
Author-email: ddfisher@dropbox.com
License: Apache License 2.0
Description: This package is a fork of the CPython 2.7 and 3.5 `ast` modules with the
        ability to parse PEP 484 (https://www.python.org/dev/peps/pep-0484/) type
        comments.  The primary goals of this package are correctness and speed.
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
