FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Sebastiaan ten Pas's avatar
Sebastiaan ten Pas authored
chore(release): 0.2.3

See merge request !7
1bc3bd29
History

Message schemas

This repository contains the message schemas for events published and consumed by the account selector and account data manager.

Generate code

Generation of code is done with buf. Look for installation instructions here:

https://github.com/bufbuild/buf

Once installed, simply run:

buf generate --template buf.gen.yaml

Or use poe:

poe generate

Build Python library

The Python library is built automatically in CI. However, if you want to run it locally, you can run:

poe python-build