apify 1.7.2b4__tar.gz → 1.7.3b2__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-1.7.2b4 → apify-1.7.3b2}/PKG-INFO +2 -2
- {apify-1.7.2b4 → apify-1.7.3b2}/pyproject.toml +2 -2
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify.egg-info/PKG-INFO +2 -2
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify.egg-info/requires.txt +1 -1
- {apify-1.7.2b4 → apify-1.7.3b2}/LICENSE +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/README.md +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/setup.cfg +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/__init__.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_crypto.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/__init__.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/file_storage_utils.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/memory_storage_client.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/__init__.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/base_resource_client.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/base_resource_collection_client.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/dataset.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/dataset_collection.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/key_value_store.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/key_value_store_collection.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/request_queue.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/request_queue_collection.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_utils.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/actor.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/config.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/consts.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/event_manager.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/log.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/proxy_configuration.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/py.typed +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/scrapy/__init__.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/scrapy/requests.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/scrapy/scheduler.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/scrapy/utils.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/storages/__init__.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/storages/base_storage.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/storages/dataset.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/storages/key_value_store.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/storages/request_queue.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify/storages/storage_client_manager.py +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify.egg-info/SOURCES.txt +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify.egg-info/dependency_links.txt +0 -0
- {apify-1.7.2b4 → apify-1.7.3b2}/src/apify.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apify
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.3b2
|
|
4
4
|
Summary: Apify SDK for Python
|
|
5
5
|
Author-email: "Apify Technologies s.r.o." <support@apify.com>
|
|
6
6
|
License: Apache Software License
|
|
@@ -24,7 +24,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
24
24
|
Requires-Python: >=3.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE
|
|
27
|
-
Requires-Dist: apify-client~=1.
|
|
27
|
+
Requires-Dist: apify-client~=1.7.1
|
|
28
28
|
Requires-Dist: apify-shared~=1.1.2
|
|
29
29
|
Requires-Dist: aiofiles>=22.1.0
|
|
30
30
|
Requires-Dist: aioshutil>=1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "apify"
|
|
3
|
-
version = "1.7.
|
|
3
|
+
version = "1.7.3b2"
|
|
4
4
|
description = "Apify SDK for Python"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "Apache Software License" }
|
|
@@ -26,7 +26,7 @@ requires-python = ">=3.8"
|
|
|
26
26
|
# compatibility with a wide range of external packages. This decision was discussed in detail in the following PR:
|
|
27
27
|
# https://github.com/apify/apify-sdk-python/pull/154
|
|
28
28
|
dependencies = [
|
|
29
|
-
"apify-client ~= 1.
|
|
29
|
+
"apify-client ~= 1.7.1",
|
|
30
30
|
"apify-shared ~= 1.1.2",
|
|
31
31
|
"aiofiles >= 22.1.0",
|
|
32
32
|
"aioshutil >= 1.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apify
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.3b2
|
|
4
4
|
Summary: Apify SDK for Python
|
|
5
5
|
Author-email: "Apify Technologies s.r.o." <support@apify.com>
|
|
6
6
|
License: Apache Software License
|
|
@@ -24,7 +24,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
24
24
|
Requires-Python: >=3.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE
|
|
27
|
-
Requires-Dist: apify-client~=1.
|
|
27
|
+
Requires-Dist: apify-client~=1.7.1
|
|
28
28
|
Requires-Dist: apify-shared~=1.1.2
|
|
29
29
|
Requires-Dist: aiofiles>=22.1.0
|
|
30
30
|
Requires-Dist: aioshutil>=1.0
|
|
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-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/base_resource_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/dataset_collection.py
RENAMED
|
File without changes
|
{apify-1.7.2b4 → apify-1.7.3b2}/src/apify/_memory_storage/resource_clients/key_value_store.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
|
|
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
|