types-boto3-redshift 1.35.74__tar.gz → 1.35.93__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.
Files changed (27) hide show
  1. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/LICENSE +1 -1
  2. {types_boto3_redshift-1.35.74/types_boto3_redshift.egg-info → types_boto3_redshift-1.35.93}/PKG-INFO +22 -8
  3. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/README.md +19 -5
  4. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/setup.py +4 -6
  5. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/__init__.py +1 -1
  6. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/__init__.pyi +1 -1
  7. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/__main__.py +9 -8
  8. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/client.py +108 -101
  9. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/client.pyi +108 -100
  10. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/literals.py +5 -2
  11. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/literals.pyi +5 -2
  12. types_boto3_redshift-1.35.74/types_boto3_redshift/paginator.pyi → types_boto3_redshift-1.35.93/types_boto3_redshift/paginator.py +507 -261
  13. types_boto3_redshift-1.35.74/types_boto3_redshift/paginator.py → types_boto3_redshift-1.35.93/types_boto3_redshift/paginator.pyi +360 -303
  14. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/type_defs.py +89 -117
  15. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/type_defs.pyi +89 -115
  16. types_boto3_redshift-1.35.93/types_boto3_redshift/version.py +7 -0
  17. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/waiter.py +17 -11
  18. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/waiter.pyi +17 -11
  19. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93/types_boto3_redshift.egg-info}/PKG-INFO +22 -8
  20. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift.egg-info/requires.txt +1 -1
  21. types_boto3_redshift-1.35.74/types_boto3_redshift/version.py +0 -7
  22. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/setup.cfg +0 -0
  23. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift/py.typed +0 -0
  24. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift.egg-info/SOURCES.txt +0 -0
  25. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift.egg-info/dependency_links.txt +0 -0
  26. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift.egg-info/not-zip-safe +0 -0
  27. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.93}/types_boto3_redshift.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3-redshift
3
- Version: 1.35.74
4
- Summary: Type annotations for boto3 Redshift 1.35.74 service generated with mypy-boto3-builder 8.5.0
3
+ Version: 1.35.93
4
+ Summary: Type annotations for boto3 Redshift 1.35.93 service generated with mypy-boto3-builder 8.8.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
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
30
30
  Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
- Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
34
34
 
35
35
  <a id="types-boto3-redshift"></a>
