Metadata-Version: 2.4
Name: ipaytools
Version: 0.3.0
Summary: Python SDK for iPayTools - Ethereum smart contract integration for payment processing
Home-page: https://github.com/bennyharianto/ipaytools-python
Author: Benny Harianto
Author-email: creatoropensource@gmail.com
Project-URL: Bug Tracker, https://github.com/bennyharianto/ipaytools-python/issues
Project-URL: Documentation, https://github.com/bennyharianto/ipaytools-python#readme
Project-URL: Source Code, https://github.com/bennyharianto/ipaytools-python
Keywords: ethereum,web3,smart-contract,blockchain,payments,defi,ipaytools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial
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: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# iPayTools Python SDK

Official Python SDK for iPayTools - Ethereum smart contract integration for payment processing.

Created by **Benny Harianto**

## 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

## Installation

```bash
pip install ipaytools
