stadiamaps 5.0.0__py3-none-any.whl → 6.1.0__py3-none-any.whl

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 (158) hide show
  1. stadiamaps/__init__.py +23 -5
  2. stadiamaps/api/geocoding_api.py +1388 -138
  3. stadiamaps/api/geospatial_api.py +1 -1
  4. stadiamaps/api/routing_api.py +1 -1
  5. stadiamaps/api_client.py +3 -3
  6. stadiamaps/configuration.py +5 -5
  7. stadiamaps/exceptions.py +18 -1
  8. stadiamaps/models/__init__.py +22 -4
  9. stadiamaps/models/access.py +1 -1
  10. stadiamaps/models/addendum_v2.py +143 -0
  11. stadiamaps/models/address_components_v2.py +134 -0
  12. stadiamaps/models/admin_region.py +1 -1
  13. stadiamaps/models/administrative.py +1 -1
  14. stadiamaps/models/annotation_filters.py +1 -1
  15. stadiamaps/models/auto_costing_options.py +1 -1
  16. stadiamaps/models/base_costing_options.py +1 -1
  17. stadiamaps/models/base_trace_request.py +1 -1
  18. stadiamaps/models/bicycle_costing_options.py +1 -1
  19. stadiamaps/models/bike_network.py +1 -1
  20. stadiamaps/models/bulk_request.py +1 -1
  21. stadiamaps/models/bulk_request_query.py +1 -1
  22. stadiamaps/models/bulk_search_response.py +1 -1
  23. stadiamaps/models/context.py +119 -0
  24. stadiamaps/models/contour.py +1 -1
  25. stadiamaps/models/coordinate.py +1 -1
  26. stadiamaps/models/costing_model.py +1 -1
  27. stadiamaps/models/costing_options.py +1 -1
  28. stadiamaps/models/directions_options.py +1 -1
  29. stadiamaps/models/distance_unit.py +1 -1
  30. stadiamaps/models/edge_sign.py +1 -1
  31. stadiamaps/models/edge_use.py +1 -1
  32. stadiamaps/models/end_node.py +1 -1
  33. stadiamaps/models/extended_directions_options.py +1 -1
  34. stadiamaps/models/feature_properties_v2.py +126 -0
  35. stadiamaps/models/feature_properties_v2_properties.py +184 -0
  36. stadiamaps/models/foursquare_addendum.py +113 -0
  37. stadiamaps/models/geo_attributes.py +1 -1
  38. stadiamaps/models/geo_json_geometry_base.py +1 -1
  39. stadiamaps/models/geo_json_point.py +1 -1
  40. stadiamaps/models/geocode_response.py +1 -1
  41. stadiamaps/models/geocode_response_envelope_properties_v2.py +125 -0
  42. stadiamaps/models/geocoding_geo_json_feature.py +1 -1
  43. stadiamaps/models/geocoding_geo_json_properties.py +8 -6
  44. stadiamaps/models/geocoding_geo_json_properties_addendum.py +1 -1
  45. stadiamaps/models/geocoding_geo_json_properties_addendum_osm.py +1 -1
  46. stadiamaps/models/geocoding_layer.py +1 -1
  47. stadiamaps/models/geocoding_meta.py +108 -0
  48. stadiamaps/models/geocoding_object.py +1 -1
  49. stadiamaps/models/geocoding_source.py +1 -1
  50. stadiamaps/models/geonames_addendum.py +101 -0
  51. stadiamaps/models/height_request.py +1 -1
  52. stadiamaps/models/height_response.py +1 -1
  53. stadiamaps/models/highway_classification.py +1 -1
  54. stadiamaps/models/intersecting_edge.py +1 -1
  55. stadiamaps/models/isochrone_costing_model.py +1 -1
  56. stadiamaps/models/isochrone_feature.py +1 -1
  57. stadiamaps/models/isochrone_properties.py +1 -1
  58. stadiamaps/models/isochrone_request.py +1 -1
  59. stadiamaps/models/isochrone_response.py +1 -1
  60. stadiamaps/models/layer_id.py +57 -0
  61. stadiamaps/models/locate_detailed_edge.py +1 -1
  62. stadiamaps/models/locate_edge.py +1 -1
  63. stadiamaps/models/locate_edge_info.py +1 -1
  64. stadiamaps/models/locate_node.py +1 -1
  65. stadiamaps/models/locate_object.py +1 -1
  66. stadiamaps/models/low_speed_vehicle_costing_options.py +1 -1
  67. stadiamaps/models/maneuver_sign.py +1 -1
  68. stadiamaps/models/maneuver_sign_element.py +1 -1
  69. stadiamaps/models/map_match_costing_model.py +1 -1
  70. stadiamaps/models/map_match_request.py +1 -1
  71. stadiamaps/models/map_match_route_response.py +1 -1
  72. stadiamaps/models/map_match_trace_options.py +1 -1
  73. stadiamaps/models/map_match_waypoint.py +3 -3
  74. stadiamaps/models/match_type.py +39 -0
  75. stadiamaps/models/matched_point.py +1 -1
  76. stadiamaps/models/matrix_costing_model.py +1 -1
  77. stadiamaps/models/matrix_distance.py +1 -1
  78. stadiamaps/models/matrix_request.py +1 -1
  79. stadiamaps/models/matrix_response.py +1 -1
  80. stadiamaps/models/matrix_waypoint.py +1 -1
  81. stadiamaps/models/motor_scooter_costing_options.py +1 -1
  82. stadiamaps/models/motorcycle_costing_options.py +1 -1
  83. stadiamaps/models/nearest_roads_request.py +1 -1
  84. stadiamaps/models/node_id.py +1 -1
  85. stadiamaps/models/node_type.py +1 -1
  86. stadiamaps/models/open_street_map_addendum.py +169 -0
  87. stadiamaps/models/optimized_route_request.py +1 -1
  88. stadiamaps/models/osrm_admin.py +1 -1
  89. stadiamaps/models/osrm_annotation.py +1 -1
  90. stadiamaps/models/osrm_banner_component.py +1 -1
  91. stadiamaps/models/osrm_banner_content.py +1 -1
  92. stadiamaps/models/osrm_banner_instruction.py +1 -1
  93. stadiamaps/models/osrm_base_api_response.py +1 -1
  94. stadiamaps/models/osrm_guidance_modifier.py +1 -1
  95. stadiamaps/models/osrm_intersection.py +1 -1
  96. stadiamaps/models/osrm_lane.py +1 -1
  97. stadiamaps/models/osrm_route.py +1 -1
  98. stadiamaps/models/osrm_route_leg.py +1 -1
  99. stadiamaps/models/osrm_route_response.py +1 -1
  100. stadiamaps/models/osrm_route_step.py +1 -1
  101. stadiamaps/models/osrm_speed_limit.py +1 -1
  102. stadiamaps/models/osrm_step_maneuver.py +1 -1
  103. stadiamaps/models/osrm_via_waypoint.py +1 -1
  104. stadiamaps/models/osrm_voice_instruction.py +1 -1
  105. stadiamaps/models/osrm_waypoint.py +1 -1
  106. stadiamaps/models/pedestrian_costing_options.py +8 -5
  107. stadiamaps/models/pedestrian_type.py +39 -0
  108. stadiamaps/models/point.py +104 -0
  109. stadiamaps/models/precision.py +38 -0
  110. stadiamaps/models/properties_v2.py +184 -0
  111. stadiamaps/models/restrictions.py +11 -11
  112. stadiamaps/models/road_class.py +1 -1
  113. stadiamaps/models/route200_response.py +1 -1
  114. stadiamaps/models/route_leg.py +1 -1
  115. stadiamaps/models/route_maneuver.py +1 -1
  116. stadiamaps/models/route_request.py +1 -1
  117. stadiamaps/models/route_response.py +1 -1
  118. stadiamaps/models/route_response_alternates_inner.py +1 -1
  119. stadiamaps/models/route_summary.py +1 -1
  120. stadiamaps/models/route_trip.py +1 -1
  121. stadiamaps/models/routing_languages.py +1 -1
  122. stadiamaps/models/routing_long_units.py +1 -1
  123. stadiamaps/models/routing_response_waypoint.py +3 -3
  124. stadiamaps/models/routing_waypoint.py +3 -3
  125. stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
  126. stadiamaps/models/search_query.py +2 -2
  127. stadiamaps/models/search_structured_query.py +3 -3
  128. stadiamaps/models/simple_routing_waypoint.py +3 -3
  129. stadiamaps/models/source_attribution.py +110 -0
  130. stadiamaps/models/source_id.py +41 -0
  131. stadiamaps/models/speeds.py +1 -1
  132. stadiamaps/models/trace_attribute_filter_options.py +1 -1
  133. stadiamaps/models/trace_attribute_key.py +1 -1
  134. stadiamaps/models/trace_attributes_base_response.py +1 -1
  135. stadiamaps/models/trace_attributes_request.py +1 -1
  136. stadiamaps/models/trace_attributes_response.py +1 -6
  137. stadiamaps/models/trace_edge.py +2 -7
  138. stadiamaps/models/travel_mode.py +1 -1
  139. stadiamaps/models/traversability.py +1 -1
  140. stadiamaps/models/truck_costing_options.py +1 -1
  141. stadiamaps/models/tz_response.py +1 -1
  142. stadiamaps/models/warning.py +1 -1
  143. stadiamaps/models/whos_on_first_concordances.py +246 -0
  144. stadiamaps/models/wof_context.py +210 -0
  145. stadiamaps/models/wof_context_component.py +110 -0
  146. stadiamaps/rest.py +1 -1
  147. stadiamaps-6.1.0.dist-info/METADATA +117 -0
  148. stadiamaps-6.1.0.dist-info/RECORD +183 -0
  149. {stadiamaps-5.0.0.dist-info → stadiamaps-6.1.0.dist-info}/WHEEL +1 -1
  150. {stadiamaps-5.0.0.dist-info → stadiamaps-6.1.0.dist-info}/top_level.txt +1 -0
  151. test/integration/__init__.py +0 -0
  152. test/integration/test_eu_endpoint.py +21 -0
  153. test/integration/test_gecoding.py +136 -0
  154. test/integration/test_geospatial.py +43 -0
  155. test/integration/test_routing.py +282 -0
  156. stadiamaps-5.0.0.dist-info/METADATA +0 -87
  157. stadiamaps-5.0.0.dist-info/RECORD +0 -157
  158. {stadiamaps-5.0.0.dist-info → stadiamaps-6.1.0.dist-info/licenses}/LICENSE.txt +0 -0
