mypy-boto3-service-quotas
Type annotations for boto3 ServiceQuotas 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds complete type annotations to boto3's ServiceQuotas client. It's generated automatically from boto3 1.43.0 and works with mypy, pyright, and IDE language servers (Pylance, PyCharm, Emacs LSP, Sublime LSP) to provide inline type checking and autocomplete when writing AWS ServiceQuotas code.
The package is a stub-only dependency—it contains no runtime code, only type information. You install it alongside boto3 to get IDE support and static type checking without changing how you write boto3 code. It supports explicit type annotations for clients, paginators, waiters, and response types, and can be conditionally imported under TYPE_CHECKING to avoid production dependencies.
Use it for:
- Enable IDE autocomplete and inline type hints when writing boto3 ServiceQuotas client code in VSCode with Pylance or PyCharm.
- Catch type errors in ServiceQuotas API calls before runtime using mypy or pyright in CI/CD pipelines.
- Get accurate parameter and return-type documentation for ServiceQuotas operations directly in your editor.
- Use explicit type annotations for ServiceQuotasClient, paginators, and response objects in production code.
- Avoid runtime import overhead by importing types only under TYPE_CHECKING guards in type-checked projects.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's ServiceQuotas service, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across multiple editors.
Yes. If you use boto3's ServiceQuotas service and want IDE type support or static type checking, this is the standard way to get it. Installation is frictionless, maintenance is active, and the MIT license imposes no restrictions. The only gotcha is PyCharm performance with Literal overloads—the docs suggest boto3-stubs-lite as a workaround if you hit it.
Install
mypy-boto3-service-quotas on PyPI
pip
pip install mypy-boto3-service-quotasuv
uv add mypy-boto3-service-quotaspoetry
poetry add mypy-boto3-service-quotasInstalling mypy-boto3-service-quotas
Before you install
Low friction install with a single runtime dependency (typing-extensions). Actively maintained with recent releases; generated automatically by mypy-boto3-builder 8.12.0, so updates track boto3 service changes reliably.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install mypy-boto3-service-quotas
from boto3.session import Session
from mypy_boto3_service_quotas import ServiceQuotasClient
client: ServiceQuotasClient = Session().client("service-quotas")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in the docs (PY-40997) have been resolved in recent versions.
- Exact scope of type coverage for all ServiceQuotas operations, paginators, and response structures.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 401,388/month — #6,927 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_service_quotas-1.43.0-py3-none-any.whl
Keywords: boto3, service-quotas, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-chatbotProvides type annotations for boto3's AWS…
permissive · top 15,000 on PyPI
mypy-boto3-ds-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI