skillfed

mypy-boto3-nova-act

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

mypy-boto3-nova-act v1.43.0 231.2K downloads/30d#9,094 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 NovaActService client, generated by mypy-boto3-builder 8.12.0. It enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide accurate code completion and type checking for NovaActService API calls, and works with type checkers including mypy and pyright.

The package is designed as a development-time dependency—it provides no runtime functionality but improves the developer experience by catching type errors before execution. It supports Python 3.9 through 3.14 and depends only on typing-extensions, making it lightweight to add to any project that uses boto3 for AWS NovaActService operations.

Use it for:

  • Enable IDE autocomplete and inline documentation when writing boto3 NovaActService client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on boto3 code to catch API misuse before deployment.
  • Provide explicit type annotations for NovaActServiceClient, paginators, and service resource objects in larger codebases.
  • Improve code maintainability by documenting expected types for NovaActService operations in team projects.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion support for boto3's NovaActService 1.43.0, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3's NovaActService and want static type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. PyCharm users should be aware of a known performance issue with Literal overloads (noted in the description); switching to boto3-stubs-lite is an option if that becomes problematic.

Install

mypy-boto3-nova-act on PyPI

pip

pip install mypy-boto3-nova-act

uv

uv add mypy-boto3-nova-act

poetry

poetry add mypy-boto3-nova-act

Installing mypy-boto3-nova-act

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of June 2026 with 670 repository stars.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-nova-act

from boto3.session import Session
from mypy_boto3_nova_act import NovaActServiceClient

client: NovaActServiceClient = Session().client("nova-act")

Requires Python 3.9 or later; boto3 must be installed separately for runtime use.

Verify before relying

  • Whether performance overhead in PyCharm (noted as a known issue in the description) affects typical workflows.
  • Actual coverage and completeness of type annotations for all NovaActService operations and paginator types.

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 231,186/month — #9,094 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_nova_act-1.43.0-py3-none-any.whl

Keywords: boto3, nova-act, 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 stubsaws nova act typingmypy boto3 annotationside autocomplete boto3python aws type hintsboto3 service stubsstatic type checking aws
type-stubsaws-sdkide-support

More Software Development packages