{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"}],"enrichment":{"capability":"Provides Python bindings to interact with the Aptos blockchain, enabling transaction submission, account management, and on-chain data queries through async and sync clients.","skillfed_tags":["blockchain","web3","async-first"],"use_cases":["Build a Python bot or service that submits transactions to Aptos mainnet or testnet","Query account balances, transaction history, and smart contract state via GraphQL indexer","Integrate Aptos blockchain functionality into a larger Python application or web service","Automate Move contract deployments and function calls from Python scripts","Test Aptos smart contracts locally using the SDK against a local testnet"],"what_it_does":"Aptos SDK is a Python library for building applications that interact with the Aptos blockchain. It provides async and sync clients for submitting transactions, querying account state, and interacting with smart contracts deployed on Aptos. The package wraps HTTP and GraphQL communication with the Aptos network, handling cryptographic signing via ecdsa and PyNaCl, and serialization of Move contract calls.\n\nThe SDK is actively maintained but explicitly noted as still in development and not recommended for production use. The sync client is deprecated in favor of async-only development. It requires Python 3.9 or later and depends on standard HTTP/crypto libraries (httpx, ecdsa, PyNaCl) plus graphql-client for indexer queries.","worth_installing":"Yes, with conditions. Install if you are building on Aptos and need a Python client\u2014the low install friction, active maintenance, and permissive license support that. Do not install for production systems yet; the package is explicitly in development. Avoid the deprecated sync client; use async only for new projects."},"id":"aptos-sdk","links":{"html":"https://skillfed.io/packages/aptos-sdk","md":"https://skillfed.io/packages/aptos-sdk.md","pypi":"https://pypi.org/project/aptos-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-05-30","license_spdx":null,"license_treatment":"permissive","name":"aptos-sdk","python_support":"supports_current","summary":"Aptos SDK"},"popularity":{"monthly_downloads":99148,"position":13039,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.11.0"}
