PKG-INFO 975 B

12345678910111213141516171819202122232425262728
  1. Metadata-Version: 1.1
  2. Name: enum-compat
  3. Version: 0.0.2
  4. Summary: enum/enum34 compatibility package
  5. Home-page: https://github.com/jstasiak/enum-compat
  6. Author: Jakub Stasiak
  7. Author-email: jakub@stasiak.at
  8. License: MIT
  9. Description:
  10. enum-compat
  11. ===========
  12. This is a virtual package, its whole purpose is to install enum34 on
  13. Python older than 3.4. On Python 3.4+ it's a no-op.
  14. Keywords: enum,compatibility,enum34
  15. Platform: UNKNOWN
  16. Classifier: Intended Audience :: Developers
  17. Classifier: Topic :: Software Development :: Libraries
  18. Classifier: Programming Language :: Python
  19. Classifier: Programming Language :: Python :: 2
  20. Classifier: Programming Language :: Python :: 2.6
  21. Classifier: Programming Language :: Python :: 2.7
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Programming Language :: Python :: 3.3
  24. Classifier: Programming Language :: Python :: 3.4
  25. Classifier: Programming Language :: Python :: 3.5