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.4.tar.gz
(3.7 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.4.tar.gz.
File metadata
- Download URL: pypida-0.1.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
434f89abbecbaf1e509f5fcf59480fb6a0d383e7ec02a894ad7c6597fa83696e
|
|
| MD5 |
320610f4a12b3fe48b092cd3043d68fb
|
|
| BLAKE2b-256 |
ab9c2a5af60bb4fce8299ff08a266a1571ea12353b8fbdba61ed3c7bc9f170b7
|
File details
Details for the file pypida-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pypida-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
47107f03e86894fa93ae8f587a8404da9e88c6d0f0d8450487da0990a83716b6
|
|
| MD5 |
91a3c9ec821c50751bdc18c199efd635
|
|
| BLAKE2b-256 |
aa46e7f6d7d3434db38b03f978c4911cbb01188604d89e13bedb682cab7f2056
|