This library provides a convenient python client for Foxglove.
In order to use the client you will first have to create an API token for your organization on your organization's settings page.
Read more about the API in the Foxglove API Docs.
Examples of various client features can be found in the examples
directory.
pipenv install --dev
pipenv run python -m pytest
Release numbering follows a major.minor.patch format, abbreviated as "X.Y.Z" below.
CI will build the package and publish to PyPI once tags are pushed, as described below.
- Update the
version
in setup.cfg with the new versionX.Y.Z
- Draft a release on GitHub and create a new tag
releases/vX.Y.Z
- Generate release notes, review, and publish the release
Join our Discord to ask questions, share feedback, and stay up to date on what our team is working on.