apify 0.2.0b19__py3-none-any.whl → 0.2.0b21__py3-none-any.whl

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/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '0.2.0b19'
1
+ __version__ = '0.2.0b21'
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apify
3
- Version: 0.2.0b19
3
+ Version: 0.2.0b21
4
4
  Summary: Apify SDK for Python
5
5
  Home-page: https://github.com/apify/apify-sdk-python
6
6
  Author: Apify Technologies s.r.o.
7
7
  Author-email: support@apify.com
8
8
  License: Apache Software License
9
- Project-URL: Documentation, https://docs.apify.com/apify-sdk-python
9
+ Project-URL: Documentation, https://docs.apify.com/sdk/python/
10
10
  Project-URL: Source, https://github.com/apify/apify-sdk-python
11
11
  Project-URL: Issue tracker, https://github.com/apify/apify-sdk-python/issues
12
12
  Project-URL: Apify Homepage, https://apify.com
@@ -69,8 +69,11 @@ Requires-Dist: types-setuptools ; extra == 'dev'
69
69
 
70
70
  # Apify SDK for Python
71
71
 
72
- Apify SDK is the core set of tools and utilities that we've built to help make your interaction with the [Apify Platform](https://apify.com) easier.
73
- It's still under heavy development, check back in a few weeks if you want to use it!
72
+ The Apify SDK for Python is the official library to create [Apify Actors](https://docs.apify.com/platform/actors) in Python.
73
+ It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.
74
+
75
+ If you just need to access the [Apify API](https://docs.apify.com/api/v2) from your Python applications,
76
+ check out the [Apify Client for Python](https://docs.apify.com/api/client/python) instead.
74
77
 
75
78
  ## Installation
76
79
 
@@ -2,7 +2,7 @@ apify/__init__.py,sha256=5ReamWDeR2AYTdg3-rzJ6qDEpNWtrknZxW6n5uvEylY,244
2
2
  apify/_crypto.py,sha256=KAopiLUY5fKNSs-O-VwvVNC9bpAvv3ronL8QGWtRYZc,5741
3
3
  apify/_types.py,sha256=7EGjstUEY5jo9mTxWs98BB9icDRgI74swZoQJnaij-E,405
4
4
  apify/_utils.py,sha256=WgtPphrl87k7YP5ApIF0yeF8-E3iN18iJ7Maddawi34,15554
5
- apify/_version.py,sha256=GmC4buDBWw1OpvHvnFN8i-8V0tX9ERQ2GfX2pOlcLMY,24
5
+ apify/_version.py,sha256=dw7uhBQy5uSQhNylmfd9h932Xe-dE3Iy4qMoFgW1ey4,24
6
6
  apify/actor.py,sha256=3jCUduqElQJSqul5QPlNi7SrtPQ9TsqCsvJMLau4q-c,57864
7
7
  apify/config.py,sha256=7r1sa0WPnxZ6JksOMSqrdtB2bCwV5M8LHXKOeOSeeLs,8717
8
8
  apify/consts.py,sha256=3oSTGlW2GBIhLpxG8RBaYm63g0yOCDEi6flmthW4l8k,7045
@@ -28,8 +28,8 @@ apify/storages/dataset.py,sha256=b6ygo1Oi8W_8KyfXaYUCpLTEV4YP2XxlBTu9L9e6izU,233
28
28
  apify/storages/key_value_store.py,sha256=Kn_NfX53AZEFJ7UogDGecHspi-3oPkNNipl-7UiBJzE,10102
29
29
  apify/storages/request_queue.py,sha256=LxqzIvpuVAsUryT_uXmu8M8YrtBL9nN4nRD1iyRgGF8,25732
30
30
  apify/storages/storage_client_manager.py,sha256=A3BNgHZ51p5gIAZ1bYNmsHsNwxHqpJp0iBPwF_wibhs,2214
31
- apify-0.2.0b19.dist-info/LICENSE,sha256=_yIHo4TZezG4fMaWG1Er6OH7DW7MiZI-KO4dnONASZI,11355
32
- apify-0.2.0b19.dist-info/METADATA,sha256=sQP2DENBr5dYSrqpOnbQ3fycxFVNcBnk7mIQSzAoz5Y,6995
33
- apify-0.2.0b19.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
34
- apify-0.2.0b19.dist-info/top_level.txt,sha256=2oFNsHggn5m_rCaaP7xijQg_-Va2ByOSYuvKgACsS5w,6
35
- apify-0.2.0b19.dist-info/RECORD,,
31
+ apify-0.2.0b21.dist-info/LICENSE,sha256=_yIHo4TZezG4fMaWG1Er6OH7DW7MiZI-KO4dnONASZI,11355
32
+ apify-0.2.0b21.dist-info/METADATA,sha256=b8bpWdHgZ-cDgPfO8X7Rg73y1wKvum-RnKdqiK78n6w,7190
33
+ apify-0.2.0b21.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
34
+ apify-0.2.0b21.dist-info/top_level.txt,sha256=2oFNsHggn5m_rCaaP7xijQg_-Va2ByOSYuvKgACsS5w,6
35
+ apify-0.2.0b21.dist-info/RECORD,,