Metadata-Version: 2.4
Name: ipaytools
Version: 1.0.0
Summary: Python SDK for iPayTools - Multi-currency payments with vertical solutions
Home-page: https://github.com/CreatorOss/ipaytools-python
Author: Benny Harianto
Author-email: creatoropensource@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: web3>=6.0.0
Requires-Dist: requests>=2.25.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: cryptography>=3.4.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

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
