A framework for real-time air traffic management research
Project description
tangram_core
tangram_core is the foundation of the tangram platform. It provides the essential scaffolding for custom geospatial visualisation tools.
While often used for aviation data, tangram_core itself is domain-agnostic. It handles the infrastructure (displaying maps, managing state, handling connections) so plugins can focus on the domain logic (decoding ADS-B, processing maritime signals, simulating weather).
- Documentation: https://mode-s.org/tangram/
- Repository: https://github.com/open-aviation/tangram
Components
- Backend: A Python application (FastAPI) that manages the lifecycle of plugins and background services.
- Channel: A high-performance Rust service that bridges Redis pub/sub with WebSockets for real-time frontend updates.
- Frontend: A Vue.js + Deck.gl shell that dynamically loads widgets and layers from installed plugins.
Usage
CLI
This package is rarely used alone. It is typically installed alongside plugins:
# with uv
uv tool install --with tangram-jet1090 --with tangram-system tangram-core
# with pip
pip install tangram-core tangram-jet1090 tangram-system
# launch!
tangram serve --config /path/to/your/tangram.toml
Programmatic
You can also launch tangram from a Python script or a Jupyter notebook using [tangram_core.Runtime][].
This provides direct access to the backend state (e.g. Redis client, HTTP client), enabling you to spawn data or interact with services programmatically.
For scripts, use the async context manager to safely configure the server within the async with block and then explicitly yield control to the server loop until a signal (Ctrl+C) is received.
import tangram_core
async def main() -> None:
async with tangram_core.Runtime() as runtime:
await runtime.state.redis_client.set("my_key", "value")
await runtime.wait() # required to run the server indefinitely
if __name__ == "__main__":
import asyncio
asyncio.run(main())
For interactive environments (Jupyter) where execution spans multiple cells, you must start and stop the server manually:
# %%
import tangram_core
runtime = tangram_core.Runtime()
await runtime.start()
# %%
await runtime.state.redis_client.set("my_key", "value")
# %%
await runtime.stop()
# %%
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tangram_core-0.4.1-cp314-cp314-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.14, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
671ee02c86872b5fa4c46340e475a7ec63a2d191503a9ef63ea2675a5a34ba96
|
|
| MD5 |
ecfaef179f94bd3fd06bbe672e305403
|
|
| BLAKE2b-256 |
e4ab023ca05d4ac1fab4eefcbcbe0b7ff9ab60a8c51177ed42b3c7852b993276
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-musllinux_1_1_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-musllinux_1_1_x86_64.whl -
Subject digest:
671ee02c86872b5fa4c46340e475a7ec63a2d191503a9ef63ea2675a5a34ba96 - Sigstore transparency entry: 919825174
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-musllinux_1_1_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-musllinux_1_1_armv7l.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.14, musllinux: musl 1.1+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
609c3fe72bd890d1651b486d03611f63ce5b48a6dda9f4eac806fe54e5dde27f
|
|
| MD5 |
ada08aa87c98974181cda721eb0d8cd6
|
|
| BLAKE2b-256 |
07fa6490d4bc21b8d9cb157482c2e25984f12e5bddaf01ed7563575757051173
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-musllinux_1_1_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-musllinux_1_1_armv7l.whl -
Subject digest:
609c3fe72bd890d1651b486d03611f63ce5b48a6dda9f4eac806fe54e5dde27f - Sigstore transparency entry: 919824499
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.14, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
497d0015bce24a097aaf65c8f64530529f273bf7fab584e83409407dd1f47b45
|
|
| MD5 |
cc40f309b616534c294406fdcb393ec6
|
|
| BLAKE2b-256 |
1f82edf741d8794c699aee32b144833f19d727367625660ff99aa1d425ccfd3a
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-musllinux_1_1_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-musllinux_1_1_aarch64.whl -
Subject digest:
497d0015bce24a097aaf65c8f64530529f273bf7fab584e83409407dd1f47b45 - Sigstore transparency entry: 919824666
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80394c03c349ab3926a4b1c8192b672f9ce3e70b430625e50fe2e500802e468c
|
|
| MD5 |
37f9bcffb4c3c2fe9b0b57db72c5bcf0
|
|
| BLAKE2b-256 |
84e810a9af181c66caf17bfcdb0c8788c12e99abf55f447f748295586a140e30
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-manylinux_2_28_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-manylinux_2_28_x86_64.whl -
Subject digest:
80394c03c349ab3926a4b1c8192b672f9ce3e70b430625e50fe2e500802e468c - Sigstore transparency entry: 919824880
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 12.4 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4367e3fffc9bc3677a555ee53ef551333d213d63ce2d5bdaf867cf643d9d3374
|
|
| MD5 |
4aae0a5f326b1431749791262249585f
|
|
| BLAKE2b-256 |
071c9afe1afd8c0115e0cf198e19bdefa8b1072a9354568f07b8fc8d56673029
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-manylinux_2_28_ppc64le.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-manylinux_2_28_ppc64le.whl -
Subject digest:
4367e3fffc9bc3677a555ee53ef551333d213d63ce2d5bdaf867cf643d9d3374 - Sigstore transparency entry: 919824573
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-manylinux_2_28_i686.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-manylinux_2_28_i686.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c9496ab1ca44443e3f6efa7a60f714744e80d3da4b6a041cee62fe8b5769097
|
|
| MD5 |
0b858aaccfc968a5dde787969e05fa78
|
|
| BLAKE2b-256 |
6e44f898c934175fa99b858dfc6ba75d61e701d0ff6256b86bd0835cd6203b21
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-manylinux_2_28_i686.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-manylinux_2_28_i686.whl -
Subject digest:
7c9496ab1ca44443e3f6efa7a60f714744e80d3da4b6a041cee62fe8b5769097 - Sigstore transparency entry: 919825142
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 12.0 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7dfa2e489bfbc1e1601f19f0f8cbdb2549f8ba09ad877664e61f1f90385accb
|
|
| MD5 |
780f5bbe7ad5c1e30633c043732051b1
|
|
| BLAKE2b-256 |
e1230872ac4056c1cd336b1d40eb839dba31b4bb9590fe1ddc26066d1bd67dcf
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-manylinux_2_28_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-manylinux_2_28_armv7l.whl -
Subject digest:
a7dfa2e489bfbc1e1601f19f0f8cbdb2549f8ba09ad877664e61f1f90385accb - Sigstore transparency entry: 919824850
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bb6443411650051df07a1518a74c3920a96f00508229eafe994881e41061b3c
|
|
| MD5 |
60afd1d0d6b421ae356473508f36fb17
|
|
| BLAKE2b-256 |
b9307623eb6b4824dab9818f5851b31098b13f33c4fc90855ee146c531241798
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-manylinux_2_28_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-manylinux_2_28_aarch64.whl -
Subject digest:
6bb6443411650051df07a1518a74c3920a96f00508229eafe994881e41061b3c - Sigstore transparency entry: 919825115
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf86bb6c012e40289503fc3b81f44f5900a9096b723f6e589cdb2a1c1664a629
|
|
| MD5 |
f768173397d4643d9db39b17ac487dd4
|
|
| BLAKE2b-256 |
b62c144d1defdf22a649809e4a8b4468356cf28dbeead6c8a82c8703c6a7b3e4
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
bf86bb6c012e40289503fc3b81f44f5900a9096b723f6e589cdb2a1c1664a629 - Sigstore transparency entry: 919825068
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11fe5ac6961bf09d40c5742d04dfbcbb1e2b1ae1a1b8c83aa3df0801f52a695e
|
|
| MD5 |
847560b7eb0321217d3dfcdc7035f569
|
|
| BLAKE2b-256 |
83975bfddbcd88651de2e91fa7f3bd525697d9d5a5d8483e78108dbc35fd4ac2
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
11fe5ac6961bf09d40c5742d04dfbcbb1e2b1ae1a1b8c83aa3df0801f52a695e - Sigstore transparency entry: 919825004
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 11.9 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86ea17e1bbc3f69dbbdde8330ff13400b1457446fa4315015dc798772fe7cbdf
|
|
| MD5 |
3ab6f1b8104e33edbb55eb46f6947858
|
|
| BLAKE2b-256 |
bc1a6677bf15df8b2e86530477f50356fc0feb4e8bff332a73c7f20a22db47dd
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-win_amd64.whl -
Subject digest:
86ea17e1bbc3f69dbbdde8330ff13400b1457446fa4315015dc798772fe7cbdf - Sigstore transparency entry: 919824726
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.13, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e324525fa73e1894a3cf9bb4eef0a3a2e75633ce11834ad26259342c54747056
|
|
| MD5 |
b72af4215436b6331ad53438e37490af
|
|
| BLAKE2b-256 |
d2ed117fd3ed5912e9d015f8306335abaf1d74937ebf70a7e2db488335a5874d
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-musllinux_1_1_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-musllinux_1_1_x86_64.whl -
Subject digest:
e324525fa73e1894a3cf9bb4eef0a3a2e75633ce11834ad26259342c54747056 - Sigstore transparency entry: 919824586
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-musllinux_1_1_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-musllinux_1_1_armv7l.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.13, musllinux: musl 1.1+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3514c08501d8a8238ab52f7b01da73e9dc402f78fd59b44df518d39db168071d
|
|
| MD5 |
3f17d98b53c1a0540858290f44e27ff6
|
|
| BLAKE2b-256 |
ab3559b44fb98ea44c6ace54a4bdd1689bb2d9fef3ffc2af26a8d4f26243a63f
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-musllinux_1_1_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-musllinux_1_1_armv7l.whl -
Subject digest:
3514c08501d8a8238ab52f7b01da73e9dc402f78fd59b44df518d39db168071d - Sigstore transparency entry: 919824695
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.13, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b3c3dba6f80b127c96faa210c03dfa3c221a864dd43f53b0a729280ff1242e
|
|
| MD5 |
8319e7389f65bc9f92bf528b6b980eaa
|
|
| BLAKE2b-256 |
58d1c103d59f176678398d001aa3dad8eb294d8c5c54426f89d90a75da1a7b55
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-musllinux_1_1_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-musllinux_1_1_aarch64.whl -
Subject digest:
c1b3c3dba6f80b127c96faa210c03dfa3c221a864dd43f53b0a729280ff1242e - Sigstore transparency entry: 919824904
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4326f4ddd6351f0691413b99c7f0a311feed6aed6bd322879dedd260759f9e4f
|
|
| MD5 |
de29edc05e1cfdd9299eca21eb8aa1a5
|
|
| BLAKE2b-256 |
7ad82ae39ffe620908cae9336bd8375ec38e42236d1d85b9ea53886a622eba2c
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-manylinux_2_28_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-manylinux_2_28_x86_64.whl -
Subject digest:
4326f4ddd6351f0691413b99c7f0a311feed6aed6bd322879dedd260759f9e4f - Sigstore transparency entry: 919825208
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 12.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b79bdbc9104aeb1b54ca8aa07f1a0237d798acf7933303202907db5439875759
|
|
| MD5 |
9ff293d33895c01db519c298e0d1cabe
|
|
| BLAKE2b-256 |
8ec2d22d653f8d7dc3edd2d64e41ff26dfe757687af52ca4db164a9ba3ce5bfd
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-manylinux_2_28_ppc64le.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-manylinux_2_28_ppc64le.whl -
Subject digest:
b79bdbc9104aeb1b54ca8aa07f1a0237d798acf7933303202907db5439875759 - Sigstore transparency entry: 919824868
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-manylinux_2_28_i686.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-manylinux_2_28_i686.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e83cdc8a5033d60e30558e428d21b54fd0eefa69dfc14d4ac9f4674c2c665918
|
|
| MD5 |
3880c5215643081eb1e4c8de6c13f3e2
|
|
| BLAKE2b-256 |
34ac6688ca684e979bae7e40e82b9d7fd04119aa56a788c3cac047952879882c
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-manylinux_2_28_i686.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-manylinux_2_28_i686.whl -
Subject digest:
e83cdc8a5033d60e30558e428d21b54fd0eefa69dfc14d4ac9f4674c2c665918 - Sigstore transparency entry: 919825032
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 12.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7aaf6c8950eb2f62c8f0de52003518dd5b87e55b6a315d4bfc00da35d955bde1
|
|
| MD5 |
d097a77cd7f6ee032c2d9b260095094b
|
|
| BLAKE2b-256 |
ff7b1bd0f8990d0aa4381372c5f7a3ba63a35d3b90e114e95d18804154401464
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-manylinux_2_28_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-manylinux_2_28_armv7l.whl -
Subject digest:
7aaf6c8950eb2f62c8f0de52003518dd5b87e55b6a315d4bfc00da35d955bde1 - Sigstore transparency entry: 919824764
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2118fbf5975eef545988b1592bac6aaba6916c440a28213c691e54304514c934
|
|
| MD5 |
4f9cb32d57ec4398307c1e9abbb0db96
|
|
| BLAKE2b-256 |
3aa797958f3ad5108f5eea5e5683ce26b9c716d773037660237ddb025a1b351b
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-manylinux_2_28_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-manylinux_2_28_aarch64.whl -
Subject digest:
2118fbf5975eef545988b1592bac6aaba6916c440a28213c691e54304514c934 - Sigstore transparency entry: 919824661
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58e9078d4434323cf86002d79639c8fff4305a6be71b0b8eaadaf7f9211c5f55
|
|
| MD5 |
3794d86520d629e7d96dbc6ae9d8e525
|
|
| BLAKE2b-256 |
d48665c4699717b307f8de8539268418a55df088b9349e5d6487e6ec35407502
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
58e9078d4434323cf86002d79639c8fff4305a6be71b0b8eaadaf7f9211c5f55 - Sigstore transparency entry: 919824566
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f4a64a3c8df9c4bd9b9985e3286f93ab5b7b2a7f054cb88aca6cfbd4ce110a3
|
|
| MD5 |
becbc5f9dd249ceeef0e5c6a18f8d6ab
|
|
| BLAKE2b-256 |
385332ac4e38f0a5147edb393c0374013b5d0215a8a22a22aedd6524cbd74e29
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
7f4a64a3c8df9c4bd9b9985e3286f93ab5b7b2a7f054cb88aca6cfbd4ce110a3 - Sigstore transparency entry: 919824794
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 11.9 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87c0d2c5ca6d9b66301a7dd8acb60a90b17625f077128ff374fe27f7b37f50b7
|
|
| MD5 |
43b95679008f20b7a9df1a21a2117228
|
|
| BLAKE2b-256 |
5070afc9688527b715d72bf1447ebef30657514024a1e49369a1c3f9d1392b29
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-win_amd64.whl -
Subject digest:
87c0d2c5ca6d9b66301a7dd8acb60a90b17625f077128ff374fe27f7b37f50b7 - Sigstore transparency entry: 919824808
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ff1a92c33ef6fee36733e872cdc965db682a2c0362ff7f1177d1f1757c8fc1f
|
|
| MD5 |
f6eaf58755cf9f2bbe7aab7efa6a18f4
|
|
| BLAKE2b-256 |
f4337c336d665e37837b7fcb78ef056e19521768c6c63052fb8d3bc8ab77bd86
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-musllinux_1_1_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-musllinux_1_1_x86_64.whl -
Subject digest:
6ff1a92c33ef6fee36733e872cdc965db682a2c0362ff7f1177d1f1757c8fc1f - Sigstore transparency entry: 919825053
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-musllinux_1_1_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-musllinux_1_1_armv7l.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d1eab20e14ceb67586d8561edda3bcc7dcd4b936a72c8754bf68c47a4e95490
|
|
| MD5 |
83e70258b6b0199886faa1a624454d31
|
|
| BLAKE2b-256 |
851d6a6a962014ec5be167fe1651452c3aeb9b60496eb4b5a560a67cab0f9199
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-musllinux_1_1_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-musllinux_1_1_armv7l.whl -
Subject digest:
5d1eab20e14ceb67586d8561edda3bcc7dcd4b936a72c8754bf68c47a4e95490 - Sigstore transparency entry: 919824511
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
594e4a111f28e54ac40e1c7078ad7c7904ac529f271c575130876a7f7855d8bf
|
|
| MD5 |
7d5fedbdbfa81a447a052d1cccb224ca
|
|
| BLAKE2b-256 |
1c144aff7bae30e8e901f036405f6bd0e144c6cbf0d0aa298e549a6902d71acb
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-musllinux_1_1_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-musllinux_1_1_aarch64.whl -
Subject digest:
594e4a111f28e54ac40e1c7078ad7c7904ac529f271c575130876a7f7855d8bf - Sigstore transparency entry: 919824844
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f22e99a97e25e894743cf844cf71df7e46eb91bdc55b0788ee20c89b07c98d3
|
|
| MD5 |
bda27cc906cf32267ccc727301f8405b
|
|
| BLAKE2b-256 |
59229111fd6395091e5897143544c253362d6cc0bc30754472150f4d681a977d
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-manylinux_2_28_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-manylinux_2_28_x86_64.whl -
Subject digest:
5f22e99a97e25e894743cf844cf71df7e46eb91bdc55b0788ee20c89b07c98d3 - Sigstore transparency entry: 919824971
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 12.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5b22b15913922993f22af1934d6d839999295151d240120af023c0a108b92d2
|
|
| MD5 |
f61cc9ed7c7cdc4a53d3873f59c602d9
|
|
| BLAKE2b-256 |
218f67a5cb30f8f62081c743a2df1cace71cb8d8299ae2c9802a72ab12405eaf
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-manylinux_2_28_ppc64le.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-manylinux_2_28_ppc64le.whl -
Subject digest:
d5b22b15913922993f22af1934d6d839999295151d240120af023c0a108b92d2 - Sigstore transparency entry: 919825147
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-manylinux_2_28_i686.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-manylinux_2_28_i686.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca5e6bed8467ee91b9dae8f26289f2f88ec64889b3466a5a55016629f87e47fa
|
|
| MD5 |
aecb3f62a9d9f24dcc11c37712dda5ee
|
|
| BLAKE2b-256 |
91cb3d4511d889c07c9c2065dff48053c13fa54dc5001704fbf9b6068bdb9732
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-manylinux_2_28_i686.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-manylinux_2_28_i686.whl -
Subject digest:
ca5e6bed8467ee91b9dae8f26289f2f88ec64889b3466a5a55016629f87e47fa - Sigstore transparency entry: 919825215
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 12.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06a15b7b380d36763de979ddf707f6ca89c4ae6318009535085c9bdb1082f78d
|
|
| MD5 |
620cd217e6b8bdd7e417d19a4c3b973e
|
|
| BLAKE2b-256 |
9c9bc44b6346f6db11642521c5314d644bfde47c1fc61aef4cfcb24084887ea6
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-manylinux_2_28_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-manylinux_2_28_armv7l.whl -
Subject digest:
06a15b7b380d36763de979ddf707f6ca89c4ae6318009535085c9bdb1082f78d - Sigstore transparency entry: 919824898
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ab56aacb7d2d75660dd778485bc735737fba4168fb875cc4a4f760509a7b644
|
|
| MD5 |
03b917a6225be2140285fc28fcf11b9b
|
|
| BLAKE2b-256 |
00da2c56d7d0a3e6d4a649993748a34285aa19ec9900306a4899ce772acc06ed
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-manylinux_2_28_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-manylinux_2_28_aarch64.whl -
Subject digest:
0ab56aacb7d2d75660dd778485bc735737fba4168fb875cc4a4f760509a7b644 - Sigstore transparency entry: 919824729
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
711ab312b6396db91bee2d469a1ef81394389b7499181a9bdc76cc5dcfb5dea3
|
|
| MD5 |
8b1bbcf05ee0e19a75856c16f1f900e0
|
|
| BLAKE2b-256 |
d29b8b66ba9922b5f4dbc23df064a76d3fd006b6b84e5244bd18ff36f90457cc
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
711ab312b6396db91bee2d469a1ef81394389b7499181a9bdc76cc5dcfb5dea3 - Sigstore transparency entry: 919824664
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
651f77cd0accec19d7e04be11cabfbdd333f51af68e66334a2df61cacfc2b6ba
|
|
| MD5 |
83edc8bd588f0df5a0549a2bc342d2b6
|
|
| BLAKE2b-256 |
c2f2ac13cbd280a48db33a80ea0e5357cbe9b6e71a6b8c0d0427360e27bece55
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
651f77cd0accec19d7e04be11cabfbdd333f51af68e66334a2df61cacfc2b6ba - Sigstore transparency entry: 919824524
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 11.9 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15547fefd1d92df68a994bffbd6742d8ede32a354a42d0fac2df40a42f5e00bb
|
|
| MD5 |
fe699e177803ab62584d125aa7c7727a
|
|
| BLAKE2b-256 |
691e895c68c1e696557985fed22ed01e4c9f8c9b610f351625830883b092b827
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-win_amd64.whl -
Subject digest:
15547fefd1d92df68a994bffbd6742d8ede32a354a42d0fac2df40a42f5e00bb - Sigstore transparency entry: 919824858
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5cfd3ca1557685f3b67654b85b706e15cc4b229ac5c178ed9d8a31f568db62f
|
|
| MD5 |
9f71fbfc7b65535fa3554d27d06e66ae
|
|
| BLAKE2b-256 |
839c690d126db747b2f536ad9d42f0dde9d2d9fe6cd9cd3656104b72a41068a3
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-musllinux_1_1_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-musllinux_1_1_x86_64.whl -
Subject digest:
a5cfd3ca1557685f3b67654b85b706e15cc4b229ac5c178ed9d8a31f568db62f - Sigstore transparency entry: 919824588
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-musllinux_1_1_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-musllinux_1_1_armv7l.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f129e50ed4a5cc8192fc7593e1d3974c4ea92a73c137f4d85defb3ecb8ce1fc4
|
|
| MD5 |
c0f5ec03d1441be06044045f82e3153d
|
|
| BLAKE2b-256 |
6525b4b005dc2afc3b30f5d2e79d5bda6228135026ec0e53f1018c232d9cd624
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-musllinux_1_1_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-musllinux_1_1_armv7l.whl -
Subject digest:
f129e50ed4a5cc8192fc7593e1d3974c4ea92a73c137f4d85defb3ecb8ce1fc4 - Sigstore transparency entry: 919824837
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df05cf9beee78f4f6c669363338b616f9de4177eb5d6336a4cffdbc11ccac76c
|
|
| MD5 |
43452723e5845121b0c5509d57c74953
|
|
| BLAKE2b-256 |
31d6e3b89f1008b35d026f13af0755e481474a116d094857f22cd6f2727f7727
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-musllinux_1_1_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-musllinux_1_1_aarch64.whl -
Subject digest:
df05cf9beee78f4f6c669363338b616f9de4177eb5d6336a4cffdbc11ccac76c - Sigstore transparency entry: 919825177
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ca054a3ac51eee255c3e44467e2f437e06cd5cd1200495c3b6385bc961ad16d
|
|
| MD5 |
9465697cb1736fa1c24afef22373b379
|
|
| BLAKE2b-256 |
0dbf5e90781708c76a19f5cb6d0ed5c25cec19c2d1f276e374ac6d3ac10bd1ac
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-manylinux_2_28_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-manylinux_2_28_x86_64.whl -
Subject digest:
5ca054a3ac51eee255c3e44467e2f437e06cd5cd1200495c3b6385bc961ad16d - Sigstore transparency entry: 919824834
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 12.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c8905c14b93f03ea9086b811fe06b2634701b7b1e52494992a1f4472fcc7aed
|
|
| MD5 |
aa69f2b93de73a3600adf4540b635ae3
|
|
| BLAKE2b-256 |
bd46aa77d1f5718e28e608c22684231f5e8192c1c792be38c4dce39c0b5f3530
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-manylinux_2_28_ppc64le.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-manylinux_2_28_ppc64le.whl -
Subject digest:
2c8905c14b93f03ea9086b811fe06b2634701b7b1e52494992a1f4472fcc7aed - Sigstore transparency entry: 919825128
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-manylinux_2_28_i686.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-manylinux_2_28_i686.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae7bf8007323c6fa49162bc58dbe0467f1cae573284910db0dd7454249afc063
|
|
| MD5 |
d7dda8d01dec06702e8b63b92885507e
|
|
| BLAKE2b-256 |
4de1fee19d01bc0932146408011070017aacdfcb4aa1b4a2f4b01793ac631327
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-manylinux_2_28_i686.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-manylinux_2_28_i686.whl -
Subject digest:
ae7bf8007323c6fa49162bc58dbe0467f1cae573284910db0dd7454249afc063 - Sigstore transparency entry: 919824994
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 12.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb47daefc0c69690b48b2eb1a055c367896e5af55607537ec31406c0202cc4ed
|
|
| MD5 |
8133c745b7e7422cf31d12a94be24789
|
|
| BLAKE2b-256 |
a80073602bd9d5c4310af130be46ff4895e311d04c9fd030d45a8401db7a7aca
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-manylinux_2_28_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-manylinux_2_28_armv7l.whl -
Subject digest:
bb47daefc0c69690b48b2eb1a055c367896e5af55607537ec31406c0202cc4ed - Sigstore transparency entry: 919824642
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
003285687fc92df1d4172ae47f8b75aee6f8939f59ce7cdebb5d464483071cbe
|
|
| MD5 |
0d15cc964c67f3583770bf9e4d5ee230
|
|
| BLAKE2b-256 |
d4d2e5a1b089725a1fbf2a944744932bcd24b1e42d48c7fac96a2d60c069acaf
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-manylinux_2_28_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-manylinux_2_28_aarch64.whl -
Subject digest:
003285687fc92df1d4172ae47f8b75aee6f8939f59ce7cdebb5d464483071cbe - Sigstore transparency entry: 919824875
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cadc614556e4727387eeede2ae9f490e43bfbe303426c4651e8530596c053f4
|
|
| MD5 |
7a2185793884fccfd991dfecc7ac5498
|
|
| BLAKE2b-256 |
1b904598be389a6692860aab309574becbd4f46861251ab39e1eae6ebe9f85bf
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
0cadc614556e4727387eeede2ae9f490e43bfbe303426c4651e8530596c053f4 - Sigstore transparency entry: 919824980
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
353d26a40d158442c83afaf08d1c6f2352569cb31fab6b269635695a6cffff1d
|
|
| MD5 |
bcdcca932f425a4a75b07729b6d981d3
|
|
| BLAKE2b-256 |
3758429653065a03f2bcf493a834e51da43aa5ee946c018fd45a9b3ea5c4d15e
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
353d26a40d158442c83afaf08d1c6f2352569cb31fab6b269635695a6cffff1d - Sigstore transparency entry: 919825195
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 11.9 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4ca980b7a3e706d439fb8306b83dc9aa8bdfc2b8706a6c420368338627bbdf8
|
|
| MD5 |
a81ac6f64cb6abaa270c76911c4732c6
|
|
| BLAKE2b-256 |
92cb5693d393f1393e68ad9625836d33decc0bc493da126fb61c4f424842419a
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-win_amd64.whl -
Subject digest:
e4ca980b7a3e706d439fb8306b83dc9aa8bdfc2b8706a6c420368338627bbdf8 - Sigstore transparency entry: 919825094
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
609c51fad71b0d35a64b58c2a74b2f7e6480e12f72ffb1031db70edf484b46c1
|
|
| MD5 |
7926ed4c0dcfa9c5491f1353ade9a3df
|
|
| BLAKE2b-256 |
af83a9c070dc70d5af1b0b6ec7184fdc4be70616feea2cb525dd52e832ee42d7
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-musllinux_1_1_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-musllinux_1_1_x86_64.whl -
Subject digest:
609c51fad71b0d35a64b58c2a74b2f7e6480e12f72ffb1031db70edf484b46c1 - Sigstore transparency entry: 919825023
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-musllinux_1_1_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-musllinux_1_1_armv7l.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26304fc7e236ff576167576cd94cdb4d3a6ef8f138deae5793a91458af835a17
|
|
| MD5 |
2f56a83fe27518124a0f880c72a05a3d
|
|
| BLAKE2b-256 |
7b179f76583a208e08f64dd02a354371a8c4c6ea0167db3e5f5ec3d32f46ba3d
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-musllinux_1_1_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-musllinux_1_1_armv7l.whl -
Subject digest:
26304fc7e236ff576167576cd94cdb4d3a6ef8f138deae5793a91458af835a17 - Sigstore transparency entry: 919824909
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-musllinux_1_1_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caa1da52e69c3c9f81d641117c157893ff378f182cb0495a9dc69473cf9e802e
|
|
| MD5 |
f1f1077e3370c313d79e29fa0451f614
|
|
| BLAKE2b-256 |
d30f0f47fc715a4c41d618d828bc7001902c8812bc83489648917e791a362b3f
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-musllinux_1_1_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-musllinux_1_1_aarch64.whl -
Subject digest:
caa1da52e69c3c9f81d641117c157893ff378f182cb0495a9dc69473cf9e802e - Sigstore transparency entry: 919824963
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f87df2d76fae0c00a4bd31bdfbb29c9b9f96ed22fd08b5a706ffefb5b969cc6
|
|
| MD5 |
984463d45dea6bfc69c1843ab5772f8d
|
|
| BLAKE2b-256 |
3321a51387ae35fe3e90acd4c3fe210c8077e658810ef39c8bc61094c69fa999
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-manylinux_2_28_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-manylinux_2_28_x86_64.whl -
Subject digest:
0f87df2d76fae0c00a4bd31bdfbb29c9b9f96ed22fd08b5a706ffefb5b969cc6 - Sigstore transparency entry: 919824969
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-manylinux_2_28_ppc64le.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-manylinux_2_28_ppc64le.whl
- Upload date:
- Size: 12.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25cca80d7d07ce399bf2fb6902b145e93102495100048a1366fff0f849997967
|
|
| MD5 |
000c6c026536df76cbcb808b4323de23
|
|
| BLAKE2b-256 |
62ffb1c59f1a64cc163c77a3711e4ebc8091a5bed6116380c17ec1a4290f46aa
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-manylinux_2_28_ppc64le.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-manylinux_2_28_ppc64le.whl -
Subject digest:
25cca80d7d07ce399bf2fb6902b145e93102495100048a1366fff0f849997967 - Sigstore transparency entry: 919824625
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-manylinux_2_28_i686.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-manylinux_2_28_i686.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa51b827321537dc135bb5caf09e26d5482dc5569819df5f8f0271f88a5cf6d0
|
|
| MD5 |
e5815b833eaffc991cba95b66e4e2cdf
|
|
| BLAKE2b-256 |
8a245491351b2bc365fbbe2612a114f8c86ede5c373e4520623965b035d6c867
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-manylinux_2_28_i686.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-manylinux_2_28_i686.whl -
Subject digest:
fa51b827321537dc135bb5caf09e26d5482dc5569819df5f8f0271f88a5cf6d0 - Sigstore transparency entry: 919825220
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-manylinux_2_28_armv7l.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-manylinux_2_28_armv7l.whl
- Upload date:
- Size: 12.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0e4e42f50cba65bb32fca9f845dafa96735182b4d539b212653ca6d746b7475
|
|
| MD5 |
32b7c79dbb3ad65c7f1ff773eb1293d5
|
|
| BLAKE2b-256 |
4f0c2c2b4fdd2735273eaf83ba9ea1905ba489ed477077b7144760996a6eb513
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-manylinux_2_28_armv7l.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-manylinux_2_28_armv7l.whl -
Subject digest:
f0e4e42f50cba65bb32fca9f845dafa96735182b4d539b212653ca6d746b7475 - Sigstore transparency entry: 919825200
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b31ce24642bc46d0a58dd82923b4f9fc6faeeccbb8f3e74fa9b2f9f8023a0d23
|
|
| MD5 |
099e7886a1651226ae4e66726d6e9141
|
|
| BLAKE2b-256 |
4c8ff80a585da10075cb813e03a357d005534bd9bc6547706b5286945faefc66
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-manylinux_2_28_aarch64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-manylinux_2_28_aarch64.whl -
Subject digest:
b31ce24642bc46d0a58dd82923b4f9fc6faeeccbb8f3e74fa9b2f9f8023a0d23 - Sigstore transparency entry: 919824646
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4f8fd3717fcdead11aad5093b36260dfbaedfd0b9f089d7296eec6bf2c5a278
|
|
| MD5 |
881e8e9c15c2606982992c7e3aaf980f
|
|
| BLAKE2b-256 |
a414f3a1b38a10f7eece9898e830a31545ee1385f08994e54cc15782c48054ee
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
b4f8fd3717fcdead11aad5093b36260dfbaedfd0b9f089d7296eec6bf2c5a278 - Sigstore transparency entry: 919824825
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type:
File details
Details for the file tangram_core-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: tangram_core-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 12.3 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09e0d0b37560888826465241ef47d5bc5a3bc8e15e5e58c9a0aaf2ccbf7c4985
|
|
| MD5 |
eb0af314eb5f42d36275ac5569bd3c31
|
|
| BLAKE2b-256 |
2fc31a5fb1335664533248ed1215dff9c070bcafa3ade0e1e29f662d292502a3
|
Provenance
The following attestation bundles were made for tangram_core-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-aviation/tangram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
tangram_core-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
09e0d0b37560888826465241ef47d5bc5a3bc8e15e5e58c9a0aaf2ccbf7c4985 - Sigstore transparency entry: 919825114
- Sigstore integration time:
-
Permalink:
open-aviation/tangram@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/open-aviation
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85e7e4bafe1c33cf756dd496d87ebab637298b -
Trigger Event:
push
-
Statement type: