Metadata-Version: |
2.1 |
Name: |
horast |
Version: |
0.4.0 |
Summary: |
human-oriented ast parser/unparser |
Author: |
Mateusz Bysiek |
Author-Email: |
mateusz.bysiek[at]gmail.com |
Maintainer: |
Mateusz Bysiek |
Maintainer-Email: |
mateusz.bysiek[at]gmail.com |
Home-Page: |
https://github.com/mbdevpl/horast |
License: |
Apache License 2.0 |
Keywords: |
abstract syntax tree,ast,comments,directives,parsing,readability,type hints,unparsing |
Classifier: |
Development Status :: 2 - Pre-Alpha |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Topic :: Education |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Software Development :: Code Generators |
Classifier: |
Topic :: Software Development :: Compilers |
Classifier: |
Topic :: Software Development :: Pre-processors |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.5 |
Requires-Dist: |
asttokens (==1.*,>=1.1.13) |
Requires-Dist: |
static-typing (~=0.2.7) |
Requires-Dist: |
typed-ast (~=1.4) |
Requires-Dist: |
typed-astunparse (==2.*,>=2.1.4) |
Requires-Dist: |
version-query (==1.*,>=1.0.5) |
Description-Content-Type: |
text/x-rst; charset=UTF-8 |