Metadata-Version: 2.4
Name: anynet
Version: 1.2.2
Summary: Networking library based on anyio
Home-page: https://github.com/kinnay/anynet
Author: Yannik Marchand
Author-email: ymarchand@me.com
License: MIT
License-File: LICENSE
Requires-Dist: anyio~=4.0
Requires-Dist: pyopenssl
Requires-Dist: netifaces
Requires-Dist: multidict
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

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.
