Skip to main content

Insight Python Protobuf

Project description

Language Independent Interface Types For INSIGHT

The proto files can be consumed as GIT submodules or copied and built directly in the consumer project.

The compiled files are published to central repositories (Maven, ...).

Prerequisites

Python

pip install grpcio grpcio-tools mypy-protobuf

Go

# protoc (protobuf compiler)
# Ubuntu/Debian:
sudo apt install -y protobuf-compiler
# macOS:
brew install protobuf

# Go protobuf plugins
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/srikrsna/protoc-gen-gotag@latest

Ensure $GOPATH/bin (usually ~/go/bin) is on your PATH.

Generate gRPC Client Libraries

To generate the raw gRPC client libraries, use make gen-${LANGUAGE}. Currently supported languages are:

  • python
  • golang

Using local build

When testing you can build the python version locally using make build-python. This will build a version of 0.0.1-dev, this can then be installed using pip install.

make build-python VERSION=0.0.2

Then update the agent pyproject.yaml

dependencies = [
    "insight-proto @ file:///home/bdonnell/repo/github/opentrace/insight-proto/build/python",
]

Then run pip install for the agent:

pip install -e".[dev]"

Due to this being a dev build sometimes pip gets confused so you might need to run uninstall.

pip uninstall insight-proto

Go

Build the Go protobuf locally and update the insight-proto-go submodule:

make build-go-local

Then in your Go service, add a replace directive in go.mod to point at your local copy:

replace github.com/opentrace/insight-proto-go => /home/bdonnell/repo/github/opentrace/insight-proto/insight-proto-go

Releasing

To release this we use GitHub Actions when a new release is tagged via GitHub.

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

insight_proto-0.0.55.tar.gz (48.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

insight_proto-0.0.55-py3-none-any.whl (72.6 kB view details)

Uploaded Python 3

File details

Details for the file insight_proto-0.0.55.tar.gz.

File metadata

  • Download URL: insight_proto-0.0.55.tar.gz
  • Upload date:
  • Size: 48.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for insight_proto-0.0.55.tar.gz
Algorithm Hash digest
SHA256 5747ccb29ac2e6b8451ad5692e6b217c851e98be0336fcf132da464046a0a6ee
MD5 f3f87cc0df47ed9e8c30144b68cf98f5
BLAKE2b-256 7713fe6400398d10b052a725dabb8ab445bd9c46deaccaec096a57ac5bbf4388

See more details on using hashes here.

File details

Details for the file insight_proto-0.0.55-py3-none-any.whl.

File metadata

  • Download URL: insight_proto-0.0.55-py3-none-any.whl
  • Upload date:
  • Size: 72.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for insight_proto-0.0.55-py3-none-any.whl
Algorithm Hash digest
SHA256 9251446b32869b08ee0ab1811710d3056061ce36a2bce5466837fc55e55abf4a
MD5 61710a229f6f1e4504c51f094c5dbfc5
BLAKE2b-256 e5a8d2313547f6efe67cffde767de94efc4b3e80dbafa68c45f34834b007230c

See more details on using hashes here.

Supported by

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