Skip to main content

Precompiled flatbuffer schemas for Foxglove

Project description

Foxglove Schemas (Flatbuffer)

This package provides Flatbuffer classes for Foxglove Schemas.

Installation

Install via Poetry:

poetry 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 Slack channel to ask questions, share feedback, and stay up to date on what our team is working on.

Project details


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.3.0.tar.gz (33.1 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.3.0-py3-none-any.whl (86.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for foxglove_schemas_flatbuffer-0.3.0.tar.gz
Algorithm Hash digest
SHA256 e7e9b6d5c883a239a5a17ce3f767e9df82f21f3e5e5c4ee3db8b556cd3644bbf
MD5 0dea2988904a15fb0bbf129d318708c5
BLAKE2b-256 bd1fda5028321a0b573a35a8010dee71c2d9a41d2f9b35d1833ec75a9cd10adc

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on foxglove/schemas

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.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for foxglove_schemas_flatbuffer-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b078552a72c2dcfec75e6bb082cdeb4b204a8c77e3585aaeafbbd267cbaa01d9
MD5 4647dd5c20da5b1feb249ac44d1af92a
BLAKE2b-256 af1cb70ea8fbc6de3abd4f5c7c53ce596d96181050df0060f7892a48023523b0

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on foxglove/schemas

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 Pingdom Monitoring Sentry Error logging StatusPage Status page