tzafon 1.4.0__tar.gz → 2.0.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.
Potentially problematic release.
This version of tzafon might be problematic. Click here for more details.
- tzafon-2.0.0/.release-please-manifest.json +3 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/CHANGELOG.md +8 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/CONTRIBUTING.md +2 -2
- {tzafon-1.4.0 → tzafon-2.0.0}/PKG-INFO +10 -10
- {tzafon-1.4.0 → tzafon-2.0.0}/README.md +3 -3
- {tzafon-1.4.0 → tzafon-2.0.0}/pyproject.toml +4 -4
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_version.py +1 -1
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/resources/computers.py +4 -4
- tzafon-1.4.0/.release-please-manifest.json +0 -3
- {tzafon-1.4.0 → tzafon-2.0.0}/.gitignore +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/BATCH_API.md +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/LICENSE +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/SECURITY.md +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/WRAPPER.md +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/WRAPPER_FUNCTIONALITY.md +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/api.md +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/bin/check-release-environment +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/bin/publish-pypi +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/examples/.keep +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/examples/batch_example.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/examples/batch_example_simple.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/examples/clean_api_example.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/noxfile.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/release-please-config.json +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/requirements-dev.lock +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/requirements.lock +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/computer/lib/.keep +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/__init__.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_base_client.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_client.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_compat.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_constants.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_exceptions.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_files.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_models.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_qs.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_resource.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_response.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_streaming.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_types.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/__init__.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_compat.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_datetime_parse.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_logs.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_proxy.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_reflection.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_resources_proxy.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_streams.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_sync.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_transform.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_typing.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/_utils/_utils.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/batch_wrapper.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/client_extensions.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/py.typed +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/resources/__init__.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/__init__.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/action_result.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/computer_create_params.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/computer_execute_action_params.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/computer_execute_batch_params.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/computer_execute_batch_response.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/computer_keep_alive_response.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/computer_list_response.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/computer_navigate_params.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/types/computer_response.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/src/tzafon/wrapper.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/__init__.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/api_resources/__init__.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/api_resources/test_computers.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/conftest.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/sample_file.txt +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_client.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_deepcopy.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_extract_files.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_files.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_models.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_qs.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_required_args.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_response.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_streaming.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_transform.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_utils/test_proxy.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/test_utils/test_typing.py +0 -0
- {tzafon-1.4.0 → tzafon-2.0.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.0 (2025-10-20)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.4.0...v2.0.0](https://github.com/tzafon/computer-python/compare/v1.4.0...v2.0.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** manual updates ([29bf74f](https://github.com/tzafon/computer-python/commit/29bf74fecae0fe2aaa70a9f6f5f7ca64ba5ddbff))
|
|
10
|
+
|
|
3
11
|
## 1.4.0 (2025-10-20)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v1.3.2...v1.4.0](https://github.com/atulgavandetzafon/computer-python/compare/v1.3.2...v1.4.0)
|
|
@@ -62,7 +62,7 @@ If you’d like to use the repository from source, you can either install from g
|
|
|
62
62
|
To install via git:
|
|
63
63
|
|
|
64
64
|
```sh
|
|
65
|
-
$ pip install git+ssh://git@github.com/
|
|
65
|
+
$ pip install git+ssh://git@github.com/tzafon/computer-python.git
|
|
66
66
|
```
|
|
67
67
|
|
|
68
68
|
Alternatively, you can build from source and install the wheel file:
|
|
@@ -120,7 +120,7 @@ the changes aren't made through the automated pipeline, you may want to make rel
|
|
|
120
120
|
|
|
121
121
|
### Publish with a GitHub workflow
|
|
122
122
|
|
|
123
|
-
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/
|
|
123
|
+
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/tzafon/computer-python/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
|
|
124
124
|
|
|
125
125
|
### Publish manually
|
|
126
126
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: tzafon
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: The official Python library for the computer API
|
|
5
|
-
Project-URL: Homepage, https://github.com/
|
|
6
|
-
Project-URL: Repository, https://github.com/
|
|
5
|
+
Project-URL: Homepage, https://github.com/tzafon/computer-python
|
|
6
|
+
Project-URL: Repository, https://github.com/tzafon/computer-python
|
|
7
7
|
Author-email: Computer <atul.gavande@tzafon.ai>
|
|
8
8
|
License: MIT
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
@@ -46,7 +46,7 @@ It is generated with [Stainless](https://www.stainless.com/).
|
|
|
46
46
|
|
|
47
47
|
## Documentation
|
|
48
48
|
|
|
49
|
-
The REST API documentation can be found on [docs.tzafon.ai](http://docs.tzafon.ai). The full API of this library can be found in [api.md](https://github.com/
|
|
49
|
+
The REST API documentation can be found on [docs.tzafon.ai](http://docs.tzafon.ai). The full API of this library can be found in [api.md](https://github.com/tzafon/computer-python/tree/main/api.md).
|
|
50
50
|
|
|
51
51
|
## Installation
|
|
52
52
|
|
|
@@ -57,7 +57,7 @@ pip install tzafon
|
|
|
57
57
|
|
|
58
58
|
## Usage
|
|
59
59
|
|
|
60
|
-
The full API of this library can be found in [api.md](https://github.com/
|
|
60
|
+
The full API of this library can be found in [api.md](https://github.com/tzafon/computer-python/tree/main/api.md).
|
|
61
61
|
|
|
62
62
|
```python
|
|
63
63
|
import os
|
|
@@ -254,7 +254,7 @@ client.with_options(timeout=5.0).computers.create(
|
|
|
254
254
|
|
|
255
255
|
On timeout, an `APITimeoutError` is thrown.
|
|
256
256
|
|
|
257
|
-
Note that requests that time out are [retried twice by default](https://github.com/
|
|
257
|
+
Note that requests that time out are [retried twice by default](https://github.com/tzafon/computer-python/tree/main/#retries).
|
|
258
258
|
|
|
259
259
|
## Advanced
|
|
260
260
|
|
|
@@ -299,9 +299,9 @@ computer = response.parse() # get the object that `computers.create()` would ha
|
|
|
299
299
|
print(computer.id)
|
|
300
300
|
```
|
|
301
301
|
|
|
302
|
-
These methods return an [`APIResponse`](https://github.com/
|
|
302
|
+
These methods return an [`APIResponse`](https://github.com/tzafon/computer-python/tree/main/src/tzafon/_response.py) object.
|
|
303
303
|
|
|
304
|
-
The async client returns an [`AsyncAPIResponse`](https://github.com/
|
|
304
|
+
The async client returns an [`AsyncAPIResponse`](https://github.com/tzafon/computer-python/tree/main/src/tzafon/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
|
|
305
305
|
|
|
306
306
|
#### `.with_streaming_response`
|
|
307
307
|
|
|
@@ -407,7 +407,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
|
|
|
407
407
|
|
|
408
408
|
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
|
|
409
409
|
|
|
410
|
-
We are keen for your feedback; please open an [issue](https://www.github.com/
|
|
410
|
+
We are keen for your feedback; please open an [issue](https://www.github.com/tzafon/computer-python/issues) with questions, bugs, or suggestions.
|
|
411
411
|
|
|
412
412
|
### Determining the installed version
|
|
413
413
|
|
|
@@ -426,4 +426,4 @@ Python 3.8 or higher.
|
|
|
426
426
|
|
|
427
427
|
## Contributing
|
|
428
428
|
|
|
429
|
-
See [the contributing documentation](https://github.com/
|
|
429
|
+
See [the contributing documentation](https://github.com/tzafon/computer-python/tree/main/./CONTRIBUTING.md).
|
|
@@ -264,9 +264,9 @@ computer = response.parse() # get the object that `computers.create()` would ha
|
|
|
264
264
|
print(computer.id)
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
These methods return an [`APIResponse`](https://github.com/
|
|
267
|
+
These methods return an [`APIResponse`](https://github.com/tzafon/computer-python/tree/main/src/tzafon/_response.py) object.
|
|
268
268
|
|
|
269
|
-
The async client returns an [`AsyncAPIResponse`](https://github.com/
|
|
269
|
+
The async client returns an [`AsyncAPIResponse`](https://github.com/tzafon/computer-python/tree/main/src/tzafon/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
|
|
270
270
|
|
|
271
271
|
#### `.with_streaming_response`
|
|
272
272
|
|
|
@@ -372,7 +372,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
|
|
|
372
372
|
|
|
373
373
|
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
|
|
374
374
|
|
|
375
|
-
We are keen for your feedback; please open an [issue](https://www.github.com/
|
|
375
|
+
We are keen for your feedback; please open an [issue](https://www.github.com/tzafon/computer-python/issues) with questions, bugs, or suggestions.
|
|
376
376
|
|
|
377
377
|
### Determining the installed version
|
|
378
378
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tzafon"
|
|
3
|
-
version = "
|
|
3
|
+
version = "2.0.0"
|
|
4
4
|
description = "The official Python library for the computer API"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
license = "MIT"
|
|
@@ -35,8 +35,8 @@ classifiers = [
|
|
|
35
35
|
]
|
|
36
36
|
|
|
37
37
|
[project.urls]
|
|
38
|
-
Homepage = "https://github.com/
|
|
39
|
-
Repository = "https://github.com/
|
|
38
|
+
Homepage = "https://github.com/tzafon/computer-python"
|
|
39
|
+
Repository = "https://github.com/tzafon/computer-python"
|
|
40
40
|
|
|
41
41
|
[project.optional-dependencies]
|
|
42
42
|
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
|
|
@@ -124,7 +124,7 @@ path = "README.md"
|
|
|
124
124
|
[[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
|
|
125
125
|
# replace relative links with absolute links
|
|
126
126
|
pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)'
|
|
127
|
-
replacement = '[\1](https://github.com/
|
|
127
|
+
replacement = '[\1](https://github.com/tzafon/computer-python/tree/main/\g<2>)'
|
|
128
128
|
|
|
129
129
|
[tool.pytest.ini_options]
|
|
130
130
|
testpaths = ["tests"]
|
|
@@ -37,7 +37,7 @@ class ComputersResource(SyncAPIResource):
|
|
|
37
37
|
This property can be used as a prefix for any HTTP method call to return
|
|
38
38
|
the raw response object instead of the parsed content.
|
|
39
39
|
|
|
40
|
-
For more information, see https://www.github.com/
|
|
40
|
+
For more information, see https://www.github.com/tzafon/computer-python#accessing-raw-response-data-eg-headers
|
|
41
41
|
"""
|
|
42
42
|
return ComputersResourceWithRawResponse(self)
|
|
43
43
|
|
|
@@ -46,7 +46,7 @@ class ComputersResource(SyncAPIResource):
|
|
|
46
46
|
"""
|
|
47
47
|
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
|
|
48
48
|
|
|
49
|
-
For more information, see https://www.github.com/
|
|
49
|
+
For more information, see https://www.github.com/tzafon/computer-python#with_streaming_response
|
|
50
50
|
"""
|
|
51
51
|
return ComputersResourceWithStreamingResponse(self)
|
|
52
52
|
|
|
@@ -367,7 +367,7 @@ class AsyncComputersResource(AsyncAPIResource):
|
|
|
367
367
|
This property can be used as a prefix for any HTTP method call to return
|
|
368
368
|
the raw response object instead of the parsed content.
|
|
369
369
|
|
|
370
|
-
For more information, see https://www.github.com/
|
|
370
|
+
For more information, see https://www.github.com/tzafon/computer-python#accessing-raw-response-data-eg-headers
|
|
371
371
|
"""
|
|
372
372
|
return AsyncComputersResourceWithRawResponse(self)
|
|
373
373
|
|
|
@@ -376,7 +376,7 @@ class AsyncComputersResource(AsyncAPIResource):
|
|
|
376
376
|
"""
|
|
377
377
|
An alternative to `.with_raw_response` that doesn't eagerly read the response body.
|
|
378
378
|
|
|
379
|
-
For more information, see https://www.github.com/
|
|
379
|
+
For more information, see https://www.github.com/tzafon/computer-python#with_streaming_response
|
|
380
380
|
"""
|
|
381
381
|
return AsyncComputersResourceWithStreamingResponse(self)
|
|
382
382
|
|
|
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
|
|
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
|