mypy-boto3-neptune
Type annotations for boto3 Neptune 1.43.28 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 checking and IDE autocomplete to boto3's Neptune database service. It is generated from boto3 1.43.28 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that understand Python type annotations. The stubs enable your IDE and type checker to understand Neptune client methods, paginators, and waiters without requiring explicit type annotations in your code.
The package is designed as a development-time dependency—you install it in your environment to get type checking and autocomplete, but it's not needed at runtime. It supports Python 3.9 through 3.14 and depends only on typing-extensions. The documentation notes that PyCharm users may experience performance issues with the full version and recommends using boto3-stubs-lite as an alternative.
Use it for:
- Enable IDE autocomplete and type checking for Neptune client calls in VSCode with Pylance
- Run mypy or pyright type checking on code using boto3 Neptune without manual type annotations
- Get real-time code completion for Neptune paginators and waiters in PyCharm or other IDEs
- Catch Neptune API usage errors at development time rather than runtime
- Use TYPE_CHECKING guards to avoid runtime dependencies while keeping full type support
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 Neptune service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 with Neptune and want IDE support or static type checking. Install friction is minimal (one dependency, pure Python), maintenance is active, and the MIT license has no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads and may prefer boto3-stubs-lite instead.
Install
mypy-boto3-neptune on PyPI
pip
pip install mypy-boto3-neptuneuv
uv add mypy-boto3-neptunepoetry
poetry add mypy-boto3-neptuneInstalling mypy-boto3-neptune
Before you install
Low friction: single runtime dependency (typing-extensions), pure Python wheel, actively maintained with recent releases. Repository shows 670 stars and last commit on 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal attribution requirements.
Quickstart
python -m pip install mypy-boto3-neptune
from boto3.session import Session
from mypy_boto3_neptune import NeptuneClient
client: NeptuneClient = Session().client("neptune")
Requires Python 3.9 or later; boto3 must be installed separately
Verify before relying
- Whether PyCharm performance issues with Literal overloads (PY-40997) remain unresolved
- Compatibility guarantees with boto3 versions beyond 1.43.28
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 — 64 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 315,031/month — #7,691 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_neptune-1.43.28-py3-none-any.whl
Keywords: boto3, neptune, 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-neptune-graphProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-supportProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-medialiveProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-apigatewayProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-neptunedataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-vpc-latticeProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-protonProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-servicecatalogProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-forecastProvides type annotations and IDE…
permissive · top 15,000 on PyPI