Metadata-Version: 1.2Name: gastVersion: 0.2.2Summary: Python AST that abstracts the underlying Python versionHome-page: https://github.com/serge-sans-paille/gast/Author: serge-sans-pailleAuthor-email: serge.guelton@telecom-bretagne.euLicense: BSD 3-ClauseDescription: A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST). GAST provides a compatibility layer between the AST of various Python versions, as produced by ``ast.parse`` from the standard ``ast`` module.Platform: UNKNOWNClassifier: Development Status :: 4 - BetaClassifier: Environment :: ConsoleClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: BSD LicenseClassifier: Natural Language :: EnglishClassifier: Programming Language :: Python :: 2Classifier: Programming Language :: Python :: 2.7Classifier: Programming Language :: Python :: 3Classifier: Programming Language :: Python :: 3.4Classifier: Programming Language :: Python :: 3.5Classifier: Programming Language :: Python :: 3.6Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*