crawlora 1.25.0.dev1__tar.gz → 1.27.0.dev1__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.
Files changed (31) hide show
  1. {crawlora-1.25.0.dev1/crawlora.egg-info → crawlora-1.27.0.dev1}/PKG-INFO +4 -4
  2. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/README.md +2 -2
  3. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora/client.py +1 -1
  4. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora/client.pyi +1008 -5
  5. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora/operations.py +353 -3
  6. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1/crawlora.egg-info}/PKG-INFO +4 -4
  7. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/docs/operations.md +20 -4
  8. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/docs/recipes.md +17 -0
  9. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/pyproject.toml +2 -2
  10. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/tests/test_client.py +3 -2
  11. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/LICENSE +0 -0
  12. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/MANIFEST.in +0 -0
  13. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora/__init__.py +0 -0
  14. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora/_pagination.py +0 -0
  15. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora/_transport_sync.py +0 -0
  16. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora/async_client.py +0 -0
  17. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora/py.typed +0 -0
  18. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora.egg-info/SOURCES.txt +0 -0
  19. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora.egg-info/dependency_links.txt +0 -0
  20. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora.egg-info/requires.txt +0 -0
  21. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/crawlora.egg-info/top_level.txt +0 -0
  22. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/examples/async_search.py +0 -0
  23. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/examples/bing_search.py +0 -0
  24. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/examples/paginate.py +0 -0
  25. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/examples/youtube_transcript.py +0 -0
  26. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/setup.cfg +0 -0
  27. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/tests/test_async_httpx.py +0 -0
  28. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/tests/test_examples.py +0 -0
  29. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/tests/test_v14_features.py +0 -0
  30. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/tests/test_v15_features.py +0 -0
  31. {crawlora-1.25.0.dev1 → crawlora-1.27.0.dev1}/tests/test_w2_features.py +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crawlora
3
- Version: 1.25.0.dev1
3
+ Version: 1.27.0.dev1
4
4
  Summary: Official Python SDK for the Crawlora web-scraping API: typed grouped and dynamic operation calls for every public endpoint, with retries, pagination, hooks, and an async client.
5
5
  Author: Crawlora
6
6
  License-Expression: MIT
7
- Project-URL: Homepage, https://crawlora.net/
7
+ Project-URL: Homepage, https://crawlora.net/?utm_source=pypi&utm_medium=referral&utm_campaign=crawlora-python-sdk
8
8
  Project-URL: Documentation, https://crawlora.net/docs
9
9
  Project-URL: Repository, https://github.com/Crawlora-org/crawlora-python-sdk
10
10
  Project-URL: Issues, https://github.com/Crawlora-org/crawlora-python-sdk/issues
@@ -28,7 +28,7 @@ Dynamic: license-file
28
28
 
29
29
  Python client for the public Crawlora API. Use it to call Crawlora scraping,
30
30
  search, social, developer, marketplace, datasets, reviews, travel, media, books,
31
- maps, finance, prediction-market, brand, and usage endpoints
31
+ maps, jobs, finance, prediction-market, brand, and usage endpoints
32
32
  with generated type stubs for editor and type-checker support.
33
33
 
34
34
  - Runtime: Python 3.10+
@@ -50,7 +50,7 @@ pip install --pre crawlora
50
50
 
51
51
  ## API Key
52
52
 
53
- Create or sign in to your Crawlora account at [crawlora.net](https://crawlora.net),
53
+ Create or sign in to your Crawlora account at [crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-python-sdk),
54
54
  then create an API key in the dashboard.
55
55
 
56
56
  ```sh
@@ -2,7 +2,7 @@
2
2
 
3
3
  Python client for the public Crawlora API. Use it to call Crawlora scraping,
4
4
  search, social, developer, marketplace, datasets, reviews, travel, media, books,
5
- maps, finance, prediction-market, brand, and usage endpoints
5
+ maps, jobs, finance, prediction-market, brand, and usage endpoints
6
6
  with generated type stubs for editor and type-checker support.
7
7
 
8
8
  - Runtime: Python 3.10+
@@ -24,7 +24,7 @@ pip install --pre crawlora
24
24
 
25
25
  ## API Key
26
26
 
27
- Create or sign in to your Crawlora account at [crawlora.net](https://crawlora.net),
27
+ Create or sign in to your Crawlora account at [crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-python-sdk),
28
28
  then create an API key in the dashboard.
29
29
 
30
30
  ```sh
@@ -20,7 +20,7 @@ from ._transport_sync import KeepAliveTransport
20
20
  from .operations import GROUPS, OPERATIONS
21
21
 
22
22
  DEFAULT_BASE_URL = "https://api.crawlora.net/api/v1"
23
- VERSION = "1.25.0-sdk.1"
23
+ VERSION = "1.27.0-sdk.1"
24
24
  DEFAULT_USER_AGENT = f"crawlora-python-sdk/{VERSION}"
25
25
  DEFAULT_MAX_RETRY_DELAY = 30.0
26
26
  DEFAULT_RETRY_STATUSES = (408, 409, 425, 429)