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
Release files for ftfbroker 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ftfbroker-0.0.3.tar.gz | 8.6 kB | Details |
Release files / ftfbroker-0.0.3.tar.gz
| Download URL | ftfbroker-0.0.3.tar.gz |
|---|---|
| Size | 8.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d1befb7bab50e4bcf6e9103f04ad45afc1bbd182cee2e94574a99d2d615a200f
|
|
BLAKE2b-256 checksum How to use checksums |
7a06579cdaaf9fe00705ece47bdb038f6e279b2f7a9153f303a6430c771987f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1
|