mypy-boto3-groundstation
Type annotations for boto3 GroundStation 1.43.18 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 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 on this page — 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
mypy-boto3-groundstation on PyPI
pip
pip install mypy-boto3-groundstationuv
uv add mypy-boto3-groundstationpoetry
poetry add mypy-boto3-groundstationInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 77 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 254,059/month — #8,503 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_groundstation-1.43.18-py3-none-any.whl
Keywords: boto3, groundstation, 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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-pinpointProvides 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-cloudformationProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI