Metadata-Version: 2.1
Name: AST_Stubgen
Version: 0.1.5
Summary: Generate Python type stubs from your code using the AST.
Author-email: KRRT7 <turcioskevinr@gmail.com>
License: MIT
Project-URL: repository, https://github.com/KRRT7/AST_Stubgen
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: extras
Requires-Dist: ordered-set ; extra == 'extras'
Provides-Extra: ordered-set
Requires-Dist: ordered-set ; extra == 'ordered-set'

# AST_Stubgen
parse an file AST in order to generate a stubgen
