-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping the library for version 0.2 for now and more adjustments
- Loading branch information
Showing
3 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# Declare top-level shortcuts | ||
from scrapling.fetcher import Fetcher | ||
from scrapling.parser import Adaptor, Adaptors | ||
from scrapling.custom_types import TextHandler, AttributesHandler | ||
|
||
__author__ = "Karim Shoair (karim.shoair@pm.me)" | ||
__version__ = "0.1.2" | ||
__version__ = "0.2" | ||
__copyright__ = "Copyright (c) 2024 Karim Shoair" | ||
|
||
|
||
__all__ = ['Adaptor', 'Adaptors', 'TextHandler', 'AttributesHandler'] | ||
__all__ = ['Adaptor', 'Adaptors', 'TextHandler', 'AttributesHandler', 'Fetcher'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[metadata] | ||
name = scrapling | ||
version = 0.1.2 | ||
version = 0.2 | ||
author = Karim Shoair | ||
author_email = karim.shoair@pm.me | ||
description = Scrapling is a powerful, flexible, adaptive, and high-performance web scraping library for Python. | ||
license = BSD | ||
home-page = https://github.com/D4Vinci/Scrapling | ||
home_page = https://github.com/D4Vinci/Scrapling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters