Metadata-Version: |
2.1 |
Name: |
asttokens |
Version: |
2.4.1 |
Summary: |
Annotate AST trees with source code positions |
Author: |
Dmitry Sagalovskiy, Grist Labs |
Author-Email: |
dmitry[at]getgrist.com |
Home-Page: |
https://github.com/gristlabs/asttokens |
License: |
Apache 2.0 |
Keywords: |
code,ast,parse,tokenize,refactor |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Code Generators |
Classifier: |
Topic :: Software Development :: Compilers |
Classifier: |
Topic :: Software Development :: Interpreters |
Classifier: |
Topic :: Software Development :: Pre-processors |
Classifier: |
Environment :: Console |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Requires-Dist: |
six (>=1.12.0) |
Requires-Dist: |
typing; python_version < "3.5" |
Requires-Dist: |
astroid (<2,>=1); python_version < "3" and extra == "astroid" |
Requires-Dist: |
astroid (<4,>=2); python_version >= "3" and extra == "astroid" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
astroid (<2,>=1); python_version < "3" and extra == "test" |
Requires-Dist: |
astroid (<4,>=2); python_version >= "3" and extra == "test" |
Provides-Extra: |
astroid |
Provides-Extra: |
test |
License-File: |
LICENSE |