--- id: types-aiobotocore-meteringmarketplace version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-meteringmarketplace — Type annotations for aiobotocore MarketplaceMetering 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 161.4K/mo ## What it is and what it does This package is a type-stub library that adds static type information for aiobotocore's MarketplaceMetering service. It works alongside aiobotocore to enable IDE autocompletion, type checking with mypy and pyright, and compile-time error detection when using the AWS MarketplaceMetering API asynchronously. The stubs are generated from the aiobotocore 3.9.0 service definition using mypy-boto3-builder. The package is designed as a development-time dependency—you install it in your environment to get IDE support and type checking, but it doesn't affect runtime behavior. It supports VSCode with Pylance, PyCharm, Emacs, Sublime Text, and other editors that understand Python type hints. The package requires only typing-extensions as a runtime dependency, keeping installation lightweight. Use it for: - Enable IDE autocomplete and type hints when writing async code against AWS MarketplaceMetering using aiobotocore. - Catch type errors in MarketplaceMetering API calls during development with mypy or pyright before runtime. - Provide explicit type annotations for MarketplaceMeteringClient in codebases using TYPE_CHECKING guards. - Support code review and refactoring by making MarketplaceMetering API contracts visible to static analysis tools. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for aiobotocore's MarketplaceMetering service, enabling static type checking with mypy, pyright, and compatible editors. Yes, if you use aiobotocore with MarketplaceMetering. The package is actively maintained, has no security vulnerabilities, carries a permissive MIT license, and adds only minimal install friction. It's a standard practice for AWS SDK type support and will improve code quality and IDE experience with negligible overhead. ## Install pip install types-aiobotocore-meteringmarketplace uv add types-aiobotocore-meteringmarketplace poetry add types-aiobotocore-meteringmarketplace ## Installing types-aiobotocore-meteringmarketplace Before you install: Low friction: single lightweight runtime dependency (typing-extensions), active maintenance with recent release, and no known vulnerabilities. Designed as a pure type-stub package with minimal overhead. License in practice: MIT license permits unrestricted use, modification, and distribution. Safe to include in both open-source and proprietary projects without licensing obligations. Quickstart: pip install types-aiobotocore-meteringmarketplace from aiobotocore.session import get_session from types_aiobotocore_meteringmarketplace import MarketplaceMeteringClient session = get_session() async with session.create_client("meteringmarketplace") as client: client: MarketplaceMeteringClient Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately for runtime functionality. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) still affect current versions. - Specific AWS MarketplaceMetering API methods and parameters covered by these type annotations. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 161.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, marketplace metering type annotations, boto3 type hints, mypy aiobotocore stubs, async aws sdk typing, pyright type checking aws, ide autocomplete aiobotocore, type-stubs, aws-sdk, async-io [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-meteringmarketplace) · [View on PyPI](https://pypi.org/project/types-aiobotocore-meteringmarketplace/)