36
36
 
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for [boto3 Redshift 1.35.74](https://pypi.org/project/boto3/)
46
+ Type annotations for [boto3 Redshift 1.35.93](https://pypi.org/project/boto3/)
47
47
  compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
51
51
  [mypy](https://github.com/python/mypy),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
- Generated by
55
- [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
54
+ Generated with
55
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
64
64
 
65
65
  - [types-boto3-redshift](#types-boto3-redshift)
66
66
  - [How to install](#how-to-install)
67
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
67
68
  - [VSCode extension](#vscode-extension)
68
69
  - [From PyPI with pip](#from-pypi-with-pip)
69
70
  - [How to uninstall](#how-to-uninstall)
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
95
96
 
96
97
  ## How to install
97
98
 
99
+ <a id="generate-locally-(recommended)"></a>
100
+
101
+ ### Generate locally (recommended)
102
+
103
+ You can generate type annotations for `boto3` package locally with
104
+ `mypy_boto3_builder`. Use
105
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
106
+ isolation.
107
+
108
+ 1. Run mypy-boto3-builder in your package root directory:
109
+ `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
110
+ 2. Select `boto3` AWS SDK.
111
+ 3. Add `Redshift` service.
112
+ 4. Use provided commands to install generated packages.
113
+
98
114
  <a id="vscode-extension"></a>
99
115
 
100
116
  ### VSCode extension
@@ -115,12 +131,10 @@ Install `types-boto3` for `Redshift` service.
115
131
  # install with boto3 type annotations
116
132
  python -m pip install 'types-boto3[redshift]'
117
133
 
118
-
119
134
  # Lite version does not provide session.client/resource overloads
120
135
  # it is more RAM-friendly, but requires explicit type annotations
121
136
  python -m pip install 'types-boto3-lite[redshift]'
122
137
 
123
-
124
138
  # standalone installation
125
139
  python -m pip install types-boto3-redshift
126
140
  ```
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 Redshift 1.35.74](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Redshift 1.35.93](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -17,8 +17,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
17
17
  [mypy](https://github.com/python/mypy),
18
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
19
19
 
20
- Generated by
21
- [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
20
+ Generated with
21
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
22
22
 
23
23
  More information can be found on
24
24
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -30,6 +30,7 @@ See how it helps you find and fix potential bugs:
30
30
 
31
31
  - [types-boto3-redshift](#types-boto3-redshift)
32
32
  - [How to install](#how-to-install)
33
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
33
34
  - [VSCode extension](#vscode-extension)
34
35
  - [From PyPI with pip](#from-pypi-with-pip)
35
36
  - [How to uninstall](#how-to-uninstall)
@@ -61,6 +62,21 @@ See how it helps you find and fix potential bugs:
61
62
 
62
63
  ## How to install
63
64
 
65
+ <a id="generate-locally-(recommended)"></a>
66
+
67
+ ### Generate locally (recommended)
68
+
69
+ You can generate type annotations for `boto3` package locally with
70
+ `mypy_boto3_builder`. Use
71
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
72
+ isolation.
73
+
74
+ 1. Run mypy-boto3-builder in your package root directory:
75
+ `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
76
+ 2. Select `boto3` AWS SDK.
77
+ 3. Add `Redshift` service.
78
+ 4. Use provided commands to install generated packages.
79
+
64
80
  <a id="vscode-extension"></a>
65
81
 
66
82
  ### VSCode extension
@@ -81,12 +97,10 @@ Install `types-boto3` for `Redshift` service.
81
97
  # install with boto3 type annotations
82
98
  python -m pip install 'types-boto3[redshift]'
83
99
 
84
-
85
100
  # Lite version does not provide session.client/resource overloads
86
101
  # it is more RAM-friendly, but requires explicit type annotations
87
102
  python -m pip install 'types-boto3-lite[redshift]'
88
103
 
89
-
90
104
  # standalone installation
91
105
  python -m pip install types-boto3-redshift
92
106
  ```
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Setup script for types-boto3-redshift.
3
3
 
4
- Copyright 2024 Vlad Emelianov
4
+ Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
7
  from pathlib import Path
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="types-boto3-redshift",
16
- version="1.35.74",
16
+ version="1.35.93",
17
17
  packages=["types_boto3_redshift"],
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 Redshift 1.35.74 service generated with mypy-boto3-builder 8.5.0",
22
+ description="Type annotations for boto3 Redshift 1.35.93 service generated with mypy-boto3-builder 8.8.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -49,8 +49,6 @@ setup(
49
49
  "Source": "https://github.com/youtype/mypy_boto3_builder",
50
50
  "Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
51
51
  },
52
- install_requires=[
53
- 'typing-extensions>=4.1.0; python_version<"3.12"',
54
- ],
52
+ install_requires=['typing-extensions; python_version<"3.12"'],
55
53
  zip_safe=False,
56
54
  )
@@ -98,7 +98,7 @@ Usage::
98
98
  list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator("list_recommendations")
99
99
  ```
100
100
 
101
- Copyright 2024 Vlad Emelianov
101
+ Copyright 2025 Vlad Emelianov
102
102
  """
103
103
 
104
104
  from .client import RedshiftClient
@@ -98,7 +98,7 @@ Usage::
98
98
  list_recommendations_paginator: ListRecommendationsPaginator = client.get_paginator("list_recommendations")
99
99
  ```
100
100
 
101
- Copyright 2024 Vlad Emelianov
101
+ Copyright 2025 Vlad Emelianov
102
102
  """
103
103
 
104
104
  from .client import RedshiftClient
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2024 Vlad Emelianov
4
+ Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import sys
@@ -11,14 +11,14 @@ def print_info() -> None:
11
11
  """
12
12
  Print package info to stdout.
13
13
  """
14
- print(
15
- "Type annotations for boto3 Redshift 1.35.74\n"
16
- "Version: 1.35.74\n"
17
- "Builder version: 8.5.0\n"
14
+ sys.stdout.write(
15
+ "Type annotations for boto3 Redshift 1.35.93\n"
16
+ "Version: 1.35.93\n"
17
+ "Builder version: 8.8.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_redshift//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html#redshift\n"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
21
- "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
21
+ "Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
22
22
  )
23
23
 
24
24
 
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- print("1.35.74")
29
+ sys.stdout.write("1.35.93\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -34,7 +34,8 @@ def main() -> None:
34
34
  Main CLI entrypoint.
35
35
  """
36
36
  if "--version" in sys.argv:
37
- return print_version()
37
+ print_version()
38
+ return
38
39
  print_info()
39
40
 
40
41