Metadata-Version: 2.4
Name: ipaytools
Version: 0.1.0
Summary: Python SDK for iPayTools - Ethereum smart contract integration
Home-page: https://github.com/ipaytools/ipaytools-python
Author: iPayTools Team
Author-email: team@ipaytools.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: web3>=6.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# iPayTools Python SDK

A comprehensive Python SDK for interacting with iPayTools smart contract on Ethereum blockchain.

## Features

- ✅ **Easy Integration** - Simple API for iPayTools contract interaction
- ✅ **Payment Processing** - Process payments with `useTool` function
- ✅ **Developer Earnings** - Track and withdraw developer earnings
- ✅ **Multi-Account Support** - Manage multiple Ethereum accounts
- ✅ **Custom Configuration** - Flexible contract and RPC configuration
- ✅ **Error Handling** - Comprehensive error handling and logging
- ✅ **Type Hints** - Full type annotations for better development experience

## Installation

```bash
pip install ipaytools
