METADATA 1.0 KB

1234567891011121314151617181920212223242526272829
  1. Metadata-Version: 2.0
  2. Name: hyperlink
  3. Version: 17.2.1
  4. Summary: A featureful, correct URL for Python.
  5. Home-page: https://github.com/python-hyper/hyperlink
  6. Author: Mahmoud Hashemi and Glyph Lefkowitz
  7. Author-email: mahmoud@hatnote.com
  8. License: BSD
  9. Platform: any
  10. Classifier: Topic :: Utilities
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Topic :: Software Development :: Libraries
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: Programming Language :: Python :: 2.6
  15. Classifier: Programming Language :: Python :: 2.7
  16. Classifier: Programming Language :: Python :: 3.4
  17. Classifier: Programming Language :: Python :: 3.5
  18. Classifier: Programming Language :: Python :: 3.6
  19. Classifier: Programming Language :: Python :: Implementation :: PyPy
  20. The humble, but powerful, URL runs everything around us. Chances
  21. are you've used several just to read this text.
  22. Hyperlink is a featureful, pure-Python implementation of the URL, with
  23. an emphasis on correctness. BSD licensed.
  24. See the docs at http://hyperlink.readthedocs.io.