zillow-rapidapi-client 0.1.3__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.
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/PKG-INFO +3 -12
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/README-PYPI.md +2 -11
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/pyproject.toml +1 -1
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/_version.py +3 -3
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/models/__init__.py +8 -0
- zillow_rapidapi_client-0.1.4/src/zillow_rapidapi_client/models/propertyextendedsearchop.py +823 -0
- zillow_rapidapi_client-0.1.4/src/zillow_rapidapi_client/properties.py +624 -0
- zillow_rapidapi_client-0.1.3/src/zillow_rapidapi_client/models/propertyextendedsearchop.py +0 -106
- zillow_rapidapi_client-0.1.3/src/zillow_rapidapi_client/properties.py +0 -221
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/py.typed +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/__init__.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/_hooks/__init__.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/_hooks/registration.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/_hooks/sdkhooks.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/_hooks/types.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/basesdk.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/httpclient.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/models/apierror.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/models/property.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/models/propertysearchresponse.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/py.typed +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/sdk.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/sdkconfiguration.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/types/__init__.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/types/basemodel.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/__init__.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/annotations.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/enums.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/eventstreaming.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/forms.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/headers.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/logger.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/metadata.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/queryparams.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/requestbodies.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/retries.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/security.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/serializers.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/url.py +0 -0
- {zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/utils/values.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: zillow-rapidapi-client
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.4
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9
|
@@ -29,11 +29,6 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *zill
|
|
29
29
|
</a>
|
30
30
|
</div>
|
31
31
|
|
32
|
-
|
33
|
-
<br /><br />
|
34
|
-
> [!IMPORTANT]
|
35
|
-
> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/adityaprakash-work/client-packages). Delete this section before > publishing to a package manager.
|
36
|
-
|
37
32
|
<!-- Start Summary [summary] -->
|
38
33
|
## Summary
|
39
34
|
|
@@ -63,10 +58,6 @@ Zillow Property Extended Search API: API for searching properties using various
|
|
63
58
|
<!-- Start SDK Installation [installation] -->
|
64
59
|
## SDK Installation
|
65
60
|
|
66
|
-
> [!TIP]
|
67
|
-
> To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
|
68
|
-
|
69
|
-
|
70
61
|
> [!NOTE]
|
71
62
|
> **Python version upgrade policy**
|
72
63
|
>
|
@@ -79,7 +70,7 @@ The SDK can be installed with either *pip* or *poetry* package managers.
|
|
79
70
|
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
|
80
71
|
|
81
72
|
```bash
|
82
|
-
pip install
|
73
|
+
pip install zillow-rapidapi-client
|
83
74
|
```
|
84
75
|
|
85
76
|
### Poetry
|
@@ -87,7 +78,7 @@ pip install git+https://github.com/adityaprakash-work/zillow-rapidapi-client.git
|
|
87
78
|
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
|
88
79
|
|
89
80
|
```bash
|
90
|
-
poetry add
|
81
|
+
poetry add zillow-rapidapi-client
|
91
82
|
```
|
92
83
|
|
93
84
|
### Shell and script usage with `uv`
|
@@ -9,11 +9,6 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *zill
|
|
9
9
|
</a>
|
10
10
|
</div>
|
11
11
|
|
12
|
-
|
13
|
-
<br /><br />
|
14
|
-
> [!IMPORTANT]
|
15
|
-
> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/adityaprakash-work/client-packages). Delete this section before > publishing to a package manager.
|
16
|
-
|
17
12
|
<!-- Start Summary [summary] -->
|
18
13
|
## Summary
|
19
14
|
|
@@ -43,10 +38,6 @@ Zillow Property Extended Search API: API for searching properties using various
|
|
43
38
|
<!-- Start SDK Installation [installation] -->
|
44
39
|
## SDK Installation
|
45
40
|
|
46
|
-
> [!TIP]
|
47
|
-
> To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
|
48
|
-
|
49
|
-
|
50
41
|
> [!NOTE]
|
51
42
|
> **Python version upgrade policy**
|
52
43
|
>
|
@@ -59,7 +50,7 @@ The SDK can be installed with either *pip* or *poetry* package managers.
|
|
59
50
|
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
|
60
51
|
|
61
52
|
```bash
|
62
|
-
pip install
|
53
|
+
pip install zillow-rapidapi-client
|
63
54
|
```
|
64
55
|
|
65
56
|
### Poetry
|
@@ -67,7 +58,7 @@ pip install git+https://github.com/adityaprakash-work/zillow-rapidapi-client.git
|
|
67
58
|
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
|
68
59
|
|
69
60
|
```bash
|
70
|
-
poetry add
|
61
|
+
poetry add zillow-rapidapi-client
|
71
62
|
```
|
72
63
|
|
73
64
|
### Shell and script usage with `uv`
|
{zillow_rapidapi_client-0.1.3 → zillow_rapidapi_client-0.1.4}/src/zillow_rapidapi_client/_version.py
RENAMED
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "zillow-rapidapi-client"
|
6
|
-
__version__: str = "0.1.
|
6
|
+
__version__: str = "0.1.4"
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
8
|
-
__gen_version__: str = "2.522.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.1.
|
8
|
+
__gen_version__: str = "2.522.5"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.1.4 2.522.5 1.0.0 zillow-rapidapi-client"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -10,9 +10,13 @@ from .property import (
|
|
10
10
|
PropertyTypedDict,
|
11
11
|
)
|
12
12
|
from .propertyextendedsearchop import (
|
13
|
+
DaysOn,
|
13
14
|
HomeType,
|
15
|
+
LotSizeMax,
|
16
|
+
LotSizeMin,
|
14
17
|
PropertyExtendedSearchRequest,
|
15
18
|
PropertyExtendedSearchRequestTypedDict,
|
19
|
+
SoldInLast,
|
16
20
|
Sort,
|
17
21
|
StatusType,
|
18
22
|
)
|
@@ -24,10 +28,13 @@ from .propertysearchresponse import (
|
|
24
28
|
|
25
29
|
__all__ = [
|
26
30
|
"APIError",
|
31
|
+
"DaysOn",
|
27
32
|
"HomeType",
|
28
33
|
"ListingStatus",
|
29
34
|
"ListingSubType",
|
30
35
|
"ListingSubTypeTypedDict",
|
36
|
+
"LotSizeMax",
|
37
|
+
"LotSizeMin",
|
31
38
|
"Property",
|
32
39
|
"PropertyExtendedSearchRequest",
|
33
40
|
"PropertyExtendedSearchRequestTypedDict",
|
@@ -35,6 +42,7 @@ __all__ = [
|
|
35
42
|
"PropertySearchResponseTypedDict",
|
36
43
|
"PropertyType",
|
37
44
|
"PropertyTypedDict",
|
45
|
+
"SoldInLast",
|
38
46
|
"Sort",
|
39
47
|
"StatusType",
|
40
48
|
]
|