Metadata-Version: 2.1
Name: aionetworking
Version: 1.5.1
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: wheel (>=0.37.1)
Requires-Dist: aiofiles (>=0.8.0)
Requires-Dist: inflect (>=6.0.0)
Requires-Dist: dataclasses (>=0.8) ; python_version < "3.7"
Requires-Dist: pep562 (>=1.1) ; python_version < "3.7"
Requires-Dist: typing-extensions (>=4.3.0) ; python_version < "3.8"
Requires-Dist: cached-property (>=1.5.2) ; python_version < "3.8"
Provides-Extra: all
Requires-Dist: asyncssh (>=2.12.0) ; extra == 'all'
Requires-Dist: psutil (>=5.9.1) ; extra == 'all'
Requires-Dist: pyyaml (>=6.0) ; extra == 'all'
Requires-Dist: pywin32 (==304) ; (os_name == "nt") and extra == 'all'
Requires-Dist: pamela (>=1.0.0) ; (os_name == "posix") and extra == 'all'
Requires-Dist: uvloop (==0.14.0) ; (os_name == "posix" and python_version < "3.7") and extra == 'all'
Requires-Dist: uvloop (>=0.16.0) ; (os_name == "posix" and python_version >= "3.7") and extra == 'all'
Provides-Extra: optional
Requires-Dist: psutil (>=5.9.1) ; extra == 'optional'
Requires-Dist: pyyaml (>=6.0) ; extra == 'optional'
Requires-Dist: uvloop (==0.14.0) ; (os_name == "posix" and python_version < "3.7") and extra == 'optional'
Requires-Dist: uvloop (>=0.16.0) ; (os_name == "posix" and python_version >= "3.7") and extra == 'optional'
Provides-Extra: sftp
Requires-Dist: asyncssh (>=2.12.0) ; extra == 'sftp'
Requires-Dist: pywin32 (==304) ; (os_name == "nt") and extra == 'sftp'
Requires-Dist: pamela (>=1.0.0) ; (os_name == "posix") and extra == 'sftp'

Various utilities for networking with asyncio
