Metadata-Version: 2.3
Name: rxdpy
Version: 0.1.0
Summary: Python SDK for Radiant (RXD), Glyphs
Author: zerox-toml
Author-email: passionkaizen96111@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: base58 (>=2.1.1,<3.0.0)
Requires-Dist: coincurve (>=21.0.0,<22.0.0)
Requires-Dist: pycryptodomex (>=3.22.0,<4.0.0)
Requires-Dist: websocket-client (>=1.8.0,<2.0.0)
Requires-Dist: websockets (>=15.0.1,<16.0.0)
Project-URL: Documentation, https://github.com/zerox-toml/rxdpy/tree/main#readme
Project-URL: Source, https://github.com/zerox-toml/rxdpy
Project-URL: Tracker, https://github.com/zerox-toml/rxdpy/issues
Description-Content-Type: text/markdown

# 🧠 rxdpy – Python SDK for Radiant (RXD), Glyphs

`rxdpy` is a high-performance Python library that enables seamless integration with the [Radiant Blockchain](https://radiantblockchain.org/) ecosystem, including full support for RXD transactions, Glyph-based tokens, and NFTs. Inspired by [solders](https://kevinheavey.github.io/solders/), this SDK aims to bring Radiant and Glyph capabilities to Python developers building server-side web3 applications.

---

## 🚀 Features

- 📬 **Transaction Construction & Signing**
  - Build, sign, and serialize RXD transactions
  - Lock and unlock funds for atomic swaps (coming soon)

- 🔑 **Wallet Support**
  - Key generation, address encoding/decoding
  - WIF/private key handling
  - HD wallets (BIP32/BIP39 planned)

- 🎨 **Glyph Protocol Integration**
  - Read/write Glyphs (tokens, NFTs)
  - Metadata handling
  - Mint, transfer, and inspect on-chain assets

- 📡 **Network Tools**
  - Broadcast transactions
  - UTXO queries and chain state interactions (via ElectrumX or custom RPC)

---

## 📦 Installation

Coming soon via PyPI and `maturin`:

```bash
pip install rxdpy

