Metadata-Version: 2.4
Name: paylink_protocol
Version: 1.1.6
Summary: A Python library for managing the PayLink Protocol on Ethereum.
Author-email: Paylink Protocol <mail@paylinkprotocol.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PayLink Protocol Library

A Python library for interacting with the PayLink Protocol on Ethereum.

## Features

- Subscribe to PayLink Protocol events
- Decode event data into Python objects
- Works with any Ethereum-compatible RPC endpoint

## Installation

Install the library via pip:

```bash
pip install paylink_protocol
