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