Metadata-Version: 2.1 Name: asyncssh Version: 2.14.2 Summary: AsyncSSH: Asynchronous SSHv2 client and server library Home-page: http://asyncssh.timeheart.net Author: Ron Frederick Author-email: ronf@timeheart.net License: Eclipse Public License v2.0 Project-URL: Documentation, https://asyncssh.readthedocs.io Project-URL: Source, https://github.com/ronf/asyncssh Project-URL: Tracker, https://github.com/ronf/asyncssh/issues Platform: Any Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved Classifier: Operating System :: MacOS :: MacOS X Classifier: Operating System :: POSIX 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: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Topic :: Internet Classifier: Topic :: Security :: Cryptography Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: System :: Networking Requires-Python: >= 3.6 License-File: LICENSE Requires-Dist: cryptography (>=39.0) Requires-Dist: typing-extensions (>=3.6) Provides-Extra: bcrypt Requires-Dist: bcrypt (>=3.1.3) ; extra == 'bcrypt' Provides-Extra: fido2 Requires-Dist: fido2 (>=0.9.2) ; extra == 'fido2' Provides-Extra: gssapi Requires-Dist: gssapi (>=1.2.0) ; extra == 'gssapi' Provides-Extra: libnacl Requires-Dist: libnacl (>=1.4.2) ; extra == 'libnacl' Provides-Extra: pkcs11 Requires-Dist: python-pkcs11 (>=0.7.0) ; extra == 'pkcs11' Provides-Extra: pyopenssl Requires-Dist: pyOpenSSL (>=23.0.0) ; extra == 'pyopenssl' Provides-Extra: pywin32 Requires-Dist: pywin32 (>=227) ; extra == 'pywin32'