METADATA 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Metadata-Version: 2.1
  2. Name: hyperlink
  3. Version: 21.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
  15. Classifier: Programming Language :: Python :: 2.6
  16. Classifier: Programming Language :: Python :: 2.7
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Programming Language :: Python :: 3.4
  19. Classifier: Programming Language :: Python :: 3.5
  20. Classifier: Programming Language :: Python :: 3.6
  21. Classifier: Programming Language :: Python :: 3.7
  22. Classifier: Programming Language :: Python :: 3.8
  23. Classifier: Programming Language :: Python :: 3.9
  24. Classifier: Programming Language :: Python :: Implementation :: PyPy
  25. Classifier: License :: OSI Approved :: MIT License
  26. Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  27. Requires-Dist: idna (>=2.5)
  28. Requires-Dist: typing ; python_version < "3.5"
  29. The humble, but powerful, URL runs everything around us. Chances
  30. are you've used several just to read this text.
  31. Hyperlink is a featureful, pure-Python implementation of the URL, with
  32. an emphasis on correctness. MIT licensed.
  33. See the docs at http://hyperlink.readthedocs.io.