doctr
doctr copied to clipboard
Anything against async/await ?
Doctr is python 3.5+, so async/await is valid syntax.
I don't see any immediate improvement we could do, expect using aiohttp in replacement of requests (which is almost a drop-in replacement), and make requests to check_repo_exists on github and travis concurrent.
I haven't played with other concurrency like subprocess, and I don't believe there is a async version of input
¯\_(ツ)_/¯
Everything seems to work well enough now, but if there's something we need it for I guess it's there.