# mypy-boto3-resource-groups
[![PyPI - mypy-boto3-resource-groups](https://img.shields.io/pypi/v/mypy-boto3-resource-groups.svg?color=blue)](https://pypi.org/project/mypy-boto3-resource-groups)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-resource-groups.svg?color=blue)](https://pypi.org/project/mypy-boto3-resource-groups)
[![Docs](https://img.shields.io/readthedocs/mypy-boto3-builder.svg?color=blue)](https://mypy-boto3-builder.readthedocs.io/)
Type annotations for
[boto3.ResourceGroups 1.14.19](https://boto3.amazonaws.com/v1/documentation/api/1.14.19/reference/services/resource-groups.html#ResourceGroups) service
compatible with [mypy](https://github.com/python/mypy), [VSCode](https://code.visualstudio.com/),
[PyCharm](https://www.jetbrains.com/pycharm/) and other tools.
Generated by [mypy-boto3-buider 2.2.0](https://github.com/vemel/mypy_boto3_builder).
More information can be found on [boto3-stubs](https://pypi.org/project/boto3-stubs/) page.
## How to install
Make sure you have [mypy](https://github.com/python/mypy) installed and activated in your IDE.
Install `boto3-stubs` for `ResourceGroups` service.
```bash
python -m pip install boto3-stubs[resource-groups]
```
## How to use
### Client annotations
`ResourceGroupsClient` provides annotations for `boto3.client("resource-groups")`.
```python
import boto3
from mypy_boto3_resource_groups import ResourceGroupsClient
from mypy_boto3_resource_groups.paginator import (
ListGroupResourcesPaginator,
ListGroupsPaginator,
SearchResourcesPaginator,
)
from mypy_boto3_resource_groups.type_defs import GroupIdentifierTypeDef, ...
client: ResourceGroupsClient = boto3.client("resource-groups")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: ResourceGroupsClient = session.client("resource-groups")
```
### Paginators annotations
`mypy_boto3_resource_groups.paginator` module contains type annotations for all paginators.
```python
client: ResourceGroupsClient = boto3.client("resource-groups")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_group_resources_paginator: ListGroupResourcesPaginator = client.get_paginator("list_group_resources")
list_groups_paginator: ListGroupsPaginator = client.get_paginator("list_groups")
search_resources_paginator: SearchResourcesPaginator = client.get_paginator("search_resources")
```
### Typed dictionations
`mypy_boto3_resource_groups.type_defs` module contains structures and shapes assembled
to typed dictionaries for additional type checking.
```python
def get_structure() -> GroupIdentifierTypeDef:
return {
...
}
```
## Dynamic type annotations
`mypy_boto3` command generates `boto3.client/resource` type annotations for
`mypy_boto3_resource_groups` and other installed services.
```bash
# Run this command after you add or remove service packages
python -m mypy_boto3
```
Generated type annotations provide overloads for `boto3.client` and `boto3.resource`,
`boto3.Session.client` and `boto3.Session.resource` functions,
so explicit type annotations are not needed.
- `mypy` supports function overloads as expected
- `PyCharm` also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installed
- `VSCode` does not currently support function overloads, use explicit type annotations
```python
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("resource-groups")
session_client = boto3.Session().client("resource-groups")
```
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:mypy-boto3-resource-groups-1.14.19.0.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
mypy-boto3-resource-groups-1.14.19.0.tar.gz (17个子文件)
mypy-boto3-resource-groups-1.14.19.0
PKG-INFO 6KB
mypy_boto3_resource_groups.egg-info
PKG-INFO 6KB
requires.txt 45B
not-zip-safe 1B
SOURCES.txt 585B
top_level.txt 27B
dependency_links.txt 1B
setup.cfg 38B
setup.py 2KB
README.md 4KB
mypy_boto3_resource_groups
type_defs.py 4KB
py.typed 0B
client.py 7KB
__main__.py 0B
__init__.py 1KB
paginator.py 3KB
version.py 57B
共 17 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功