Type annotations for boto3.Budgets 1.13.26 service, generated by mypy-boto3-buider 2.0.3
Project description
mypy-boto3-budgets
Type annotations for boto3.Budgets 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.3.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for Budgets
service.
python -m pip install boto3-stubs[budgets]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_budgets
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_budgets import BudgetsClient
# Now mypy can check if your code is valid.
client: BudgetsClient = boto3.client("budgets")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: BudgetsClient = session.client("budgets")
# Annotated paginators are included as well
import mypy_boto3_budgets.paginator as budgets_paginators
describe_budgets_paginator: budgets_paginators.DescribeBudgetsPaginator = client.get_paginator("describe_budgets")
describe_notifications_for_budget_paginator: budgets_paginators.DescribeNotificationsForBudgetPaginator = client.get_paginator("describe_notifications_for_budget")
describe_subscribers_for_notification_paginator: budgets_paginators.DescribeSubscribersForNotificationPaginator = client.get_paginator("describe_subscribers_for_notification")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_budgets
and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client
and boto3.service
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefullyVSCode
does not currently support function overloads
Also, generated index allows you to import types from mypy_boto3
:
# you can replace imports
import mypy_boto3_budgets as budgets
from mypy_boto3_budgets import BudgetsClient
# with these
from mypy_boto3 import budgets
from mypy_boto3.budgets import BudgetsClient
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-budgets-1.13.26.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c4bd39e360f9c3da203406fe28951dd7a221c397cffa90b8a4b485787206c00 |
|
MD5 | 7e0c1728c85aeab93cf1ab9351b34b04 |
|
BLAKE2b-256 | 509ee73cc31ec10ced74c9002bbff9b991434000310b5c10c8af7d0924edb2fb |
Hashes for mypy_boto3_budgets-1.13.26.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e48ac14081b7f7f947956b879bb1dac1ccb7c50565c99f889f4db2dfbabaa6d9 |
|
MD5 | b2b6c0353aa59bf583a9548c67cd1ba7 |
|
BLAKE2b-256 | 27be90e2d184ee06e4a4c5541c2b66b11c3db6d34d50c8f01a83ca248654f257 |