Skip to main content

Getting Started

Installation

pip install capo-direct-connect

Usage

from capo_direct_connect import AsyncDirectConnectClient


async def main():
    async with AsyncDirectConnectClient() as direct_connect:
        # Example: call the accept_direct_connect_gateway_association_proposal operation
        response = await direct_connect.accept_direct_connect_gateway_association_proposal()
        print(response["direct_connect_gateway_association"])

Error Handling

The SDK raises exceptions for errors returned by the API. Catch them to handle failures gracefully.

from capo_direct_connect import AsyncDirectConnectClient
from capo_direct_connect.error import DirectConnectClientException


async def main():
    async with AsyncDirectConnectClient() as direct_connect:
        try:
            await direct_connect.accept_direct_connect_gateway_association_proposal()
        except DirectConnectClientException as e:
            print(f"Error: {e}")
            print(e.data)  # additional error data

Retrying

The SDK retries failed operations automatically. Retry behaviour follows the Smithy specification: errors are retried based on their is_retryable and is_throttling_error attributes. Throttling errors use a longer base delay. Network-level failures (connection errors and timeouts) are also retried. Non-retryable errors, such as client errors without the @retryable trait, are raised immediately without further attempts.

The number of attempts defaults to 3 and can be changed at the client level via retry_max_attempts, or per call via config_overrides.

from capo_direct_connect import AsyncDirectConnectClient


async def main():
    async with AsyncDirectConnectClient() as direct_connect:
        # Default: 3 attempts for every operation
        response = await direct_connect.accept_direct_connect_gateway_association_proposal()

        # Override per operation
        response = await direct_connect.accept_direct_connect_gateway_association_proposal(config_overrides={"retry_max_attempts": 5})

        # Disable retries for this call
        response = await direct_connect.accept_direct_connect_gateway_association_proposal(config_overrides={"retry_max_attempts": 1})

Release files for capo-direct-connect 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for capo-direct-connect 0.1.0
File Size Uploaded
capo_direct_connect-0.1.0.tar.gz 145.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for capo-direct-connect 0.1.0
File Interpreter ABI Platform
capo_direct_connect-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 524.6 kB

Release files / capo_direct_connect-0.1.0.tar.gz

Download URL capo_direct_connect-0.1.0.tar.gz
Size 145.0 kB
Tags Source
SHA-256 checksum
How to use checksums
ff5e81d8ff4cf65a0990f32c04197178e37e8ef2aee95227fcb5b8af19c43313
BLAKE2b-256 checksum
How to use checksums
acfc3e820bdd494c4d3d651a2856a3a95a73a4294a176cbfbde7fe3651433824
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / capo_direct_connect-0.1.0-py3-none-any.whl

Download URL capo_direct_connect-0.1.0-py3-none-any.whl
Size 379.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
7aa2e81e3c570d29ab828193c57337344cb0483648f603cf19dfb61fe2b944dd
BLAKE2b-256 checksum
How to use checksums
419bf13f1034acd915f40a7955e7399775dab6f7b8159db0a8f5f37cd3b4d47f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page