Protobuf definitions and python clients for ftf services
Project description
FTF Broker
This repository contains protobuf schema definitions and typed python consumer/producer for ftf services
Usage
Usage examples are shown in cli/
Supported Environment Variables
All supported environment variables are listed and documented in environment.py
Extending a Protocol Buffer
- You must not change the tag numbers of any existing fields.
- You must not add or delete any required fields.
- You may delete optional or repeated fields.
- You may add new optional or repeated fields but you must use fresh tag numbers (i.e. tag numbers that were never used in this protocol buffer, not even by deleted fields).
For further details see protobuf docs
Release a new version
$ make release
# Enter version
$ git push --tags
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ftfbroker-0.0.1.tar.gz
(8.6 kB
view hashes)