This is a simple asynchronous networking library that I'm using for hobby projects. It's based on anyio, so it can be used together with either asyncio or trio.
Feel free to open a pull request or issue on github. If you open a pull request, please try to follow the current code style as much as possible, and consider writing a test for new features and bug fixes.