Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 854 Bytes

index.md

File metadata and controls

executable file
·
24 lines (18 loc) · 854 Bytes

Welcome to anynet

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.

Contributing

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.

API Reference