An object-oriented Python interface to udunits
Project description
gimli.units
An object-oriented Python interface to udunits2 built with cython.
NOTE: gimli.units includes a vendored version of udunits2 so that you do not have to install the udunits2 library separately.
Installation
pip install gimli.units
or
conda install gimli.units -c conda-forge
From Source
pip install git+https://github.com/mcflugen/gimli.git
Note: gimli.units requires the libudunits library. You will need to
have this installed before building gimli.units. You can do this
using conda,
conda install udunits2 -c conda-forge
or by building udunits2 from source (we use a
vendored version of udunits2,
which can be found in the extern folder of this repository).
Usage
Primarily, gimli.units is a Python module with an API that reflects that of the udunits2 library. gimli, however, also comes with a command-line interface.
API
You primarily will access gimli through gimli.units,
>>> from gimli.units import units
units is an instance of the default UnitSystem class, which contains all of the units contained in a given unit system. If you like, you can create your own unit system but, typically, the default should be fine.
units is a dict-like object whose keys are strings representing units and values are instances of those units. For example,
>>> units["m"]
Unit('meter')
>>> units["m/s"]
Unit('meter-second^-1')
>>> units["kg m-3"]
Unit('meter^-3-kilogram')
>>> units["N m"]
Unit('joule')
Every Unit instance has a to method, which returns a unit converter for converting values from one unit to another,
>>> lbs = units["lb"]
>>> kgs = units["kg"]
>>> kgs_to_lbs = kgs.to(lbs)
>>> kgs_to_lbs(1.0)
2.2046226218487757
You can also construct units that are a combination of other units.
>>> ft_per_s = units["ft / s"]
>>> m_per_s = units["m s-1"]
>>> ft_per_s.to(m_per_s)([1.0, 2.0])
array([0.3048, 0.6096])
Command-line interface
From the command line you can use gimli to convert values from one unit to another.
gimli --from=miles --to=ft
5280.000000
Values to convert can be passed through the files (use a dash for stdin).
echo "1.0" | gimli --from=cal --to=joule -
4.186800
When reading from a file, gimli tries to preserve the format of the input file,
cat values.csv
1.0, 2.0, 3.0
4.0, 5.0, 6.0
gimli --from=knot --to=m/s values.txt
0.514444, 1.028889, 1.543333
2.057778, 2.572222, 3.086667
Notice of Vendored Libraries
gimli.units includes two third-party libraries, expat and udunits,
which are "vendored" as part of our codebase. This means that these
libraries are embedded directly within gimli.units, rather than being
external dependencies.
Reasons for Vendoring
udunits: A library for units of physical quantities, vendored to provide robust unit conversion and management, ensuring compatibility and consistency in unit operations.expat: An XML parser library written in C, vendored to ensure consistent and reliable XML parsing across various platforms and environments without requiring separate installation of the library.expatis a dependency ofudunits.
Implications for Users
- No Additional Installations: Users do not need to install these libraries separately; they are fully integrated into our package.
- Package Size: The inclusion of these libraries increases the size of our package. We have taken care to ensure that this does not significantly impact the installation and usage experience.
- Compatibility: Vendoring these libraries helps us manage compatibility and reliability issues, as we use specific versions tested to work with our package.
Licensing
udunitsLicense: License Information for udunits- Our use of these vendored libraries complies with their respective licenses. Users of our package are also subject to these terms.
expatLicense: License Information for expat
Updates and Security
- We actively monitor and incorporate updates, including security patches, for these vendored libraries. Should there be any significant updates or security concerns, we aim to address these in a timely manner.
Further Information
- For more information on
udunits, refer to udunits' website. - For more details about
expat, please visit expat's website.
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 gimli_units-0.3.4-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 211.2 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502a34215d5cfaf27b1a47722c785bdc26efc8f9b389519e0b928004f10d9665
|
|
| MD5 |
9d11c9cc21128e53743370bbbe266320
|
|
| BLAKE2b-256 |
9877523201d7d186e3b2534c95f51282fd040563d02e10cb2e7f1528b633265a
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp314-cp314-win_amd64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp314-cp314-win_amd64.whl -
Subject digest:
502a34215d5cfaf27b1a47722c785bdc26efc8f9b389519e0b928004f10d9665 - Sigstore transparency entry: 955547173
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 587.2 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, 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 |
ac865f23999be35fb8b0e4e3ca905fa85ceb6b646fdbaec96c05c9af88861ac4
|
|
| MD5 |
42e7f0b67d4c0793dbefa302df888afe
|
|
| BLAKE2b-256 |
048068ff08778663d5ee2a828ff90a6434ccb5db20aee96eb8c1a1dab258eeb7
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
ac865f23999be35fb8b0e4e3ca905fa85ceb6b646fdbaec96c05c9af88861ac4 - Sigstore transparency entry: 955547214
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 586.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64, 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 |
cfecdc257ce521450bf9388a9bfa7888969e372fc6c3f24baa1b167dd328e315
|
|
| MD5 |
a021a76c0ebc93985d2ddfe838a2bce6
|
|
| BLAKE2b-256 |
97a439116ac7e97417de0e53aba562856afeccae55db8f67af6c6ab9d6aadd87
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
cfecdc257ce521450bf9388a9bfa7888969e372fc6c3f24baa1b167dd328e315 - Sigstore transparency entry: 955547226
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 147.9 kB
- 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 |
431c87f4f1159000d1e559dee737413c11c7407e3041d74293baee31c946c2a7
|
|
| MD5 |
11b1d712ef656d7c976f03fc3c921620
|
|
| BLAKE2b-256 |
5832d80d1630756ae1a023362e67b476ac0075efda13ea0b2787ba238b60750c
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
431c87f4f1159000d1e559dee737413c11c7407e3041d74293baee31c946c2a7 - Sigstore transparency entry: 955547167
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 153.6 kB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf84ffe0f324791e3b40fff167eb4bdd98e727f44bd1438a069369689b7d2e3f
|
|
| MD5 |
7e80ed5a873c7c7fc189b354429581d8
|
|
| BLAKE2b-256 |
e48ba2ebb145cff0b4c030d50e8802980de613551f657e525753e4df4097bfed
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp314-cp314-macosx_10_15_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp314-cp314-macosx_10_15_x86_64.whl -
Subject digest:
cf84ffe0f324791e3b40fff167eb4bdd98e727f44bd1438a069369689b7d2e3f - Sigstore transparency entry: 955547179
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 205.5 kB
- 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 |
e6788b2a3bc6218f2128b372a81f6b89a66f01929c07978af01341a944b92aa0
|
|
| MD5 |
04fcd2427a5a298483abdc9ff742c12c
|
|
| BLAKE2b-256 |
e35cdb1db05f73d33c1d84c749283e9745007c2cd27a5fb513434e3479d81930
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp313-cp313-win_amd64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp313-cp313-win_amd64.whl -
Subject digest:
e6788b2a3bc6218f2128b372a81f6b89a66f01929c07978af01341a944b92aa0 - Sigstore transparency entry: 955547205
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 591.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, 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 |
d7a7525b205f70b6cc9455e1633f9cb792cedb4b6ef54f49df110e6d1010d76f
|
|
| MD5 |
7895dd0acf5c1baf5d16d254b3b815ee
|
|
| BLAKE2b-256 |
2014b642b901d1b3e5bdb4bb3fe2719900bd31416ba49e7ec828854196b6f606
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
d7a7525b205f70b6cc9455e1633f9cb792cedb4b6ef54f49df110e6d1010d76f - Sigstore transparency entry: 955547200
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 587.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64, 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 |
50ee2abacbb7347225469e92935b7e81f6dc5fb72fdbe7fd29cddf65885c1f6c
|
|
| MD5 |
dcd9f21bf8af5c52659e6fe4ad56d1d5
|
|
| BLAKE2b-256 |
7ce9d9433c685ba294a31055b6655c5a143e89f1b51ff0b11bd2ffb1fb09f2df
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
50ee2abacbb7347225469e92935b7e81f6dc5fb72fdbe7fd29cddf65885c1f6c - Sigstore transparency entry: 955547170
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 147.8 kB
- 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 |
d43f26c456c4b7b5761ced2fee4b0ea357f5817e67f0157dc3f379f3f138b9b6
|
|
| MD5 |
8bc6aecfcb7ea8363dab0f55d6ac85da
|
|
| BLAKE2b-256 |
252d3f816bf823d1930d6b35cb11c6655343e286902bb7fc13af7adefbbfb392
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
d43f26c456c4b7b5761ced2fee4b0ea357f5817e67f0157dc3f379f3f138b9b6 - Sigstore transparency entry: 955547209
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 153.3 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f3d08a1e1c3b536b3354ffd2c8f8f0d4283ddf334e60814f736406c22d3d4eb
|
|
| MD5 |
6719693f784d07cf8bdf972331662c19
|
|
| BLAKE2b-256 |
b33f91c74fa4e511094203f73c2c77c0e8f3b6da6144350820a2f4b5513a494f
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
5f3d08a1e1c3b536b3354ffd2c8f8f0d4283ddf334e60814f736406c22d3d4eb - Sigstore transparency entry: 955547218
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 205.6 kB
- 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 |
79f52d5b7443b6cd4b4fca3c5ee523eb00ed1f3b8da348b21326641482499122
|
|
| MD5 |
8af6485ac6a62fa98ae3793bb90fd097
|
|
| BLAKE2b-256 |
d9684e64c8f853610d610353c7309873a7bb8327c72e0454211c103dbd0ae7b2
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp312-cp312-win_amd64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp312-cp312-win_amd64.whl -
Subject digest:
79f52d5b7443b6cd4b4fca3c5ee523eb00ed1f3b8da348b21326641482499122 - Sigstore transparency entry: 955547195
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 594.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, 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 |
4eb049d6fe1a9cd988c066a1ed9a7f5d08bdd592d437068c7f0d0bf6e1e276c0
|
|
| MD5 |
7dea6520e9a8820ef8cef749258bdd96
|
|
| BLAKE2b-256 |
bda5ae9d782028e0f3b892db37785c7ff25982bbd97d6916fc65dfe655589c23
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
4eb049d6fe1a9cd988c066a1ed9a7f5d08bdd592d437068c7f0d0bf6e1e276c0 - Sigstore transparency entry: 955547221
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 589.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64, 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 |
b62a50607ad28344d6d79173fe15f048cf00b3dbef10dd52c943a46fbc6594cc
|
|
| MD5 |
41d8f509fe5d632960a25001c3b21c3b
|
|
| BLAKE2b-256 |
12d2d88f4332756ba896ebd8824a14b209a890e1bcdb4f0784b5be2216e563ff
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
b62a50607ad28344d6d79173fe15f048cf00b3dbef10dd52c943a46fbc6594cc - Sigstore transparency entry: 955547158
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 147.8 kB
- 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 |
45c6ac8604d9088eee1aff40978890b04dda1c75da209461785b9c63e51b90cc
|
|
| MD5 |
18a6334692f8c182c080f042536adef2
|
|
| BLAKE2b-256 |
e3adb46ad4676b3955d0a9a538f6fe53e85f0c00eb42cc9fd2b94528955862ac
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
45c6ac8604d9088eee1aff40978890b04dda1c75da209461785b9c63e51b90cc - Sigstore transparency entry: 955547187
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 153.4 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b170a7c186c9543396e2940257852f2172a2bc32a142d95284f714218f4565a
|
|
| MD5 |
a107f0322bc577993c7d0e118c3e1cc2
|
|
| BLAKE2b-256 |
2976c5a8762cdcd922eb546525b5010d1ea862da42204ebed3620cbf31ef39c6
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
5b170a7c186c9543396e2940257852f2172a2bc32a142d95284f714218f4565a - Sigstore transparency entry: 955547216
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 207.7 kB
- 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 |
479d56deffeefaff2ce3850a1433e39ceb2309d02989b894d94c7c4ef3981c56
|
|
| MD5 |
4910c505f31370904229fb94b6266d9e
|
|
| BLAKE2b-256 |
b2058fa3fef66958d437f28dbdc5bddc150ad293ddbbbca4835e1af7dbb48cf8
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp311-cp311-win_amd64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp311-cp311-win_amd64.whl -
Subject digest:
479d56deffeefaff2ce3850a1433e39ceb2309d02989b894d94c7c4ef3981c56 - Sigstore transparency entry: 955547182
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 604.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, 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 |
c0e96565057e42df73757e271435d052c1b633158d6da0dae87315e76a0a98b9
|
|
| MD5 |
dd38ab49206d22453852817e97e00251
|
|
| BLAKE2b-256 |
bd5bdbebef173f045a8da31971d666ae87a00bb84398faa4bc9a5851de8d94fe
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c0e96565057e42df73757e271435d052c1b633158d6da0dae87315e76a0a98b9 - Sigstore transparency entry: 955547192
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 602.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64, 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 |
f0a52220da4c6c70b97e8a6d00123766be9df7bfbb676b44f55df9a88e71263a
|
|
| MD5 |
21809b104975d2ec8ca8b335021a817b
|
|
| BLAKE2b-256 |
b101a6fe05d3c3c4016eb489e74c481ae5de326bcdaa7b33728e15712ea1edc0
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
f0a52220da4c6c70b97e8a6d00123766be9df7bfbb676b44f55df9a88e71263a - Sigstore transparency entry: 955547163
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 149.9 kB
- 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 |
600b491b3a757702c3d96d620c99592e9c7d322875d882a93faf1680b30cc502
|
|
| MD5 |
b917012f31f4fad1867c306ae1b5c4cb
|
|
| BLAKE2b-256 |
b26f19c1dddb79b5d42274232650f3124b9dab1351bc417bc32a8dec98f2e322
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
600b491b3a757702c3d96d620c99592e9c7d322875d882a93faf1680b30cc502 - Sigstore transparency entry: 955547198
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 157.9 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d9583e1e8b406527c13df3652f58c8d0c88c49eeeb177b2d5251dc8e11058a7
|
|
| MD5 |
ba05ad81f3e4d1d496e3b6d60406e4de
|
|
| BLAKE2b-256 |
ed74441af63991a985e344eb552a0b19e1e0602e94129f60a5cf98be4497b38f
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
4d9583e1e8b406527c13df3652f58c8d0c88c49eeeb177b2d5251dc8e11058a7 - Sigstore transparency entry: 955547175
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 207.8 kB
- 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 |
3f8cdbbc2e95b93b672367bbed262423c4cc0aeca3c7b86d2ccfc435c4ce5c9d
|
|
| MD5 |
0de31f4182f623f00716a7c04dd99e14
|
|
| BLAKE2b-256 |
ca4cfb284f95830785b623bd9b65d94d0f1b7a49527f7acd62c475b3face3975
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp310-cp310-win_amd64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp310-cp310-win_amd64.whl -
Subject digest:
3f8cdbbc2e95b93b672367bbed262423c4cc0aeca3c7b86d2ccfc435c4ce5c9d - Sigstore transparency entry: 955547211
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 584.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, 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 |
6fc2a82612ad03d5ff2e821e2cce9da57e942d4cac40e8fdb5df17e209a942ed
|
|
| MD5 |
5f0dc02362e5e50779d38a95868e507d
|
|
| BLAKE2b-256 |
c3a0e4b82cb0b6ab766fe7eda3989075e4f4498c9fad5acc60e1749665e4e655
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
6fc2a82612ad03d5ff2e821e2cce9da57e942d4cac40e8fdb5df17e209a942ed - Sigstore transparency entry: 955547203
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 583.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64, 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 |
ac838d0f6398aae7978f8a271d92ea4f53107c898e9c1af6038688ca1abfb245
|
|
| MD5 |
077c911da61eef876858801add400e07
|
|
| BLAKE2b-256 |
ac79b98681189e0e21d2971cc5066bce1588f338361046b49f6be50939528450
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
ac838d0f6398aae7978f8a271d92ea4f53107c898e9c1af6038688ca1abfb245 - Sigstore transparency entry: 955547180
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 150.2 kB
- 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 |
981ebdbdef343c3ee3ecb2764e5811f5b649d996f700c4be62304b7ebcd1075b
|
|
| MD5 |
a701ef139c39f8bfa815d95cbe9ed61d
|
|
| BLAKE2b-256 |
2deda1c71bf0d228e440adc589c05b93786976e8aa9d70e2efcfcb5b0b64ab0f
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
981ebdbdef343c3ee3ecb2764e5811f5b649d996f700c4be62304b7ebcd1075b - Sigstore transparency entry: 955547166
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type:
File details
Details for the file gimli_units-0.3.4-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: gimli_units-0.3.4-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 158.0 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f2a154eec64c6b4c63f5fd1180c89b87ad0378f469b2b2e60b2bb8484b62d59
|
|
| MD5 |
4772054f042c01cab81b907d794c83e3
|
|
| BLAKE2b-256 |
e75d82bbf2bb8a3c1d37fa0de4cd10c407853551c567df28b47ba8702405242e
|
Provenance
The following attestation bundles were made for gimli_units-0.3.4-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
test.yml on mcflugen/gimli
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gimli_units-0.3.4-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
0f2a154eec64c6b4c63f5fd1180c89b87ad0378f469b2b2e60b2bb8484b62d59 - Sigstore transparency entry: 955547189
- Sigstore integration time:
-
Permalink:
mcflugen/gimli@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Branch / Tag:
refs/tags/v0.3.4 - Owner: https://github.com/mcflugen
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
test.yml@f5dda51825ee7ae8cfdb0b7bb22c8c74c7c1eb29 -
Trigger Event:
push
-
Statement type: