Skip to main content

Convert URL-like and email-like strings into links.

Installation

pip install autolink

Usage

from autolink import linkify

linkify('some text google.com, ...')
# -> 'some text <a href="http://google.com">google.com</a>, ...'

linkify('https://github.com', {'rel': 'nofollow'})
# -> '<a href="https://github.com" rel="nofollow">https://github.com</a>'

linkify('me@ya.ru')
# -> '<a href="mailto:me@ya.ru">me@ya.ru</a>'

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autolink-0.1.2.tar.gz (4.5 kB view details)

Uploaded Source

Release history Release notifications | RSS feed

This release

0.1.2 This release

1 file

0.1.1

1 file

0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page