Metadata-Version: 2.4
Name: pypida
Version: 0.1.0
Summary: PIDA Protocol - Private Inbox Data API for Python
Home-page: https://github.com/yourusername/pypida
Author: Your Name
Author-email: Sigmapages <thilan89757@gmail.com>
Project-URL: Homepage, https://github.com/sigmapages/pida
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: cryptography
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# pypida
PIDA Protocol (Private Inbox Data API) implementation for Python.

## Installation
```bash
pip install pypida

Quick start
from pypida import PIDA
client = PIDA("[https://your-worker.workers.dev](https://your-worker.workers.dev)")
print(client.id)

