Merge pull request #10 from D4Vinci/dev

v0.2.3
This commit is contained in:
Karim shoair
2024-11-20 01:48:17 +02:00
committed by GitHub
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
include LICENSE
include *.db
include *.js
include scrapling/engines/toolbelt/bypasses/*.js
include scrapling/*.db
include scrapling/*.db*
include scrapling/py.typed
+1 -1
View File
@@ -4,7 +4,7 @@ from scrapling.parser import Adaptor, Adaptors
from scrapling.core.custom_types import TextHandler, AttributesHandler
__author__ = "Karim Shoair (karim.shoair@pm.me)"
__version__ = "0.2.2"
__version__ = "0.2.3"
__copyright__ = "Copyright (c) 2024 Karim Shoair"
+1 -1
View File
@@ -1,6 +1,6 @@
[metadata]
name = scrapling
version = 0.2.2
version = 0.2.3
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.
+2 -2
View File
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="scrapling",
version="0.2.2",
version="0.2.3",
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.""",
@@ -57,7 +57,7 @@ setup(
'httpx[brotli,zstd]',
'playwright',
'rebrowser-playwright',
'camoufox>=0.3.9',
'camoufox>=0.3.10',
'browserforge',
],
python_requires=">=3.8",