Metadata-Version: 2.1
Name: asttrs
Version: 0.4.7
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 (<1.0.0)
Requires-Dist: attrs (<22.0.0)
Requires-Dist: black (<23.0.0)
Requires-Dist: cattrs (<2.0.0)
Requires-Dist: isort (<6.0.0)
Project-URL: Repository, https://github.com/ryanchao2012/asttrs
Description-Content-Type: text/markdown

# asttrs
A attrs-style wrapper for python ast

