mypy-boto3-neptunedata
Type annotations for boto3 NeptuneData 1.43.0 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 information to boto3's NeptuneData service. It is generated automatically from boto3's service definitions and provides IDE autocomplete, type checking via mypy or pyright, and inline documentation for all NeptuneData API calls. The stubs work with VSCode, PyCharm, Emacs, Sublime Text, and other editors that support Python language servers.
The package contains no runtime code—it is purely type annotations (classified as "Typing :: Stubs Only"). It depends only on typing-extensions and is designed to be installed in development environments or behind a TYPE_CHECKING guard to avoid production dependencies. It supports Python 3.9 through 3.14 and integrates seamlessly with existing boto3 code without requiring explicit type annotations in most cases.
Use it for:
- Enable IDE autocomplete and inline documentation for boto3 NeptuneData API calls in VSCode or PyCharm.
- Catch type errors in boto3 code before runtime using mypy or pyright in CI/CD pipelines.
- Provide explicit type hints for NeptuneData client and resource objects in typed Python projects.
- Use NeptuneData Literal types for validated enum-like parameters in function signatures.
- Improve code maintainability by documenting expected argument and return types for AWS API calls.
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 NeptuneData service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 with NeptuneData and want static type checking or IDE autocomplete. Install friction is negligible, maintenance is active, and the MIT license carries no restrictions. The package is a pure stub with no runtime overhead and works across modern Python versions. Skip it only if you do not use type checking or IDE support.
Install
mypy-boto3-neptunedata on PyPI
pip
pip install mypy-boto3-neptunedatauv
uv add mypy-boto3-neptunedatapoetry
poetry add mypy-boto3-neptunedataInstalling mypy-boto3-neptunedata
Before you install
Low install friction; single runtime dependency (typing-extensions) and a pure-Python wheel. Actively maintained with recent releases; repository shows 670 stars and last commit in June 2026.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
# Install with pip
python -m pip install mypy-boto3-neptunedata
# Use in code
from boto3.session import Session
from mypy_boto3_neptunedata import NeptuneDataClient
client: NeptuneDataClient = Session().client("neptunedata")
# Type checking and IDE completion now work
Requires Python 3.9 or later; boto3 must be installed separately as a runtime dependency of your application.
Verify before relying
- Whether the package works correctly with all supported Python versions (3.9–3.14) in practice.
- Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads).
- Compatibility with boto3-stubs-lite as a lighter alternative for resource-constrained environments.
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 — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 245,148/month — #8,739 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_neptunedata-1.43.0-py3-none-any.whl
Keywords: boto3, neptunedata, 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-appconfigdataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-signer-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dynamodbstreamsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iot-jobs-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotevents-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-rbinProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI