Registry / type-stubs / botostubs

botostubs

JSON →
library0.15.1.23.10pypypiunverified

Generates and provides IDE stubs for the entire boto3 API, enabling autocomplete and documentation in any editor. Current version 0.15.1.23.10, versioned to match boto3 releases. Updates are released irregularly per boto3 minor version bumps.

pip install botostubs
INSTALL
IMPORT
SIG · BOTOSTUBS
B
botostubs
type-stubspythonv0.15.1.23.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

botostubs
import botostubs
import botostubs

Import botostubs at the top of your script to enable type hints and autocomplete for any boto3 client or resource.

import boto3 import botostubs # Access key and secret key set via environment variables or IAM role s3 = boto3.client('s3') # IDE now shows stubs for s3 methods response = s3.list_buckets() print(response['Buckets'])
botostubs --version
Debug
Known issues
gotchaStubs are generated for the boto3 version that matches the botostubs version. Using a mismatched boto3 version may cause incomplete or inaccurate stubs.
fix
Ensure botostubs version corresponds to your installed boto3 version. Check botostubs version on PyPI vs boto3.
affects: all
deprecatedThe library versioning scheme changed; older versions (e.g., 0.14.x) may not generate stubs for newer boto3 services.
fix
Upgrade to the latest botostubs that matches your boto3 version.
affects: <0.15
Upgrade
Version history
0.15.1.23.10latest on PyPI · released May 31, 2022
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
38
OpenAI (training)
1
Resources
botostubs — pip install botostubs · libregistry