skillfed

mypy-boto3-neptunedata

Type annotations for boto3 NeptuneData 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-neptunedata v1.43.0 245.1K downloads/30d#8,739 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 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-neptunedata

uv

uv add mypy-boto3-neptunedata

poetry

poetry add mypy-boto3-neptunedata

Installing 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

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 neptunedatamypy annotations aws neptuneboto3 neptunedata type hintside autocomplete boto3 neptunestatic type checking aws sdkpyright boto3 service stubstype-safe boto3 development
type-stubsaws-sdkide-support

More Software Development packages