autolink 0.1.2

Last updated:

0 purchases

autolink 0.1.2 Image
autolink 0.1.2 Images
Add to Cart

Description:

autolink 0.1.2

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('[email protected]')
# -> '<a href="mailto:[email protected]">[email protected]</a>'

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.