METADATA 731 B

12345678910111213141516171819202122
  1. Metadata-Version: 2.1
  2. Name: pywinpty
  3. Version: 0.5.7
  4. Summary: Python bindings for the winpty library
  5. Home-page: https://github.com/spyder-ide/pywinpty
  6. Author: Edgar Andrés Margffoy-Tuay
  7. Author-email: andfoy@gmail.com
  8. License: MIT
  9. Keywords: winpty,pty,pseudoterminal,pseudotty
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 4 - Beta
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Operating System :: Microsoft :: Windows
  15. Classifier: Programming Language :: Python :: 2.7
  16. Classifier: Programming Language :: Python :: 3.5
  17. Classifier: Programming Language :: Python :: 3.6
  18. Requires-Dist: backports.shutil-which ; python_version < "3.0"
  19. UNKNOWN