Metadata-Version: 2.4
Name: paylink_protocol
Version: 1.9.0
Summary: Monetize your digital goods with ease using the Ethereum Blockchain and the Paylink Protocol
Author-email: Paylink Protocol <mail@paylinkprotocol.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: web3
Requires-Dist: requests
Requires-Dist: eth-abi
Requires-Dist: pycryptodome
Requires-Dist: cachetools
Requires-Dist: eth-account
Dynamic: license-file

# PayLink Protocol Library

A Python library for interacting with the PayLink Protocol on Ethereum.
Monetize your digital good on the Ethereum Blockchain with ease.

## Features

- Subscribe to PayLink Protocol events
- Decode event data into Python objects
- Works with any Ethereum-compatible RPC endpoint
- Instantly know active purchases of every user

## Installation

Install the library via pip:

```bash
pip install paylink_protocol
```

## Setup

````python
from paylink_protocol import PurchaseManager
````
