apify 2.0.2b5__tar.gz → 2.0.2b7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of apify might be problematic. Click here for more details.
- {apify-2.0.2b5 → apify-2.0.2b7}/PKG-INFO +2 -2
- {apify-2.0.2b5 → apify-2.0.2b7}/pyproject.toml +2 -2
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_dataset_client.py +3 -2
- {apify-2.0.2b5 → apify-2.0.2b7}/LICENSE +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/README.md +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/__init__.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/_actor.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/_configuration.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/_consts.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/_crypto.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/_models.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/_utils.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/log.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/py.typed +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/py.typed +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/requests.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/scrapy/utils.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/storages/__init__.py +0 -0
- {apify-2.0.2b5 → apify-2.0.2b7}/src/apify/storages/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apify
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2b7
|
|
4
4
|
Summary: Apify SDK for Python
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Keywords: apify,sdk,automation,chrome,crawlee,crawler,headless,scraper,scraping
|
|
@@ -27,7 +27,7 @@ Requires-Dist: httpx (>=0.27.0)
|
|
|
27
27
|
Requires-Dist: lazy-object-proxy (>=1.10.0)
|
|
28
28
|
Requires-Dist: scrapy (>=2.11.0) ; extra == "scrapy"
|
|
29
29
|
Requires-Dist: typing-extensions (>=4.1.0)
|
|
30
|
-
Requires-Dist: websockets (>=10.0)
|
|
30
|
+
Requires-Dist: websockets (>=10.0,<14.0.0)
|
|
31
31
|
Project-URL: Apify Homepage, https://apify.com
|
|
32
32
|
Project-URL: Changelog, https://docs.apify.com/sdk/python/docs/changelog
|
|
33
33
|
Project-URL: Documentation, https://docs.apify.com/sdk/python/
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "apify"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.2b7"
|
|
8
8
|
description = "Apify SDK for Python"
|
|
9
9
|
authors = ["Apify Technologies s.r.o. <support@apify.com>"]
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -54,7 +54,7 @@ httpx = ">=0.27.0"
|
|
|
54
54
|
lazy-object-proxy = ">=1.10.0"
|
|
55
55
|
scrapy = { version = ">=2.11.0", optional = true }
|
|
56
56
|
typing-extensions = ">=4.1.0"
|
|
57
|
-
websockets = ">=10.0"
|
|
57
|
+
websockets = ">=10.0 <14.0.0"
|
|
58
58
|
|
|
59
59
|
[tool.poetry.group.dev.dependencies]
|
|
60
60
|
build = "~1.2.0"
|
|
@@ -91,7 +91,7 @@ class DatasetClient(BaseDatasetClient):
|
|
|
91
91
|
skip_empty: bool = False,
|
|
92
92
|
skip_hidden: bool = False,
|
|
93
93
|
) -> AsyncIterator[dict]:
|
|
94
|
-
|
|
94
|
+
async for item in self._client.iterate_items(
|
|
95
95
|
offset=offset,
|
|
96
96
|
limit=limit,
|
|
97
97
|
clean=clean,
|
|
@@ -101,7 +101,8 @@ class DatasetClient(BaseDatasetClient):
|
|
|
101
101
|
unwind=unwind,
|
|
102
102
|
skip_empty=skip_empty,
|
|
103
103
|
skip_hidden=skip_hidden,
|
|
104
|
-
)
|
|
104
|
+
):
|
|
105
|
+
yield item
|
|
105
106
|
|
|
106
107
|
@override
|
|
107
108
|
async def get_items_as_bytes(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_dataset_collection_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_key_value_store_collection_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{apify-2.0.2b5 → apify-2.0.2b7}/src/apify/apify_storage_client/_request_queue_collection_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|