dadadel / pyment

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

No support for async functions #117

Open RubenKelevra opened 2 years ago

RubenKelevra commented 2 years ago

I'm using async functions in my project and Pyment seems to not support them:

no support for async functions

ajatkj commented 1 year ago

@RubenKelevra the package on pypi is not updated since 2018. You can install the latest version of pyment using pip install git+https://github.com/dadadel/pyment.git or if you're using poetry then - poetry add git+https://github.com/dadadel/pyment.git. The latest version has this and many other issues fixed.