{"id":37711858,"url":"https://github.com/w95/linking","last_synced_at":"2026-01-16T13:20:01.522Z","repository":{"id":62576245,"uuid":"230162207","full_name":"w95/linking","owner":"w95","description":"linking is easy to use linkifier that converts URLs and emails to HTML hyperlinks","archived":false,"fork":false,"pushed_at":"2019-12-25T23:02:33.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-22T01:18:38.226Z","etag":null,"topics":["email","linkif","linkify-text","linking","url"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w95.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-25T22:57:13.000Z","updated_at":"2019-12-25T23:05:09.000Z","dependencies_parsed_at":"2022-11-03T19:04:25.998Z","dependency_job_id":null,"html_url":"https://github.com/w95/linking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/w95/linking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w95%2Flinking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w95%2Flinking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w95%2Flinking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w95%2Flinking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w95","download_url":"https://codeload.github.com/w95/linking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w95%2Flinking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","linkif","linkify-text","linking","url"],"created_at":"2026-01-16T13:20:01.460Z","updated_at":"2026-01-16T13:20:01.517Z","avatar_url":"https://github.com/w95.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"linking\n=======\n\n[![Badge](https://badge.fury.io/py/linking.svg \"Badge\")](https://badge.fury.io/py/linking \"Badge\")\n\nlinking is easy to use linkifier that converts URLs and emails to HTML hyperlinks\n\n| \u003c!-- --\u003e  | \u003c!-- --\u003e |\n| ------------ | ------------ |\n| Code | https://github.com/w95/linking |\n| Issue tracker | https://github.com/w95/linking/issues |\n| License | MIT License; see LICENSE file |\n\n\n\nInstalling linking\n------------------\n\nlinking is available on [PyPI](https://pypi.org/project/linking/), so you can install it with ``pip``::\n\n    $ pip install linking\n\n\nBasic use\n---------\n\nThe simplest way to use linking is:\n\n```python\nimport linking\n\nlinking.text('some text tesla.com, ...')\n# -\u003e 'some text \u003ca href=\"http://tesla.com\"\u003etesla.com\u003c/a\u003e, ...'\n\nlinking.text('https://tesla.com', {'rel': 'nofollow'})\n# -\u003e '\u003ca href=\"https://tesla.com\" rel=\"nofollow\"\u003ehttps://tesla.com\u003c/a\u003e'\n\nlinking.text('elon@tesla.com')\n# -\u003e '\u003ca href=\"mailto:elon@tesla.com\"\u003eelon@tesla.com\u003c/a\u003e'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw95%2Flinking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw95%2Flinking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw95%2Flinking/lists"}