Metadata-Version: 2.1
Name: asttrs
Version: 0.7.0
Summary: A attrs-style wrapper for python ast
Home-page: https://github.com/ryanchao2012/asttrs
License: MIT
Author: ryanchao2012
Author-email: ryanchao2012@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: astor
Requires-Dist: attrs
Requires-Dist: black
Requires-Dist: cattrs
Requires-Dist: isort
Project-URL: Repository, https://github.com/ryanchao2012/asttrs
Description-Content-Type: text/markdown

# asttrs
A attrs-style wrapper for python ast

