--- id: mypy-boto3-groundstation version: "1.43.18" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-groundstation — Type annotations for boto3 GroundStation 1.43.18 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 254.1K/mo ## What it is and what it does This package is a type stub library that adds static type annotations to boto3's GroundStation service. It is generated automatically using mypy-boto3-builder and provides type hints compatible with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. The package itself contains no runtime code—it exists solely to enable type checkers and IDEs to understand boto3 GroundStation client calls, paginators, and waiters. When installed, it allows developers to write boto3 code with full IDE autocomplete and static type checking without adding explicit type annotations. It supports both the full boto3-stubs installation (which provides overloads for session.client and session.resource) and a lighter boto3-stubs-lite variant for environments where RAM usage or IDE performance is a concern. The package is compatible with modern Python versions (3.9 through 3.14) and carries an MIT license. Use it for: - Enable IDE autocomplete and type hints when writing boto3 GroundStation client code in VSCode or PyCharm. - Run mypy or pyright type checking on boto3 GroundStation code to catch type errors before runtime. - Provide type annotations for boto3 GroundStation paginators and waiters in type-aware codebases. - Use with Emacs or Sublime Text via LSP and pyright for real-time type checking and code completion. - Guard against undefined-variable warnings in pylint by using TYPE_CHECKING imports with this stub package. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's GroundStation service, enabling static type checking with mypy, pyright, and compatible editors. Yes, if you use boto3 GroundStation and want IDE autocomplete or static type checking. Install friction is minimal, maintenance is active, and there are no known vulnerabilities. The MIT license poses no restrictions. Consider boto3-stubs-lite instead if PyCharm performance is a concern or if you prefer explicit type annotations. ## Install pip install mypy-boto3-groundstation uv add mypy-boto3-groundstation poetry add mypy-boto3-groundstation ## Installing mypy-boto3-groundstation Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-05-29 with recent commits and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install mypy-boto3-groundstation from boto3.session import Session from mypy_boto3_groundstation import GroundStationClient client: GroundStationClient = Session().client("groundstation") # Type checking and IDE autocomplete now available Requires Python 3.9 or later; boto3 must be installed separately for runtime use. Verify before relying: - Whether the package works with boto3 versions other than 1.43.18 or if it requires exact version matching. - Performance impact in PyCharm relative to boto3-stubs-lite, given the documented Literal overload performance issue. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 254.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs groundstation, mypy boto3 groundstation annotations, aws groundstation type hints, boto3 groundstation ide autocomplete, type checking boto3 groundstation, mypy-boto3 stubs, groundstation client type annotations, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-groundstation) · [View on PyPI](https://pypi.org/project/mypy-boto3-groundstation/)