skillfed

mypy-boto3-efs

Type annotations for boto3 EFS 1.43.23 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-efs v1.43.23 450.4K downloads/30d#6,591 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-efs is a type stub package that adds static type annotations for the boto3 EFS (Elastic File System) service. It is generated from boto3 1.43.23 and enables IDEs and type checkers to understand the shape and behavior of EFS client methods, paginators, and data structures without requiring explicit type annotations in your code.

The package works by providing type information that IDEs and tools like mypy and pyright use to offer code completion, catch type errors, and validate method calls. It supports multiple development environments—VSCode with Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text, and command-line type checkers. Installation is straightforward and low-friction; the package depends only on typing-extensions and installs as a pure Python wheel.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 EFS client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on boto3 EFS code to catch method signature and argument type errors before runtime.
  • Provide explicit type annotations for EFS client, paginators, and data structures in team codebases using TYPE_CHECKING guards.
  • Support linting and type validation in Emacs or Sublime Text with LSP-based Python language servers.
  • Validate boto3 EFS API calls during CI/CD pipelines using mypy or pyright without runtime dependencies.

Worth the install?

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

Provides type stubs and IDE autocompletion for the boto3 EFS service, enabling static type checking with mypy, pyright, and IDE support in VSCode, PyCharm, Emacs, and Sublime Text.

Yes, if you use boto3 EFS and want static type checking or IDE autocompletion. Install friction is negligible, maintenance is active, and the MIT license poses no restrictions. The package is a pure stub with no runtime side effects. Consider the lite variant (boto3-stubs-lite) if PyCharm performance becomes an issue.

Install

mypy-boto3-efs on PyPI

pip

pip install mypy-boto3-efs

uv

uv add mypy-boto3-efs

poetry

poetry add mypy-boto3-efs

Installing mypy-boto3-efs

Before you install

Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with 670 repository stars and a stable release cadence.

License in practice

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

Quickstart

# Install
python -m pip install mypy-boto3-efs

# Use in code
from boto3.session import Session
from mypy_boto3_efs import EFSClient

client: EFSClient = Session().client("efs")
# Type checking and IDE completion now work

Requires Python 3.9 or later; boto3 must be installed separately to use the client.

Verify before relying

  • Whether the package is suitable for production use beyond type checking (stubs-only nature may limit runtime functionality).
  • Performance impact in PyCharm due to known Literal overload performance issues mentioned in the description.

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 — 71 days since the last release
Last repo commit
First released
Downloads 450,397/month — #6,591 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_efs-1.43.23-py3-none-any.whl

Keywords: boto3, efs, 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 efsaws efs type annotationsmypy boto3 autocompleteefs client type hintsboto3 efs ide supportstatic type checking awsboto3 stubs mypy pyright
type-stubsaws-sdkide-support

More Software Development packages