Skip to main content

Protobuf definitions and python clients for ftf services

Project description

FTF Broker

Build Status

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


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.3.tar.gz (8.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page