dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

Rework everything #131

Closed JanEricNitschke closed 1 year ago

JanEricNitschke commented 1 year ago

Move from manual file, signature and docstring parsing to using the AST to parse file and signatures and docstring_parser to parser the docstrings.