mypy-boto3-neptune-graph
Type annotations for boto3 NeptuneGraph 1.43.56 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 NeptuneGraph service. It is generated from boto3 1.43.56 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. When installed, it enables IDE autocompletion and type checking for NeptuneGraph client calls without requiring explicit type annotations in your code.
The package is purely a stub—it contains no runtime logic, only type definitions. It depends only on typing-extensions and supports Python 3.9 through 3.14. It is actively maintained to track boto3 releases. Type checking works transparently; you write boto3 code as usual, and the stubs provide the type information your editor and type checker need to catch errors.
Use it for:
- Enable IDE autocompletion and inline documentation for NeptuneGraph API calls in VSCode or PyCharm.
- Catch type errors in boto3 NeptuneGraph code during development using mypy or pyright before runtime.
- Provide explicit type annotations for NeptuneGraphClient, paginators, and waiters in larger codebases.
- Use with TYPE_CHECKING guards to add type hints without adding a production dependency.
- Integrate with CI/CD pipelines to enforce type safety on AWS SDK usage.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's NeptuneGraph service, enabling static type checking with mypy, pyright, and editor support.
Yes, if you use boto3 NeptuneGraph and want type safety and IDE support. Install friction is negligible, maintenance is active, and the MIT license poses no restrictions. PyCharm users should verify performance with the full stubs before committing to production use.
Install
mypy-boto3-neptune-graph on PyPI
pip
pip install mypy-boto3-neptune-graphuv
uv add mypy-boto3-neptune-graphpoetry
poetry add mypy-boto3-neptune-graphInstalling mypy-boto3-neptune-graph
Before you install
Low friction—a pure-Python stub package with a single lightweight runtime dependency (typing-extensions). Actively maintained with releases tracking boto3 versions; last commit 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution. Safe for both open-source and commercial projects with minimal legal friction.
Quickstart
pip install mypy-boto3-neptune-graph
from boto3.session import Session
from mypy_boto3_neptune_graph import NeptuneGraphClient
client: NeptuneGraphClient = Session().client("neptune-graph")
Requires Python 3.9 or later; boto3 must be installed separately for the client to function.
Verify before relying
- Performance impact in PyCharm when using full stubs (documentation warns of slow Literal overloads; lite variant mentioned as workaround).
- Whether type coverage is complete for all NeptuneGraph operations and edge cases beyond what the stub generator produces.
- Runtime behavior and compatibility guarantees when used with TYPE_CHECKING guards in production code.
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 — 21 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 245,628/month — #8,727 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_neptune_graph-1.43.56-py3-none-any.whl
Keywords: boto3, neptune-graph, 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-neptuneProvides 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-neptunedataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-artifactProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides 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-connectProvides 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-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI