PIDA Protocol - Private Inbox Data API for Python
Project description
PyPIDA v0.1.2
Secure E2EE messaging protocol with Deterministic Identity. Optimized for Mobile.
Quick Start
from pypida.core import PIDA
# 1. Initialize (Auto-load or Create)
URL = "[https://your-relay.workers.dev](https://your-relay.workers.dev)"
client = PIDA.load_local(URL) or PIDA.create(URL)
print(f"Identity: {client.id}")
# 2. Encrypt for a peer
encrypted_msg = client.encrypt("Hello PIDA!", peer_public_key_pem)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypida-0.1.3.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypida-0.1.3.tar.gz.
File metadata
- Download URL: pypida-0.1.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52bbd231544515cadddf4deb9d07398495446f5a90b4f72a71d36930c81ba66f
|
|
| MD5 |
40d70a7fc709d4ba725a1123ed5db48e
|
|
| BLAKE2b-256 |
7594f4f09c18323a6f9a85cd3d30b569359273ff007e59626ba48d949f1031d8
|
File details
Details for the file pypida-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pypida-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c514c8e398dd74004f10b6068af06b1498e96860195fcf2a7c5a448d3d3ad042
|
|
| MD5 |
64e998b0ead76136cd6ef3d760fbea2b
|
|
| BLAKE2b-256 |
428cf47ae3651b2e6023c27639b2bd2519fdc0937e1ac1d8d276de5cf8300bc2
|