PyPi Package Update
I was wondering if the PyPi package could be updated? I usually install packages via pip instead of python setup.py install.
I pip installed it and was wondering why my type hints weren't coming out correctly, after I installed it via GitHub I figured out that the pip package was out of date.
Anyhow, thanks again for this package! It's super useful and just what I needed!
Cheers
Hi @joeld1 Thanks for your message. Indeed I plan to release soon on PyPi. I am working on some issues before.
Thanks @dadadel ,
Also, I was wondering if there's an option to add types on the same line that a parameter is defined within the docstr for ReStructuredText ?
For example :param str my_name: Users Name
I was wondering if there was a flag that'll output ReStructuredText like this example, screenshot below

Cheers, and thank you again for making this! This is awesome!
Hello, PyPi last released is still Jul 29, 2018. Is there more recently updated alternative project ?
Hi,
What's the status on the PyPI release?
There are some annoying bugs present in the outdated release such as google style docstrings not indented properly (4 spaces) after conversion.