Skip to content

Commit 76dcf67

Browse files
committed
Siva | update description
1 parent 346b05b commit 76dcf67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Social Links
22

3-
A lightweight Python library for detecting, validating, and sanitizing social media profile URLs. Supports 25+ platforms with customizable regex patterns and automatic URL normalization.
3+
A lightweight, zero-dependency Python library for detecting, validating, and sanitizing social media profile URLs. Supports 25+ platforms out of the box with automatic URL normalization, username extraction, and customizable regex patterns for extensibility.
44

55
## Features
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "social-links"
33
version = "1.0.0"
4-
description = "A lightweight Python library for detecting, validating, and sanitizing social media profile URLs. Supports 25+ platforms with customizable regex patterns and automatic URL normalization."
4+
description = "A lightweight, zero-dependency Python library for detecting, validating, and sanitizing social media profile URLs. Supports 25+ platforms out of the box with automatic URL normalization, username extraction, and customizable regex patterns for extensibility."
55
readme = "README.md"
66
requires-python = ">=3.8"
77
authors = [

0 commit comments

Comments
 (0)