Metadata-Version: 2.2
Name: XRP-BASE
Version: 0.1.1
Summary: A Python package for XRPL transactions and installations.
Author: Your Name
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: flask
Requires-Dist: beautifulsoup4
Requires-Dist: pytest
Requires-Dist: pydantic
Requires-Dist: asyncio
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# XRPL Toolkit

A powerful Python package for working with XRP transactions, address validation, conversions, and more. This toolkit provides functionalities like generating XRP addresses, checking balances, and processing transactions securely.

## Features

-   Generate and validate XRP addresses
-   Check XRP balance and transaction details
-   Convert XRP to USD
-   Simulate package installations for XRPL-related dependencies
-   Secure transaction processing

## Installation

To install the package, run:

sh
pip install xrpl-toolkit


## Usage

### Command-Line Interface (CLI)

Once installed, you can use the toolkit via the command line:

sh
xrpl-toolkit


It will present a menu with options to generate addresses, check balances, validate addresses, and more.

### Importing in Python

You can also import the package in your Python script:

sh
from xrpl_toolkit.xrp_toolkit import xrp_toolkit

xrp_toolkit()


## Dependencies

The package relies on several key libraries for XRP-related functionalities:
-   xrpl-py – for interacting with the XRP Ledger
-   base58 – for encoding addresses
-   cryptography – for secure transactions
-   web3 – for blockchain integration
-   rich – for enhanced terminal output
