Description
Detects links in text with full Unicode support so Python applications can turn plain text URLs into structured or clickable links. It is useful for chat, documentation, comments, markdown tools, and web interfaces.
Link detection should be paired with safe rendering. Applications should escape surrounding text and be careful with visually confusing domains or user-provided URLs.