stadiamaps 3.2.1__tar.gz → 5.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.
- {stadiamaps-3.2.1/stadiamaps.egg-info → stadiamaps-5.0.0}/PKG-INFO +12 -4
- stadiamaps-5.0.0/README.md +103 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/pyproject.toml +30 -12
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/setup.py +5 -5
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/__init__.py +32 -11
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/api/geocoding_api.py +128 -116
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/api/geospatial_api.py +7 -3
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/api/routing_api.py +33 -19
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/api_client.py +21 -5
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/configuration.py +156 -40
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/exceptions.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/__init__.py +31 -10
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/access.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/admin_region.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/administrative.py +1 -1
- stadiamaps-5.0.0/stadiamaps/models/annotation_filters.py +124 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/auto_costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/base_costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/base_trace_request.py +7 -7
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/bicycle_costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/bike_network.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/bulk_request.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/bulk_request_query.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/bulk_search_response.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/contour.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/coordinate.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/costing_model.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/directions_options.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/distance_unit.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/edge_sign.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/edge_use.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/end_node.py +4 -4
- stadiamaps-5.0.0/stadiamaps/models/extended_directions_options.py +121 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_attributes.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_json_geometry.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_json_geometry_base.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_json_line_string.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_json_point.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_json_polygon.py +1 -1
- stadiamaps-3.2.1/stadiamaps/models/pelias_response.py → stadiamaps-5.0.0/stadiamaps/models/geocode_response.py +11 -11
- stadiamaps-3.2.1/stadiamaps/models/pelias_geo_json_feature.py → stadiamaps-5.0.0/stadiamaps/models/geocoding_geo_json_feature.py +8 -8
- stadiamaps-3.2.1/stadiamaps/models/pelias_geo_json_properties.py → stadiamaps-5.0.0/stadiamaps/models/geocoding_geo_json_properties.py +40 -14
- stadiamaps-3.2.1/stadiamaps/models/pelias_geo_json_properties_addendum.py → stadiamaps-5.0.0/stadiamaps/models/geocoding_geo_json_properties_addendum.py +7 -7
- stadiamaps-3.2.1/stadiamaps/models/pelias_geo_json_properties_addendum_osm.py → stadiamaps-5.0.0/stadiamaps/models/geocoding_geo_json_properties_addendum_osm.py +5 -5
- stadiamaps-3.2.1/stadiamaps/models/pelias_layer.py → stadiamaps-5.0.0/stadiamaps/models/geocoding_layer.py +3 -3
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geocoding_object.py +1 -1
- stadiamaps-3.2.1/stadiamaps/models/pelias_source.py → stadiamaps-5.0.0/stadiamaps/models/geocoding_source.py +4 -3
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/height_request.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/height_response.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/highway_classification.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/intersecting_edge.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/isochrone_costing_model.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/isochrone_feature.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/isochrone_properties.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/isochrone_request.py +7 -7
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/isochrone_response.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/locate_detailed_edge.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/locate_edge.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/locate_edge_info.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/locate_node.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/locate_object.py +7 -7
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/low_speed_vehicle_costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/maneuver_sign.py +13 -13
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/maneuver_sign_element.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/map_match_costing_model.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/map_match_request.py +35 -11
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/map_match_route_response.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/map_match_trace_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/map_match_waypoint.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/matched_point.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/matrix_costing_model.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/matrix_distance.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/matrix_request.py +10 -10
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/matrix_response.py +16 -16
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/matrix_waypoint.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/motor_scooter_costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/motorcycle_costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/nearest_roads_request.py +7 -7
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/node_id.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/node_type.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/optimized_route_request.py +35 -11
- stadiamaps-5.0.0/stadiamaps/models/osrm_admin.py +103 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_annotation.py +117 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_banner_component.py +113 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_banner_content.py +131 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_banner_instruction.py +112 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_base_api_response.py +112 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_guidance_modifier.py +44 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_intersection.py +145 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_lane.py +111 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_route.py +119 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_route_leg.py +148 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_route_response.py +132 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_route_step.py +185 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_speed_limit.py +117 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_step_maneuver.py +127 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_via_waypoint.py +105 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_voice_instruction.py +105 -0
- stadiamaps-5.0.0/stadiamaps/models/osrm_waypoint.py +108 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/pedestrian_costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/restrictions.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/road_class.py +1 -1
- stadiamaps-5.0.0/stadiamaps/models/route200_response.py +138 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/route_leg.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/route_maneuver.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/route_request.py +34 -12
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/route_response.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/route_response_alternates_inner.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/route_summary.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/route_trip.py +13 -13
- stadiamaps-3.2.1/stadiamaps/models/valhalla_languages.py → stadiamaps-5.0.0/stadiamaps/models/routing_languages.py +4 -4
- stadiamaps-3.2.1/stadiamaps/models/valhalla_long_units.py → stadiamaps-5.0.0/stadiamaps/models/routing_long_units.py +4 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/routing_response_waypoint.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/routing_waypoint.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/routing_waypoint_all_of_search_filter.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/search_query.py +6 -6
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/search_structured_query.py +6 -6
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/simple_routing_waypoint.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/speeds.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/trace_attribute_filter_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/trace_attribute_key.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/trace_attributes_base_response.py +10 -10
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/trace_attributes_request.py +13 -11
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/trace_attributes_response.py +16 -16
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/trace_edge.py +2 -2
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/travel_mode.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/traversability.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/truck_costing_options.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/tz_response.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/warning.py +1 -1
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/rest.py +2 -2
- {stadiamaps-3.2.1 → stadiamaps-5.0.0/stadiamaps.egg-info}/PKG-INFO +12 -4
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps.egg-info/SOURCES.txt +60 -24
- stadiamaps-5.0.0/stadiamaps.egg-info/requires.txt +4 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/integration/test_gecoding.py +3 -3
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/integration/test_routing.py +34 -5
- stadiamaps-5.0.0/test/test_annotation_filters.py +55 -0
- stadiamaps-5.0.0/test/test_extended_directions_options.py +59 -0
- stadiamaps-5.0.0/test/test_geocode_response.py +90 -0
- stadiamaps-5.0.0/test/test_geocoding_geo_json_feature.py +59 -0
- stadiamaps-5.0.0/test/test_geocoding_geo_json_properties.py +82 -0
- stadiamaps-5.0.0/test/test_geocoding_geo_json_properties_addendum.py +52 -0
- stadiamaps-5.0.0/test/test_geocoding_geo_json_properties_addendum_osm.py +55 -0
- stadiamaps-5.0.0/test/test_geocoding_layer.py +34 -0
- stadiamaps-5.0.0/test/test_geocoding_source.py +34 -0
- stadiamaps-5.0.0/test/test_osrm_admin.py +53 -0
- stadiamaps-5.0.0/test/test_osrm_annotation.py +76 -0
- stadiamaps-5.0.0/test/test_osrm_banner_component.py +53 -0
- stadiamaps-5.0.0/test/test_osrm_banner_content.py +60 -0
- stadiamaps-5.0.0/test/test_osrm_banner_instruction.py +80 -0
- stadiamaps-5.0.0/test/test_osrm_base_api_response.py +55 -0
- stadiamaps-5.0.0/test/test_osrm_guidance_modifier.py +34 -0
- stadiamaps-5.0.0/test/test_osrm_intersection.py +87 -0
- stadiamaps-5.0.0/test/test_osrm_lane.py +59 -0
- stadiamaps-5.0.0/test/test_osrm_route.py +291 -0
- stadiamaps-5.0.0/test/test_osrm_route_leg.py +245 -0
- stadiamaps-5.0.0/test/test_osrm_route_response.py +188 -0
- stadiamaps-5.0.0/test/test_osrm_route_step.py +142 -0
- stadiamaps-5.0.0/test/test_osrm_speed_limit.py +55 -0
- stadiamaps-5.0.0/test/test_osrm_step_maneuver.py +66 -0
- stadiamaps-5.0.0/test/test_osrm_via_waypoint.py +57 -0
- stadiamaps-5.0.0/test/test_osrm_voice_instruction.py +56 -0
- stadiamaps-5.0.0/test/test_osrm_waypoint.py +61 -0
- stadiamaps-5.0.0/test/test_route200_response.py +435 -0
- stadiamaps-5.0.0/test/test_routing_languages.py +34 -0
- stadiamaps-5.0.0/test/test_routing_long_units.py +34 -0
- stadiamaps-3.2.1/README.md +0 -196
- stadiamaps-3.2.1/stadiamaps/models/pelias_response_geocoding.py +0 -89
- stadiamaps-3.2.1/stadiamaps/models/route_response_trip.py +0 -117
- stadiamaps-3.2.1/stadiamaps/models/trace_attributes_response_all_of.py +0 -96
- stadiamaps-3.2.1/stadiamaps.egg-info/requires.txt +0 -4
- stadiamaps-3.2.1/test/test_pelias_geo_json_feature.py +0 -60
- stadiamaps-3.2.1/test/test_pelias_geo_json_properties.py +0 -77
- stadiamaps-3.2.1/test/test_pelias_geo_json_properties_addendum.py +0 -55
- stadiamaps-3.2.1/test/test_pelias_geo_json_properties_addendum_osm.py +0 -58
- stadiamaps-3.2.1/test/test_pelias_layer.py +0 -37
- stadiamaps-3.2.1/test/test_pelias_response.py +0 -73
- stadiamaps-3.2.1/test/test_pelias_response_geocoding.py +0 -62
- stadiamaps-3.2.1/test/test_pelias_source.py +0 -37
- stadiamaps-3.2.1/test/test_route_response_trip.py +0 -206
- stadiamaps-3.2.1/test/test_trace_attributes_response_all_of.py +0 -151
- stadiamaps-3.2.1/test/test_valhalla_languages.py +0 -37
- stadiamaps-3.2.1/test/test_valhalla_long_units.py +0 -37
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/LICENSE.txt +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/setup.cfg +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/api/__init__.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/api_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/auto_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/bicycle_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/bulk_search_request_inner.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_json_line_string_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_json_point_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/geo_json_polygon_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/locate_node_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/map_match_request_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/map_match_route_response_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/map_match_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/motor_scooter_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/motorcycle_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/routing_response_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/routing_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/search_bulk_query.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/search_bulk_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/search_structured_bulk_query.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/simple_routing_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/trace_attributes_request_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/trace_attributes_request_all_of_filters.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/models/truck_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps/py.typed +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps.egg-info/dependency_links.txt +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/stadiamaps.egg-info/top_level.txt +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/integration/__init__.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/integration/test_eu_endpoint.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/integration/test_geospatial.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_access.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_admin_region.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_administrative.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_auto_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_auto_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_base_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_base_trace_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_bicycle_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_bicycle_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_bike_network.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_bulk_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_bulk_request_query.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_bulk_search_request_inner.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_bulk_search_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_contour.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_coordinate.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_costing_model.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_directions_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_distance_unit.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_edge_sign.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_edge_use.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_end_node.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_attributes.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_json_geometry.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_json_geometry_base.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_json_line_string.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_json_line_string_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_json_point.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_json_point_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_json_polygon.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geo_json_polygon_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geocoding_api.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geocoding_object.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_geospatial_api.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_height_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_height_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_highway_classification.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_intersecting_edge.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_isochrone_costing_model.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_isochrone_feature.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_isochrone_properties.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_isochrone_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_isochrone_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_locate_detailed_edge.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_locate_edge.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_locate_edge_info.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_locate_node.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_locate_node_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_locate_object.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_low_speed_vehicle_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_maneuver_sign.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_maneuver_sign_element.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_map_match_costing_model.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_map_match_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_map_match_request_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_map_match_route_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_map_match_route_response_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_map_match_trace_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_map_match_waypoint.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_map_match_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_matched_point.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_matrix_costing_model.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_matrix_distance.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_matrix_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_matrix_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_matrix_waypoint.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_motor_scooter_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_motor_scooter_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_motorcycle_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_motorcycle_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_nearest_roads_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_node_id.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_node_type.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_optimized_route_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_pedestrian_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_restrictions.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_road_class.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_route_leg.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_route_maneuver.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_route_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_route_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_route_response_alternates_inner.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_route_summary.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_route_trip.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_routing_api.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_routing_response_waypoint.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_routing_response_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_routing_waypoint.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_routing_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_routing_waypoint_all_of_search_filter.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_search_bulk_query.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_search_bulk_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_search_query.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_search_structured_bulk_query.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_search_structured_query.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_simple_routing_waypoint.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_simple_routing_waypoint_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_speeds.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_trace_attribute_filter_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_trace_attribute_key.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_trace_attributes_base_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_trace_attributes_request.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_trace_attributes_request_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_trace_attributes_request_all_of_filters.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_trace_attributes_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_trace_edge.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_travel_mode.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_traversability.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_truck_costing_options.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_truck_costing_options_all_of.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_tz_response.py +0 -0
- {stadiamaps-3.2.1 → stadiamaps-5.0.0}/test/test_warning.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: stadiamaps
|
3
|
-
Version:
|
3
|
+
Version: 5.0.0
|
4
4
|
Summary: Stadia Maps Geospatial APIs
|
5
5
|
Home-page: https://github.com/stadiamaps/stadiamaps-api-py
|
6
6
|
Author: Stadia Maps Support
|
@@ -8,10 +8,18 @@ Author-email: support@stadiamaps.com
|
|
8
8
|
Keywords: OpenAPI,OpenAPI-Generator,Stadia Maps Geospatial APIs
|
9
9
|
Description-Content-Type: text/markdown
|
10
10
|
License-File: LICENSE.txt
|
11
|
-
Requires-Dist: urllib3<
|
12
|
-
Requires-Dist: python-dateutil
|
11
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
12
|
+
Requires-Dist: python-dateutil>=2.8.2
|
13
13
|
Requires-Dist: pydantic>=2
|
14
14
|
Requires-Dist: typing-extensions>=4.7.1
|
15
|
+
Dynamic: author
|
16
|
+
Dynamic: author-email
|
17
|
+
Dynamic: description
|
18
|
+
Dynamic: description-content-type
|
19
|
+
Dynamic: home-page
|
20
|
+
Dynamic: keywords
|
21
|
+
Dynamic: requires-dist
|
22
|
+
Dynamic: summary
|
15
23
|
|
16
24
|
|
17
25
|
# Stadia Maps Python API Client
|
@@ -0,0 +1,103 @@
|
|
1
|
+
# Stadia Maps Python API Client
|
2
|
+
|
3
|
+
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
4
|
+
|
5
|
+
For more information about the API, please visit [https://docs.stadiamaps.com](https://docs.stadiamaps.com)
|
6
|
+
|
7
|
+
## Requirements.
|
8
|
+
|
9
|
+
Python 3.7+
|
10
|
+
|
11
|
+
## Installation & Usage
|
12
|
+
### pip install
|
13
|
+
|
14
|
+
```shell
|
15
|
+
pip install stadiamaps
|
16
|
+
```
|
17
|
+
|
18
|
+
### Setuptools
|
19
|
+
|
20
|
+
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
|
21
|
+
|
22
|
+
```sh
|
23
|
+
python setup.py install --user
|
24
|
+
```
|
25
|
+
(or `sudo python setup.py install` to install the package for all users)
|
26
|
+
|
27
|
+
Then import the package:
|
28
|
+
```python
|
29
|
+
import stadiamaps
|
30
|
+
```
|
31
|
+
|
32
|
+
### Tests
|
33
|
+
|
34
|
+
Execute `pytest` to run the tests. These are run automatically via CI.
|
35
|
+
|
36
|
+
## Getting Started
|
37
|
+
|
38
|
+
After following the [installation procedure](#installation--usage), you'll need a Stadia Maps API key.
|
39
|
+
|
40
|
+
You can create an API key for free
|
41
|
+
[here](https://client.stadiamaps.com/signup/?utm_source=github&utm_campaign=sdk_readme&utm_content=python_readme)
|
42
|
+
(no credit card required).
|
43
|
+
|
44
|
+
```python
|
45
|
+
import os
|
46
|
+
import stadiamaps
|
47
|
+
from stadiamaps.rest import ApiException
|
48
|
+
from pprint import pprint
|
49
|
+
|
50
|
+
# Defining the host is optional and defaults to https://api.stadiamaps.com
|
51
|
+
# You can also use our EU endpoint to keep traffic within the EU like so:
|
52
|
+
# configuration = stadiamaps.Configuration(host="https://api-eu.stadiamaps.com")
|
53
|
+
# See configuration.py for a list of all supported configuration parameters.
|
54
|
+
configuration = stadiamaps.Configuration()
|
55
|
+
|
56
|
+
# Configure API key authorization. This example assumes it is injected via an environment
|
57
|
+
# variable.
|
58
|
+
configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
|
59
|
+
|
60
|
+
# Enter a context with an instance of the API client
|
61
|
+
with stadiamaps.ApiClient(configuration) as api_client:
|
62
|
+
# Create an instance of the API class
|
63
|
+
api_instance = stadiamaps.GeocodingApi(api_client)
|
64
|
+
text = "Kursi 3" # str | The place name (address, venue name, etc.) to search for.
|
65
|
+
|
66
|
+
try:
|
67
|
+
# Search and geocode quickly based on partial input.
|
68
|
+
api_response = api_instance.autocomplete(text)
|
69
|
+
print("The response of GeocodingApi->autocomplete:\n")
|
70
|
+
pprint(api_response)
|
71
|
+
except ApiException as e:
|
72
|
+
print("Exception when calling GeocodingApi->autocomplete: %s\n" % e)
|
73
|
+
```
|
74
|
+
|
75
|
+
## Documentation
|
76
|
+
|
77
|
+
Official documentation lives at [docs.stadiamaps.com](https://docs.stadiamaps.com/?utm_source=github&utm_campaign=sdk_readme&utm_content=python_readme),
|
78
|
+
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).
|
79
|
+
|
80
|
+
You can also find auto-generated class references below.
|
81
|
+
|
82
|
+
### API Endpoints
|
83
|
+
|
84
|
+
All URIs are relative to *https://api.stadiamaps.com*
|
85
|
+
|
86
|
+
Class | Method | HTTP request | Description
|
87
|
+
------------ |---------------------------------------------------------------------|-----------------------------------------| -------------
|
88
|
+
*GeocodingApi* | [**autocomplete**](docs/GeocodingApi.md#autocomplete) | **GET** /geocoding/v1/autocomplete | Search and geocode quickly based on partial input.
|
89
|
+
*GeocodingApi* | [**place**](docs/GeocodingApi.md#place) | **GET** /geocoding/v1/place | Retrieve details of a place using its GID.
|
90
|
+
*GeocodingApi* | [**reverse**](docs/GeocodingApi.md#reverse) | **GET** /geocoding/v1/reverse | Find places and addresses near geographic coordinates (reverse geocoding).
|
91
|
+
*GeocodingApi* | [**search**](docs/GeocodingApi.md#search) | **GET** /geocoding/v1/search | Search for location and other info using a place name or address (forward geocoding).
|
92
|
+
*GeocodingApi* | [**search_structured**](docs/GeocodingApi.md#search_structured) | **GET** /geocoding/v1/search/structured | Find locations matching components (structured forward geocoding).
|
93
|
+
*GeocodingApi* | [**search_bulk**](docs/GeocodingApi.md#search_bulk) | **GET** /geocoding/v1/search/bulk | Bulk geocoding.
|
94
|
+
*GeospatialApi* | [**elevation**](docs/GeospatialApi.md#elevation) | **POST** /elevation/v1 | Get the elevation profile along a polyline or at a point.
|
95
|
+
*GeospatialApi* | [**tz_lookup**](docs/GeospatialApi.md#tz_lookup) | **GET** /tz/lookup/v1 | Get the current time zone information for any point on earth.
|
96
|
+
*RoutingApi* | [**isochrone**](docs/RoutingApi.md#isochrone) | **POST** /isochrone/v1 | Calculate areas of equal travel time from a location.
|
97
|
+
*RoutingApi* | [**map_match**](docs/RoutingApi.md#map_match) | **POST** /map_match/v1 | Match a recorded route to the road network.
|
98
|
+
*RoutingApi* | [**nearest_roads**](docs/RoutingApi.md#nearest_roads) | **POST** /nearest_roads/v1 | Find the nearest roads to the set of input locations.
|
99
|
+
*RoutingApi* | [**optimized_route**](docs/RoutingApi.md#optimized_route) | **POST** /optimized_route/v1 | Calculate an optimized route between a known start and end point.
|
100
|
+
*RoutingApi* | [**route**](docs/RoutingApi.md#route) | **POST** /route/v1 | Get turn by turn routing instructions between two or more locations.
|
101
|
+
*RoutingApi* | [**time_distance_matrix**](docs/RoutingApi.md#time_distance_matrix) | **POST** /matrix/v1 | Calculate a time distance matrix for use in an optimizer.
|
102
|
+
*RoutingApi* | [**trace_attributes**](docs/RoutingApi.md#trace_attributes) | **POST** /trace_attributes/v1 | Trace the attributes of roads visited on a route.
|
103
|
+
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "stadiamaps"
|
3
|
-
version = "
|
3
|
+
version = "5.0.0"
|
4
4
|
description = "Stadia Maps Geospatial APIs"
|
5
5
|
authors = ["Stadia Maps Support <support@stadiamaps.com>"]
|
6
6
|
license = "BSD-3-Clause"
|
@@ -10,19 +10,20 @@ keywords = ["OpenAPI", "OpenAPI-Generator", "Stadia Maps Geospatial APIs"]
|
|
10
10
|
include = ["stadiamaps/py.typed"]
|
11
11
|
|
12
12
|
[tool.poetry.dependencies]
|
13
|
-
python = "^3.
|
13
|
+
python = "^3.8"
|
14
14
|
|
15
|
-
urllib3 = ">= 1.25.3"
|
16
|
-
python-dateutil = ">=2.8.2"
|
17
|
-
pydantic = ">=2"
|
18
|
-
typing-extensions = ">=4.7.1"
|
15
|
+
urllib3 = ">= 1.25.3 < 3.0.0"
|
16
|
+
python-dateutil = ">= 2.8.2"
|
17
|
+
pydantic = ">= 2"
|
18
|
+
typing-extensions = ">= 4.7.1"
|
19
19
|
|
20
20
|
[tool.poetry.dev-dependencies]
|
21
|
-
pytest = ">=7.2.1"
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
21
|
+
pytest = ">= 7.2.1"
|
22
|
+
pytest-cov = ">= 2.8.1"
|
23
|
+
tox = ">= 3.9.0"
|
24
|
+
flake8 = ">= 4.0.0"
|
25
|
+
types-python-dateutil = ">= 2.8.19.14"
|
26
|
+
mypy = ">= 1.5"
|
26
27
|
|
27
28
|
|
28
29
|
[build-system]
|
@@ -48,7 +49,7 @@ warn_unused_ignores = true
|
|
48
49
|
|
49
50
|
## Getting these passing should be easy
|
50
51
|
strict_equality = true
|
51
|
-
|
52
|
+
extra_checks = true
|
52
53
|
|
53
54
|
## Strongly recommend enabling this one as soon as you can
|
54
55
|
check_untyped_defs = true
|
@@ -69,3 +70,20 @@ disallow_any_generics = true
|
|
69
70
|
#
|
70
71
|
### This one can be tricky to get passing if you use a lot of untyped libraries
|
71
72
|
#warn_return_any = true
|
73
|
+
|
74
|
+
[[tool.mypy.overrides]]
|
75
|
+
module = [
|
76
|
+
"stadiamaps.configuration",
|
77
|
+
]
|
78
|
+
warn_unused_ignores = true
|
79
|
+
strict_equality = true
|
80
|
+
extra_checks = true
|
81
|
+
check_untyped_defs = true
|
82
|
+
disallow_subclassing_any = true
|
83
|
+
disallow_untyped_decorators = true
|
84
|
+
disallow_any_generics = true
|
85
|
+
disallow_untyped_calls = true
|
86
|
+
disallow_incomplete_defs = true
|
87
|
+
disallow_untyped_defs = true
|
88
|
+
no_implicit_reexport = true
|
89
|
+
warn_return_any = true
|
@@ -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
|
+
The version of the OpenAPI document: 8.0.0
|
9
9
|
Contact: support@stadiamaps.com
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -22,11 +22,11 @@ from setuptools import setup, find_packages # noqa: H301
|
|
22
22
|
# prerequisite: setuptools
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
24
24
|
NAME = "stadiamaps"
|
25
|
-
VERSION = "
|
26
|
-
PYTHON_REQUIRES = ">=3.
|
25
|
+
VERSION = "5.0.0"
|
26
|
+
PYTHON_REQUIRES = ">= 3.8"
|
27
27
|
REQUIRES = [
|
28
|
-
"urllib3 >= 1.25.3, <
|
29
|
-
"python-dateutil",
|
28
|
+
"urllib3 >= 1.25.3, < 3.0.0",
|
29
|
+
"python-dateutil >= 2.8.2",
|
30
30
|
"pydantic >= 2",
|
31
31
|
"typing-extensions >= 4.7.1",
|
32
32
|
]
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
The Stadia Maps Geospatial APIs provide you with the data you need to build awesome applications.
|
9
9
|
|
10
|
-
The version of the OpenAPI document:
|
10
|
+
The version of the OpenAPI document: 8.0.0
|
11
11
|
Contact: support@stadiamaps.com
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "
|
18
|
+
__version__ = "5.0.0"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from stadiamaps.api.geocoding_api import GeocodingApi
|
@@ -37,6 +37,7 @@ from stadiamaps.exceptions import ApiException
|
|
37
37
|
from stadiamaps.models.access import Access
|
38
38
|
from stadiamaps.models.admin_region import AdminRegion
|
39
39
|
from stadiamaps.models.administrative import Administrative
|
40
|
+
from stadiamaps.models.annotation_filters import AnnotationFilters
|
40
41
|
from stadiamaps.models.auto_costing_options import AutoCostingOptions
|
41
42
|
from stadiamaps.models.base_costing_options import BaseCostingOptions
|
42
43
|
from stadiamaps.models.base_trace_request import BaseTraceRequest
|
@@ -54,13 +55,21 @@ from stadiamaps.models.distance_unit import DistanceUnit
|
|
54
55
|
from stadiamaps.models.edge_sign import EdgeSign
|
55
56
|
from stadiamaps.models.edge_use import EdgeUse
|
56
57
|
from stadiamaps.models.end_node import EndNode
|
58
|
+
from stadiamaps.models.extended_directions_options import ExtendedDirectionsOptions
|
57
59
|
from stadiamaps.models.geo_attributes import GeoAttributes
|
58
60
|
from stadiamaps.models.geo_json_geometry import GeoJSONGeometry
|
59
61
|
from stadiamaps.models.geo_json_geometry_base import GeoJSONGeometryBase
|
60
62
|
from stadiamaps.models.geo_json_line_string import GeoJSONLineString
|
61
63
|
from stadiamaps.models.geo_json_point import GeoJSONPoint
|
62
64
|
from stadiamaps.models.geo_json_polygon import GeoJSONPolygon
|
65
|
+
from stadiamaps.models.geocode_response import GeocodeResponse
|
66
|
+
from stadiamaps.models.geocoding_geo_json_feature import GeocodingGeoJSONFeature
|
67
|
+
from stadiamaps.models.geocoding_geo_json_properties import GeocodingGeoJSONProperties
|
68
|
+
from stadiamaps.models.geocoding_geo_json_properties_addendum import GeocodingGeoJSONPropertiesAddendum
|
69
|
+
from stadiamaps.models.geocoding_geo_json_properties_addendum_osm import GeocodingGeoJSONPropertiesAddendumOsm
|
70
|
+
from stadiamaps.models.geocoding_layer import GeocodingLayer
|
63
71
|
from stadiamaps.models.geocoding_object import GeocodingObject
|
72
|
+
from stadiamaps.models.geocoding_source import GeocodingSource
|
64
73
|
from stadiamaps.models.height_request import HeightRequest
|
65
74
|
from stadiamaps.models.height_response import HeightResponse
|
66
75
|
from stadiamaps.models.highway_classification import HighwayClassification
|
@@ -95,16 +104,28 @@ from stadiamaps.models.nearest_roads_request import NearestRoadsRequest
|
|
95
104
|
from stadiamaps.models.node_id import NodeId
|
96
105
|
from stadiamaps.models.node_type import NodeType
|
97
106
|
from stadiamaps.models.optimized_route_request import OptimizedRouteRequest
|
107
|
+
from stadiamaps.models.osrm_admin import OsrmAdmin
|
108
|
+
from stadiamaps.models.osrm_annotation import OsrmAnnotation
|
109
|
+
from stadiamaps.models.osrm_banner_component import OsrmBannerComponent
|
110
|
+
from stadiamaps.models.osrm_banner_content import OsrmBannerContent
|
111
|
+
from stadiamaps.models.osrm_banner_instruction import OsrmBannerInstruction
|
112
|
+
from stadiamaps.models.osrm_base_api_response import OsrmBaseApiResponse
|
113
|
+
from stadiamaps.models.osrm_guidance_modifier import OsrmGuidanceModifier
|
114
|
+
from stadiamaps.models.osrm_intersection import OsrmIntersection
|
115
|
+
from stadiamaps.models.osrm_lane import OsrmLane
|
116
|
+
from stadiamaps.models.osrm_route import OsrmRoute
|
117
|
+
from stadiamaps.models.osrm_route_leg import OsrmRouteLeg
|
118
|
+
from stadiamaps.models.osrm_route_response import OsrmRouteResponse
|
119
|
+
from stadiamaps.models.osrm_route_step import OsrmRouteStep
|
120
|
+
from stadiamaps.models.osrm_speed_limit import OsrmSpeedLimit
|
121
|
+
from stadiamaps.models.osrm_step_maneuver import OsrmStepManeuver
|
122
|
+
from stadiamaps.models.osrm_via_waypoint import OsrmViaWaypoint
|
123
|
+
from stadiamaps.models.osrm_voice_instruction import OsrmVoiceInstruction
|
124
|
+
from stadiamaps.models.osrm_waypoint import OsrmWaypoint
|
98
125
|
from stadiamaps.models.pedestrian_costing_options import PedestrianCostingOptions
|
99
|
-
from stadiamaps.models.pelias_geo_json_feature import PeliasGeoJSONFeature
|
100
|
-
from stadiamaps.models.pelias_geo_json_properties import PeliasGeoJSONProperties
|
101
|
-
from stadiamaps.models.pelias_geo_json_properties_addendum import PeliasGeoJSONPropertiesAddendum
|
102
|
-
from stadiamaps.models.pelias_geo_json_properties_addendum_osm import PeliasGeoJSONPropertiesAddendumOsm
|
103
|
-
from stadiamaps.models.pelias_layer import PeliasLayer
|
104
|
-
from stadiamaps.models.pelias_response import PeliasResponse
|
105
|
-
from stadiamaps.models.pelias_source import PeliasSource
|
106
126
|
from stadiamaps.models.restrictions import Restrictions
|
107
127
|
from stadiamaps.models.road_class import RoadClass
|
128
|
+
from stadiamaps.models.route200_response import Route200Response
|
108
129
|
from stadiamaps.models.route_leg import RouteLeg
|
109
130
|
from stadiamaps.models.route_maneuver import RouteManeuver
|
110
131
|
from stadiamaps.models.route_request import RouteRequest
|
@@ -112,6 +133,8 @@ from stadiamaps.models.route_response import RouteResponse
|
|
112
133
|
from stadiamaps.models.route_response_alternates_inner import RouteResponseAlternatesInner
|
113
134
|
from stadiamaps.models.route_summary import RouteSummary
|
114
135
|
from stadiamaps.models.route_trip import RouteTrip
|
136
|
+
from stadiamaps.models.routing_languages import RoutingLanguages
|
137
|
+
from stadiamaps.models.routing_long_units import RoutingLongUnits
|
115
138
|
from stadiamaps.models.routing_response_waypoint import RoutingResponseWaypoint
|
116
139
|
from stadiamaps.models.routing_waypoint import RoutingWaypoint
|
117
140
|
from stadiamaps.models.routing_waypoint_all_of_search_filter import RoutingWaypointAllOfSearchFilter
|
@@ -129,6 +152,4 @@ from stadiamaps.models.travel_mode import TravelMode
|
|
129
152
|
from stadiamaps.models.traversability import Traversability
|
130
153
|
from stadiamaps.models.truck_costing_options import TruckCostingOptions
|
131
154
|
from stadiamaps.models.tz_response import TzResponse
|
132
|
-
from stadiamaps.models.valhalla_languages import ValhallaLanguages
|
133
|
-
from stadiamaps.models.valhalla_long_units import ValhallaLongUnits
|
134
155
|
from stadiamaps.models.warning import Warning
|