Universal schema migration engine (Python SDK)
Project description
panproto — Python SDK
Universal schema migration engine for Python 3.13+.
Installation
pip install panproto
Quick Start
from panproto import Panproto
with Panproto.load() as pp:
atproto = pp.protocol("atproto")
schema = (
atproto.schema()
.vertex("post", "record", {"nsid": "app.bsky.feed.post"})
.vertex("post:body", "object")
.edge("post", "post:body", "record-schema")
.build()
)
License
MIT
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
panproto-0.4.0.tar.gz
(34.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
panproto-0.4.0-py3-none-any.whl
(44.8 kB
view details)
File details
Details for the file panproto-0.4.0.tar.gz.
File metadata
- Download URL: panproto-0.4.0.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f4400d12a81c5468f3e31aac24f1dfbffc21ed3f14eb56132dac4212b335747
|
|
| MD5 |
d695c2ce15f98619c73941887872b0b7
|
|
| BLAKE2b-256 |
945059e9dd29636dd19196dcf54dd6f2d43da935bd31f1b1b55ae7d71e253845
|
File details
Details for the file panproto-0.4.0-py3-none-any.whl.
File metadata
- Download URL: panproto-0.4.0-py3-none-any.whl
- Upload date:
- Size: 44.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9ea3d539c1b920887dc5eb989ba402c37ff330e143c09ba36d6861dc3c40922
|
|
| MD5 |
e377ee3ff8ace50dc526dab6277e4227
|
|
| BLAKE2b-256 |
6f04d6911038d3fcbf02adf895fe1b060ac38825712d9afa93a3f68e0c7e628e
|