mypy-boto3-geo-maps 1.40.20__tar.gz → 1.40.59__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.
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/PKG-INFO +4 -4
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/README.md +2 -2
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/__main__.py +3 -3
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/literals.py +11 -1
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/literals.pyi +11 -1
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/type_defs.py +9 -1
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/type_defs.pyi +9 -1
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/version.py +1 -1
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps.egg-info/PKG-INFO +4 -4
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/setup.py +2 -2
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/LICENSE +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/__init__.py +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/__init__.pyi +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/client.py +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/client.pyi +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/py.typed +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps.egg-info/not-zip-safe +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps.egg-info/requires.txt +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps.egg-info/top_level.txt +0 -0
- {mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-geo-maps
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.
|
|
3
|
+
Version: 1.40.59
|
|
4
|
+
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.59 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 LocationServiceMapsV2 1.40.
|
|
60
|
+
[boto3 LocationServiceMapsV2 1.40.59](https://pypi.org/project/boto3/)
|
|
61
61
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.59' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `LocationServiceMapsV2` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 LocationServiceMapsV2 1.40.
|
|
13
|
+
[boto3 LocationServiceMapsV2 1.40.59](https://pypi.org/project/boto3/)
|
|
14
14
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.40.
|
|
74
|
+
`uvx --with 'boto3==1.40.59' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `LocationServiceMapsV2` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 LocationServiceMapsV2 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 LocationServiceMapsV2 1.40.59\n"
|
|
16
|
+
"Version: 1.40.59\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps.html#locationservicemapsv2\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.59\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -24,6 +24,7 @@ else:
|
|
|
24
24
|
|
|
25
25
|
__all__ = (
|
|
26
26
|
"ColorSchemeType",
|
|
27
|
+
"ContourDensityType",
|
|
27
28
|
"LabelSizeType",
|
|
28
29
|
"LocationServiceMapsV2ServiceName",
|
|
29
30
|
"MapFeatureModeType",
|
|
@@ -32,16 +33,25 @@ __all__ = (
|
|
|
32
33
|
"ScaleBarUnitType",
|
|
33
34
|
"ServiceName",
|
|
34
35
|
"StaticMapStyleType",
|
|
36
|
+
"TerrainType",
|
|
37
|
+
"TileAdditionalFeatureType",
|
|
38
|
+
"TrafficType",
|
|
39
|
+
"TravelModeType",
|
|
35
40
|
"VariantType",
|
|
36
41
|
)
|
|
37
42
|
|
|
38
43
|
|
|
39
44
|
ColorSchemeType = Literal["Dark", "Light"]
|
|
45
|
+
ContourDensityType = Literal["Medium"]
|
|
40
46
|
LabelSizeType = Literal["Large", "Small"]
|
|
41
47
|
MapFeatureModeType = Literal["Disabled", "Enabled"]
|
|
42
48
|
MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
|
|
43
49
|
ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
|
|
44
50
|
StaticMapStyleType = Literal["Satellite", "Standard"]
|
|
51
|
+
TerrainType = Literal["Hillshade"]
|
|
52
|
+
TileAdditionalFeatureType = Literal["ContourLines", "Hillshade", "Logistics", "Transit"]
|
|
53
|
+
TrafficType = Literal["All"]
|
|
54
|
+
TravelModeType = Literal["Transit", "Truck"]
|
|
45
55
|
VariantType = Literal["Default"]
|
|
46
56
|
LocationServiceMapsV2ServiceName = Literal["geo-maps"]
|
|
47
57
|
ServiceName = Literal[
|
|
@@ -378,6 +388,7 @@ ServiceName = Literal[
|
|
|
378
388
|
"route53domains",
|
|
379
389
|
"route53profiles",
|
|
380
390
|
"route53resolver",
|
|
391
|
+
"rtbfabric",
|
|
381
392
|
"rum",
|
|
382
393
|
"s3",
|
|
383
394
|
"s3control",
|
|
@@ -409,7 +420,6 @@ ServiceName = Literal[
|
|
|
409
420
|
"shield",
|
|
410
421
|
"signer",
|
|
411
422
|
"simspaceweaver",
|
|
412
|
-
"sms",
|
|
413
423
|
"snow-device-management",
|
|
414
424
|
"snowball",
|
|
415
425
|
"sns",
|
{mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/literals.pyi
RENAMED
|
@@ -23,6 +23,7 @@ else:
|
|
|
23
23
|
|
|
24
24
|
__all__ = (
|
|
25
25
|
"ColorSchemeType",
|
|
26
|
+
"ContourDensityType",
|
|
26
27
|
"LabelSizeType",
|
|
27
28
|
"LocationServiceMapsV2ServiceName",
|
|
28
29
|
"MapFeatureModeType",
|
|
@@ -31,15 +32,24 @@ __all__ = (
|
|
|
31
32
|
"ScaleBarUnitType",
|
|
32
33
|
"ServiceName",
|
|
33
34
|
"StaticMapStyleType",
|
|
35
|
+
"TerrainType",
|
|
36
|
+
"TileAdditionalFeatureType",
|
|
37
|
+
"TrafficType",
|
|
38
|
+
"TravelModeType",
|
|
34
39
|
"VariantType",
|
|
35
40
|
)
|
|
36
41
|
|
|
37
42
|
ColorSchemeType = Literal["Dark", "Light"]
|
|
43
|
+
ContourDensityType = Literal["Medium"]
|
|
38
44
|
LabelSizeType = Literal["Large", "Small"]
|
|
39
45
|
MapFeatureModeType = Literal["Disabled", "Enabled"]
|
|
40
46
|
MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
|
|
41
47
|
ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
|
|
42
48
|
StaticMapStyleType = Literal["Satellite", "Standard"]
|
|
49
|
+
TerrainType = Literal["Hillshade"]
|
|
50
|
+
TileAdditionalFeatureType = Literal["ContourLines", "Hillshade", "Logistics", "Transit"]
|
|
51
|
+
TrafficType = Literal["All"]
|
|
52
|
+
TravelModeType = Literal["Transit", "Truck"]
|
|
43
53
|
VariantType = Literal["Default"]
|
|
44
54
|
LocationServiceMapsV2ServiceName = Literal["geo-maps"]
|
|
45
55
|
ServiceName = Literal[
|
|
@@ -376,6 +386,7 @@ ServiceName = Literal[
|
|
|
376
386
|
"route53domains",
|
|
377
387
|
"route53profiles",
|
|
378
388
|
"route53resolver",
|
|
389
|
+
"rtbfabric",
|
|
379
390
|
"rum",
|
|
380
391
|
"s3",
|
|
381
392
|
"s3control",
|
|
@@ -407,7 +418,6 @@ ServiceName = Literal[
|
|
|
407
418
|
"shield",
|
|
408
419
|
"signer",
|
|
409
420
|
"simspaceweaver",
|
|
410
|
-
"sms",
|
|
411
421
|
"snow-device-management",
|
|
412
422
|
"snowball",
|
|
413
423
|
"sns",
|
{mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/type_defs.py
RENAMED
|
@@ -27,12 +27,15 @@ from .literals import (
|
|
|
27
27
|
MapStyleType,
|
|
28
28
|
ScaleBarUnitType,
|
|
29
29
|
StaticMapStyleType,
|
|
30
|
+
TileAdditionalFeatureType,
|
|
31
|
+
TravelModeType,
|
|
30
32
|
)
|
|
31
33
|
|
|
32
34
|
if sys.version_info >= (3, 9):
|
|
33
35
|
from builtins import dict as Dict
|
|
36
|
+
from collections.abc import Sequence
|
|
34
37
|
else:
|
|
35
|
-
from typing import Dict
|
|
38
|
+
from typing import Dict, Sequence
|
|
36
39
|
if sys.version_info >= (3, 12):
|
|
37
40
|
from typing import Literal, NotRequired, TypedDict
|
|
38
41
|
else:
|
|
@@ -101,6 +104,10 @@ class GetStyleDescriptorRequestTypeDef(TypedDict):
|
|
|
101
104
|
Style: MapStyleType
|
|
102
105
|
ColorScheme: NotRequired[ColorSchemeType]
|
|
103
106
|
PoliticalView: NotRequired[str]
|
|
107
|
+
Terrain: NotRequired[Literal["Hillshade"]]
|
|
108
|
+
ContourDensity: NotRequired[Literal["Medium"]]
|
|
109
|
+
Traffic: NotRequired[Literal["All"]]
|
|
110
|
+
TravelModes: NotRequired[Sequence[TravelModeType]]
|
|
104
111
|
Key: NotRequired[str]
|
|
105
112
|
|
|
106
113
|
|
|
@@ -109,6 +116,7 @@ class GetTileRequestTypeDef(TypedDict):
|
|
|
109
116
|
Z: str
|
|
110
117
|
X: str
|
|
111
118
|
Y: str
|
|
119
|
+
AdditionalFeatures: NotRequired[Sequence[TileAdditionalFeatureType]]
|
|
112
120
|
Key: NotRequired[str]
|
|
113
121
|
|
|
114
122
|
|
{mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/type_defs.pyi
RENAMED
|
@@ -27,12 +27,15 @@ from .literals import (
|
|
|
27
27
|
MapStyleType,
|
|
28
28
|
ScaleBarUnitType,
|
|
29
29
|
StaticMapStyleType,
|
|
30
|
+
TileAdditionalFeatureType,
|
|
31
|
+
TravelModeType,
|
|
30
32
|
)
|
|
31
33
|
|
|
32
34
|
if sys.version_info >= (3, 9):
|
|
33
35
|
from builtins import dict as Dict
|
|
36
|
+
from collections.abc import Sequence
|
|
34
37
|
else:
|
|
35
|
-
from typing import Dict
|
|
38
|
+
from typing import Dict, Sequence
|
|
36
39
|
if sys.version_info >= (3, 12):
|
|
37
40
|
from typing import Literal, NotRequired, TypedDict
|
|
38
41
|
else:
|
|
@@ -95,6 +98,10 @@ class GetStyleDescriptorRequestTypeDef(TypedDict):
|
|
|
95
98
|
Style: MapStyleType
|
|
96
99
|
ColorScheme: NotRequired[ColorSchemeType]
|
|
97
100
|
PoliticalView: NotRequired[str]
|
|
101
|
+
Terrain: NotRequired[Literal["Hillshade"]]
|
|
102
|
+
ContourDensity: NotRequired[Literal["Medium"]]
|
|
103
|
+
Traffic: NotRequired[Literal["All"]]
|
|
104
|
+
TravelModes: NotRequired[Sequence[TravelModeType]]
|
|
98
105
|
Key: NotRequired[str]
|
|
99
106
|
|
|
100
107
|
class GetTileRequestTypeDef(TypedDict):
|
|
@@ -102,6 +109,7 @@ class GetTileRequestTypeDef(TypedDict):
|
|
|
102
109
|
Z: str
|
|
103
110
|
X: str
|
|
104
111
|
Y: str
|
|
112
|
+
AdditionalFeatures: NotRequired[Sequence[TileAdditionalFeatureType]]
|
|
105
113
|
Key: NotRequired[str]
|
|
106
114
|
|
|
107
115
|
class GetGlyphsResponseTypeDef(TypedDict):
|
{mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-geo-maps
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.
|
|
3
|
+
Version: 1.40.59
|
|
4
|
+
Summary: Type annotations for boto3 LocationServiceMapsV2 1.40.59 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -57,7 +57,7 @@ Dynamic: summary
|
|
|
57
57
|

|
|
58
58
|
|
|
59
59
|
Type annotations for
|
|
60
|
-
[boto3 LocationServiceMapsV2 1.40.
|
|
60
|
+
[boto3 LocationServiceMapsV2 1.40.59](https://pypi.org/project/boto3/)
|
|
61
61
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
62
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
63
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.59' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `LocationServiceMapsV2` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-geo-maps",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.59",
|
|
17
17
|
packages=["mypy_boto3_geo_maps"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 LocationServiceMapsV2 1.40.
|
|
22
|
+
description="Type annotations for boto3 LocationServiceMapsV2 1.40.59 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_geo_maps-1.40.20 → mypy_boto3_geo_maps-1.40.59}/mypy_boto3_geo_maps.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|