Iterative Gene clUster Analysis, a high-throughput method for gene cluster family identification.
Project description
🦎 IGUA 
Iterative Gene clUster Analysis, a high-throughput method for gene cluster family identification.
🗺️ Overview
IGUA is a method for high-throughput content-agnostic identification of Gene Cluster Families (GCFs) from gene clusters of genomic and metagenomic origin. It performs three clustering iteration to perform GCF assignment:
- Fragment mapping identification: Reduce the input sequence space by identifying which gene clusters are fragments of each other.
- Nucleotide deduplication: Find similar gene clusters in genomic space, using linear clustering with lower sequence identity and coverage.
- Protein representation: Compute a numerical representation of gene clusters in term of protein composition, using representatives from a protein sequence clustering, to identify more distant relatives not captured by the previous step.
Compared to similar methods such as BiG-SLiCE or BiG-SCAPE, IGUA does not use Pfam domains to represent gene cluster composition, using instead representatives from an unsupervised clustering. This allows IGUA to accurately account for proteins that may not be covered by Pfam, and avoids performing a costly annotation step. The resulting protein representatives can be later annotated indepently to transfer annotations to the GCFs.
🔧 Installing
IGUA can be downloaded directly from PyPI, which hosts pre-compiled
distributions for Linux, MacOS and Windows. Simply install with pip
:
$ pip install igua
Note that you will need to install MMseqs2 yourself through other means.
💡 Running
📥 Inputs
The gene clusters to pass to IGUA must be in GenBank format, with gene
annotations inside of CDS
features. Several GenBank files can be passed
to the same pipeline run.
$ igua -i clusters1.gbk -i clusters2.gbk ...
The GenBank locus identifier will be used as the name of each gene cluster. This may cause problems with gene clusters obtained with some tools, such as antiSMASH. If the input contains duplicate identifiers, the first gene cluster with a given identifier will be used, and a warning will be displayed.
📤 Outputs
The main output of IGUA is a TSV file which assigns a Gene Cluster Family to
each gene cluster found in the input. The GCF identifiers are arbitrary, and
the prefix can be changed with the --prefix
flag. The table will also record
the original file from which each record was obtained to facilitate resource
management. The table is written to the filename given with the --output
flag.
The sequences of the representative proteins extracted from each cluster
can be saved to a FASTA file with the --features
flag. These proteins are
used for compositional representation of gene clusters, and can be used to
transfer annotations to the GCF representatives. The final compositional matrix
for each GCF representative, which can be useful for computing distances
between GCFs, can be saved as an anndata
sparse matrix to a filename given
with the --compositions
flag.
📝 Workspace
MMseqs needs a fast scratch space to work with intermediate files while running
linear clustering. By default, this will use a temporary folder obtained with
tempfile.TemporaryDirectory
, which typically lies inside /tmp
. To use a
different folder, use the --workdir
flag.
🫧 Clustering
By default, IGUA will use average linkage clustering and a relative distance
threshold of 0.8
, which corresponds to clusters inside a GCF having at most
20% of estimated difference at the amino-acid level. These two options can be
changed with the --clustering-method
and --clustering-distance
flags.
Additionally, the precision of the distance matrix used for the clustering can
be lowered to reduce memory usage, using single
or half
precision floating
point numbers instead of the double
precision used by default. Use the
--precision
flag to control numerical precision.
💭 Feedback
⚠️ Issue Tracker
Found a bug ? Have an enhancement request ? Head over to the GitHub issue tracker if you need to report or ask something. If you are filing in on a bug, please include as much information as you can about the issue, and try to recreate the same bug in a simple, easily reproducible situation.
🏗️ Contributing
Contributions are more than welcome! See
CONTRIBUTING.md
for more details.
📋 Changelog
This project adheres to Semantic Versioning and provides a changelog in the Keep a Changelog format.
⚖️ License
This library is provided under the GNU General Public License v3.0.
This project was developed by Martin Larralde during his PhD project at the European Molecular Biology Laboratory and the Leiden University Medical Center in the Zeller team.
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 Distribution
Built Distributions
File details
Details for the file igua-0.1.0.post1.tar.gz
.
File metadata
- Download URL: igua-0.1.0.post1.tar.gz
- Upload date:
- Size: 39.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 778eba93c6637b4be94c9d67f2f40a19d4eba75c9d6be81432783df0777cebb7 |
|
MD5 | 65f2bed78ca809b6a7634b638f0e78eb |
|
BLAKE2b-256 | 996505bf69795dba64c845f833dd82a59f654cd6e31dbb671198622fa8066e6a |
Provenance
The following attestation bundles were made for igua-0.1.0.post1.tar.gz
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1.tar.gz
- Subject digest:
778eba93c6637b4be94c9d67f2f40a19d4eba75c9d6be81432783df0777cebb7
- Sigstore transparency entry: 207310786
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 255.2 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a0c6ba7bc5cfb3f3a9c5de18b86811bea9ee3ffc74420d035a3495572e787bf |
|
MD5 | b4850610974d95fb16717677114a133f |
|
BLAKE2b-256 | f91f02018f45a871794327845a4d1c642ef0b08a8568554ae9c161f6a12581ac |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp313-cp313-win_amd64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp313-cp313-win_amd64.whl
- Subject digest:
7a0c6ba7bc5cfb3f3a9c5de18b86811bea9ee3ffc74420d035a3495572e787bf
- Sigstore transparency entry: 207310889
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 416.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd666181ff98b532985792e4ce3287606e8369b1cf66ebcc351c6cc35da70f59 |
|
MD5 | e919ad562505f9cd091e6e3d594c323a |
|
BLAKE2b-256 | 2e27c156f7b9bf53b43d6afabfa676970b3b6137e898c9155da3dcc04ff734f7 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
dd666181ff98b532985792e4ce3287606e8369b1cf66ebcc351c6cc35da70f59
- Sigstore transparency entry: 207310863
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 411.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0051318bb19841978d77b60390f21e3fc9710343f386241c368699aafcb8cb99 |
|
MD5 | ee0efb5576022062646d7c5fc5a7cc8c |
|
BLAKE2b-256 | 746bb3538264de22d5c251e06afa20a84432642cfa8400389793032c6236789f |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
0051318bb19841978d77b60390f21e3fc9710343f386241c368699aafcb8cb99
- Sigstore transparency entry: 207310824
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp313-cp313-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp313-cp313-macosx_12_0_x86_64.whl
- Upload date:
- Size: 378.2 kB
- Tags: CPython 3.13, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fae782805f297556cd966e98c513198e67fffb4049b39305aded14624085a7f4 |
|
MD5 | 25e1b5268d849b446323ac154691bdf0 |
|
BLAKE2b-256 | 7994a906dffc9fc4211b639068e0859a14eb6db0e5b365bd82460b6a3487dcb1 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp313-cp313-macosx_12_0_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp313-cp313-macosx_12_0_x86_64.whl
- Subject digest:
fae782805f297556cd966e98c513198e67fffb4049b39305aded14624085a7f4
- Sigstore transparency entry: 207310911
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 351.5 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e58fcfc9fb37343d3cb33277178299fc5d396f72cb9a7bd66de31de11e65888 |
|
MD5 | 18a803066fa4567191aa4ac09fedf54e |
|
BLAKE2b-256 | 2179c8c3b04d7d7851ba49bce3740296eab697f94a1aea3940fc272149586fbb |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp313-cp313-macosx_11_0_arm64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp313-cp313-macosx_11_0_arm64.whl
- Subject digest:
3e58fcfc9fb37343d3cb33277178299fc5d396f72cb9a7bd66de31de11e65888
- Sigstore transparency entry: 207310838
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 254.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b77c0e2d08c0ee979342bff014dc80f0b2603a870d7a77155d9970d0edce206f |
|
MD5 | 2c5e939e59c76d6665b81603f22160b8 |
|
BLAKE2b-256 | d73b171c3e91b7538033cdc90b761aa5e92b846411ba790dccb6e9be0fae675c |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp312-cp312-win_amd64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp312-cp312-win_amd64.whl
- Subject digest:
b77c0e2d08c0ee979342bff014dc80f0b2603a870d7a77155d9970d0edce206f
- Sigstore transparency entry: 207310900
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 416.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68e32f26bbff98071f11c405765875800baf95be10540855fc455df773fded27 |
|
MD5 | 0fa4c0d9a370c4d67c3f62575fffc045 |
|
BLAKE2b-256 | 9b80586746e76753a489121bec6a7b5026a6a7cefeb514b0aaf7735e607ccec5 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
68e32f26bbff98071f11c405765875800baf95be10540855fc455df773fded27
- Sigstore transparency entry: 207310795
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 411.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 633983ccae21ee4dc43888e61f0b8cd8e27a8d2b980a2111420b2f69bc107dc3 |
|
MD5 | ddaff758497db974228f175430ea6b2d |
|
BLAKE2b-256 | 7cff2e856d5b9a702187fcbb10c2c00440f16b7efb3db6d420621ff1e8253342 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
633983ccae21ee4dc43888e61f0b8cd8e27a8d2b980a2111420b2f69bc107dc3
- Sigstore transparency entry: 207310907
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp312-cp312-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp312-cp312-macosx_12_0_x86_64.whl
- Upload date:
- Size: 378.0 kB
- Tags: CPython 3.12, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e00c938cb1fc92ea2a0365c6ccc653b23af03ee33be2fc6b35a0a455832c9b9d |
|
MD5 | 2e693bcaf23c42d03c27584d2cbb72d4 |
|
BLAKE2b-256 | 8261153bc00dc79c46a3a1fcbff57f269e3cc85ff174ed417fcaa84982d42089 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp312-cp312-macosx_12_0_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp312-cp312-macosx_12_0_x86_64.whl
- Subject digest:
e00c938cb1fc92ea2a0365c6ccc653b23af03ee33be2fc6b35a0a455832c9b9d
- Sigstore transparency entry: 207310836
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 351.2 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82c3d1191b07d253666edb41d1d7ffa5e68cb0486328d4f9089b40df9be6d011 |
|
MD5 | b223c557d5a63416db76f4f1aca25949 |
|
BLAKE2b-256 | 2bba2d30ee9444b6857d3a7622d75804bfcfd6e177a772cb065d00a2b3d96b5a |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp312-cp312-macosx_11_0_arm64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp312-cp312-macosx_11_0_arm64.whl
- Subject digest:
82c3d1191b07d253666edb41d1d7ffa5e68cb0486328d4f9089b40df9be6d011
- Sigstore transparency entry: 207310793
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 254.5 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 572ca4b2fbc5304726017bfdcb4c6664fc439a50e75009e3a50f12094e1b61b9 |
|
MD5 | 64510290b6263e4d6a043a56186b08c1 |
|
BLAKE2b-256 | cfeedcc0784ff88f1a19e6fd37549c6e5d197af31b9eba81ddb424719c36da57 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp311-cp311-win_amd64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp311-cp311-win_amd64.whl
- Subject digest:
572ca4b2fbc5304726017bfdcb4c6664fc439a50e75009e3a50f12094e1b61b9
- Sigstore transparency entry: 207310894
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 417.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d81e38505d7523f77d87a3179ae43aa674994f1e49ad7a73bce0369468649aaa |
|
MD5 | 25efc4d222212d87bcff0a8fe05cb20f |
|
BLAKE2b-256 | 47fb88c8451e0c71c5672b0320258639687dbbd3c22f86126eb7e6e65eee83bd |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
d81e38505d7523f77d87a3179ae43aa674994f1e49ad7a73bce0369468649aaa
- Sigstore transparency entry: 207310915
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 412.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8df5c05e19dfdf96a267792dff910b300080dc53b8ac41d50636d2d693b95165 |
|
MD5 | 30b05c7923b15b7272f4b9a28d90f6ff |
|
BLAKE2b-256 | 99e92faed55e1b2d2b41263c17ff5e9f15d330302974f582a0177c858cf5ad23 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
8df5c05e19dfdf96a267792dff910b300080dc53b8ac41d50636d2d693b95165
- Sigstore transparency entry: 207310822
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp311-cp311-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp311-cp311-macosx_12_0_x86_64.whl
- Upload date:
- Size: 380.5 kB
- Tags: CPython 3.11, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aec13d4137feb3a6684a17077d116916b4cfdd3942eb9c0081babaa99094f45c |
|
MD5 | a5eb947fd2a771e19e811bda4dc3eed8 |
|
BLAKE2b-256 | d809676153023481c25586d26a8a33ff2215dad8e5be483e9e2646e73c00923d |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp311-cp311-macosx_12_0_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp311-cp311-macosx_12_0_x86_64.whl
- Subject digest:
aec13d4137feb3a6684a17077d116916b4cfdd3942eb9c0081babaa99094f45c
- Sigstore transparency entry: 207310847
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 355.1 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a58477d7ed3b05bf548dbc2a731bd39cf38191fbe311ae5344eec6ff6028fbe5 |
|
MD5 | bb3d2c9b01991d894fd98e3dc299d563 |
|
BLAKE2b-256 | 62a42673069018394fcdc0bcdb69f851fbe9a8098f022b7d48d43ccc2efdf207 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp311-cp311-macosx_11_0_arm64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp311-cp311-macosx_11_0_arm64.whl
- Subject digest:
a58477d7ed3b05bf548dbc2a731bd39cf38191fbe311ae5344eec6ff6028fbe5
- Sigstore transparency entry: 207310832
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 254.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f40a46b685a86da1d13c3f662919fdeed7d18e333eff991dd9a4fe904960d07 |
|
MD5 | 9d1f5ac54273caab60e457717865521b |
|
BLAKE2b-256 | a48d23ffdb522602e221fcb9b09898bb66dc023d335b163328a391ba3919bb17 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp310-cp310-win_amd64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp310-cp310-win_amd64.whl
- Subject digest:
6f40a46b685a86da1d13c3f662919fdeed7d18e333eff991dd9a4fe904960d07
- Sigstore transparency entry: 207310827
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 417.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1283e1fb281f37557f68f35c0d85604f72cdcf19f1f9d48e3f2164b5782c5d9 |
|
MD5 | 0e6b31042d6d09d0ba1105245818ad5e |
|
BLAKE2b-256 | 02483638cbc9877d0982657318c20f06737b624ddae1638b11cf976ae96cffe0 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
f1283e1fb281f37557f68f35c0d85604f72cdcf19f1f9d48e3f2164b5782c5d9
- Sigstore transparency entry: 207310788
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 412.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a02bb24cf21c182cc9fd5b0ed1d88e07f4ca397c83d8790eb50b3cf1a55e057 |
|
MD5 | 34cc7f2ef25ec3678be71ecb3956ded7 |
|
BLAKE2b-256 | 4277fb1a246486cb2592c0627e5b52d05d3f7e1b72df72e857b055c2ed9061cd |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
6a02bb24cf21c182cc9fd5b0ed1d88e07f4ca397c83d8790eb50b3cf1a55e057
- Sigstore transparency entry: 207310859
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp310-cp310-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp310-cp310-macosx_12_0_x86_64.whl
- Upload date:
- Size: 380.6 kB
- Tags: CPython 3.10, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98629a75369431ce5b2b48b0cbcca33b20780765f1ab6259386c08b9bc08ba28 |
|
MD5 | 88f371e59fc0a82987ec1437d95369f2 |
|
BLAKE2b-256 | 0aa529382c750b5781dc701d4eab8d15f0a49568a0ea2ce551ad5caf9dd6fe69 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp310-cp310-macosx_12_0_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp310-cp310-macosx_12_0_x86_64.whl
- Subject digest:
98629a75369431ce5b2b48b0cbcca33b20780765f1ab6259386c08b9bc08ba28
- Sigstore transparency entry: 207310833
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 355.4 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb626ce8bbf5449f7811fe7871167658a05518587f434de88457ce86e662264e |
|
MD5 | 18023a4830a3b81dbf391b9eaba2fc9c |
|
BLAKE2b-256 | 50b184ae7b59242b740319d38c6aaec1de6ad71ae7a79a84af08427aab409a91 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp310-cp310-macosx_11_0_arm64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp310-cp310-macosx_11_0_arm64.whl
- Subject digest:
eb626ce8bbf5449f7811fe7871167658a05518587f434de88457ce86e662264e
- Sigstore transparency entry: 207310802
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 255.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 625a07011f2b675d8348585edd5d27a20f55af6398968f17a8da7e249c58d26f |
|
MD5 | 8d7386fd32a26fa3e9ff3ed4f4a5334b |
|
BLAKE2b-256 | b53bf7a8f2c41443cfc4b35e2f4d28d8255e660394c49cadcb2431b00de6facf |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp39-cp39-win_amd64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp39-cp39-win_amd64.whl
- Subject digest:
625a07011f2b675d8348585edd5d27a20f55af6398968f17a8da7e249c58d26f
- Sigstore transparency entry: 207310879
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 418.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4e420d14ee5af82c1e524ae35c8c38055023fae5719c51f27072bca24b06acb |
|
MD5 | eb2b05750c25f4b7299a28d26d497eaf |
|
BLAKE2b-256 | 15b913b6a3b85770b50c94237c46232322b1623d369e9409bea79a3600fe247a |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
e4e420d14ee5af82c1e524ae35c8c38055023fae5719c51f27072bca24b06acb
- Sigstore transparency entry: 207310799
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 413.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e3a9fe091ebd94e2806f068e7f3d7359c797432b301a537ffc92ec5b42d9f1b |
|
MD5 | 1585c3cddb5be8b33197e59d3a5a255c |
|
BLAKE2b-256 | e5316a366b82d077ba092cda2ecbf975759bc6dc9adff98fc719a0f324c92cab |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
4e3a9fe091ebd94e2806f068e7f3d7359c797432b301a537ffc92ec5b42d9f1b
- Sigstore transparency entry: 207310872
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp39-cp39-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp39-cp39-macosx_12_0_x86_64.whl
- Upload date:
- Size: 381.3 kB
- Tags: CPython 3.9, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7674a34eb8fde3d34d1f6283309c7bddb5f77a934b858941886f3fd534464877 |
|
MD5 | b8a4970e9c7263c89d3051d7b68f7320 |
|
BLAKE2b-256 | c8234577693865902eedafce42c4588d9cd67161473ed55978c4eb72ecf59b13 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp39-cp39-macosx_12_0_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp39-cp39-macosx_12_0_x86_64.whl
- Subject digest:
7674a34eb8fde3d34d1f6283309c7bddb5f77a934b858941886f3fd534464877
- Sigstore transparency entry: 207310812
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 355.8 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ad27d2ef8b8b109fda5b0566db877ef73d26a6dfe7e5fd6bf09814165a97750 |
|
MD5 | 2595d9d662e932ab6e4de88cf3c3cc56 |
|
BLAKE2b-256 | c36f8ad20c805cb8f5ca72f57167a904cbd72631d3a3af9403513d0f288cba9e |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp39-cp39-macosx_11_0_arm64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp39-cp39-macosx_11_0_arm64.whl
- Subject digest:
1ad27d2ef8b8b109fda5b0566db877ef73d26a6dfe7e5fd6bf09814165a97750
- Sigstore transparency entry: 207310885
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 255.0 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0625b5364fea223c52bf0ee2e4cf89e64ec2ea6e6c0c5a865501f6cf6b93e4fa |
|
MD5 | b3e9b6122bf4d6ec4155154b638608a2 |
|
BLAKE2b-256 | 3002f9137ef569fc8205874625c07b2d926e94b93077c46d526d45f25ce81426 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp38-cp38-win_amd64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp38-cp38-win_amd64.whl
- Subject digest:
0625b5364fea223c52bf0ee2e4cf89e64ec2ea6e6c0c5a865501f6cf6b93e4fa
- Sigstore transparency entry: 207310826
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 418.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ced60ef7c0868ad3e701eff222efdab8470bb255430d76d0e29307a93a013352 |
|
MD5 | 0f24eb7e83b2850c04655fd97614b95b |
|
BLAKE2b-256 | 5e0db2d1b3a2c5a47b59a5dd7ac894c2144b82be6ade066b51775049e505bc6e |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
ced60ef7c0868ad3e701eff222efdab8470bb255430d76d0e29307a93a013352
- Sigstore transparency entry: 207310815
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 413.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b2965082c25d9b348c2c4eb077c073228ac20e6a170214947bdf9b68786ee7a |
|
MD5 | 0fb44cb75704d07898c94567ada1a2f7 |
|
BLAKE2b-256 | 456a8160440e5e092a0edbd869ddfa2557b1a0c767024fe54eeeaea571b002e8 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
4b2965082c25d9b348c2c4eb077c073228ac20e6a170214947bdf9b68786ee7a
- Sigstore transparency entry: 207310850
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp38-cp38-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp38-cp38-macosx_12_0_x86_64.whl
- Upload date:
- Size: 381.0 kB
- Tags: CPython 3.8, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4296cbc74abd46a57df32a47370ef6a862c1cf1605733cd8f88c92fc2cfe8c8f |
|
MD5 | 63d5cc89ec208d99fbddf7c054c62e17 |
|
BLAKE2b-256 | 97daacfc4cd1d845a99fb6a2bb81c77c7ad0779844b67b0e0ae93ac6618e97e4 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp38-cp38-macosx_12_0_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp38-cp38-macosx_12_0_x86_64.whl
- Subject digest:
4296cbc74abd46a57df32a47370ef6a862c1cf1605733cd8f88c92fc2cfe8c8f
- Sigstore transparency entry: 207310842
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 355.6 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed244cd4a9232bbeb176f3bf91d88a0a5e8b22d042788c16b3597ce1c3fdd2ff |
|
MD5 | 28b2f284a35adb84da53b3621e0daa4f |
|
BLAKE2b-256 | eefafe2cdb1dc38de9b26abb88340d4961fd027a3f3c51b7437287fae08b5b14 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp38-cp38-macosx_11_0_arm64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp38-cp38-macosx_11_0_arm64.whl
- Subject digest:
ed244cd4a9232bbeb176f3bf91d88a0a5e8b22d042788c16b3597ce1c3fdd2ff
- Sigstore transparency entry: 207310852
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 255.0 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ced5642ea7f0dc85abdb23e64c1f3ece1d9b2c012a69f63d16dc1178d8489cb |
|
MD5 | b78d6632989cf9c95e5ac131724e06a3 |
|
BLAKE2b-256 | d4e428ef64be7b86cbf95a02963dc75ccd6437d074522e3a9b18700fb0647f9c |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp37-cp37m-win_amd64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp37-cp37m-win_amd64.whl
- Subject digest:
4ced5642ea7f0dc85abdb23e64c1f3ece1d9b2c012a69f63d16dc1178d8489cb
- Sigstore transparency entry: 207310876
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 418.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8221b3cc938c1e5407d1b551dd120a2fdb68e8d600d2a6f1d112b94e765fb6a1 |
|
MD5 | 3735b15222631e1c58b9ada464b7c7b9 |
|
BLAKE2b-256 | 12c0f2a9d6da2a0d579d0ba4c261602a1180403e8fabde5240f3dba44533f5a6 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
8221b3cc938c1e5407d1b551dd120a2fdb68e8d600d2a6f1d112b94e765fb6a1
- Sigstore transparency entry: 207310806
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 413.3 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a51d4613454e91aa2b105a2a5b3f3ad47f849bcac36e9f51d6194be4f9ac10b |
|
MD5 | 5282e60103b718b6fc206ecdbdf52e7e |
|
BLAKE2b-256 | eaec508e5efbdd8ce5010caf0972106ae5406f1d48972130e2f09793c3d4fde5 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
3a51d4613454e91aa2b105a2a5b3f3ad47f849bcac36e9f51d6194be4f9ac10b
- Sigstore transparency entry: 207310855
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type:
File details
Details for the file igua-0.1.0.post1-cp37-cp37m-macosx_12_0_x86_64.whl
.
File metadata
- Download URL: igua-0.1.0.post1-cp37-cp37m-macosx_12_0_x86_64.whl
- Upload date:
- Size: 381.2 kB
- Tags: CPython 3.7m, macOS 12.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7550027e4f8d6d8517e647f49389e48f8449c90c185a09ae8de496ade353a8d6 |
|
MD5 | 25d1d9a999f690841e0b59c75b6a2300 |
|
BLAKE2b-256 | 9dc6ef822e39ff8025124661cb6860b869033194db6050f4edca92649f2bdad7 |
Provenance
The following attestation bundles were made for igua-0.1.0.post1-cp37-cp37m-macosx_12_0_x86_64.whl
:
Publisher:
package.yml
on zellerlab/IGUA
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
igua-0.1.0.post1-cp37-cp37m-macosx_12_0_x86_64.whl
- Subject digest:
7550027e4f8d6d8517e647f49389e48f8449c90c185a09ae8de496ade353a8d6
- Sigstore transparency entry: 207310867
- Sigstore integration time:
- Permalink:
zellerlab/IGUA@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Branch / Tag:
refs/tags/v0.1.0-post.1
- Owner: https://github.com/zellerlab
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
package.yml@6f7fae3a00265cd385d1c7e5daf75ae7bb6f38b2
- Trigger Event:
push
- Statement type: