pyment icon indicating copy to clipboard operation
pyment copied to clipboard

No support for async functions

Open RubenKelevra opened this issue 2 years ago • 1 comments

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

no support for async functions

RubenKelevra avatar Feb 24 '22 21:02 RubenKelevra

@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.

ajatkj avatar Sep 05 '23 14:09 ajatkj