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.

30 lines
1.1 KiB

4 years ago
  1. Metadata-Version: 2.0
  2. Name: hyperlink
  3. Version: 18.0.0
  4. Summary: A featureful, immutable, and 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: MIT
  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. Requires-Dist: idna (>=2.5)
  21. The humble, but powerful, URL runs everything around us. Chances
  22. are you've used several just to read this text.
  23. Hyperlink is a featureful, pure-Python implementation of the URL, with
  24. an emphasis on correctness. BSD licensed.
  25. See the docs at http://hyperlink.readthedocs.io.