Fast Cython-powered one-hot encoding for DNA sequences
Project description
brisket
Fast cython powered 1 hot encoding for DNA sequences.
Installation
$ pip install brisket
Usage
import numpy as np
from brisket import encode_seq
# Encode a DNA sequence to one-hot format
dna_sequence = "ATCG"
encoded = encode_seq(dna_sequence)
print(encoded)
# Output: 2D numpy array with shape (4, seq_length) - PyTorch convention
# [[1 0 0 0] # A channel: positions 0, 1, 2, 3
# [0 0 1 0] # C channel: positions 0, 1, 2, 3
# [0 0 0 1] # G channel: positions 0, 1, 2, 3
# [0 1 0 0]] # T channel: positions 0, 1, 2, 3
# The encoding uses channels-first format:
# - Row 0 = A channel, Row 1 = C channel, Row 2 = G channel, Row 3 = T channel
# - Each row represents one nucleotide type across all positions
# - Each column represents one position in the sequence
# Invalid characters (not A, T, C, G) result in all-zero columns
encoded_with_n = encode_seq("ATCGN") # Last column will be [0 0 0 0]
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
brisket was created by Natalie Gill and Sean Whalen. It is licensed under the terms of the MIT license.
Credits
brisket was created with cookiecutter and the py-pkgs-cookiecutter template.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brisket-0.1.2.tar.gz.
File metadata
- Download URL: brisket-0.1.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d176b81f588f2f80606e003afe77b88a3c894c1757902e852df7c6a021e121e
|
|
| MD5 |
596eb68b1845cce6ce6d1e9e0811a123
|
|
| BLAKE2b-256 |
9021a68ce5c083a2fa2a9b5baa3bf77222a5b89d0e9c07e47471f54276b55117
|
Provenance
The following attestation bundles were made for brisket-0.1.2.tar.gz:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2.tar.gz -
Subject digest:
4d176b81f588f2f80606e003afe77b88a3c894c1757902e852df7c6a021e121e - Sigstore transparency entry: 646676559
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: brisket-0.1.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 31.0 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61581631bf479232ae4009bdba0ef8370166e49597a29b539869c6b8b1f9c661
|
|
| MD5 |
9a455c7359bfde72e52982fa9e2ec2a6
|
|
| BLAKE2b-256 |
cddae757378c351830777e7f2d2c039c5723c889081c87e1b520ca2740a02c4b
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp312-cp312-win_amd64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp312-cp312-win_amd64.whl -
Subject digest:
61581631bf479232ae4009bdba0ef8370166e49597a29b539869c6b8b1f9c661 - Sigstore transparency entry: 646676739
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: brisket-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 121.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74a6582c95d485c27d4df17c57ab62f5205805fbace6ebae1b0a43f9ed2d1295
|
|
| MD5 |
6a9967d9800a7dc2960b63248b5378c3
|
|
| BLAKE2b-256 |
06810a86584c77e949b055755ed05f71730dd48de107d423775db6eb1c8a106e
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl -
Subject digest:
74a6582c95d485c27d4df17c57ab62f5205805fbace6ebae1b0a43f9ed2d1295 - Sigstore transparency entry: 646676719
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: brisket-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 29.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efffcaaff2d00617279a9ddc6308808c507680ece8ca3def683e360d11a3d44e
|
|
| MD5 |
343b63f31aef853c32422cfd138f281b
|
|
| BLAKE2b-256 |
84c43b704c8839398d9ccbed3e8cd9bdd6809a64125a763e9c75cb46af9f9527
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
efffcaaff2d00617279a9ddc6308808c507680ece8ca3def683e360d11a3d44e - Sigstore transparency entry: 646676649
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: brisket-0.1.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 30.6 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e15f79c390441dbde5e539d0041652f44870feb3addb3ec71b511890258d859
|
|
| MD5 |
05c335182b0041fea8260db3c9cc74dc
|
|
| BLAKE2b-256 |
5566de10335c4039851ac891a0df8b9c2ea2bbc66254430bf6b15e7ccb21c8b4
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp311-cp311-win_amd64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp311-cp311-win_amd64.whl -
Subject digest:
7e15f79c390441dbde5e539d0041652f44870feb3addb3ec71b511890258d859 - Sigstore transparency entry: 646676760
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: brisket-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 114.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d707c0e265c108699dc10f0242c231874c2859cf0cf13d064d96ac1099f56a99
|
|
| MD5 |
293558a566fa15a964dd32fcdc31cdc3
|
|
| BLAKE2b-256 |
8a0b1a04377d112dc7dd5b1026ffb4990a95467eef5e8a5fbebfb154061765e0
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl -
Subject digest:
d707c0e265c108699dc10f0242c231874c2859cf0cf13d064d96ac1099f56a99 - Sigstore transparency entry: 646676786
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: brisket-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 28.7 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16a95ca0164b09c3e1892604ff3341eec1b0f7e67fbf9b4e13ffa75e06f50687
|
|
| MD5 |
c567bf14eda0ba3c205c0aefd6c05094
|
|
| BLAKE2b-256 |
c5398e9797ec5249d411088dffa0fe75d317a64275cf9dda9940f3d9b5e90651
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
16a95ca0164b09c3e1892604ff3341eec1b0f7e67fbf9b4e13ffa75e06f50687 - Sigstore transparency entry: 646676580
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: brisket-0.1.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 30.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4eeb347176f5d48b9f6994996fc36c0e8668de6fd889cb9540f8b44a1885e67
|
|
| MD5 |
06ecc57ad3a2eac63f6fc26b8b52535b
|
|
| BLAKE2b-256 |
39d9925e8ea4e56ed63e9f5b991b3540fe91d5268c60e4126da63f44a323883b
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp310-cp310-win_amd64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp310-cp310-win_amd64.whl -
Subject digest:
b4eeb347176f5d48b9f6994996fc36c0e8668de6fd889cb9540f8b44a1885e67 - Sigstore transparency entry: 646676705
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: brisket-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 107.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8716cc70aa422f5e36617a984e73687676a2b4b75bf9062e0a06f87a23db6c31
|
|
| MD5 |
f5b9406672fe642c4106082768baff7a
|
|
| BLAKE2b-256 |
9ae8e8a226c198fcb5f3204cef5641bc01c86c4c437216f60b8a2439784787c6
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8716cc70aa422f5e36617a984e73687676a2b4b75bf9062e0a06f87a23db6c31 - Sigstore transparency entry: 646676676
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: brisket-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 29.2 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecd6f4d814c3f03efccfc8007daa6ab5b90a086d1084388a52e98a1a8170e1e8
|
|
| MD5 |
a8c83a5ef42baa9c37ed58d97e8298da
|
|
| BLAKE2b-256 |
f460c55151dfda39941577521e52c2b328b521e99804a45819542489685ba898
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
ecd6f4d814c3f03efccfc8007daa6ab5b90a086d1084388a52e98a1a8170e1e8 - Sigstore transparency entry: 646676617
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: brisket-0.1.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 30.6 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d773f0ce3e53ad8280914bc2e42f987556340b1ba7eafbabaa8bf92bd8a750a0
|
|
| MD5 |
559385c9252e316755d031a5549b79f4
|
|
| BLAKE2b-256 |
fdac624b575d65ac01415ea67c3b1bc9f71600b629afaf64ef16f60bed880af6
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp39-cp39-win_amd64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp39-cp39-win_amd64.whl -
Subject digest:
d773f0ce3e53ad8280914bc2e42f987556340b1ba7eafbabaa8bf92bd8a750a0 - Sigstore transparency entry: 646676634
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: brisket-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 106.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bcd1640c42a56250d01bea835a229471cf5cd30fcfa5ce9d71d1b6ced263257
|
|
| MD5 |
2ad56730e05e105a4adf8a9219de247b
|
|
| BLAKE2b-256 |
72a31bcff5c542c31f4ebf2450c34f9c9e401bd026c4db51ce8959170103a74c
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8bcd1640c42a56250d01bea835a229471cf5cd30fcfa5ce9d71d1b6ced263257 - Sigstore transparency entry: 646676597
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file brisket-0.1.2-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: brisket-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 29.3 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d551eb36de6b8b111ae33b525fb624ca1b3ed798a37efaf0381c1ed5237e9c1
|
|
| MD5 |
d7e197e24b15453d256fb38035045ffd
|
|
| BLAKE2b-256 |
0034caee6d614ccaa9eb9a5e198a2b1cc7b1be21e94bcce9824759f986dce79e
|
Provenance
The following attestation bundles were made for brisket-0.1.2-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yaml on gladstone-institutes/brisket
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
brisket-0.1.2-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
2d551eb36de6b8b111ae33b525fb624ca1b3ed798a37efaf0381c1ed5237e9c1 - Sigstore transparency entry: 646676689
- Sigstore integration time:
-
Permalink:
gladstone-institutes/brisket@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gladstone-institutes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yaml@aa33a47cda70a78ec4d777dbde6d8bfab8cc8226 -
Trigger Event:
workflow_dispatch
-
Statement type: