METADATA 1.0 KB

123456789101112131415161718192021222324252627
  1. Metadata-Version: 2.0
  2. Name: pywin32
  3. Version: 228
  4. Summary: Python for Window Extensions
  5. Home-page: https://github.com/mhammond/pywin32
  6. Author: Mark Hammond (et al)
  7. Author-email: mhammond@skippinet.com.au
  8. License: PSF
  9. Description-Content-Type: UNKNOWN
  10. Platform: UNKNOWN
  11. Classifier: Environment :: Win32 (MS Windows)
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: Python Software Foundation 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. Classifier: Programming Language :: Python :: 3.7
  19. Classifier: Programming Language :: Python :: 3.8
  20. Classifier: Programming Language :: Python :: 3.9
  21. Classifier: Programming Language :: Python :: Implementation :: CPython
  22. Python extensions for Microsoft Windows
  23. Provides access to much of the Win32 API, the
  24. ability to create and use COM objects, and the
  25. Pythonwin environment.