Metadata-Version: 2.4
Name: aionetworking
Version: 2.1.0
Summary: Various utilities for asyncio networking
Home-page: https://github.com/primal100/aionetworking
Author: Unknown
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: inflect>=7.5.0
Provides-Extra: sftp
Requires-Dist: asyncssh>=2.21.0; extra == "sftp"
Requires-Dist: pamela>=1.2.0; os_name == "posix" and extra == "sftp"
Requires-Dist: pywin32>=311; os_name == "nt" and extra == "sftp"
Provides-Extra: optional
Requires-Dist: psutil>=7.0.0; extra == "optional"
Requires-Dist: pyyaml>=6.0.2; extra == "optional"
Requires-Dist: uvloop>=0.21.0; os_name == "posix" and extra == "optional"
Provides-Extra: all
Requires-Dist: asyncssh>=2.21.0; extra == "all"
Requires-Dist: pamela>=1.2.0; os_name == "posix" and extra == "all"
Requires-Dist: pywin32>=311; os_name == "nt" and extra == "all"
Requires-Dist: psutil>=7.0.0; extra == "all"
Requires-Dist: pyyaml>=6.0.2; extra == "all"
Requires-Dist: uvloop>=0.21.0; os_name == "posix" and extra == "all"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Various utilities for networking with asyncio
