You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4 KiB

7 years ago
  1. Metadata-Version: 2.0
  2. Name: paramiko
  3. Version: 2.4.0
  4. Summary: SSH2 protocol library
  5. Home-page: https://github.com/paramiko/paramiko/
  6. Author: Jeff Forcier
  7. Author-email: jeff@bitprophet.org
  8. License: LGPL
  9. Platform: Posix; MacOS X; Windows
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  13. Classifier: Operating System :: OS Independent
  14. Classifier: Topic :: Internet
  15. Classifier: Topic :: Security :: Cryptography
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 2
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  23. Requires-Dist: bcrypt (>=3.1.3)
  24. Requires-Dist: cryptography (>=1.5)
  25. Requires-Dist: pynacl (>=1.0.1)
  26. Requires-Dist: pyasn1 (>=0.1.7)
  27. This is a library for making SSH2 connections (client or server).
  28. Emphasis is on using SSH2 as an alternative to SSL for making secure
  29. connections between python scripts. All major ciphers and hash methods
  30. are supported. SFTP client and server mode are both supported too.
  31. Required packages:
  32. Cryptography
  33. To install the development version, ``pip install -e
  34. git+https://github.com/paramiko/paramiko/#egg=paramiko``.

Powered by TurnKey Linux.