New asyncio project

Good day for everyone.

I have new asyncio project which use aiohttp connector and asyncio
protocols/transports for tunneling packets through Tor Network cleanly.
Project called aiotor: GitHub - torpyorg/aiotor: A pure python asynchronous Tor client implementation.

If someone with experience in asyncio field can make code review I will
be appreciated for any comments.

I prepared pull request to make it convenient to review and comment on
the code: Initial async tor client release by jbrown299 · Pull Request #1 · torpyorg/aiotor · GitHub

Thanks in advance.

1 Like

It would’ve been nicer if it was based on AnyIO so that it could also be used on trio, not just asyncio.

EDIT: fixed incorrect wording.

I disagree, I think it would have been nicer if it was based on anyio

EDIT: I now agree with the updated post