Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
/ linking Public

linking is easy to use linkifier that converts URLs and emails to HTML hyperlinks

License

Notifications You must be signed in to change notification settings

w95/linking

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linking

Badge

linking is easy to use linkifier that converts URLs and emails to HTML hyperlinks

Code https://github.com/w95/linking
Issue tracker https://github.com/w95/linking/issues
License MIT License; see LICENSE file

Installing linking

linking is available on PyPI, so you can install it with pip::

$ pip install linking

Basic use

The simplest way to use linking is:

import linking

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

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

linking.text('elon@tesla.com')
# -> '<a href="mailto:elon@tesla.com">elon@tesla.com</a>'

About

linking is easy to use linkifier that converts URLs and emails to HTML hyperlinks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.