@@ -0,0 +1,210 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Stadia Maps Geospatial APIs
5
+
6
+ The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
+
8
+ The version of the OpenAPI document: 9.1.1
9
+ Contact: support@stadiamaps.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict
22
+ from typing import Any, ClassVar, Dict, List, Optional
23
+ from stadiamaps.models.wof_context_component import WofContextComponent
24
+ from typing import Optional, Set
25
+ from typing_extensions import Self
26
+
27
+ class WofContext(BaseModel):
28
+ """
29
+ WofContext
30
+ """ # noqa: E501
31
+ borough: Optional[WofContextComponent] = None
32
+ continent: Optional[WofContextComponent] = None
33
+ country: Optional[WofContextComponent] = None
34
+ county: Optional[WofContextComponent] = None
35
+ dependency: Optional[WofContextComponent] = None
36
+ localadmin: Optional[WofContextComponent] = None
37
+ locality: Optional[WofContextComponent] = None
38
+ macrocounty: Optional[WofContextComponent] = None
39
+ macroregion: Optional[WofContextComponent] = None
40
+ neighbourhood: Optional[WofContextComponent] = None
41
+ region: Optional[WofContextComponent] = None
42
+ additional_properties: Dict[str, Any] = {}
43
+ __properties: ClassVar[List[str]] = ["borough", "continent", "country", "county", "dependency", "localadmin", "locality", "macrocounty", "macroregion", "neighbourhood", "region"]
44
+
45
+ model_config = ConfigDict(
46
+ populate_by_name=True,
47
+ validate_assignment=True,
48
+ protected_namespaces=(),
49
+ )
50
+
51
+
52
+ def to_str(self) -> str:
53
+ """Returns the string representation of the model using alias"""
54
+ return pprint.pformat(self.model_dump(by_alias=True))
55
+
56
+ def to_json(self) -> str:
57
+ """Returns the JSON representation of the model using alias"""
58
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
59
+ return json.dumps(self.to_dict())
60
+
61
+ @classmethod
62
+ def from_json(cls, json_str: str) -> Optional[Self]:
63
+ """Create an instance of WofContext from a JSON string"""
64
+ return cls.from_dict(json.loads(json_str))
65
+
66
+ def to_dict(self) -> Dict[str, Any]:
67
+ """Return the dictionary representation of the model using alias.
68
+
69
+ This has the following differences from calling pydantic's
70
+ `self.model_dump(by_alias=True)`:
71
+
72
+ * `None` is only added to the output dict for nullable fields that
73
+ were set at model initialization. Other fields with value `None`
74
+ are ignored.
75
+ * Fields in `self.additional_properties` are added to the output dict.
76
+ """
77
+ excluded_fields: Set[str] = set([
78
+ "additional_properties",
79
+ ])
80
+
81
+ _dict = self.model_dump(
82
+ by_alias=True,
83
+ exclude=excluded_fields,
84
+ exclude_none=True,
85
+ )
86
+ # override the default output from pydantic by calling `to_dict()` of borough
87
+ if self.borough:
88
+ _dict['borough'] = self.borough.to_dict()
89
+ # override the default output from pydantic by calling `to_dict()` of continent
90
+ if self.continent:
91
+ _dict['continent'] = self.continent.to_dict()
92
+ # override the default output from pydantic by calling `to_dict()` of country
93
+ if self.country:
94
+ _dict['country'] = self.country.to_dict()
95
+ # override the default output from pydantic by calling `to_dict()` of county
96
+ if self.county:
97
+ _dict['county'] = self.county.to_dict()
98
+ # override the default output from pydantic by calling `to_dict()` of dependency
99
+ if self.dependency:
100
+ _dict['dependency'] = self.dependency.to_dict()
101
+ # override the default output from pydantic by calling `to_dict()` of localadmin
102
+ if self.localadmin:
103
+ _dict['localadmin'] = self.localadmin.to_dict()
104
+ # override the default output from pydantic by calling `to_dict()` of locality
105
+ if self.locality:
106
+ _dict['locality'] = self.locality.to_dict()
107
+ # override the default output from pydantic by calling `to_dict()` of macrocounty
108
+ if self.macrocounty:
109
+ _dict['macrocounty'] = self.macrocounty.to_dict()
110
+ # override the default output from pydantic by calling `to_dict()` of macroregion
111
+ if self.macroregion:
112
+ _dict['macroregion'] = self.macroregion.to_dict()
113
+ # override the default output from pydantic by calling `to_dict()` of neighbourhood
114
+ if self.neighbourhood:
115
+ _dict['neighbourhood'] = self.neighbourhood.to_dict()
116
+ # override the default output from pydantic by calling `to_dict()` of region
117
+ if self.region:
118
+ _dict['region'] = self.region.to_dict()
119
+ # puts key-value pairs in additional_properties in the top level
120
+ if self.additional_properties is not None:
121
+ for _key, _value in self.additional_properties.items():
122
+ _dict[_key] = _value
123
+
124
+ # set to None if borough (nullable) is None
125
+ # and model_fields_set contains the field
126
+ if self.borough is None and "borough" in self.model_fields_set:
127
+ _dict['borough'] = None
128
+
129
+ # set to None if continent (nullable) is None
130
+ # and model_fields_set contains the field
131
+ if self.continent is None and "continent" in self.model_fields_set:
132
+ _dict['continent'] = None
133
+
134
+ # set to None if country (nullable) is None
135
+ # and model_fields_set contains the field
136
+ if self.country is None and "country" in self.model_fields_set:
137
+ _dict['country'] = None
138
+
139
+ # set to None if county (nullable) is None
140
+ # and model_fields_set contains the field
141
+ if self.county is None and "county" in self.model_fields_set:
142
+ _dict['county'] = None
143
+
144
+ # set to None if dependency (nullable) is None
145
+ # and model_fields_set contains the field
146
+ if self.dependency is None and "dependency" in self.model_fields_set:
147
+ _dict['dependency'] = None
148
+
149
+ # set to None if localadmin (nullable) is None
150
+ # and model_fields_set contains the field
151
+ if self.localadmin is None and "localadmin" in self.model_fields_set:
152
+ _dict['localadmin'] = None
153
+
154
+ # set to None if locality (nullable) is None
155
+ # and model_fields_set contains the field
156
+ if self.locality is None and "locality" in self.model_fields_set:
157
+ _dict['locality'] = None
158
+
159
+ # set to None if macrocounty (nullable) is None
160
+ # and model_fields_set contains the field
161
+ if self.macrocounty is None and "macrocounty" in self.model_fields_set:
162
+ _dict['macrocounty'] = None
163
+
164
+ # set to None if macroregion (nullable) is None
165
+ # and model_fields_set contains the field
166
+ if self.macroregion is None and "macroregion" in self.model_fields_set:
167
+ _dict['macroregion'] = None
168
+
169
+ # set to None if neighbourhood (nullable) is None
170
+ # and model_fields_set contains the field
171
+ if self.neighbourhood is None and "neighbourhood" in self.model_fields_set:
172
+ _dict['neighbourhood'] = None
173
+
174
+ # set to None if region (nullable) is None
175
+ # and model_fields_set contains the field
176
+ if self.region is None and "region" in self.model_fields_set:
177
+ _dict['region'] = None
178
+
179
+ return _dict
180
+
181
+ @classmethod
182
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
183
+ """Create an instance of WofContext from a dict"""
184
+ if obj is None:
185
+ return None
186
+
187
+ if not isinstance(obj, dict):
188
+ return cls.model_validate(obj)
189
+
190
+ _obj = cls.model_validate({
191
+ "borough": WofContextComponent.from_dict(obj["borough"]) if obj.get("borough") is not None else None,
192
+ "continent": WofContextComponent.from_dict(obj["continent"]) if obj.get("continent") is not None else None,
193
+ "country": WofContextComponent.from_dict(obj["country"]) if obj.get("country") is not None else None,
194
+ "county": WofContextComponent.from_dict(obj["county"]) if obj.get("county") is not None else None,
195
+ "dependency": WofContextComponent.from_dict(obj["dependency"]) if obj.get("dependency") is not None else None,
196
+ "localadmin": WofContextComponent.from_dict(obj["localadmin"]) if obj.get("localadmin") is not None else None,
197
+ "locality": WofContextComponent.from_dict(obj["locality"]) if obj.get("locality") is not None else None,
198
+ "macrocounty": WofContextComponent.from_dict(obj["macrocounty"]) if obj.get("macrocounty") is not None else None,
199
+ "macroregion": WofContextComponent.from_dict(obj["macroregion"]) if obj.get("macroregion") is not None else None,
200
+ "neighbourhood": WofContextComponent.from_dict(obj["neighbourhood"]) if obj.get("neighbourhood") is not None else None,
201
+ "region": WofContextComponent.from_dict(obj["region"]) if obj.get("region") is not None else None
202
+ })
203
+ # store additional fields in additional_properties
204
+ for _key in obj.keys():
205
+ if _key not in cls.__properties:
206
+ _obj.additional_properties[_key] = obj.get(_key)
207
+
208
+ return _obj
209
+
210
+
@@ -0,0 +1,110 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Stadia Maps Geospatial APIs
5
+
6
+ The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
+
8
+ The version of the OpenAPI document: 9.1.1
9
+ Contact: support@stadiamaps.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
+ from typing import Any, ClassVar, Dict, List, Optional
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class WofContextComponent(BaseModel):
27
+ """
28
+ WofContextComponent
29
+ """ # noqa: E501
30
+ abbreviation: Optional[StrictStr] = None
31
+ gid: StrictStr = Field(description="A globally unique identifier for a feature. Note: these are not stable for all datasets! For example, OSM features may be deleted and re-added with a new ID. Others like Who's on First guarantee stability long term.")
32
+ name: StrictStr
33
+ additional_properties: Dict[str, Any] = {}
34
+ __properties: ClassVar[List[str]] = ["abbreviation", "gid", "name"]
35
+
36
+ model_config = ConfigDict(
37
+ populate_by_name=True,
38
+ validate_assignment=True,
39
+ protected_namespaces=(),
40
+ )
41
+
42
+
43
+ def to_str(self) -> str:
44
+ """Returns the string representation of the model using alias"""
45
+ return pprint.pformat(self.model_dump(by_alias=True))
46
+
47
+ def to_json(self) -> str:
48
+ """Returns the JSON representation of the model using alias"""
49
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
50
+ return json.dumps(self.to_dict())
51
+
52
+ @classmethod
53
+ def from_json(cls, json_str: str) -> Optional[Self]:
54
+ """Create an instance of WofContextComponent from a JSON string"""
55
+ return cls.from_dict(json.loads(json_str))
56
+
57
+ def to_dict(self) -> Dict[str, Any]:
58
+ """Return the dictionary representation of the model using alias.
59
+
60
+ This has the following differences from calling pydantic's
61
+ `self.model_dump(by_alias=True)`:
62
+
63
+ * `None` is only added to the output dict for nullable fields that
64
+ were set at model initialization. Other fields with value `None`
65
+ are ignored.
66
+ * Fields in `self.additional_properties` are added to the output dict.
67
+ """
68
+ excluded_fields: Set[str] = set([
69
+ "additional_properties",
70
+ ])
71
+
72
+ _dict = self.model_dump(
73
+ by_alias=True,
74
+ exclude=excluded_fields,
75
+ exclude_none=True,
76
+ )
77
+ # puts key-value pairs in additional_properties in the top level
78
+ if self.additional_properties is not None:
79
+ for _key, _value in self.additional_properties.items():
80
+ _dict[_key] = _value
81
+
82
+ # set to None if abbreviation (nullable) is None
83
+ # and model_fields_set contains the field
84
+ if self.abbreviation is None and "abbreviation" in self.model_fields_set:
85
+ _dict['abbreviation'] = None
86
+
87
+ return _dict
88
+
89
+ @classmethod
90
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
91
+ """Create an instance of WofContextComponent from a dict"""
92
+ if obj is None:
93
+ return None
94
+
95
+ if not isinstance(obj, dict):
96
+ return cls.model_validate(obj)
97
+
98
+ _obj = cls.model_validate({
99
+ "abbreviation": obj.get("abbreviation"),
100
+ "gid": obj.get("gid"),
101
+ "name": obj.get("name")
102
+ })
103
+ # store additional fields in additional_properties
104
+ for _key in obj.keys():
105
+ if _key not in cls.__properties:
106
+ _obj.additional_properties[_key] = obj.get(_key)
107
+
108
+ return _obj
109
+
110
+
stadiamaps/rest.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
7
7
 
