scrapling 0.1__py3-none-any.whl → 0.1.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
scrapling/__init__.py CHANGED
@@ -3,7 +3,7 @@ from scrapling.parser import Adaptor, Adaptors
3
3
  from scrapling.custom_types import TextHandler, AttributesHandler
4
4
 
5
5
  __author__ = "Karim Shoair (karim.shoair@pm.me)"
6
- __version__ = "0.1"
6
+ __version__ = "0.1.1"
7
7
  __copyright__ = "Copyright (c) 2024 Karim Shoair"
8
8
 
9
9
 
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scrapling
3
- Version: 0.1
3
+ Version: 0.1.1
4
4
  Summary: Scrapling is a powerful, flexible, and high-performance web scraping library for Python. It
5
5
  Home-page: https://github.com/D4Vinci/Scrapling
6
6
  Author: Karim Shoair
7
7
  Author-email: karim.shoair@pm.me
8
8
  License: BSD
9
- Project-URL: Documentation, https://github.com/D4Vinci/Scrapling/Docs
9
+ Project-URL: Documentation, https://github.com/D4Vinci/Scrapling/tree/main/docs
10
10
  Project-URL: Source, https://github.com/D4Vinci/Scrapling
11
11
  Project-URL: Tracker, https://github.com/D4Vinci/Scrapling/issues
12
12
  Classifier: Operating System :: OS Independent
@@ -20,7 +20,6 @@ Classifier: Topic :: Text Processing :: Markup :: HTML
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
21
  Classifier: Programming Language :: Python :: 3
22
22
  Classifier: Programming Language :: Python :: 3 :: Only
23
- Classifier: Programming Language :: Python :: 3.6
24
23
  Classifier: Programming Language :: Python :: 3.7
25
24
  Classifier: Programming Language :: Python :: 3.8
26
25
  Classifier: Programming Language :: Python :: 3.9
@@ -40,7 +39,7 @@ Requires-Dist: orjson >=3
40
39
  Requires-Dist: tldextract
41
40
 
42
41
  # 🕷️ Scrapling: Lightning-Fast, Adaptive Web Scraping for Python
43
- [![PyPI version](https://badge.fury.io/py/scrapling.svg)](https://badge.fury.io/py/scrapling) [![Supported Python versions](https://img.shields.io/pypi/pyversions/scrapling.svg)](https://pypi.org/project/scrapling/) [![License](https://img.shields.io/badge/License-BSD--3-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
42
+ [![Tests](https://github.com/D4Vinci/Scrapling/actions/workflows/tests.yml/badge.svg)](https://github.com/D4Vinci/Scrapling/actions/workflows/tests.yml) [![PyPI version](https://badge.fury.io/py/Scrapling.svg)](https://badge.fury.io/py/Scrapling) [![Supported Python versions](https://img.shields.io/pypi/pyversions/scrapling.svg)](https://pypi.org/project/scrapling/) [![License](https://img.shields.io/badge/License-BSD--3-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
44
43
 
45
44
  Dealing with failing web scrapers due to website changes? Meet Scrapling.
46
45
 
@@ -78,7 +77,7 @@ products = page.css('.product', auto_match=True) # Still finds them!
78
77
 
79
78
  ## Getting Started
80
79
 
81
- Let's walk through a basic example that demonstrates small group of Scrapling's core features:
80
+ Let's walk through a basic example that demonstrates a small group of Scrapling's core features:
82
81
 
83
82
  ```python
84
83
  import requests
@@ -1,12 +1,12 @@
1
- scrapling/__init__.py,sha256=WXWIoBQvms7OwK3KzfASCOCdZibvesbadaDXjjvDHVA,335
1
+ scrapling/__init__.py,sha256=EgHQIn26VZ00qaWR6ANRmiGAQ1VQfwaVrWUssfyrD0Y,337
2
2
  scrapling/custom_types.py,sha256=D4bAwpm3JIjfw4I2FS0odcq371OQAAUTkBN4ajPWX-4,6001
3
3
  scrapling/mixins.py,sha256=m3ZvTyjt9JNtfZ4NYuaQsfi84UbFkatN_NEiLVZM7TY,2924
4
4
  scrapling/parser.py,sha256=FGFa9ePo5vRvVDmKcj5qvXyppAy-LAz1AZbz-QKn1fs,43470
5
5
  scrapling/storage_adaptors.py,sha256=FEh0E8iss2ZDXAL1IDGxQVpEcdbLOupfmUwcsp_z-QY,6198
6
6
  scrapling/translator.py,sha256=E0oueabsELxTGSv91q6AQgQnsN4-oQ76mq1u0jR2Ofo,5410
7
7
  scrapling/utils.py,sha256=ApmNjCxxy-N_gAYRnzutLvPBvY_s9FTYp8UhdyeZXSc,5960
8
- scrapling-0.1.dist-info/LICENSE,sha256=XHgu8DRuT7_g3Hb9Q18YGg8eShp6axPBacbnQxT_WWQ,1499
9
- scrapling-0.1.dist-info/METADATA,sha256=8fSe6Vsr8E-uVgnv1ZAs9nJHW6zTNF6Gnny-pq-1YfA,27037
10
- scrapling-0.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
11
- scrapling-0.1.dist-info/top_level.txt,sha256=Ud-yF-PC2U5HQ3nc5QwT7HSPdIpF1RuwQ_mYgBzHHIM,10
12
- scrapling-0.1.dist-info/RECORD,,
8
+ scrapling-0.1.1.dist-info/LICENSE,sha256=XHgu8DRuT7_g3Hb9Q18YGg8eShp6axPBacbnQxT_WWQ,1499
9
+ scrapling-0.1.1.dist-info/METADATA,sha256=sffCnzPbmLaqzIL3C3ehbntKeFOevNYuQGiN9UnLMGo,27154
10
+ scrapling-0.1.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
11
+ scrapling-0.1.1.dist-info/top_level.txt,sha256=Ud-yF-PC2U5HQ3nc5QwT7HSPdIpF1RuwQ_mYgBzHHIM,10
12
+ scrapling-0.1.1.dist-info/RECORD,,