types-boto3-redshift 1.35.74__tar.gz → 1.35.97__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.97}/LICENSE +1 -1
  2. {types_boto3_redshift-1.35.74/types_boto3_redshift.egg-info → types_boto3_redshift-1.35.97}/PKG-INFO +35 -9
  3. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/README.md +19 -5
  4. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/setup.py +4 -6
  5. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/__init__.py +1 -1
  6. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/__init__.pyi +1 -1
  7. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/__main__.py +9 -8
  8. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/client.py +108 -101
  9. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/client.pyi +108 -100
  10. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/literals.py +6 -4
  11. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/literals.pyi +6 -4
  12. types_boto3_redshift-1.35.74/types_boto3_redshift/paginator.pyi → types_boto3_redshift-1.35.97/types_boto3_redshift/paginator.py +507 -261
  13. types_boto3_redshift-1.35.74/types_boto3_redshift/paginator.py → types_boto3_redshift-1.35.97/types_boto3_redshift/paginator.pyi +360 -303
  14. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/type_defs.py +89 -117
  15. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/type_defs.pyi +89 -115
  16. types_boto3_redshift-1.35.97/types_boto3_redshift/version.py +7 -0
  17. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/waiter.py +17 -11
  18. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/waiter.pyi +17 -11
  19. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97/types_boto3_redshift.egg-info}/PKG-INFO +35 -9
  20. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/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.97}/setup.cfg +0 -0
  23. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift/py.typed +0 -0
  24. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift.egg-info/SOURCES.txt +0 -0
  25. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift.egg-info/dependency_links.txt +0 -0
  26. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/types_boto3_redshift.egg-info/not-zip-safe +0 -0
  27. {types_boto3_redshift-1.35.74 → types_boto3_redshift-1.35.97}/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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
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.97
4
+ Summary: Type annotations for boto3 Redshift 1.35.97 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,19 @@ 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
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
34
46
 
35
47
  <a id="types-boto3-redshift"></a>
36
48
 
@@ -43,7 +55,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
55
 
44
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
57
 
46
- Type annotations for [boto3 Redshift 1.35.74](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 Redshift 1.35.97](https://pypi.org/project/boto3/)
47
59
  compatible with [VSCode](https://code.visualstudio.com/),
48
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -51,8 +63,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
51
63
  [mypy](https://github.com/python/mypy),
52
64
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
65
 
54
- Generated by
55
- [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
66
+ Generated with
67
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
56
68
 
57
69
  More information can be found on
58
70
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -64,6 +76,7 @@ See how it helps you find and fix potential bugs:
64
76
 
65
77
  - [types-boto3-redshift](#types-boto3-redshift)
66
78
  - [How to install](#how-to-install)
79
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
67
80
  - [VSCode extension](#vscode-extension)
68
81
  - [From PyPI with pip](#from-pypi-with-pip)
69
82
  - [How to uninstall](#how-to-uninstall)
@@ -95,6 +108,21 @@ See how it helps you find and fix potential bugs:
95
108
 
96
109
  ## How to install
97
110
 
111
+ <a id="generate-locally-(recommended)"></a>
112
+
113
+ ### Generate locally (recommended)
114
+
115
+ You can generate type annotations for `boto3` package locally with
116
+ `mypy_boto3_builder`. Use
117
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
118
+ isolation.
119
+
120
+ 1. Run mypy-boto3-builder in your package root directory:
121
+ `uvx --with 'boto3==1.35.97' mypy_boto3_builder`
122
+ 2. Select `boto3` AWS SDK.
123
+ 3. Add `Redshift` service.
124
+ 4. Use provided commands to install generated packages.
125
+
98
126
  <a id="vscode-extension"></a>
99
127
 
100
128
  ### VSCode extension
@@ -115,12 +143,10 @@ Install `types-boto3` for `Redshift` service.
115
143
  # install with boto3 type annotations
116
144
  python -m pip install 'types-boto3[redshift]'
117
145
 
118
-
119
146
  # Lite version does not provide session.client/resource overloads
120
147
  # it is more RAM-friendly, but requires explicit type annotations
121
148
  python -m pip install 'types-boto3-lite[redshift]'
122
149
 
123
-
124
150
  # standalone installation
125
151
  python -m pip install types-boto3-redshift
126
152
  ```
@@ -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.97](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.97' 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.97",
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.97 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.97\n"
16
+ "Version: 1.35.97\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.97\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