--- id: mypy-boto3-importexport version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-importexport — Type annotations for boto3 ImportExport 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.5K/mo ## What it is and what it does This package is a type-stub library that adds static type information for boto3's ImportExport service. It was generated with mypy-boto3-builder 8.12.0 and enables IDEs and type checkers to understand boto3 ImportExport client calls, paginators, and type definitions at development time. When installed, it provides IDE autocomplete, inline documentation, and type checking without requiring explicit type annotations in your code. It works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. The package has no runtime behavior—it only supplies type information to development tools—and depends solely on typing-extensions. Use it for: - Enable IDE autocomplete and inline documentation when writing boto3 ImportExport client code in VSCode or PyCharm. - Catch type errors in boto3 ImportExport calls during development with mypy or pyright before runtime. - Provide type hints for paginator and resource objects to improve code clarity and maintainability. - Support team development by making boto3 ImportExport APIs discoverable and self-documenting through type information. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ImportExport service, enabling type checking in mypy, pyright, VSCode, PyCharm, and other tools. Yes, if you use boto3's ImportExport service and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package adds no runtime overhead and improves development experience through autocomplete and early error detection. Not necessary if you don't use ImportExport or prefer runtime-only development. ## Install pip install mypy-boto3-importexport uv add mypy-boto3-importexport poetry add mypy-boto3-importexport ## Installing mypy-boto3-importexport Before you install: Low friction installation with a single lightweight runtime dependency (typing-extensions). The package is actively maintained with recent releases and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-importexport from boto3.session import Session from mypy_boto3_importexport import ImportExportClient client: ImportExportClient = Session().client("importexport") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice. - Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads). - Compatibility with boto3 versions other than 1.43.0. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 251.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs importexport, aws importexport type annotations, boto3 ide autocomplete, mypy boto3 stubs, python aws type checking, boto3 importexport mypy support, type hints for boto3, type-stubs, aws-boto3, type-checking [View on SkillFed](https://skillfed.io/packages/mypy-boto3-importexport) · [View on PyPI](https://pypi.org/project/mypy-boto3-importexport/)