Skip to main content

🐍Lightweight OTEL span to binary converter, written in Rust🦀

Project description

otlp-proto

otlp-proto is a lightweight OTLP serialisation library.

It's written in Rust 🦀, and doesn't have any run-time dependencies.

It serialises a bunch of spans into OTLP 1.5 binary (protobuf) format.

Motivation

Tracing should be on by default.

OTLP is the standard data format and API, and the standard Python package is opentelemetry-exporter-otlp-proto-http. It brings in a total of 18 packages and adds 9MB to the project virtual environment.

A typical Python application, that's being instrumented, only generates own tracing data and needs to send it out. It doesn't need that much complexity.

Usage

from otlp_proto import CONTENT_TYPE, encode_spans


class SomeExporter:
    def export(self, spans: Sequece[ReadableSpan]) -> None:
        requests.post(
            "http://localhost:4318/v1/traces",
            data=encode_spans(spans),
            headers={"Content-Type": CONTENT_TYPE},
        )

Library size

  • 170KB whl, containing, depending on the target platform
    • 350KB dylib
    • ???KB so

TODO(doc)

  • link to pure Python library
  • link to urllib sender
  • link to test vector generator

TODO(features)

TODO(fixes)

  • validate what fields are in fact optional
  • ???

Limitations

This library is meant to marshal tracing data that's collected in the same Python process.

It is not meant to be used for data receive and forwarded.

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

otlp_proto-0.9.0.tar.gz (69.3 kB view details)

Uploaded Source

Built Distributions

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

otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (353.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (376.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (442.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (353.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (182.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (220.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (202.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (179.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (173.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (193.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (354.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (376.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (442.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (354.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (221.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (202.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (179.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (174.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl (353.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_i686.whl (376.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_armv7l.whl (442.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl (352.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (220.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (201.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (178.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (172.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-cp313-cp313-win_amd64.whl (85.7 kB view details)

Uploaded CPython 3.13Windows x86-64

otlp_proto-0.9.0-cp313-cp313-win32.whl (82.4 kB view details)

Uploaded CPython 3.13Windows x86

otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl (352.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_i686.whl (376.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_armv7l.whl (442.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl (352.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (220.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (201.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (178.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (172.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (192.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

otlp_proto-0.9.0-cp313-cp313-macosx_11_0_arm64.whl (158.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

otlp_proto-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl (166.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

otlp_proto-0.9.0-cp312-cp312-win_amd64.whl (85.1 kB view details)

Uploaded CPython 3.12Windows x86-64

otlp_proto-0.9.0-cp312-cp312-win32.whl (82.2 kB view details)

Uploaded CPython 3.12Windows x86

otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (352.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_i686.whl (375.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_armv7l.whl (442.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl (352.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (220.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (201.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (178.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (172.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (192.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

otlp_proto-0.9.0-cp312-cp312-macosx_11_0_arm64.whl (158.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

otlp_proto-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl (166.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

otlp_proto-0.9.0-cp311-cp311-win_amd64.whl (86.3 kB view details)

Uploaded CPython 3.11Windows x86-64

otlp_proto-0.9.0-cp311-cp311-win32.whl (82.2 kB view details)

Uploaded CPython 3.11Windows x86

otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl (353.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_i686.whl (376.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_armv7l.whl (442.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl (353.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (220.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (201.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (178.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (173.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (192.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

otlp_proto-0.9.0-cp311-cp311-macosx_11_0_arm64.whl (158.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

otlp_proto-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl (166.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

otlp_proto-0.9.0-cp310-cp310-win_amd64.whl (86.5 kB view details)

Uploaded CPython 3.10Windows x86-64

otlp_proto-0.9.0-cp310-cp310-win32.whl (82.4 kB view details)

Uploaded CPython 3.10Windows x86

otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl (353.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_i686.whl (376.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_armv7l.whl (442.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl (353.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (182.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (220.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (201.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (179.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (173.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (193.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

otlp_proto-0.9.0-cp39-cp39-win_amd64.whl (86.7 kB view details)

Uploaded CPython 3.9Windows x86-64

otlp_proto-0.9.0-cp39-cp39-win32.whl (82.6 kB view details)

Uploaded CPython 3.9Windows x86

otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_x86_64.whl (354.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_i686.whl (376.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_armv7l.whl (442.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_aarch64.whl (354.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (182.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (221.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (202.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (179.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (173.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (193.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

otlp_proto-0.9.0-cp38-cp38-win_amd64.whl (86.6 kB view details)

Uploaded CPython 3.8Windows x86-64

otlp_proto-0.9.0-cp38-cp38-win32.whl (82.5 kB view details)

Uploaded CPython 3.8Windows x86

otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_x86_64.whl (354.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_i686.whl (376.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_armv7l.whl (442.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_aarch64.whl (354.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (182.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (221.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (202.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (179.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (173.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

otlp_proto-0.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (193.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file otlp_proto-0.9.0.tar.gz.

File metadata

  • Download URL: otlp_proto-0.9.0.tar.gz
  • Upload date:
  • Size: 69.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0.tar.gz
Algorithm Hash digest
SHA256 5e706b7f38fe46495145bcf6b3b2afd643de955fa27d47eb9c213642285cab02
MD5 2abfbeef636333bd2872b820eb4dd611
BLAKE2b-256 5eca3e6fa2488cc161e939a05977670d4bc5ace84e787fff747fc4e2daf6efb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0.tar.gz:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5221a104f2ef12dc9703f1bf83a24f28350c098801e5b3609a19b7fc0ddec44c
MD5 0c27867e334793682a422182db41819d
BLAKE2b-256 c8c9a49ac19d4f73dc5e1e07998c95fe113c6e473d9367fed53b9ef96396d3fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4b3bd527a496811f15d9c343dcf2e09ca6e1927a410b1b001dc6ee3e191e1bc
MD5 7e53bd2af97ce8ebf166b21769387109
BLAKE2b-256 14039e42d422c5b10cc2a763ff6b7d999df3674c3cb4282e0171f75f645e99f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 945fac8d1d027ddbd0929ed3be717dc350f98d022515ee6cf57b4d5e5cc50a43
MD5 1da6a177403545d9e19fa8a996cbe4f2
BLAKE2b-256 ce1c0636104e2ecccdf9d15fcd5aba2cfe539651978a3f20e79d7799051db4ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bdc4cac38b36edd95748c9e2e1d38f1b2c6633e1e869cead48f15eccd66729b1
MD5 0bb913df10b0708bc90588abbd5ecfff
BLAKE2b-256 9412a6cd577975fdedf32eb78f68d9dc30ee3406915592a89d2de9f3daaa3825

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4aa11e9a0c397e93290b36586f01de491672bf71252b6705d74651e0adbf00d
MD5 78ae4dc0f618a897e86a3f0fe991d8f2
BLAKE2b-256 4bbfbb8dec56da8a0018231a580624e14b8bc65f3820c37f6f32a8521ebfdc54

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bedd341597d1c4c018fb23de5fa5e69ea9b9ab2f700c24a92162380910e62941
MD5 18414dec2b9526c3e3b542b9e3299ec4
BLAKE2b-256 c434785eec81899694ec9511f02f505304c66c66ddc3d107720ecadec6e0f15f

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7fd18e4a0caae30fef3937018ed2ccc6af4e68953fd3f715af779d8251d3157c
MD5 241a4ad06b4169647f0ae8bc6a351ded
BLAKE2b-256 48202e05de58b754fe8db8e41fbadf8a227650348d2a8a2b6ecd45b40ff79e01

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1d908c817d92556d3642de42285581c6c379e519ec8d37bd236bed0799325db3
MD5 0b0bf2df526f70519bcab3bb041c35b5
BLAKE2b-256 3f60fcd96cc97eb2e6bf83337ff3b54821d650a50ae73215a09c933b3e155462

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1a9523eb4bb2e08e1ac5240d311840b5088ba7e5029f95f91790eabd2a3ae36
MD5 4ff0226e398eaaf26d98cf2b02583475
BLAKE2b-256 282734ed6bf23a337824534a47286b59740d9566e997c1b812b407517397e4a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f7c8d76c97b8e25b63740d2bbf10bf1fd01772eeb49e7871b4b72aa976a04619
MD5 fe6c9af2fead67f4cd99d27e241815a8
BLAKE2b-256 3d5e2490fd35f229612b68f315e111f0c4d8070f9edc0b4e412e64a711d57f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32bc682d08eca5e1809d1eb028631f16df049a2f8f71c75c1cfae9614df3a87f
MD5 3c690d6f3a81369225792ded1bde9d65
BLAKE2b-256 211878de2b3e2e45369fc3f14ef3450957d799f2493b4f7bb0179c3854d0d610

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 281b25505796d4fc44d01427b8310935b6e335e24781bec1dbd95f272cd57a3a
MD5 0776939aa8ac24b3b7ecb9adbfb4be2d
BLAKE2b-256 0ae7ea0dda680af3634b62313a853d2183a246dc2e40d38b18f7f0194a232a88

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a4ee8612fa11102e71c6785af560fc0d9104ff1c10bdc08e28cae6ff88ebcf3b
MD5 3cac88fa42ad9bc1f31358983e805e83
BLAKE2b-256 602d74d7685be55061242b83d56e10963c170cb910710393a460c3e2d0aa8007

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82eb716bf9fe95ca5ba7631b9a2e5eef750084620f5f7144d4fbcf28f63a99ce
MD5 5d8aa9d5f866464b3f33653addf60e9c
BLAKE2b-256 738de620b73f24d02d19a4d2ebdb6e9140517a2c40ea34cd3cd62d76465eece5

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b830b5fef22c8d6488d01904016920a537b5190b2e8878e347c10bdfeef48ee
MD5 5178c5c86a1115b679338cf777279a27
BLAKE2b-256 47a230021d0bc422c0e356fb02b22c6639b175bfff26863188913932e4dec21c

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91470e5551724a97c0be1176c8bf679d1e76a9c8166a50ce143081428b29fa51
MD5 b29f0da6a921497aa54d8e8667415722
BLAKE2b-256 76f7b34edefa0ad05c245bf31dfd902c0b07c4b0f332ab2c5bdae48c714b8466

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7712d38c2e860d61448028046e497128452c9f29d02c742c02243628c74babb6
MD5 154b142e7d70d426f80526a26cfde503
BLAKE2b-256 afc0cffa8268fb472a8658e7e46d9e8d2ce96ecaecb9bac7d2497876828d6b98

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f40612c199c54fcb05f92769675f5e32c7f7b32e184cf7722db80572f650e40
MD5 85037af01b7d0e91d0e72d72945393cc
BLAKE2b-256 55db637696b4c4bc88ba734a1e9f8a677fef1383378fbb660ec94367591ec6af

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81d742197c5aae40a2bdfe4bfcda6dff6c3287938c67df9a43d1fececfdc91e2
MD5 099853d4d2bace28e3ee3bbe6a25cd69
BLAKE2b-256 ba365dd1843dfa3ef7c257311b61a98db07858cdcafecb680fa11f608fbdf898

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9a51f58b15e2e91576da64978ed125c1bded5dcd777630494e306b5eb354e72
MD5 c8fc51e5fc95ea7fe6282660151de14b
BLAKE2b-256 3c653011ecfd03bd1d84c908b729c45832161fb722ec450545bb9ad0125a689a

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aa048d3d5d3abb6c87ee8f94ad1356d805f450becde425314b7a22e0f435db89
MD5 a19d34e9de6e8e517b66c32e4e67e435
BLAKE2b-256 dec9bd1d0d8f8ffda0bb85a5eded38bc13d48e4fc82c9696d7d699404bfeba61

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbf4412b8a516172200a8c819ba5b9dd6a71fa9583d33311459da59e64df2409
MD5 93a088d796d01c8f9ab88f5e7bc90f5c
BLAKE2b-256 fb2284b05f0938850dcc42b15d41272ef077145ee0945bedb044891e2b23dc91

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2061e3f048e3f516730ecb5dfee00305d9abb77ee776f87426c0132c267a0095
MD5 87e9a7fe5ca863f0d34242181b4f3f9d
BLAKE2b-256 34af7e3dcff3db87ad1ac6ac513724cb3b9bf0bad433a8efa480e29296fe78cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3df0c1ae3d70ef24e475eee7c8237ceed8728f36fa89b5448565ae0724b31c28
MD5 278dceb06a57aa324f29aa0b63aec204
BLAKE2b-256 8f2143a3e1194b5fe001582caf0096081202010f8ebf6ff24190e600a7fe1282

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d2fb2fdf7884004bf6e6668301f3ca2d644138f414718410d969b0a4de74215f
MD5 ed604816ed39bf082511916b833a988b
BLAKE2b-256 4ec928ec2bcffdaa9cf048f605770e11c0725b876d17f8bedfaf8dbd5699b814

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7f15f3cfb6d5c54c5081786bfd8b71ac3e109f54c649a8ae9c7890b5eb13474
MD5 4c8d952ed8cdd901a784aeddb37bf089
BLAKE2b-256 c36fd61276ed8526712fb9b5b88f3a87953bd1db1ce758a6c9082c5667472f43

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 85.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6e0c862158d5faf2b1696f92211b4ca8a8a582f3ec3162a5bc4571b9a9bfd7cc
MD5 3d25d0a2aa55506b06690d046174f0a6
BLAKE2b-256 8ce0381a6646e70b108fbb097c844451f830eaff5fe049123304f6c5569f16e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 82.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 cf7a34360f5b2ef8c8eb14fea34f8e4d64f402fe0479ca175c6f2a02fb484e07
MD5 cdf306f1b70cc14e7f75ea836c499d67
BLAKE2b-256 79cf0c5358d2fbf8a6493a1b56e69c6574bce309adabeaf0efa3abb7824fc5bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-win32.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bfa5b090cc01e37b3940313d95fded5dd6546c9b09d49497062712c0b50c784
MD5 163ae91d540f5db5755c97cb709816c8
BLAKE2b-256 4ec95430a24ba1df01333be74800374b1ff38ed1569349e504a8b5b5f88cba37

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af585477677bc8d9649b11eae488eb764a4a688e9e8eab8bfe0a91ed773110cb
MD5 c11a977b6c081423111fb689cae16fe3
BLAKE2b-256 aa891c1c6079c26de6556c4ca7917f5f682159b97430905a5dbb80b94ce29e89

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 84ae7e89c763db52783ff6d0ca6e157740e9aaa04493b1308ee4947e677a4cba
MD5 d555a0de9e7a3820d21ece8e15dc0100
BLAKE2b-256 32b5272df13ec549f8dbb6e9ee4cb6e4de8f31711412bfa4158a898622675848

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbbf9167d556bac1ddc62d3cd1cc5183bac180df97e33fddfe2c94c57f5fae5b
MD5 c3e91bd789fdb0877c07ef4a93c02240
BLAKE2b-256 5fac2b15ccd3a5276d3d4a1ee37c0452e349cbf774f877da4b545e37074f9c21

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68e01aeb6d6c0cc6e0396a8947d7133a999c16aabe171845b4332eae54663f68
MD5 3b2a767f4128df0cd0b5a1431cf82cc7
BLAKE2b-256 d1c901ffc2a0210d2637c03a832dd59e127c8c484a0c9e449ca93e3b2bbff2d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dacc5525c247e339354d238cf661ccdef7a87275079d2bfb9cde2f9a129fdade
MD5 dcd477523bdc7590d18fe512a043596d
BLAKE2b-256 14f4c0470bbdaedb3ecee3df55b2654744f892e28896214f3404f62a76b0f3ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7077913eae21ff6f116bd50fe7919489cabe4136a0191336cfe73eea84747217
MD5 38936e4c3bf3f348b3c13d213212f6f0
BLAKE2b-256 a79373ff2b930fbb20f2641d3c491155e8bdc7a4dbfe9b6d0b0c00a2185663c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 28768194a8feae9bf21d4b5724c8a6402000000e7ad5b33141fecfb298ebbcd0
MD5 4836c296ea26b44fd4f6eb085782fac2
BLAKE2b-256 e1e954c9f26c287ba7d33029461c05540b3b13aa99378e32c9bc8b25865b41a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 edc9ebfe637fe0797b92052a67bd6042ad512448e233289eb11b8a20efed787c
MD5 e4cd3a5ececb3c274080e9973f2dc3c3
BLAKE2b-256 b5a309fc34128bb6aef18b234224f8faedf8b24bf9d662f19698559664e16a2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c928d44fa47b66c1fbaaa85e4edf72d33b7c56a002f93fbdef3e0f1a9d13c043
MD5 c1312ab88d1b2c8e51aad29b0487c48e
BLAKE2b-256 71d2604735df8fd669915c539ced5814fc267ca8ac96d61a1375bd5185b0c1b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 186097edd0ae40bc1db3c3b4757af1efa56900d7ebfeaed6f46788f4eae79e0b
MD5 53b42ad3eb3c71471bba0b758dbd4fe5
BLAKE2b-256 4fa81988d63ba0159a1437134d790a83455b17db0effa5826d33710b8e6cf623

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9707631f84398693a2c1db4b5588124b874b5c38c517037ba135c5996009b321
MD5 6d36e3bfe1d8165937e482347e966220
BLAKE2b-256 9866b35f168570f6bd76c2d68c7ea13f202e7f569d0be9e502f2011074612149

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 85.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d5760904015d082eda81e6408e47985431685658c2e72ac0ff15ae4ff02f8de2
MD5 fd5eecd740767e8867593513d74f3d80
BLAKE2b-256 bd33680d6e54c5f75a1ee46a6c9bdc9949929b719d86af8128be930dd9fd771b

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 82.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9ee7eefa165fa04b442c43e3ba477dd298d4b9aec9b5883fcfbffe67b1e6e65d
MD5 858353e4a2d5fb1185eaac957def1b2c
BLAKE2b-256 c0c517109a8690d337734e107a32499dc19afb3c0384b508e992a4fa6d3ad0b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-win32.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5bae6fff024aececf545a4cff256589f42c3e6938200d75076900ce48d1074e
MD5 5343b22a5829dc7bf820efb37555bd5c
BLAKE2b-256 2693c0e7701123891a7cd3ca79271f7f9bf814f92b16234233f8cddb7c909332

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e0995f1fdf723606d4a407edcff89222d121b3d1aa15ce11dfb72bc722422820
MD5 e7423951408f94ffd5c8267747de79cf
BLAKE2b-256 90c8bd6fb7f751204911d27cae5f0d4ba19c2073251bee60de2cc74f55f7f77e

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f6eafaf33d73b07b29f16d5e5324608642a518a48e81d7eef42cb156c0501abb
MD5 575bb3ee720afca5b7f0be5923565a0c
BLAKE2b-256 7b6e519bdcff0579c07b12510c710432b0eb5055875be0a47fd58f7b1c516aa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8bd84b6aaf08faab9754733bec4c34db2132c8850431c0afdf7dd9f4f71a21cd
MD5 c61a1e0e967bac3adf9307bc9671e650
BLAKE2b-256 ea91f6122854fc55847d67f6ee7d1d9c3e6e159184fe052cee85ae5a97b36cc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a0d1e8c83d9f74c53774fec8d9c13efb3775586981471539ef7fe7759d7d07a
MD5 55e004b34d01de4ce4c80c013ed7e2d6
BLAKE2b-256 9a167133130aaf1b14fc5f3e512c89ec9dbd3c849ba090ce6d9a015310e26722

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d06b254ddf98ff43757e5bb0c29bb63ba4771dde55b36e135805c26cdcb32ad6
MD5 8257c76662f09ea5b97bc6694c76e05d
BLAKE2b-256 e403705fce615699255f6055bbed6afc6403dce908312d6e2eff2881b0f957c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eb0722d948965911c9644671e81b71a52c4b5b1f4e7ad85fde310a81c01f1dee
MD5 4ef007e65cd8576ecb01616cb47ccaec
BLAKE2b-256 aa6c8a946a0aaaa6cc2478d6cafaa77ff91e1ca5ce6c6070fa76dcf37fa7440a

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d2d9211f2a756f31565ba26a170922ba9a8d706751fd04a6c12bd045a2b64ed0
MD5 ba5223b9382907ade03bc5808a4f4412
BLAKE2b-256 bcaeaaf1c83727763fe23c680563f3217dd5bc0525da1f903f1de9963635eac5

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 efaaa2d3bf207739744348ac8ba4f26b68ee2933dd8242bcd2ecf6b15ad77946
MD5 25d02779b0a071969815c57dbc8e0163
BLAKE2b-256 1ec930c05ac1328f4ca8a0524f99776916471ef49283fc30ed91c354f1d0f08d

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 22eeafd6bd1d5be9e54a835afda81611d61a073ca18eab7faf0ecc656c76995d
MD5 ab50ee11888ae25f3f5c51c2f0dd2b39
BLAKE2b-256 ab2ad0a1c222d3b847b16dd55c1db1ef3f5d140f90bade625bcf124f0f4346e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbc2f072c2c4f2dfaeddb8d666e367a1b77eb8b935094c23514e630e28b99825
MD5 8848ebda9000a72f0c9d504fdd8c2bd5
BLAKE2b-256 cf8cd278baee6be3228bb17a5eaf3c16069fe60ecc0bf445dbf16f14f4838167

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d129ae6e46f7dd17730bfaa78b614875ee9fcc6872f828dfc0fa1d2018f4748
MD5 03fbb5bdca91eef478e39d1ede958bee
BLAKE2b-256 aea0cf9b6e073b86143f2324b936759486f58a9e42e2a25d5c2bda2d47cbf0f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 86.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8acb5e4818448c8b476a1f5fadd3465eb8c51e233e7343a7441ad0f6ef26ca04
MD5 958b3485531b962aa3a06fc268725947
BLAKE2b-256 5f6252dab61966703a6cedb0d75835a4d3afcb99fc1d56e1f4be9d3b43e49061

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-win_amd64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 82.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ebf9ea64583c867ccee218dd5ce54ef70afb069a768044aede05dd0d3abe266b
MD5 203b5ad5ab8e08f55d7f0969dfcb1364
BLAKE2b-256 c84f7fc13c6588935ba9ee405dbd1a772a9b5b743d9f2efc70ee04e68043266c

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-win32.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04ca951ea6637b62b0e48eaf6a1bcb913d4f98c1ba3468fbdccebf1147e3e3d8
MD5 eda1c25fe5df573f773cfb0402e8868e
BLAKE2b-256 7eb452fec70631f6ac99138b5403b733d79fa915b2057a1f8a624f7ca378c7ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ba26eeeb85540682df72aec817d951e21bd5f1b020854574043fd982dc050086
MD5 1bf421b5513b251d608f1452f6f7cf0f
BLAKE2b-256 5eca562061e78bfda04535b5be2ccae666522c1d964febb1826ac61f44a91165

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bc1c11c4d804827548e229e10bb84ccb657bec7da0d6500659008776fca78949
MD5 ceba03d4d0e99d7a886f0e07c4cfef14
BLAKE2b-256 c3c716ef8ec49a710b8c19e2d10a88b6946f11e93eccb2820c12ad0d770ac51d

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95437c9fcb26353ea746cf696e53a3bf2157d4874ef81ed46f46270b36aa353e
MD5 c8c70a306d22e34ff065d0a8610f27fa
BLAKE2b-256 6bc8e62ea801e99987f2d0690c5f3cdd5a07b93e6ae84c819cf9bcbf2c2cc72a

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5f6787a8b1b95116c7a9f40c5740c7c3cb0963fd94394f35affec47defd2e27
MD5 b68d4f6a99bac47baf100067ca65e5b5
BLAKE2b-256 813af4e2d2cc7f8047adc7558561161993a69718ab67da7919b4892163415e77

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c9e82cd49e247f9d7a9934d0c327e27659e34e6bd2cdb1bc630140c63efaba6c
MD5 b8463433f3e8f707db58f5da94fabe09
BLAKE2b-256 aac1dae7f1a9ba2235a02e5705a34c7acf42b959ea5edd4cc94b98371fe8f992

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b265a322a9dac32edac02208f2030707e0268eb57c3bb7891e5f594f57571399
MD5 dfe3cf371483a5338bce72ff177980ac
BLAKE2b-256 ebac24b75046b6ccb3bebcb65dfe02d751cc184e00b270b93a0d7d5f21ac0556

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0a0f6fe9ffafa93a343d5bb93e120cb174b0b719fb2fa7d04f781e4f992c58b2
MD5 ca9a78e21547316ec9764cb35e47d906
BLAKE2b-256 de47dcef04d107143fb7295246a3a2dcf8388ee10570e7ea5195ca8005fcae6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 942c4a900162f751666d905df46ee2484cbd0b6701166e18aa98e4013356a9d3
MD5 a4f6671ca22aafdaa3c216df0af79523
BLAKE2b-256 c32975ee87640a004cbda10e145c7a89d75a5678746a3736ca70b5b1d2982e8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b206c149bc2690e1f31ac96ccbf67894ab6baeb556f0e9f3dab83adc3bfbe75a
MD5 dca06c202593e5abd0aa7266e456b818
BLAKE2b-256 29fe66398aca26a95dcbaf528e83fe4df6bb46a02091066fbad18ad3d2f7e390

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4afb6d79384ad0c7ca71e6b00bbe049691ec49e4a4e96dabf3aeba30463f247
MD5 4bdf09ca6ec41901397ad23da28bf693
BLAKE2b-256 8b636fa2b7166895afc6a53aa52f6630be5b31f0c314fbb0e9b16a28e0e17349

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b6315f70a183003f534685eb43cd3bfa273e552b649fb881311cd46a62648cbc
MD5 946a2d30398aa768801b9c00d6b86fb1
BLAKE2b-256 bb24f27a153f5f58c46320e968f6c082ba44ba28b9e991bfc7291ba85950f30a

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 86.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1a475a2ce776c48fbfe1d8f9866a53d12a20159ece7d8fceebac800dc814de63
MD5 1a5dbb4b81d7f7d0b808f8d976110ce2
BLAKE2b-256 83d53c1aee11458db1e5dd5682d1f0c40f0afa618cc5857c186a484621e1694d

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-win_amd64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 82.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a18c45a36cf40c9f3067251ac3beb637756bdaa3de285cfc3e139afa4e2ae3a7
MD5 4349e648070326dc52281cb34099fe4c
BLAKE2b-256 8b3067b9ee9a7f7e4483e575e65411b0d91cd4623af05a3f9105e92fe8e7ef49

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-win32.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6f29ffb075ef713a8bd31a3b0aad1f2e01fe9e93de9257a6a5b0295d777e9e1
MD5 c8aeb9d98428b3d182f1bf5e173f1a2e
BLAKE2b-256 ff57033bb9a3e8207d28a11f622de4d84e37d5f36078e562f5a6bf6c625fe5dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51a03ba00854b162bad43ae10f6a8d69f23983c71aaf3efacc0318ed6ca84beb
MD5 d29becf5b38803f04ccd93409211e18d
BLAKE2b-256 950d049c668b08384541c644c9682e3f8ab75999d2aa6a3cae0ab33a74528767

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c40cb422fe6170a433063d14c0d89b4ca8bca5ad7c1c8676c657c9efdc49d646
MD5 27728d9f4d5f7b102106cb7a6d79964f
BLAKE2b-256 99c3ea5ea666c56a4d5cd758b2b9e43457c06910d64168fd605a15e1ae5c3d32

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45231f49d36a9a3a90981ac88390205d6a02a96d13ed62c7df825307af9088f5
MD5 68a24d6abc9abce7c08cdf0ab2e68db4
BLAKE2b-256 1ea121f9a27066e555d9ea277a6575b71912dd416377eb87189f7c2d9d8b79ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b567d0c0c99f119232fe2c4354cc53c15f66492ea4e2a4452342471fea6e6f83
MD5 93c60ee36d66226b2866854207a820cb
BLAKE2b-256 5c852f717548352f2c8dfc3a80d1ef56b7805182cdf488a2ee350cde8ad555da

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2172d275f4ec36694a133202ccd8174ddec648210a1d475765b1ebe75697b114
MD5 377bf830b4e02a0ba8e876dcf872142f
BLAKE2b-256 a534114ac1a949d783bca02cfe9cafeae0ad9e614f4e94ab452b2c709e0646cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4c182270ca88f703eb911b421c721284c8b01149ceaaedfe0a504e0403fceabb
MD5 915929f867ecad622d813f86fa7629d5
BLAKE2b-256 746b59c1d71852b5e78b140b59eec603eb8efd56b63fd200be0ca37aeeac6542

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 16bb41b22be925496c8139f6d8b392733e637dfa5ea38d6d696a6052a688bebe
MD5 4701708f5f894442f3c4af45218dd698
BLAKE2b-256 aa0c4ddc2edfff16ae38e9dee67220031e8688202d41c1bc5d6a7b0f8e1410e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29aa7e41f1f3d58f4139b1f7464789d1fb87bd5bfb726ef8372e2274e57f96ad
MD5 0291e622c9b1f6b999cc274b81a3041d
BLAKE2b-256 8f32118414f999e23a2ab7b70644c92be59e05f5db319de35ed224c5351ddcbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c52c15b08c494dd050672bad0dc0bf943ea985c7939c14c6bef6ede167bd41a
MD5 3c5e3bc3721116d2ab4f5c63e5707eeb
BLAKE2b-256 41977951748184ddb55a13c31a4151ec754fc9f6affcb811334f11eb93131662

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 86.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1e36b0d87f5bcf3372313ac04b356881c455fef840252f7a9823f84f82484787
MD5 aba5b6ccb00c55b01dcd8119dae1b386
BLAKE2b-256 1a012b4653adf59033497c27e88c6d0c2ed47c2efcadf9f09d30fec874236bd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-win_amd64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 82.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 870622657bf16766484119748b2d6de5f5141fe85b65c9d536ff723afe61b778
MD5 58110edebd8ba85e0bee482b32ee5d00
BLAKE2b-256 c06019a08a2e2c3e8882131908454213be023a5f7f52189ba7d27e8f9f1b906c

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-win32.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d6c85db340791432e83d67ad4969f7dd8269a715f078147ebf43991173e786d
MD5 6ea5664dc1db6bb81982c0d421dbd0a5
BLAKE2b-256 effd08270e1bed109882303842ef83380e600f16dad1dca91874f2dc5dd7fd33

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 178712a5a11bbda3f41ecdde0a74cb5c8204b18e402c1716bc8e4b043c0299e8
MD5 f52714801aea342d967d1c014f1d6a9b
BLAKE2b-256 11cceaa21705310dddfb9e221d1b8ce15eb00677dc59c1559b79dadcc27f5af6

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9a2756b4b59e92a14f5624b3e8494a46d5c8f77dd9ea4c9dec6a1a21d3579fe9
MD5 fe95497c80a26701982ff0ecea001565
BLAKE2b-256 572ece664fafcea900424308ab1cfac6c3a7e8f567f461316bd6ff3eeda10012

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d16696495038541487913f3659c965bbc61c89e04f4a6ec472ab1eb78c48383
MD5 b4fce6e89fcd122a4e47ff402235ff87
BLAKE2b-256 e87d268f280ecdfb6ba7f1ca0c2d6d24e01a0cca5c3238d69052190a2a000a9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2275883dd190570db95d021ed658f0d8bc409ff3b21d5febc8d85ce5a0bdf22b
MD5 7dc95296858a8bbc2a0753e4b3c5876f
BLAKE2b-256 310413f7a4fff35102d11add6aa9400ecbe645fe2dac344d5461207845362460

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 94acb89a5d880eafc80f48839cb8b8cb2b10b6683337693ab1e2e5b02ab78e97
MD5 41b89b40042f3c4b5b04f3b30856b2ae
BLAKE2b-256 cb2498e33d0ffd50c93d42dd1811000947487d051a0cc2183bea0dd16574d588

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 794961681fb4275b977a27cbf02ceee83ae56094837c16a4abc3acc3bb32f171
MD5 3d96839357bba1e2a673a30c88df1a66
BLAKE2b-256 502063e55a77cceb57f11de7798adc7b1889d392cf5230a68a1f019fa48f6445

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7dad4277c78bb478fbeb2b234cd44001f44cd52b45ffc880e4d1ffd20c2bd918
MD5 55ee72a08f4a98026f3148d3984989f9
BLAKE2b-256 0659ced19c00127f335e24f18e0d6d1871d9c2b49ef31153ea015236ab2837d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4e01dc0df5ca9dd7ecc67483b797f11742e1bb4294752b64cbdb570bbeb737a
MD5 4707ea4bb6126bc293da2e6d32283dcc
BLAKE2b-256 5602690f3167655ed5610f3007d2a626c4a050a5315793d731145bed73ee38a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3bdcf10f48a8dc5bb2bf3ba1d334d7fe87a1314ee8372fe60085bfb10f25d2d6
MD5 246488a6137ec183e0e701dc7b1f8f52
BLAKE2b-256 48d2d4a793d760a2f11f3fc7ec176104c630328e458bc9e3c4975b773acf3373

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 86.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e1c5b51f6fe21c895bba8e670290d11b31862305d3c32dd31918e127cb47ebdd
MD5 829576c9108ebb0e7fe0cf900b3de2b6
BLAKE2b-256 a030a9c3563b17c6ed6ab4aaa46d42918e13e8f9722a1376a981109ff68c5d00

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-win_amd64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: otlp_proto-0.9.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 82.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c6d94f640bbc8b021c05536fa4ca92403b9fc15c684f146fa0bf8b71cf752baa
MD5 0cc25ddf10ebe16fa72456117dd6e6fe
BLAKE2b-256 4461f00ddef80fa3d4f93190612d113dcfcb9366d889027f3c07636ab4690147

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-win32.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72156a08a25c1b84a37e1f93cb1e0d77bbf40741591dbdac646c7b3868f7e110
MD5 d4f7d0430f69f492bf738d0fca8cb221
BLAKE2b-256 a417a4a86810c1978ce3e026015995fa80a34bc48f5678b77694ee006692c344

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ef7dc175a5916f8f6109a3a0550ff91dc6ad306c9ba8ebfb44b7cb97b5c36df
MD5 3f716e934947b16355638896d668f182
BLAKE2b-256 17b6eeef7dda5b93e39546f9eaed3a930b1723423a46c524fe44a1793412ae9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a032d839c51de56ca61ec3c469bb31af2c97a4777ddc0fa3339bba1b5e56b99f
MD5 826a58ddcbbeec03119777826c6af644
BLAKE2b-256 52ff6e4ddfde3404d86411667bf0cb8cc0cced8a658a20b719080edfdfb6d27a

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8e17c9ab03c487007f28390b9de0b2c066b7bb1419a783b528d03d59f15e9f8
MD5 90cacf7a19a6495f4c6495c88581bc82
BLAKE2b-256 6e19e1d36b2804263e2e4fc73e16bc02cd848584a8b143ab7bfb770fbdda54d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 817cbe645255f4309eac6ea6686d5b6195e11c99762ec70273df9e0c4f0898b7
MD5 488d0e0b7dfd36eb338090ab5db961f0
BLAKE2b-256 7bb4e7f66c1c89b7810792554e89d130e28b70a812281917682c7fdb3e9db161

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f98cd3be7724528f9f96802105cb55e35be37cd93ca22c08c10823dc1d87fe90
MD5 043a8c755ab35a5306bbd91f23004f4b
BLAKE2b-256 782d47bb71640b189522ca391bfb6aba12fa0dc02e6fa75b73a4944ff68fe3d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ec37d1a5360b4e9a160133e49a0e252dafd7ec5ff4587073543a628b460653c2
MD5 6ddff7247fed2d153615f975d6f64d5c
BLAKE2b-256 7e82528ad30ef4e60a247179da5a5de1334197d663fd06cd9cc534c69df67763

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1e44a0c161c12aef0f76263178a29c9265c782e99a7ab175bb9c0c2429701852
MD5 8bcca5cecb53dd95bf8626b4b24a98be
BLAKE2b-256 89d16af93436918e15b534bca7b2ac07ccf0743c5441393fd64be8bcad3571df

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e035dcdbc4957c074107bdfdcd9a76aaf6a20dadb14700ecec051e53f8cb0127
MD5 7e5c73e061ff7a4d1178545f08f28aa6
BLAKE2b-256 944973fbb1f4e96ec520a677e05bac30bc8cfa46b1cfed60837516abd472467c

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file otlp_proto-0.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for otlp_proto-0.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d5192ff2c675afc700da53dfc350bd93cef65e305170ad0cced0e632d6da6115
MD5 7a6a6c238072ce54cad7928286b488be
BLAKE2b-256 70ea7a33b470facc1e62054426b724f0715833dddbf68fb9eacc684e0048bb79

See more details on using hashes here.

Provenance

The following attestation bundles were made for otlp_proto-0.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on dimaqq/otlp-proto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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