Metadata-Version: 2.4
Name: synapse-fbs
Version: 0.1.2
Summary: Generated Python FlatBuffers bindings for Synapse schemas
License-Expression: MIT OR Apache-2.0
Project-URL: Repository, https://github.com/CogniPilot/synapse_fbs
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: flatbuffers==25.12.19

# synapse-fbs

Generated Python FlatBuffers bindings for the Synapse message schemas.

The schema source of truth lives in `fbs/`. CI stages this package under
`target/xtask/packages/python`, generates bindings there, then publishes it to
PyPI. To build locally from the repository root:

```sh
cargo run --locked --manifest-path xtask/Cargo.toml -- ci
```

Install the staged wheel locally with:

```sh
pip install target/xtask/packages/python/dist/*.whl
```