8
- The version of the OpenAPI document: 8.0.0
8
+ The version of the OpenAPI document: 9.1.1
9
9
  Contact: support@stadiamaps.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -0,0 +1,117 @@
1
+ Metadata-Version: 2.4
2
+ Name: stadiamaps
3
+ Version: 6.1.0
4
+ Summary: Stadia Maps Geospatial APIs
5
+ Author-email: Stadia Maps Support <support@stadiamaps.com>
6
+ License-Expression: BSD-3-Clause
7
+ Project-URL: homepage, https://stadiamaps.com
8
+ Project-URL: documentation, https://docs.stadiamaps.com/sdks/python/
9
+ Project-URL: source, https://github.com/stadiamaps/stadiamaps-api-py
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE.txt
13
+ Requires-Dist: urllib3<3.0.0,>=1.25.3
14
+ Requires-Dist: python-dateutil>=2.8.2
15
+ Requires-Dist: pydantic>=2
16
+ Requires-Dist: typing-extensions>=4.7.1
17
+ Dynamic: license-file
18
+
19
+ # Stadia Maps Python API Client
20
+
21
+ The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
22
+
23
+ For more information about the API, please visit [https://docs.stadiamaps.com](https://docs.stadiamaps.com)
24
+
25
+ ## Requirements.
26
+
27
+ Python 3.8+
28
+
29
+ ## Installation & Usage
30
+
31
+ You can install via your favorite package manager.
32
+ For example:
33
+
34
+ ### pip
35
+
36
+ ```shell
37
+ pip install stadiamaps
38
+ ```
39
+
40
+ ### poetry
41
+
42
+ ```shell
43
+ poetry add stadiamaps
44
+ ```
45
+
46
+ ### Tests
47
+
48
+ Execute `pytest` to run the tests. These are run automatically via CI.
49
+
50
+ ## Getting Started
51
+
52
+ After following the [installation procedure](#installation--usage), you'll need a Stadia Maps API key.
53
+
54
+ You can create an API key for free
55
+ [here](https://client.stadiamaps.com/signup/?utm_source=github&utm_campaign=sdk_readme&utm_content=python_readme)
56
+ (no credit card required).
57
+
58
+ ```python
59
+ import os
60
+ import stadiamaps
61
+ from stadiamaps.rest import ApiException
62
+ from pprint import pprint
63
+
64
+ # Defining the host is optional and defaults to https://api.stadiamaps.com
65
+ # You can also use our EU endpoint to keep traffic within the EU like so:
66
+ # configuration = stadiamaps.Configuration(host="https://api-eu.stadiamaps.com")
67
+ # See configuration.py for a list of all supported configuration parameters.
68
+ configuration = stadiamaps.Configuration()
69
+
70
+ # Configure API key authorization. This example assumes it is injected via an environment
71
+ # variable.
72
+ configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
73
+
74
+ # Enter a context with an instance of the API client
75
+ with stadiamaps.ApiClient(configuration) as api_client:
76
+ # Create an instance of the API class
77
+ api_instance = stadiamaps.GeocodingApi(api_client)
78
+ text = "Kursi 3" # str | The place name (address, venue name, etc.) to search for.
79
+
80
+ try:
81
+ # Search and geocode quickly based on partial input.
82
+ api_response = api_instance.autocomplete_v2(text)
83
+ print("The response of GeocodingApi->autocomplete:\n")
84
+ pprint(api_response)
85
+ except ApiException as e:
86
+ print("Exception when calling GeocodingApi->autocomplete_v2: %s\n" % e)
87
+ ```
88
+
89
+ ## Documentation
90
+
91
+ Official documentation lives at [docs.stadiamaps.com](https://docs.stadiamaps.com/?utm_source=github&utm_campaign=sdk_readme&utm_content=python_readme),
92
+ where we have both long-form prose explanations of each endpoint and an interactive [API reference](https://docs.stadiamaps.com/api-reference/?utm_source=github&utm_campaign=sdk_readme&utm_content=python_readme).
93
+
94
+ You can also find auto-generated class references below.
95
+
96
+ ### API Endpoints
97
+
98
+ All URIs are relative to *https://api.stadiamaps.com*
99
+
100
+ Class | Method | HTTP request | Description
101
+ ------------ |---------------------------------------------------------------------|-----------------------------------------| -------------
102
+ *GeocodingApi* | [**autocomplete**](docs/GeocodingApi.md#autocomplete) | **GET** /geocoding/v1/autocomplete | Search and geocode quickly based on partial input.
103
+ *GeocodingApi* | [**place**](docs/GeocodingApi.md#place) | **GET** /geocoding/v1/place | Retrieve details of a place using its GID.
104
+ *GeocodingApi* | [**reverse**](docs/GeocodingApi.md#reverse) | **GET** /geocoding/v1/reverse | Find places and addresses near geographic coordinates (reverse geocoding).
105
+ *GeocodingApi* | [**search**](docs/GeocodingApi.md#search) | **GET** /geocoding/v1/search | Search for location and other info using a place name or address (forward geocoding).
106
+ *GeocodingApi* | [**search_structured**](docs/GeocodingApi.md#search_structured) | **GET** /geocoding/v1/search/structured | Find locations matching components (structured forward geocoding).
107
+ *GeocodingApi* | [**search_bulk**](docs/GeocodingApi.md#search_bulk) | **GET** /geocoding/v1/search/bulk | Bulk geocoding.
108
+ *GeospatialApi* | [**elevation**](docs/GeospatialApi.md#elevation) | **POST** /elevation/v1 | Get the elevation profile along a polyline or at a point.
109
+ *GeospatialApi* | [**tz_lookup**](docs/GeospatialApi.md#tz_lookup) | **GET** /tz/lookup/v1 | Get the current time zone information for any point on earth.
110
+ *RoutingApi* | [**isochrone**](docs/RoutingApi.md#isochrone) | **POST** /isochrone/v1 | Calculate areas of equal travel time from a location.
111
+ *RoutingApi* | [**map_match**](docs/RoutingApi.md#map_match) | **POST** /map_match/v1 | Match a recorded route to the road network.
112
+ *RoutingApi* | [**nearest_roads**](docs/RoutingApi.md#nearest_roads) | **POST** /nearest_roads/v1 | Find the nearest roads to the set of input locations.
113
+ *RoutingApi* | [**optimized_route**](docs/RoutingApi.md#optimized_route) | **POST** /optimized_route/v1 | Calculate an optimized route between a known start and end point.
114
+ *RoutingApi* | [**route**](docs/RoutingApi.md#route) | **POST** /route/v1 | Get turn by turn routing instructions between two or more locations.
115
+ *RoutingApi* | [**time_distance_matrix**](docs/RoutingApi.md#time_distance_matrix) | **POST** /matrix/v1 | Calculate a time distance matrix for use in an optimizer.
116
+ *RoutingApi* | [**trace_attributes**](docs/RoutingApi.md#trace_attributes) | **POST** /trace_attributes/v1 | Trace the attributes of roads visited on a route.
117
+
@@ -0,0 +1,183 @@
1
+ stadiamaps/__init__.py,sha256=GuPSrxfN5Vfpzpc5EKRVITm-KzRBki2jDOji8iz7lFQ,10019
2
+ stadiamaps/api_client.py,sha256=WAmfIMIQBrfvMyNQ0rXxAwBn1wYYBJQQI867qWp3QAQ,27497
3
+ stadiamaps/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ stadiamaps/configuration.py,sha256=K5GnF5Lns85Sw7316XZHcnG6WVHuhIwkIfvOMcpOcX4,18725
5
+ stadiamaps/exceptions.py,sha256=Teo2ZOVmqR7iICZgUqZntfm0qNYx3L9Ul_sjFAhPxVE,6518
6
+ stadiamaps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ stadiamaps/rest.py,sha256=7bsUC7NXymYOQJHeeL8bfRdlr6yL45MWcCmk_g68jcw,9455
8
+ stadiamaps/api/__init__.py,sha256=NRdfWLDRL2TYgITiS6K4OX8lmmVVmf9-_yyMe2_6hTs,208
9
+ stadiamaps/api/geocoding_api.py,sha256=ZT6j0HUPtuNgREDS8bxy2L3HrkB-jI4BGI7ypiz3kHk,237468
10
+ stadiamaps/api/geospatial_api.py,sha256=_S7iNOHUgzgI619so3ky1JFjQa_IiiNmxrbOkGYh4pE,29585
11
+ stadiamaps/api/routing_api.py,sha256=7olAmKjQ2_KTuAH9jrg7oRaasYNgaVXN_Q4_6ID0UIY,81120
12
+ stadiamaps/models/__init__.py,sha256=Gw3moVk4XuxfudwxT_83tEs_JsDEzo3CITPnXtf9SME,9351
13
+ stadiamaps/models/access.py,sha256=KJ2fuiyIW0A0c04Ktl76sdDUtYjI0fu4Cbr78HXc7UU,4179
14
+ stadiamaps/models/addendum_v2.py,sha256=ezBTKykBRmGvGlKpY42zMo4TqjSGxbrn_jR7xNc6_a0,5813
15
+ stadiamaps/models/address_components_v2.py,sha256=_jX-Mo3a8kqXzxWbKM8Wjs0upBtPS0uCMW7nzyEcoNU,5111
16
+ stadiamaps/models/admin_region.py,sha256=MVBKQImhA9ri8NYChsTa_8-5jQfpaWaAJlz9LEYGcvU,3793
17
+ stadiamaps/models/administrative.py,sha256=uT4cjhJv7oiASw-wZlf8MqNOAD0_5E7VWTIQsf0SVD4,3842
18
+ stadiamaps/models/annotation_filters.py,sha256=DyIqSaD6vY_t3brbvhyRH6ayV25yK9PGIdZRqHIxyfQ,4314
19
+ stadiamaps/models/auto_costing_options.py,sha256=b9JXFCeU5FzhXEU6hMHMIrMy1ACOCPD8sT3kX8iNaGo,12767
20
+ stadiamaps/models/auto_costing_options_all_of.py,sha256=JSiFHNEljR4if13lP3jeJc8ny_gSfVzyQZErdt6LaBM,7083
21
+ stadiamaps/models/base_costing_options.py,sha256=lo_4i48m-TMVI1sx2CVRH5Itj5T_qxwGARBkOQYdpE4,7721
22
+ stadiamaps/models/base_trace_request.py,sha256=7M9m-J_1UXRg2T34z66qdpz1qySrAMKglx4uqKBMS-M,7258
23
+ stadiamaps/models/bicycle_costing_options.py,sha256=tg0CDY3oBEpuXxTEZTv2SLMV-_FZSQdW-DjEOVeQMfo,11693
24
+ stadiamaps/models/bicycle_costing_options_all_of.py,sha256=AhDT4CYE3wRA0j1EXvBiK_Bevw2mN-WQA4AnAb7uM5A,5904
25
+ stadiamaps/models/bike_network.py,sha256=7rsDFGeMNBU5dzUEAkJc33rHrKIqKTYjU3l87ONdiV8,3432
26
+ stadiamaps/models/bulk_request.py,sha256=DE_ae27pTLUWNIev9er3fFWOdMBki9vOZdWqB7_zaf8,3897
27
+ stadiamaps/models/bulk_request_query.py,sha256=V4hVTtzfVBH9MA48Wt_6aP04Zx_I2vUwOXkKDCVAfTU,5439
28
+ stadiamaps/models/bulk_search_request_inner.py,sha256=nKDAb78ku8Vw-BWL0JRlYHcAYXWfaa-Q4qNwpYwk9w4,5686
29
+ stadiamaps/models/bulk_search_response.py,sha256=0Fg8p6KcCwdXcUp_jzwFf8GPNFoZBVNewP3WF5dq1uQ,3750
30
+ stadiamaps/models/context.py,sha256=5oCXLdHZZpixLmRMOTOUw5AvJMi0YUecheAdmz43oUM,4751
31
+ stadiamaps/models/contour.py,sha256=plvgJIoCS2pQcuGOnXgm2cYavzMogVNweypa5Tc5nBY,3744
32
+ stadiamaps/models/coordinate.py,sha256=UM0HVJamjvt36coxIGsXOpnA3TMFXDzLClNPVHocsAQ,3525
33
+ stadiamaps/models/costing_model.py,sha256=xkofvHga9BPBUngaxQcR14K5tiyY4xJeu5sw0NJlJa4,1332
34
+ stadiamaps/models/costing_options.py,sha256=U-zO1zG26cT5scN_CWnqaHNS-cf7cAeTAKGdgRYpVgw,6813
35
+ stadiamaps/models/directions_options.py,sha256=CIwU0X2vHgZAIoCPd0f1ZDvpPYhGWZkcIh364NZB5No,4325
36
+ stadiamaps/models/distance_unit.py,sha256=mQFN0OCx1RhcS-Bc-3LCrQqF4Nw-ukREVczgrBfdezE,780
37
+ stadiamaps/models/edge_sign.py,sha256=loVPs75QL7AsPn3ztzrRWJ4_dyomlvF5-KjhXu6Do0k,3491
38
+ stadiamaps/models/edge_use.py,sha256=-FFlaZl2M6dfWn2lW_HgQfHy1-IO26oyBXwTk4Fpg6c,1663
39
+ stadiamaps/models/end_node.py,sha256=qSZ9hmovDjSgMbBGhX2oPaSR4rGxLwfPYN2T6e2eFFI,4775
40
+ stadiamaps/models/extended_directions_options.py,sha256=vmmYT13xn7GLeLSbEp0kCzicTVFUNoBZoAYVI9VV3k4,4887
41
+ stadiamaps/models/feature_properties_v2.py,sha256=5aAn0xMbec343tq1gg0ttCAl0sxa6p_80_n46VsgN1M,4633
42
+ stadiamaps/models/feature_properties_v2_properties.py,sha256=4Kkpi48mJ9riEEKzeBqvfZWzYbFkOzIzap_7e4DNsn8,9382
43
+ stadiamaps/models/foursquare_addendum.py,sha256=-0zhRIgxBPyw8boLDlnlVUK7XVy1UOElkhzb0tW_vOg,3653
44
+ stadiamaps/models/geo_attributes.py,sha256=JdnZzEEMkLXyW0B2txX-Q7yYmt3CWDLgzpTp3oUMhNM,4213
45
+ stadiamaps/models/geo_json_geometry.py,sha256=j6ctj76suKXnK1-5qo8Z8C2Mt9mp-XyB07TjOdvQuOc,6201
46
+ stadiamaps/models/geo_json_geometry_base.py,sha256=cB--UmcJtrGXc0nZpi56Ols9G-YSQ0qnixGMofGAEkE,3532
47
+ stadiamaps/models/geo_json_line_string.py,sha256=cDKOwvATlQ7-CHLqpiW3-B6MHwpKhIS2G0uYLpyRq0k,3773
48
+ stadiamaps/models/geo_json_line_string_all_of.py,sha256=_vHsj7n-c1QEAoL9M8MAWj7Q1wv4AtqpG0lXHluRYzA,2663
49
+ stadiamaps/models/geo_json_point.py,sha256=bxLUD3C7QqhrWzZZPpqMWGO7q9oytMye07l3mcEBTVs,3747
50
+ stadiamaps/models/geo_json_point_all_of.py,sha256=Md1qYy2GAtnsy_8IwXrYXlNc5e_RBAfjTSBKzrrDUn8,2614
51
+ stadiamaps/models/geo_json_polygon.py,sha256=ktzcWX9KDmSH9Mi31GToDvlmHTExmPl7EPajt7TSkak,3767
52
+ stadiamaps/models/geo_json_polygon_all_of.py,sha256=lOsNbT0B-2d_wJTwOIQt7gny_aldHzT9cMC5XoIETtE,2648
53
+ stadiamaps/models/geocode_response.py,sha256=TKlR372kW8bPe13VfGNX77abR2flTIPigFxsYHuhs1E,4424
54
+ stadiamaps/models/geocode_response_envelope_properties_v2.py,sha256=aPknEHd2n-yYirgjx91Rd9RUmBZMgPcekOCCVm8LAAg,5030
55
+ stadiamaps/models/geocoding_geo_json_feature.py,sha256=Y4LkoWHh-quKeKuW8qlNYbiWGsrXM_SipAbDDPhV3yE,4619
56
+ stadiamaps/models/geocoding_geo_json_properties.py,sha256=WK7UYTtfWqsZu0yPnmuq8Ggls8jBMgpefhCvz6UQ6fA,10614
57
+ stadiamaps/models/geocoding_geo_json_properties_addendum.py,sha256=8xpuuWyOfdR3ws2AnFCMUR3g7bVvNgL432j5uVxgNhc,3735
58
+ stadiamaps/models/geocoding_geo_json_properties_addendum_osm.py,sha256=yQceXYX47zVW4PQW6tUOAEv9Axu0UQ33V1Ym-rVMyFM,3531
59
+ stadiamaps/models/geocoding_layer.py,sha256=Nno-hPpyMFFxbAZ85q-m49wb-SIIUZETPgq6t9mgSOM,2528
60
+ stadiamaps/models/geocoding_meta.py,sha256=E2xIM78vbp6kwvhrFg9SZBWoBMo8CviQ8u3PVxwbhAI,3523
61
+ stadiamaps/models/geocoding_object.py,sha256=aHWatFgbZSB1NU8pEt_y0VtHtVb4OUuyWGr11p0K6S4,4217
62
+ stadiamaps/models/geocoding_source.py,sha256=XzZdyDDEq_i008R0IMRB4YF2SnSBVJW8E_srROcHwrc,1059
63
+ stadiamaps/models/geonames_addendum.py,sha256=d2ee6r9bFtv9Jwa6MQlRrE5n4ZN0-QGHtCIVPprAWEE,3239
64
+ stadiamaps/models/height_request.py,sha256=JW6vQrgZnF-J-mOu9pI8NxNpr04kGgT64sYI3Qyegq8,5968
65
+ stadiamaps/models/height_response.py,sha256=46hpell51Cf5BCZiAkex7IMP8GWm3q4kNf8jNsqtdfo,5110
66
+ stadiamaps/models/highway_classification.py,sha256=leiO2bhh-hswI-zYfso-C_yhc0uGlLowMZFrykr9VUE,6219
67
+ stadiamaps/models/intersecting_edge.py,sha256=6kMcucSrU6zAmM1z1yr6QTHqYdy-ZWlx70T7RKhNok0,4608
68
+ stadiamaps/models/isochrone_costing_model.py,sha256=gwwtZxgPL6WoSsD6SOqhPrcPA5itrB2tJA6Z97S1fkU,1043
69
+ stadiamaps/models/isochrone_feature.py,sha256=ttGJs6c6vvY1kewRINWdlOci9tCHxM2I2I8sSMj4Zsk,3996
70
+ stadiamaps/models/isochrone_properties.py,sha256=gjst8R0b_EIFqiwLP8aOoFJ9POhsH_Qt82yN3nDRMi4,4235
71
+ stadiamaps/models/isochrone_request.py,sha256=NFppS6nnFSqkbka1IdnGe_N5Dk7SZ6Vm9ZdDqQ15Ydk,6758
72
+ stadiamaps/models/isochrone_response.py,sha256=JnZnqwFI2OOJYE1cTdJ1-AxOxTmYeDM9GspFc0CPLtA,4069
73
+ stadiamaps/models/layer_id.py,sha256=rzoBhh1qEwxSy9xg5U58gKaaH7bAwkscbGiAsGI8Gyg,1319
74
+ stadiamaps/models/locate_detailed_edge.py,sha256=-dxYzHnSvYIhS3oZh_qlSI5cbfWL1z7j1Rphlro1hhM,10839
75
+ stadiamaps/models/locate_edge.py,sha256=6rvhtNaUR7XFdmvHyRFWHGabFPgEYgVtFYalUheGQ_Q,6553
76
+ stadiamaps/models/locate_edge_info.py,sha256=j8kXipEbruhwZ97JFOyJ02MtfmxlQLVXYp2_boFr2M0,4350
77
+ stadiamaps/models/locate_node.py,sha256=8eaEuN8RIyn9QekD_Xi7vy307jctMW6X4X76fdFB6bE,5948
78
+ stadiamaps/models/locate_node_all_of.py,sha256=CIpyV5ssH034gmC-fHlshAOZkolUy7LYejgHLqHeMyI,4800
79
+ stadiamaps/models/locate_object.py,sha256=uaWc70uCwqKBzMqWlHk5CkkZj5rb4WOVGV0E1-9ODeI,5113
80
+ stadiamaps/models/low_speed_vehicle_costing_options.py,sha256=_MRUK4HVV4uM66YcexB31AJgrwTz9yFfiHlUEIrRZHI,9820
81
+ stadiamaps/models/maneuver_sign.py,sha256=we8M6lsZBjl3ZjmTwO9vLvOROZ1HE4zfdq0kKOaEHvs,6388
82
+ stadiamaps/models/maneuver_sign_element.py,sha256=iNUPBQ7J8KpxJIZSinzVKP3ud6vuvNdxBv4S283IsHI,3711
83
+ stadiamaps/models/map_match_costing_model.py,sha256=F009fLYRk6NWe6T7fdpL11R96MZsslu2jdFIdwoXLrU,1040
84
+ stadiamaps/models/map_match_request.py,sha256=tDFqo0ER10sohFTfTiLF1IT4MuVdkogqvl6ZFukBAdI,11771
85
+ stadiamaps/models/map_match_request_all_of.py,sha256=4I-A8Lvt59Gu-xMvfsHIe-GcCfO_qLab6uCKAXqTasM,4291
86
+ stadiamaps/models/map_match_route_response.py,sha256=1tBkiU-sYBv6Wm2np5FAciGEvKFYtlKCJhRzVNtCFYw,4404
87
+ stadiamaps/models/map_match_route_response_all_of.py,sha256=WOWvtLLp801qQM4aJoKR-MTuL6e1nJ3C7FrTRPJ4gxI,2649
88
+ stadiamaps/models/map_match_trace_options.py,sha256=WO-ML3uGGahZr7kWXOJVd2lcTr4LjF4hs0W6vvCHl_I,4609
89
+ stadiamaps/models/map_match_waypoint.py,sha256=_bzrV7Vr0-BrBrB5VslWY7x6mPms_5YYFEg0CwEAgQI,4810
90
+ stadiamaps/models/map_match_waypoint_all_of.py,sha256=wLt5dB0JfKtZOqRcNoFZod2k-EJ3OcBGh_nhTjFA2gk,2793
91
+ stadiamaps/models/match_type.py,sha256=MoFGSXpz0v7D8nt5hFbfZHeyPURmCfNfb_6PihEFwV0,823
92
+ stadiamaps/models/matched_point.py,sha256=ldUcyc7zuUfB3oOem9QxRwQiEdtFGXJtmWVBJETM1Nc,5417
93
+ stadiamaps/models/matrix_costing_model.py,sha256=C40bfGbLU8yN2rjZEg_G6ITrUGmB9oBpN179Sm0refk,1034
94
+ stadiamaps/models/matrix_distance.py,sha256=BCkUt-27NLrXW8fKuRzBhqqDgymj4gi0KcPYFQ_qXSM,4571
95
+ stadiamaps/models/matrix_request.py,sha256=iXIrVaXBt4HttOnhaEFqZSGwAxmL4cz7nNTM3GtsUR0,6858
96
+ stadiamaps/models/matrix_response.py,sha256=JIaQhbVpHQ_EpXKF05nvbOBxI80VDLN8bU5GQ8bWIfg,6854
97
+ stadiamaps/models/matrix_waypoint.py,sha256=EmlHEqEKYJOLLLI4cR8WYBT2NU_xgesToTfqF6_HJ5U,3878
98
+ stadiamaps/models/motor_scooter_costing_options.py,sha256=JLZ2SyQWbTrcQ1mGH8FQZjOp__B00kqCDendy8NIWJs,13848
99
+ stadiamaps/models/motor_scooter_costing_options_all_of.py,sha256=3XuHRpUB_VvAro0XZwCbq1ExJbEMnB5cm6iagIruuP4,3525
100
+ stadiamaps/models/motorcycle_costing_options.py,sha256=L2BvK-XjAKeiL_gg7KQrQsPK4vasxMjS5NUgsGgsvAs,13304
101
+ stadiamaps/models/motorcycle_costing_options_all_of.py,sha256=NJQD3ez643xF0r9Dmix88gGrPLzrbgJNBPz9il6G9HM,3479
102
+ stadiamaps/models/nearest_roads_request.py,sha256=-MDxZYorMByZSlmt8Iu5AK9sgnz9bxydGWOEIiqTjMY,5747
103
+ stadiamaps/models/node_id.py,sha256=pt29rvseyOSEgHFSJCyveHcdEF2VDjh5wuu-W8CAqkA,3367
104
+ stadiamaps/models/node_type.py,sha256=_pOOEVFh4VQXGcdYe3faW7Ho6-yQ3l_i2BaPlzRIgj4,1052
105
+ stadiamaps/models/open_street_map_addendum.py,sha256=34eAXn0LP7ewJYL4VsnnqjysLrE6aHlSDwjOnwjXGBo,7137
106
+ stadiamaps/models/optimized_route_request.py,sha256=P8p2ruHDWlOinaEmsUjE0duTJ-5-0SPgZ9ydf9nUMaU,8620
107
+ stadiamaps/models/osrm_admin.py,sha256=DkIDqlqD1JNM5S3PI1yHRYrgsXeexU_0dX8McxeOL5o,3460
108
+ stadiamaps/models/osrm_annotation.py,sha256=DnS55maib1SKO_ruPsRZQRyxEidlmycqPaZzG-roAAg,4423
109
+ stadiamaps/models/osrm_banner_component.py,sha256=02DQX7W9NtVichESAkeP_HrxjBus8r_24FPstsjo-t0,3647
110
+ stadiamaps/models/osrm_banner_content.py,sha256=8NTB3Ai0J8aQZncDXlLpZ4IEhikoxyOH2RIlNZ6ONEE,5100
111
+ stadiamaps/models/osrm_banner_instruction.py,sha256=HWXDcfAiU5nrZfrbwTsfE0F-4ZB8BswVnnerB2Y2NxA,4157
112
+ stadiamaps/models/osrm_base_api_response.py,sha256=azrS5jLnvNxqJjxqjuraQuV2eUpZW2HX22xUe5hWp7I,3944
113
+ stadiamaps/models/osrm_guidance_modifier.py,sha256=eUS92nF7EVb58y-sR-FZhd5UTQYQXvS7OjTjGsx-orI,1062
114
+ stadiamaps/models/osrm_intersection.py,sha256=_IfUZ5syYxeWzGum8uLKk4W39ifAwVEacaoOXfCHgWU,7294
115
+ stadiamaps/models/osrm_lane.py,sha256=-zwtRSCNSKwFHO06L7y37ket_Tw46A4qwNa5Sn5M1k8,3964
116
+ stadiamaps/models/osrm_route.py,sha256=P_MVuqx_wi1YIoS9s42PSX9CoJdvb_Yxguii3WIO4oE,4525
117
+ stadiamaps/models/osrm_route_leg.py,sha256=vDYhoWkf0wcEOMqgLGfOcpqkWLeD83OaG-YpdZIeG7I,6308
118
+ stadiamaps/models/osrm_route_response.py,sha256=mm6PI4X4rEx7nvf66gWgmJjqxY-yl9IXLwEr09GqhfY,5084
119
+ stadiamaps/models/osrm_route_step.py,sha256=GEvVhmRGdP8EZmYWKneUtLMDvAKvEcoH_PRdVtT9UPs,9491
120
+ stadiamaps/models/osrm_speed_limit.py,sha256=wjEd5yUKA3lUwgVjy6KEqtPhYdCj2vRpKyp-pl95A60,4071
121
+ stadiamaps/models/osrm_step_maneuver.py,sha256=MEg-NNR_hjhoAb1K5t04LhdinO7uCI6oIgu0psA_l58,5253
122
+ stadiamaps/models/osrm_via_waypoint.py,sha256=w3m-2SDIdDYDTIEI3r6pUjq_uEv9csQkcLRE4PC5Hto,3653
123
+ stadiamaps/models/osrm_voice_instruction.py,sha256=GDPkFOgPL8RVfUAMlr7wUjhRPTFfOzKx7QfsOwTnBj0,3887
124
+ stadiamaps/models/osrm_waypoint.py,sha256=tDXl3EvAoyFv0LWdtYztDDof6tP-9b42Pnzv0vuchyQ,3696
125
+ stadiamaps/models/pedestrian_costing_options.py,sha256=CiUIg9hUJMWGPt867xhAP_Nm96DjF0rTbxZVYprj_MA,9466
126
+ stadiamaps/models/pedestrian_type.py,sha256=DrqRAdfAUVYBocPOZfRflDYyh9txT2HifZBFgCRWZhI,1103
127
+ stadiamaps/models/point.py,sha256=zdCuyqmqUy6cyLYaUUwk9uIE7GV58P3q45u-4D-cAKA,3333
128
+ stadiamaps/models/precision.py,sha256=lrQpG6y7Z7xaegfbrQDow51ZOBjjSLhp-cH40vmstmI,820
129
+ stadiamaps/models/properties_v2.py,sha256=jAoV2aYAdOzxt4EOAqvtmD5fibuvJwzkRnwLTL2dLbI,9331
130
+ stadiamaps/models/restrictions.py,sha256=q00xRVeEVbRZhDd45oXYkdLKJC9fSKZS38R3PpdOwjA,4203
131
+ stadiamaps/models/road_class.py,sha256=2x1lWgjik99S1LSmD6jRqayEBuw_13mKCfDogs5sJ-M,1002
132
+ stadiamaps/models/route200_response.py,sha256=gHD41MWEokosSqwSH34zGwxul77wzdbS5Z9vbq8pxew,5405
133
+ stadiamaps/models/route_leg.py,sha256=7e4mSyXiHChXmub09LNJnIMcdvYr8JRZ8Ev61hUzu8U,4961
134
+ stadiamaps/models/route_maneuver.py,sha256=lJiKc6SgHWBTX1yrCVGd5k6POIXNU1IYvFR5ADP_sqk,12445
135
+ stadiamaps/models/route_request.py,sha256=YIaginwmFJqaVaDugdCUL4qLng_5-FpBJVSeBCXEpw8,10325
136
+ stadiamaps/models/route_response.py,sha256=CI1I2PNyx9plKk-vkEbrgXhGPf92_EJLxYeqNy0bT_g,4232
137
+ stadiamaps/models/route_response_alternates_inner.py,sha256=h_eiMAORBpTU1SB1uNvmL4WvoVk2M-7Xv_uGBw5SJEw,3448
138
+ stadiamaps/models/route_summary.py,sha256=EDUFLm5A6rMeELN3hJ-CvpBqp19Lx9lAYqsgkOnYCDA,4117
139
+ stadiamaps/models/route_trip.py,sha256=ulgRDVXah-m6UqYf20AQ31DJUdpjXGPeEw9PGH1FarQ,5250
140
+ stadiamaps/models/routing_languages.py,sha256=owzMXsiaMkpeEdxzkMzADkJ8_8k_4z5RHZhWmrA3aLw,1548
141
+ stadiamaps/models/routing_long_units.py,sha256=Yl-ztu33Iyl8iGR-SQ29nVAmFJ2T_5X1xtlqZp3-0Gg,814
142
+ stadiamaps/models/routing_response_waypoint.py,sha256=t3E7YRprDXTpn5_VmsBhy0Lfv9uo6CNdh4cATVc0UK8,4752
143
+ stadiamaps/models/routing_response_waypoint_all_of.py,sha256=2u_wmV3NfKkz1rl_DDAbc_6rqMdamOXCFA3XSmh22sA,2756
144
+ stadiamaps/models/routing_waypoint.py,sha256=18EfzfDAe77FneIRQgOY2ww_AQRA_EUcurXCtstECGY,9487
145
+ stadiamaps/models/routing_waypoint_all_of.py,sha256=v7BryWQd_LrFAaEXhHKQBU1OBiF4WmCRN8FJstZUFzU,7320
146
+ stadiamaps/models/routing_waypoint_all_of_search_filter.py,sha256=6kr1UER3lxQgNnpPhHUMx6Gs-TzfiTqHSA18HS4Javc,4506
147
+ stadiamaps/models/search_bulk_query.py,sha256=Fv3SYqwdlVMeXnqhqSLRW1Qte0k_NxV8JI1QkxsR2zI,3842
148
+ stadiamaps/models/search_bulk_request.py,sha256=xFoH4wfaXA2uoN-qd-B01Wu7bQ-MoNq0vA6ERSrvZ4Q,5646
149
+ stadiamaps/models/search_query.py,sha256=z1JCU1apQbCBKZlR7mXFjb3IGOBpD5zDT7h-OUFnVbo,8675
150
+ stadiamaps/models/search_structured_bulk_query.py,sha256=VKNzx5en5CWoRXneiApWUYjLb_UxRUilQQdr_AKs33A,3945
151
+ stadiamaps/models/search_structured_query.py,sha256=yxGdNTNmiWCZW3rwnySO5jy_ZD0dACvSv9I9RM5zyY0,10183
152
+ stadiamaps/models/simple_routing_waypoint.py,sha256=bRvqGxyNjh6Rd9f17R_41cug9nGNF5K7OjWe3aPlNbw,4476
153
+ stadiamaps/models/simple_routing_waypoint_all_of.py,sha256=mFHVKuKWz3AuOxfqyGA5D_pai-RCu4Msdmmgf7fwm7A,3385
154
+ stadiamaps/models/source_attribution.py,sha256=aVfQdYKRXgbagAGb7p6VQzhIAOZGB_2nDEIO0O-eKDQ,3550
155
+ stadiamaps/models/source_id.py,sha256=0axUb9Xbl39fAErYhLrCHPxzPO-ArqpmS9-WcCAFX-U,923
156
+ stadiamaps/models/speeds.py,sha256=o9Qqh37Oxmsmc56hcoLCXF81LhOLweBtPysH6tWcZnE,4550
157
+ stadiamaps/models/trace_attribute_filter_options.py,sha256=_crooxPfYT2LYQIafATKTNVPnIzRvq7xMLL9X2YaZ6I,3813
158
+ stadiamaps/models/trace_attribute_key.py,sha256=ZfEEjW7GHakQjrlwbWop44NTvQEI1icxJ6he0zoG2lQ,4323
159
+ stadiamaps/models/trace_attributes_base_response.py,sha256=H5by5sxnxWW05RYVbNQy6BLdba0BQSeuA8YiK-s5uZg,6202
160
+ stadiamaps/models/trace_attributes_request.py,sha256=LTSxp1GfH2n7Fd00CTc4v25Q_PsnbNbvYe1sdDWfS2Y,8848
161
+ stadiamaps/models/trace_attributes_request_all_of.py,sha256=ClTna0geZtUYYJHbVf96BwchKQ8sbf9PwWqKtSNXkyM,2967
162
+ stadiamaps/models/trace_attributes_request_all_of_filters.py,sha256=GM0OdKUGHcmDECtjbmifzLwS-SnbZWSWzn1qGWgia0o,3374
163
+ stadiamaps/models/trace_attributes_response.py,sha256=XmcI7LKNWBMC2bIgbwlPqU-4X0dw587vjHLvWhETfDc,7228
164
+ stadiamaps/models/trace_edge.py,sha256=6f6mxrmGcTlFAwWlYAcIa-p2Mpy8kOODR1wVfwAOjr0,14469
165
+ stadiamaps/models/travel_mode.py,sha256=l21Yhb_mff9S3PhW91umULbLWsVJCoeRrTvMoiTSBQc,844
166
+ stadiamaps/models/traversability.py,sha256=_Qyv4z_QnyeKtmUKlvP261VqWBoxLKvGuI9I4sgO33U,860
167
+ stadiamaps/models/truck_costing_options.py,sha256=wNa5IlIPHluaKP5t15u5qyIAO3rzPCjMvQNAHExuo4Q,13669
168
+ stadiamaps/models/truck_costing_options_all_of.py,sha256=WJDDKZ8rNATbzi8EUoceT7qDzK_kTyu_MQuh45M7Uy0,3804
169
+ stadiamaps/models/tz_response.py,sha256=LNBl50PHgTh8gVFwd5Gx-hKlEU_kvB-MX1AzCIX2ZqQ,3969
170
+ stadiamaps/models/warning.py,sha256=BFRa5Fb1ik41in0mqaPmeH7nscOmlCFpOhUIPcAHav0,3206
171
+ stadiamaps/models/whos_on_first_concordances.py,sha256=7TO3TaG4ETKb0ypqIVGqDW6m884u0FK26k8z-sZAoHc,10736
172
+ stadiamaps/models/wof_context.py,sha256=HsWx2Cs5pSNgIfFlkrDWVgE86AqJcGS5AL0B-2FtgH4,9438
173
+ stadiamaps/models/wof_context_component.py,sha256=eWOd5bE92lHo07D9JnFqe_r9IwNGsdPVR4PLqXkSdBs,3796
174
+ stadiamaps-6.1.0.dist-info/licenses/LICENSE.txt,sha256=vs0H95Mi3Rf1pSskD7rv4KbXLYCSYZ6cqZcFmek0hOg,1518
175
+ test/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
176
+ test/integration/test_eu_endpoint.py,sha256=YpXSujPY5VTdSBGSWmMPNjrSGwrT3XAPcTxFvtDlH-c,696
177
+ test/integration/test_gecoding.py,sha256=0j-5bDGCBfjcQQR3UaK4J02GkMSkKYZNEkBL2iTFxmE,6363
178
+ test/integration/test_geospatial.py,sha256=EUHr9AN0Qx6ImArlcoHWBjoO-a5beysEG36zmW9BiaY,1752
179
+ test/integration/test_routing.py,sha256=AWtTKk0hCTxEK2Uk9EQ3dcXYF4rfJRKPcVPmeL2BUKw,16010
180
+ stadiamaps-6.1.0.dist-info/METADATA,sha256=UvBcbAUtrmecmCMPxa35jQL4Uo8trDPdvrnNCpKk8ik,6278
181
+ stadiamaps-6.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
182
+ stadiamaps-6.1.0.dist-info/top_level.txt,sha256=RtJO1k_xVAL0vvHVO1j8jNTWuP2VY57J9_uJftspzFo,16
183
+ stadiamaps-6.1.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
File without changes