skillfed

mypy-boto3-service-quotas

Type annotations for boto3 ServiceQuotas 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-service-quotas v1.43.0 401.4K downloads/30d#6,927 on PyPI670
Permissive license MIT Active released

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-quotas

uv

uv add mypy-boto3-service-quotas

poetry

poetry add mypy-boto3-service-quotas

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubsaws service quotas typingmypy boto3 annotationsboto3 autocomplete idepython aws type hintsservice quotas client typesboto3 static type checking
type-stubsaws-sdktype-checking

More Software Development packages