skillfed

mypy-boto3-neptune

Type annotations for boto3 Neptune 1.43.28 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-neptune v1.43.28 315.0K downloads/30d#7,691 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 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-neptune

uv

uv add mypy-boto3-neptune

poetry

poetry add mypy-boto3-neptune

Installing 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

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 stubs neptunetype annotations aws neptunemypy boto3 neptuneneptune client type hintsboto3 neptune autocompletepyright boto3 stubside support neptune aws
type-stubsaws-sdkide-support

More Software Development packages