Skip to main content

Foxglove Schemas (Flatbuffer)

This package provides Flatbuffer classes for Foxglove Schemas.

Installation

Install via Poetry:

poetry add foxglove-schemas-flatbuffer

Or install via uv:

uv add foxglove-schemas-flatbuffer

Usage

Import types from the foxglove_schemas_flatbuffer module as follows:

import flatbuffers
import foxglove_schemas_flatbuffer.CompressedImage as CompressedImage
from foxglove_schemas_flatbuffer import get_schema

builder = flatbuffers.Builder(1024)
png = builder.CreateString("png")
CompressedImage.Start(builder)
CompressedImage.AddFormat(builder, png)
img = CompressedImage.End(builder)
builder.Finish(img)

# Serialized flatbuffer schema
schema_data = get_schema("CompressedImage")

# Serialized CompressedImage message
msg_data = builder.Output()

Stay in touch

Join our Discord to ask questions, share feedback, and stay up to date on what our team is working on.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

foxglove_schemas_flatbuffer-0.4.0.tar.gz (46.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

foxglove_schemas_flatbuffer-0.4.0-py3-none-any.whl (111.7 kB view details)

Uploaded Python 3

File details

Details for the file foxglove_schemas_flatbuffer-0.4.0.tar.gz.

File metadata

File hashes

Hashes for foxglove_schemas_flatbuffer-0.4.0.tar.gz
Algorithm Hash digest
SHA256 3c78f9b409193fa1fba1fbecf3f2b6c639717bcfede858c6b344fc06de056a98
MD5 e3693ddb534132b24acf96cc99bac34e
BLAKE2b-256 727fd7a3ad44603c8923eab763f330a1037019e154e72019507434b0d0beafd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for foxglove_schemas_flatbuffer-0.4.0.tar.gz:

Publisher: python.yml on foxglove/foxglove-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file foxglove_schemas_flatbuffer-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for foxglove_schemas_flatbuffer-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d8111cc67031e3010b9052600e584b226acbc9bb21bfc8fc232dee3ec2ad53d6
MD5 37dd2c7fc397ddd5157a6870e15ff65a
BLAKE2b-256 50be204dd8beb9287306685e3602ccc115a52b6d9927c0c22e722f35ea8659d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for foxglove_schemas_flatbuffer-0.4.0-py3-none-any.whl:

Publisher: python.yml on foxglove/foxglove-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page