Metadata-Version: 2.1
Name: wallet_fetcher
Version: 0.1.0
Summary: Fetch Solana wallet senders
Home-page: https://github.com/yourusername/wallet_fetcher
Author: Your Name
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests

# Wallet Fetcher

A Python package to fetch sender addresses for a Solana wallet using the Solana API.

## Installation

```bash
pip install wallet_fetcher
