tzafon 0.1.2__tar.gz → 0.1.4__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-0.1.2 → tzafon-0.1.4}/PKG-INFO +2 -2
- {tzafon-0.1.2 → tzafon-0.1.4}/README.md +1 -1
- {tzafon-0.1.2 → tzafon-0.1.4}/pyproject.toml +1 -1
- {tzafon-0.1.2 → tzafon-0.1.4}/.gitignore +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/.python-version +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/examples/demo001.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/src/tzafon/__init__.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/src/tzafon/_connection.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/src/tzafon/client.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/src/tzafon/exceptions.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/src/tzafon/models.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/tests/test_connection.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/tests/test_models.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/tests/test_waypoint_api.py +0 -0
- {tzafon-0.1.2 → tzafon-0.1.4}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tzafon
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Tzafon Waypoint – browser automation
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -14,7 +14,7 @@ Description-Content-Type: text/markdown
|
|
|
14
14
|
|
|
15
15
|
# Tzafon Waypoint
|
|
16
16
|
|
|
17
|
-
A Python client for interacting with the tzafon
|
|
17
|
+
A Python client for interacting with the tzafon API for web automation (waypoint.tzafon.ai).
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
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
|