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.2.0.tar.gz
(20.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.2.0-py3-none-any.whl
(26.3 kB
view details)
File details
Details for the file panproto-0.2.0.tar.gz.
File metadata
- Download URL: panproto-0.2.0.tar.gz
- Upload date:
- Size: 20.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 |
0caa7e3d86982f351a1ba7d1dd0e07b20f796354ef323112afb12e89995d59ac
|
|
| MD5 |
a55679d4de52f1ed55f7634afbced8d8
|
|
| BLAKE2b-256 |
58347e0d2d41d7b913c5c1928fcc8dbc9f2f957b3a94a74999152ee25cbd94c6
|
File details
Details for the file panproto-0.2.0-py3-none-any.whl.
File metadata
- Download URL: panproto-0.2.0-py3-none-any.whl
- Upload date:
- Size: 26.3 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 |
1d134e02a4aaa7e56a967d2924b2db5d01edda74b7cac409c947b36e101ea14c
|
|
| MD5 |
124c0e85eb09f44ace187fe99cda9edd
|
|
| BLAKE2b-256 |
0813fb2b6d0ecdf3415366f8a292c2aea04186ee475638236194009d3602dbe2
|