mypy-boto3-omics
Type annotations for boto3 Omics 1.43.50 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-omics is a type-stub package that adds static type annotations for the AWS Omics service when using boto3. It is generated from boto3 1.43.50 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. The package enables IDE code completion and type checking without requiring explicit type annotations in your code—you write boto3 code normally, and the stubs provide the type information behind the scenes.
The package is a stub-only distribution (no runtime code) with a single dependency on typing-extensions. It supports Python 3.9 through 3.14 and is actively maintained. Installation is straightforward via pip, either standalone or as part of boto3-stubs[omics]. The documentation notes that PyCharm users may experience performance issues due to Literal overload handling and recommends using the lite variant or switching to mypy or pyright for type checking in that IDE.
Use it for:
- Enable IDE autocomplete and inline type hints when writing boto3 Omics client code in VSCode or other editors.
- Run mypy or pyright type checking on boto3 Omics code to catch type errors before runtime.
- Provide explicit type annotations for OmicsClient, paginators, and waiters in production code using TYPE_CHECKING guards.
- Improve code maintainability by catching incorrect boto3 API calls at development time rather than in production.
- Support team development workflows where type information helps other developers understand expected boto3 service interfaces.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for the AWS Omics service via boto3, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 with the Omics service and want IDE autocomplete and static type checking. Install friction is minimal (one dependency, Python 3.9+), maintenance is active, and the MIT license has no restrictions. The only caveat is PyCharm performance with Literal overloads—if you use PyCharm, test first or use boto3-stubs-lite instead.
Install
mypy-boto3-omics on PyPI
pip
pip install mypy-boto3-omicsuv
uv add mypy-boto3-omicspoetry
poetry add mypy-boto3-omicsInstalling mypy-boto3-omics
Before you install
Low friction install with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with regular releases.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-omics
from boto3.session import Session
from mypy_boto3_omics import OmicsClient
client: OmicsClient = Session().client("omics")
# Type checking and IDE autocomplete now available
Requires Python 3.9 or later; boto3 1.43.50 must be installed separately.
Verify before relying
- Performance impact in PyCharm with large Literal overloads (documentation mentions PyCharm issue PY-40997 but does not quantify severity).
- Whether boto3-stubs-lite variant is necessary for typical Omics workflows or only for PyCharm users experiencing slowness.
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 — 29 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 250,453/month — #8,629 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_omics-1.43.50-py3-none-any.whl
Keywords: boto3, omics, 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-emrProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sustainabilityProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-drsProvides type annotations for the boto3 AWS Drs…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides 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-s3tablesProvides type annotations and IDE…
permissive · top 15,000 on PyPI