--- id: mypy-boto3-neptunedata version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-neptunedata — Type annotations for boto3 NeptuneData 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 245.1K/mo ## 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 above — 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 pip install mypy-boto3-neptunedata uv add mypy-boto3-neptunedata 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_current - Install friction: low - Maintenance: active - Downloads: 245.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs neptunedata, mypy annotations aws neptune, boto3 neptunedata type hints, ide autocomplete boto3 neptune, static type checking aws sdk, pyright boto3 service stubs, type-safe boto3 development, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-neptunedata) · [View on PyPI](https://pypi.org/project/mypy-boto3-neptunedata/)