docs: update library description

This commit is contained in:
Karim shoair
2025-02-26 00:19:54 +02:00
parent dc702d2d7c
commit 1dc79d449b
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ name = scrapling
version = 0.2.95
author = Karim Shoair
author_email = karim.shoair@pm.me
description = Scrapling is an undetectable, powerful, flexible, adaptive, and high-performance web scraping library for Python.
description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy again!
license = BSD
home_page = https://github.com/D4Vinci/Scrapling
+2 -3
View File
@@ -7,9 +7,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="scrapling",
version="0.2.95",
description="""Scrapling is a powerful, flexible, and high-performance web scraping library for Python. It
simplifies the process of extracting data from websites, even when they undergo structural changes, and offers
impressive speed improvements over many popular scraping tools.""",
description="""Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy again! In an internet filled with complications,
it simplifies web scraping, even when websites' design changes, while providing impressive speed that surpasses almost all alternatives.""",
long_description=long_description,
long_description_content_type="text/markdown",
author="Karim Shoair",