Python bindings for SpecUtils using nanobind and scikit-build
Project description
Gamma Spectrum file utilities
SpecUtils is a library for reading, manipulating, and exporting spectrum files produced by RadioIsotope Identification Devices (RIIDs), Radiation Portal Monitors (RPMs), radiation search systems, Personal Radiation Detectors (PRDs), and many laboratory detection systems. It opens N42 (2006 and 2012 formats), SPE, SPC, CSV, TXT, PCF, DAT, and many more files; altogether much more than a 100 file format variants. This library lets you either programmatically access and/or modify the parsed information, or you can save it to any of 13 different formats, or create spectrum files from scratch.
This package is a Python wrapper around the C++ SpecUtils library, with the bindings created using nanobind. SpecUtils is primarily developed as part of InterSpec, but is also used by Cambio, and a number of other projects.
An example use is:
import SpecUtils
# Create a SpecFile object
spec = SpecUtils.SpecFile()
# Load a spectrum file
spec.loadFile("spectrum_file.n42", SpecUtils.ParserType.Auto)
# Get list of all individual records in the spectrum file
meass = spec.measurements()
print( "There are", len(meass), "spectrum records." )
# Get first measurement
meas = meass[0]
# Get gamma counts, and the lower energy of each channel
counts = meas.gammaCounts()
energies = meas.channelEnergies()
# Get neutron counts
neutrons = meas.neutronCountsSum()
# Get start time
startime = meas.startTime()
# Print out CSV information of energies and counts
print( "StartTime: ", startime )
print( "Neutron counts: ", neutrons, "\n" )
print( "Energy (keV), Counts" )
for i in range(len(counts)):
print( f"{energies[i]},{counts[i]}" )
For further examples, see the examples directory. To run the examples, run the following commands:
python test_python.py
python make_file_example.py
python make_html_plot.py /some/path/to/a/file.n42
Installation
You can install the package using pip like this:
mkdir my_venv
python -m venv my_venv
pip install SandiaSpecUtils
source my_venv/bin/activate
python
>>> import SpecUtils
>>> spec = SpecUtils.SpecFile()
>>> ...
Or instead, you can compile from source yourself, with something like:
git clone https://github.com/sandialabs/SpecUtils.git SpecUtils
# Optionsally make/use a virtual environment
mkdir my_venv
python3 -m venv my_venv
source my_venv/bin/activate # Windows PowerShell: .\my_venv\Scripts\Activate.ps1
# Compile and install the bindings
pip install SpecUtils/bindings/python
# Use the package
python
>>> import SpecUtils
Support
Please create an issue on the SpecUtils GitHub repository, or email InterSpec@sandia.gov if you have any questions or problems.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file sandiaspecutils-0.0.2-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 867.0 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d22926b137abed2253ec1ef335898819f1afc5e8a754f8f18ff5e0994857eb50 |
|
MD5 | d26c3f4477e68d6e4b39152688ce34d4 |
|
BLAKE2b-256 | 2fdc0a922ca8f484b6d445ec4a1ce4a93d0220a64b448f36460a3dbd9737a010 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-pp310-pypy310_pp73-win_amd64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-pp310-pypy310_pp73-win_amd64.whl
- Subject digest:
d22926b137abed2253ec1ef335898819f1afc5e8a754f8f18ff5e0994857eb50
- Sigstore transparency entry: 156274453
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66e1211e3bd6678965c879f77ee737520d3bfeb0caa06dc78428525bb04d4fb5 |
|
MD5 | 5120bdce805047130199899754849d37 |
|
BLAKE2b-256 | ae09afc19114b9b8a6531d94083d2d27f98fde23235983f4c544b1329acad773 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
66e1211e3bd6678965c879f77ee737520d3bfeb0caa06dc78428525bb04d4fb5
- Sigstore transparency entry: 156274446
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d196e24787565f1d56bfec3a2876922c07fcd1ac546d5b7cfca3cb021312a9b1 |
|
MD5 | bd0004500ddb3c36c574ad554e782b21 |
|
BLAKE2b-256 | cf2d3a42c744b73f58d627b784ae3eabc723506dd8b5f82bbb72852b189a9bdd |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-pp310-pypy310_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
- Subject digest:
d196e24787565f1d56bfec3a2876922c07fcd1ac546d5b7cfca3cb021312a9b1
- Sigstore transparency entry: 156274422
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 867.0 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9eb56dba1522d334bee7c836bd92144d50b7101c8c6d0fdddaae1dac82e226a |
|
MD5 | 8d7d7121ce5765d9e7b4579406943204 |
|
BLAKE2b-256 | bba24a75984eb8dd4914b20f91da972a3e1a681b33af92d2666b2beb0f8340b6 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-pp39-pypy39_pp73-win_amd64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-pp39-pypy39_pp73-win_amd64.whl
- Subject digest:
f9eb56dba1522d334bee7c836bd92144d50b7101c8c6d0fdddaae1dac82e226a
- Sigstore transparency entry: 156274437
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76b2b154e41ae6e464eb364bcb0ba71ebd82909f7f295a36aa39c319e6352970 |
|
MD5 | c8cc35fbcf64f34491bc624f88b7acca |
|
BLAKE2b-256 | 2fd0cfa06e5992b1dc0a2837626ad9c634886a968aaad83864cb0d8a63678ab1 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
76b2b154e41ae6e464eb364bcb0ba71ebd82909f7f295a36aa39c319e6352970
- Sigstore transparency entry: 156274421
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd99068429163e3aa05873ae8d9eb602723d601bb663a690dd1987a4078a6712 |
|
MD5 | c9ee7fc79692a652b3cbf3604b653a08 |
|
BLAKE2b-256 | 77722b87698880787702b07ce316cfe9288e7c66b1d7fae3a14cc1566ade51ad |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-pp39-pypy39_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
- Subject digest:
fd99068429163e3aa05873ae8d9eb602723d601bb663a690dd1987a4078a6712
- Sigstore transparency entry: 156274451
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp312-abi3-win_amd64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp312-abi3-win_amd64.whl
- Upload date:
- Size: 868.2 kB
- Tags: CPython 3.12+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d979523e815fa6b316ecf527f79bf05cf20a7ce19cb3f4297b4ed5427f809486 |
|
MD5 | 7a47e66dac7c5bb72ee6d381ac61bff9 |
|
BLAKE2b-256 | 86665e8847c8e2d16acb7de4ca324cbdcafb92bf717cbe28623527c89428e7aa |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp312-abi3-win_amd64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp312-abi3-win_amd64.whl
- Subject digest:
d979523e815fa6b316ecf527f79bf05cf20a7ce19cb3f4297b4ed5427f809486
- Sigstore transparency entry: 156274418
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp312-abi3-win32.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp312-abi3-win32.whl
- Upload date:
- Size: 797.1 kB
- Tags: CPython 3.12+, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 903af8c86f3fec5bdc2845236838903f3c50796006e63ffb3cf3ba48ead8bf77 |
|
MD5 | d2ad00e04a46eb9fded81f4e00a17ee2 |
|
BLAKE2b-256 | fc216a9713b59dc7e62004a072b1879023e9acc35ca35b34e6b284ce701e4a42 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp312-abi3-win32.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp312-abi3-win32.whl
- Subject digest:
903af8c86f3fec5bdc2845236838903f3c50796006e63ffb3cf3ba48ead8bf77
- Sigstore transparency entry: 156274436
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp312-abi3-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp312-abi3-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12+, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae5fa19f16a3ef4913ed1968fa53f85bc68d982c1f23eb0698f9a2d3fbaa6f5f |
|
MD5 | e9c7eefaf5a0f0f3f85ba051d8eb22a3 |
|
BLAKE2b-256 | 0be4d9ddf41651d8cfe761b117f630e176be319de5d1bd19c47aa84f49cf0002 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp312-abi3-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp312-abi3-musllinux_1_2_x86_64.whl
- Subject digest:
ae5fa19f16a3ef4913ed1968fa53f85bc68d982c1f23eb0698f9a2d3fbaa6f5f
- Sigstore transparency entry: 156274433
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp312-abi3-musllinux_1_2_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp312-abi3-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12+, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1503ffc1df246eb81f222e7ba6897860d8eab59043618456a003c5bdbe3d7f7 |
|
MD5 | cd22da353ccd653ec6fd15f117ece651 |
|
BLAKE2b-256 | a3cfb25704ea88c40085cab331d6e9dc25a8e4067f1923819cbd9c629198d30f |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp312-abi3-musllinux_1_2_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp312-abi3-musllinux_1_2_i686.whl
- Subject digest:
a1503ffc1df246eb81f222e7ba6897860d8eab59043618456a003c5bdbe3d7f7
- Sigstore transparency entry: 156274409
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15db3e8546ac9922cdc5a93f53b709f85cd7efbd50dc4736a510b4dbd62b2531 |
|
MD5 | 164460fc09667e29653138b917003ad0 |
|
BLAKE2b-256 | 2116dfd33c8df5fedb714fccfc48d34b986c32e888e262e221eb82c8bfee99fa |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
15db3e8546ac9922cdc5a93f53b709f85cd7efbd50dc4736a510b4dbd62b2531
- Sigstore transparency entry: 156274457
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a26e4ddb16226fa264cbb687f0d4d69e74be72b710dd2f3d2534c44a903fa66 |
|
MD5 | 9f5a1b034c6d2b7de960fa0e55ff7729 |
|
BLAKE2b-256 | e1595f97c85da760587ad169051c4fd10b43726c458d967945c0f968b1b6ca82 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl
- Subject digest:
4a26e4ddb16226fa264cbb687f0d4d69e74be72b710dd2f3d2534c44a903fa66
- Sigstore transparency entry: 156274438
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp312-abi3-macosx_10_14_universal2.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp312-abi3-macosx_10_14_universal2.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12+, macOS 10.14+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8353defc1f522212a15dec70381e07780ccd7242cda84cf0256369c15afa04eb |
|
MD5 | e0e79feffc22e0b78ae83b9f8b20f960 |
|
BLAKE2b-256 | 4742f80b05bb62b1c23019612d1f96133259c453b980ebb4ade324b983ed228e |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp312-abi3-macosx_10_14_universal2.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp312-abi3-macosx_10_14_universal2.whl
- Subject digest:
8353defc1f522212a15dec70381e07780ccd7242cda84cf0256369c15afa04eb
- Sigstore transparency entry: 156274417
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 868.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99762c89a82922790f1bf729967cada62de67785e2e616976ac4f250d91bbff5 |
|
MD5 | 8f6c989a5064cce111966d55c4baf586 |
|
BLAKE2b-256 | f59cbd6a3723640ccddfa0a7704694066e7651678020226545459e0d1cf3f0fe |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp311-cp311-win_amd64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp311-cp311-win_amd64.whl
- Subject digest:
99762c89a82922790f1bf729967cada62de67785e2e616976ac4f250d91bbff5
- Sigstore transparency entry: 156274407
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp311-cp311-win32.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp311-cp311-win32.whl
- Upload date:
- Size: 798.2 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 886646a59a7cd3bbb27cbfc46164c09a3e012828fed844f792c4bb156264a20f |
|
MD5 | 954c935838b3005f9c932dfa0e36cbdc |
|
BLAKE2b-256 | 2632cabe10f115aa813b020f82de7193f14e36bc77b5e1212ed607ab933d2cce |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp311-cp311-win32.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp311-cp311-win32.whl
- Subject digest:
886646a59a7cd3bbb27cbfc46164c09a3e012828fed844f792c4bb156264a20f
- Sigstore transparency entry: 156274426
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 421bda68718cdafea8202a8f9af52d01572fe31cc4040c10a7b34d695513c0f6 |
|
MD5 | e1102ad7739462ed34d2d43c6791dfc0 |
|
BLAKE2b-256 | e495deabcccd7181313e87d8034f5ea928c9cc1705069790ab9cac7bfc37d664 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
- Subject digest:
421bda68718cdafea8202a8f9af52d01572fe31cc4040c10a7b34d695513c0f6
- Sigstore transparency entry: 156274440
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5325d1e6bd8bc935ea7cd38862428d67f2fe8071c785f4b25b9355ab33ae87c |
|
MD5 | 044fbdfa5fb40558b43e232b08413571 |
|
BLAKE2b-256 | 20269ba10c1719b75a6a762bc67d83bb717a33670843264671dec90a672db1cf |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp311-cp311-musllinux_1_2_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp311-cp311-musllinux_1_2_i686.whl
- Subject digest:
b5325d1e6bd8bc935ea7cd38862428d67f2fe8071c785f4b25b9355ab33ae87c
- Sigstore transparency entry: 156274455
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2067770e5fd2fd0aa82916921f52c6ca049fae1b7b4d04c088b867db66b3a4ef |
|
MD5 | 7aa694a6a1625fd163c4870ef3d9836c |
|
BLAKE2b-256 | 538f7696015ef83f499c4f4a1e0cd0ebab3e67279e327770194b3cbd8f24588f |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
2067770e5fd2fd0aa82916921f52c6ca049fae1b7b4d04c088b867db66b3a4ef
- Sigstore transparency entry: 156274445
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5632a7601c06959be8069b2e09fd9111224704a80c8e937a4b16a1601fe921ec |
|
MD5 | ebae63dd26943e0fc34d6974165f4c07 |
|
BLAKE2b-256 | 700291e141671e02d11f55870f5486406d3aa5259c8a69eaa5cb6759f2cb911e |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
- Subject digest:
5632a7601c06959be8069b2e09fd9111224704a80c8e937a4b16a1601fe921ec
- Sigstore transparency entry: 156274430
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp311-cp311-macosx_10_14_universal2.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp311-cp311-macosx_10_14_universal2.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, macOS 10.14+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 710e7cf358e84cb0b76574869d1ffb346a9732b09da38f95274eccf3f810a84c |
|
MD5 | 54aa9cb6597accd9c370576c4197852a |
|
BLAKE2b-256 | cfd7fe49d87bd2dc433c2708f12acdc143c739f07bdd7c82481b2d8d70ae79d2 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp311-cp311-macosx_10_14_universal2.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp311-cp311-macosx_10_14_universal2.whl
- Subject digest:
710e7cf358e84cb0b76574869d1ffb346a9732b09da38f95274eccf3f810a84c
- Sigstore transparency entry: 156274450
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 868.5 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38a893d2fe62b632879e377e765d885504213aa8812dfcef3ab35c003f3cd54d |
|
MD5 | 20354dc8a36555da887379d3dfaf9aac |
|
BLAKE2b-256 | 5fbf1cf98db36888fc270ae33511fc60c9ac37caff77c62c323c000c71cec22d |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp310-cp310-win_amd64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp310-cp310-win_amd64.whl
- Subject digest:
38a893d2fe62b632879e377e765d885504213aa8812dfcef3ab35c003f3cd54d
- Sigstore transparency entry: 156274425
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp310-cp310-win32.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp310-cp310-win32.whl
- Upload date:
- Size: 798.2 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3b1aeac7bfebd5e838eea8271b39be22e73526bb09e14f37c5050d9ef8eb330 |
|
MD5 | 40b45a8871943aa692b14eaa35828157 |
|
BLAKE2b-256 | cd34f6b4123c2ca2f21dba22b5e984ee882171a46dfd81a8b5b7069fb507006c |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp310-cp310-win32.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp310-cp310-win32.whl
- Subject digest:
d3b1aeac7bfebd5e838eea8271b39be22e73526bb09e14f37c5050d9ef8eb330
- Sigstore transparency entry: 156274448
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbfbf92649220d58e8b2a2abf3e1cd35b300632fbfd6ef6d43d134e6da28eb31 |
|
MD5 | 3b7c34d609bc0ee7e3101f530722f649 |
|
BLAKE2b-256 | a957bc350bccd4a39fb12b06bff6365b00fa2d3c7a55d7c15ffb12c92b42aa78 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
- Subject digest:
bbfbf92649220d58e8b2a2abf3e1cd35b300632fbfd6ef6d43d134e6da28eb31
- Sigstore transparency entry: 156274456
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11d28293f421e304762827ee29e9e70574653fa1e5e5c072c2f3f93845c16cdd |
|
MD5 | af79e6949bbc1f207a4c3e8c6db4544b |
|
BLAKE2b-256 | eba7e6e0503dd71fa8b76de6fb77636a5446464dad34845d1729db6a7cf120fa |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp310-cp310-musllinux_1_2_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp310-cp310-musllinux_1_2_i686.whl
- Subject digest:
11d28293f421e304762827ee29e9e70574653fa1e5e5c072c2f3f93845c16cdd
- Sigstore transparency entry: 156274427
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56daf042fe309ef354b3be77b3765959d84c167bb7b0630cc53a19de83e1de6b |
|
MD5 | 93583b6af5606e7adc066dab8d71522d |
|
BLAKE2b-256 | dbefde1df8f18a765fe6610cfe2b530ce0eec0d3b35606416858bb57a4ea1566 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
56daf042fe309ef354b3be77b3765959d84c167bb7b0630cc53a19de83e1de6b
- Sigstore transparency entry: 156274412
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5f51a1792fb6aa5cbc38f05a6a4c64eb86d402954e099d853ccaedf393658d5 |
|
MD5 | bb8de09a463e8e35c22d4632147e8cb3 |
|
BLAKE2b-256 | 4d6b12969c2129aeedd14b76f8bc177c5f63641ece65129d19fecc63328f7fb7 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
- Subject digest:
c5f51a1792fb6aa5cbc38f05a6a4c64eb86d402954e099d853ccaedf393658d5
- Sigstore transparency entry: 156274416
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp310-cp310-macosx_10_14_universal2.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp310-cp310-macosx_10_14_universal2.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, macOS 10.14+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c284d016638d9448464bd17ddd2475dbfff64e49683d633a93913374a2bc97ee |
|
MD5 | 5db76077c765a07fa287fe65c7fd0b34 |
|
BLAKE2b-256 | 1f055cf3da319a7cab1f4d526eae1936f9856a8360123903a79177066a3c3351 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp310-cp310-macosx_10_14_universal2.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp310-cp310-macosx_10_14_universal2.whl
- Subject digest:
c284d016638d9448464bd17ddd2475dbfff64e49683d633a93913374a2bc97ee
- Sigstore transparency entry: 156274447
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 868.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3740f8359b05393fa634dfa8290161291b2896d79cf60d156f534e051afc5eba |
|
MD5 | 6755708a76b709c21e44b4b1e7dcc239 |
|
BLAKE2b-256 | d19d0146211b7fe6e7437afda76395fec3fc76e63dc67ed2862d79170c6387db |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp39-cp39-win_amd64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp39-cp39-win_amd64.whl
- Subject digest:
3740f8359b05393fa634dfa8290161291b2896d79cf60d156f534e051afc5eba
- Sigstore transparency entry: 156274439
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp39-cp39-win32.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp39-cp39-win32.whl
- Upload date:
- Size: 798.6 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d1c2db8412d553863f9d0d405e92915f77de88c6e34addd05aa78057b3a2d15 |
|
MD5 | 336050bd974550875d587e9378797bc1 |
|
BLAKE2b-256 | 80569e2ef1f78d3ae8414121c84ca3483c888842fe50c862bddf316d3b70e35f |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp39-cp39-win32.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp39-cp39-win32.whl
- Subject digest:
8d1c2db8412d553863f9d0d405e92915f77de88c6e34addd05aa78057b3a2d15
- Sigstore transparency entry: 156274428
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3485d36c28ad7a6726d876d5d6ad8f4d3df3bead479f08e7d6bc27857503480 |
|
MD5 | 2538f6c534ffb69226bc2c2eab536b11 |
|
BLAKE2b-256 | 2a2bab7da7690a82b82c6b37a5cbb9be0754941ecb081683244bb9df67f995e7 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
- Subject digest:
d3485d36c28ad7a6726d876d5d6ad8f4d3df3bead479f08e7d6bc27857503480
- Sigstore transparency entry: 156274414
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 849290252d93b8cdfbea8262449a3dcbae73155844015dcf5874dec2fbdec22b |
|
MD5 | db7617a98e766f3ac34bb2933ce1546f |
|
BLAKE2b-256 | cd1419c6f29ae52739a96f3ac7be6a17f9f47667e2cf5f1fd1eff2586c58a83d |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp39-cp39-musllinux_1_2_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp39-cp39-musllinux_1_2_i686.whl
- Subject digest:
849290252d93b8cdfbea8262449a3dcbae73155844015dcf5874dec2fbdec22b
- Sigstore transparency entry: 156274408
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63349dea1326530366ce6ae8a35cfcdc4c290ea1bd1aaa9e9bcd8004bfe32773 |
|
MD5 | 9d2e89476f3bd6e8f25d2afc6410f6cd |
|
BLAKE2b-256 | 2890c5437374c7af962c217ec4122e579b0bddb357fd89a995edfd3dec743bba |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
63349dea1326530366ce6ae8a35cfcdc4c290ea1bd1aaa9e9bcd8004bfe32773
- Sigstore transparency entry: 156274410
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7be9e34380a2f0f02a7779debca7a4bdb55e684499b553ddd050a35aba9fa2db |
|
MD5 | a6d8e83a0f8328c7240aaed23bcf7e64 |
|
BLAKE2b-256 | 4b6387c8cfc20843fa96a6640eb39db5719d6fdb981f3e475faf6e74abc3cd89 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
- Subject digest:
7be9e34380a2f0f02a7779debca7a4bdb55e684499b553ddd050a35aba9fa2db
- Sigstore transparency entry: 156274429
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type:
File details
Details for the file sandiaspecutils-0.0.2-cp39-cp39-macosx_10_14_universal2.whl
.
File metadata
- Download URL: sandiaspecutils-0.0.2-cp39-cp39-macosx_10_14_universal2.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.9, macOS 10.14+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 836765b7e433725b885089f8d2d09fbdfc2609670ddc0a9c4ccb4ed0965c33ad |
|
MD5 | d2f0cf6e504d961857b327528b067995 |
|
BLAKE2b-256 | 39e383a3c860d8b4a6eb6d3c808eb56ccf961d1510aded20b932e0e718856f99 |
Provenance
The following attestation bundles were made for sandiaspecutils-0.0.2-cp39-cp39-macosx_10_14_universal2.whl
:
Publisher:
wheels.yml
on sandialabs/SpecUtils
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
sandiaspecutils-0.0.2-cp39-cp39-macosx_10_14_universal2.whl
- Subject digest:
836765b7e433725b885089f8d2d09fbdfc2609670ddc0a9c4ccb4ed0965c33ad
- Sigstore transparency entry: 156274443
- Sigstore integration time:
- Permalink:
sandialabs/SpecUtils@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Branch / Tag:
refs/tags/20241217-python-package-alpha-2
- Owner: https://github.com/sandialabs
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@2ac17b8e36c8dee129ff7be466bb49490a21d728
- Trigger Event:
release
- Statement type: