{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"}],"enrichment":{"capability":"A pure Python library for building applications that interact with the XRP Ledger, handling wallet management, transaction signing, serialization, and network communication.","skillfed_tags":["cryptocurrency","blockchain","xrp-ledger"],"use_cases":["Build a payment application that sends XRP between accounts with automatic fee calculation and transaction signing.","Generate and manage XRP Ledger wallets programmatically, including seed-based and testnet faucet-based wallet creation.","Query account balances, transaction history, and ledger state from a rippled node.","Implement a trading bot that submits orders or payment transactions to the XRP Ledger with reliable delivery guarantees.","Serialize and sign transactions locally before broadcasting them to the network for production use cases."],"what_it_does":"xrpl-py is a Python client library for the XRP Ledger, a distributed ledger for payments and financial transactions. It abstracts away the complexity of XRP Ledger interaction by providing native Python models for transactions, wallet management, and API requests. The library handles serialization of data into the ledger's canonical format, transaction signing with private keys, and communication with rippled nodes via JSON-RPC or WebSocket. It includes utilities for key derivation, address generation, balance queries, and reliable transaction submission with built-in retry logic.\n\nThe library targets developers building cryptocurrency applications, trading bots, payment processors, or financial services on the XRP Ledger. It requires Python 3.10 or later and depends on cryptographic libraries (pycryptodome, ECPy), HTTP clients (httpx, websockets), and encoding utilities (base58). The fact sheet shows no known vulnerabilities and active maintenance.","worth_installing":"Yes. The library is actively maintained, has no known vulnerabilities, uses a permissive license, and installs with low friction. It is the standard Python client for XRP Ledger development. Install it if you are building any application that needs to interact with the XRP Ledger or manage XRP accounts programmatically."},"id":"xrpl-py","links":{"html":"https://skillfed.io/packages/xrpl-py","md":"https://skillfed.io/packages/xrpl-py.md","pypi":"https://pypi.org/project/xrpl-py/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-03","license_spdx":null,"license_treatment":"permissive","name":"xrpl-py","python_support":"supports_current","summary":"A complete Python library for interacting with the XRP ledger"},"popularity":{"monthly_downloads":147303,"position":11071,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"5.0.0"}
