1
0

Docstring

This commit is contained in:
Jon Michael Aanes 2024-07-08 19:06:01 +02:00
parent 039f8fbeac
commit 9fc6c778de
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1 @@
# Socials-util
Python library for parsing and processing URLs of Social Media Sites.
Used by one-page-internet.

View File

@ -1,4 +1,9 @@
"""Small utility for detecting social websites."""
"""# Socials-util.
Python library for parsing and processing URLs of Social Media Sites.
Used by one-page-internet.
"""
import re
import urllib.parse