skillfed

mypy-boto3-neptune-graph

Type annotations for boto3 NeptuneGraph 1.43.56 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-neptune-graph v1.43.56 245.6K downloads/30d#8,727 on PyPI670
Permissive license MIT Active released

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-graph

uv

uv add mypy-boto3-neptune-graph

poetry

poetry add mypy-boto3-neptune-graph

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubsneptune graph type annotationsmypy boto3 stubsaws sdk type hintsboto3 ide autocompletepython type checking awsstatic type annotations boto3
type-stubsaws-sdkboto3

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-neptunedata

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-artifact

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-evidently

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-config

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

boto3-stubs-lite

Provides type annotations for boto3 1.43.72,…

permissive · top 15,000 on PyPI