nimble_python 0.7.0__tar.gz → 0.8.0__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.
- nimble_python-0.8.0/.release-please-manifest.json +3 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/CHANGELOG.md +8 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/PKG-INFO +1 -1
- {nimble_python-0.7.0 → nimble_python-0.8.0}/pyproject.toml +1 -1
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_client.py +2 -2
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_version.py +1 -1
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/client_extract_params.py +1 -1
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/extract_response.py +4 -1
- nimble_python-0.7.0/.release-please-manifest.json +0 -3
- {nimble_python-0.7.0 → nimble_python-0.8.0}/.gitignore +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/CONTRIBUTING.md +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/LICENSE +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/README.md +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/SECURITY.md +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/api.md +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/bin/check-release-environment +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/bin/publish-pypi +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/examples/.keep +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/release-please-config.json +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/requirements-dev.lock +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/__init__.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_base_client.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_compat.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_constants.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_exceptions.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_files.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_models.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_qs.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_resource.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_streaming.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_types.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/__init__.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_compat.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_datetime_parse.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_json.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_logs.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_proxy.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_reflection.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_resources_proxy.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_streams.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_sync.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_transform.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_typing.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/_utils/_utils.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/lib/.keep +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/py.typed +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/resources/__init__.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/resources/agents.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/resources/crawl.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/__init__.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/agent_get_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/agent_list_params.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/agent_list_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/client_map_params.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/client_search_params.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_list_params.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_list_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_status_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_terminate_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/map_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/search_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimbleway/lib/.keep +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/__init__.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/api_resources/__init__.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/api_resources/test_agents.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/api_resources/test_client.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/api_resources/test_crawl.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/conftest.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/sample_file.txt +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_client.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_deepcopy.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_extract_files.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_files.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_models.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_qs.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_required_args.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_response.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_streaming.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_transform.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_utils/test_json.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_utils/test_proxy.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/test_utils/test_typing.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/tests/utils.py +0 -0
- {nimble_python-0.7.0 → nimble_python-0.8.0}/uv.lock +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.8.0 (2026-02-17)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.7.0...v0.8.0](https://github.com/Nimbleway/nimble-python/compare/v0.7.0...v0.8.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([d89a46f](https://github.com/Nimbleway/nimble-python/commit/d89a46fdb87ac1bc68f4279f2b168c4dca4616e0))
|
|
10
|
+
|
|
3
11
|
## 0.7.0 (2026-02-15)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.6.0...v0.7.0](https://github.com/Nimbleway/nimble-python/compare/v0.6.0...v0.7.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: nimble_python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8.0
|
|
4
4
|
Summary: The official Python library for the nimble API
|
|
5
5
|
Project-URL: Homepage, https://github.com/Nimbleway/nimble-python
|
|
6
6
|
Project-URL: Repository, https://github.com/Nimbleway/nimble-python
|
|
@@ -478,7 +478,7 @@ class Nimble(SyncAPIClient):
|
|
|
478
478
|
device: Literal["desktop", "mobile", "tablet"] | Omit = omit,
|
|
479
479
|
driver: Literal["vx6", "vx8", "vx8-pro", "vx10", "vx10-pro", "vx12", "vx12-pro"] | Omit = omit,
|
|
480
480
|
expected_status_codes: Iterable[int] | Omit = omit,
|
|
481
|
-
formats: List[Literal["html", "markdown"]] | Omit = omit,
|
|
481
|
+
formats: List[Literal["html", "markdown", "screenshot"]] | Omit = omit,
|
|
482
482
|
headers: Dict[str, Union[str, SequenceNotStr[str], None]] | Omit = omit,
|
|
483
483
|
http2: bool | Omit = omit,
|
|
484
484
|
is_xhr: bool | Omit = omit,
|
|
@@ -2605,7 +2605,7 @@ class AsyncNimble(AsyncAPIClient):
|
|
|
2605
2605
|
device: Literal["desktop", "mobile", "tablet"] | Omit = omit,
|
|
2606
2606
|
driver: Literal["vx6", "vx8", "vx8-pro", "vx10", "vx10-pro", "vx12", "vx12-pro"] | Omit = omit,
|
|
2607
2607
|
expected_status_codes: Iterable[int] | Omit = omit,
|
|
2608
|
-
formats: List[Literal["html", "markdown"]] | Omit = omit,
|
|
2608
|
+
formats: List[Literal["html", "markdown", "screenshot"]] | Omit = omit,
|
|
2609
2609
|
headers: Dict[str, Union[str, SequenceNotStr[str], None]] | Omit = omit,
|
|
2610
2610
|
http2: bool | Omit = omit,
|
|
2611
2611
|
is_xhr: bool | Omit = omit,
|
{nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/client_extract_params.py
RENAMED
|
@@ -343,7 +343,7 @@ class ClientExtractParams(TypedDict, total=False):
|
|
|
343
343
|
expected_status_codes: Iterable[int]
|
|
344
344
|
"""Expected HTTP status codes for successful requests"""
|
|
345
345
|
|
|
346
|
-
formats: List[Literal["html", "markdown"]]
|
|
346
|
+
formats: List[Literal["html", "markdown", "screenshot"]]
|
|
347
347
|
"""List of acceptable response formats in order of preference"""
|
|
348
348
|
|
|
349
349
|
headers: Dict[str, Union[str, SequenceNotStr[str], None]]
|
|
@@ -253,7 +253,10 @@ class Data(BaseModel):
|
|
|
253
253
|
"""The list of redirects that occurred during the task."""
|
|
254
254
|
|
|
255
255
|
screenshots: Optional[List[object]] = None
|
|
256
|
-
"""
|
|
256
|
+
"""
|
|
257
|
+
Screenshots taken during the task, from browser actions, or the screenshot
|
|
258
|
+
format.
|
|
259
|
+
"""
|
|
257
260
|
|
|
258
261
|
|
|
259
262
|
class Metadata(BaseModel):
|
|
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
|
|
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
|
{nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_status_response.py
RENAMED
|
File without changes
|
{nimble_python-0.7.0 → nimble_python-0.8.0}/src/nimble_python/types/crawl_terminate_response.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
|