High-performance quantum compiler middleware for Dynamical Decoupling.
Project description
AegisQ 🛡️
High-Performance Quantum Compiler Middleware for Dynamical Decoupling
AegisQ is a high-speed compiler pass designed to bridge the gap between abstract quantum circuits and noisy physical hardware. By analyzing circuit schedules and automatically injecting Dynamical Decoupling (DD) pulse sequences into idle qubit windows, AegisQ dramatically reduces decoherence and improves algorithmic fidelity.
Built with a pure Rust core and exposed via a zero-cost PyO3 abstraction layer, AegisQ seamlessly integrates with standard Python frameworks like Qiskit without the typical FFI translation bottlenecks.
⚡ Features
- Zero-Cost Abstraction: Write in Python, compile in Rust. Bypasses the Python GIL for massive DAG traversal.
- ASAP Scheduling: Automatically calculates the critical path of your circuit to find precise nanosecond idle windows.
- Hardware-Aware Routing (NEW in v0.2): Reads live calibration data (T1/T2 times, gate durations) directly from IBM Qiskit
Backendtargets to calculate exact decoherence vulnerability windows. - Advanced DD Injection (NEW in v0.2): Supports industry-standard dynamical decoupling sequences like XY4 ($X-Y-X-Y$) to protect against colored thermal noise.
🚀 Quickstart (Hardware-Aware Qiskit Integration)
AegisQ acts as invisible middleware. Pass your standard Qiskit circuit and your target IBM backend through the optimizer, and AegisQ will dynamically weave protective pulses into the execution schedule.
from qiskit import QuantumCircuit
from qiskit.providers.fake_provider import GenericBackendV2
import aegis_q
# 1. Write your standard circuit
qc = QuantumCircuit(3)
qc.h(0)
qc.x(1)
qc.delay(1000, 2) # Simulating a long operation on Q2
qc.cx(0, 2)
# 2. Load your target IBM Quantum hardware (or a mock simulator)
backend = GenericBackendV2(num_qubits=3)
# 3. Let AegisQ analyze the hardware schedule and inject an XY4 sequence
optimized_qc = aegis_q.optimize_circuit(qc, backend=backend, sequence="XY4")
print(optimized_qc.draw())
📦 Installation
AegisQ provides pre-compiled binaries for Linux, macOS, and Windows.
bash
pip install aegis-q
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 aegis_q-0.1.1.tar.gz.
File metadata
- Download URL: aegis_q-0.1.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d97160fe19fdcc876f2e9d2d5b95288f905f7465cdb6bf90b7a35c427872702f
|
|
| MD5 |
16b83dc5f739028cfc26a6c97a22e970
|
|
| BLAKE2b-256 |
fc62635a7b45b765189e8817a3ddd5ff5f78c52b20c1a60b6e9ac5ced9d31547
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1.tar.gz:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1.tar.gz -
Subject digest:
d97160fe19fdcc876f2e9d2d5b95288f905f7465cdb6bf90b7a35c427872702f - Sigstore transparency entry: 980024047
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 299.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c604ecb10d233807b4b9d12ea6ea083f7dd0b7f70a283956b52c7f40f31184ba
|
|
| MD5 |
4dabd1518b1ad261a01cd809a91874e1
|
|
| BLAKE2b-256 |
2ab9b4a3ca118daf92c3dbf622e58f657f5b282d00d6933d695e47a208306809
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c604ecb10d233807b4b9d12ea6ea083f7dd0b7f70a283956b52c7f40f31184ba - Sigstore transparency entry: 980024752
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 295.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502bf64ca78a5ca85f29ee9c4ef732cf36cdc4fca91a8180a7231a81ca930b33
|
|
| MD5 |
9eadbc4dff383bd516976a5ae518ad26
|
|
| BLAKE2b-256 |
1b9f059437a6d96dcd54f41bb0494a4ad9751f032aacae6eeeb87a638a917bdf
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
502bf64ca78a5ca85f29ee9c4ef732cf36cdc4fca91a8180a7231a81ca930b33 - Sigstore transparency entry: 980025004
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 293.1 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1290b5ccc94f6b62532145c13b38f0c0cf328c660ce21a20d78530a27c4c406b
|
|
| MD5 |
6a2c8d20fb02bb0aa8aa5cf8f22cccc8
|
|
| BLAKE2b-256 |
64f983bed947aab584dc4bcc6497311d1bdc923663b3b61882ec15e53e502ea0
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
1290b5ccc94f6b62532145c13b38f0c0cf328c660ce21a20d78530a27c4c406b - Sigstore transparency entry: 980024561
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 150.6 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44699a187578035d1979358ccf7e74466989c41ae0f119bff4c08870c2206213
|
|
| MD5 |
973a7bc7d6a9e579445a292afa4d9842
|
|
| BLAKE2b-256 |
61b41ca8adb7bf81c17eaeded7512e93c14e18f437fd64861d05b6e55be1d7f2
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp314-cp314-win_amd64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp314-cp314-win_amd64.whl -
Subject digest:
44699a187578035d1979358ccf7e74466989c41ae0f119bff4c08870c2206213 - Sigstore transparency entry: 980024533
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 296.9 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
177dbc4de39aa0aa2f7e1c36dce537988be98a851cd681d579c82b8c4799e779
|
|
| MD5 |
5ebf5ea89d1ac492af37a2d9d6c82603
|
|
| BLAKE2b-256 |
4aa0b4820a65bfa23d96b0a9582adc986dc868d063bbb43d5bcc94763f8f4a85
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
177dbc4de39aa0aa2f7e1c36dce537988be98a851cd681d579c82b8c4799e779 - Sigstore transparency entry: 980025510
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 293.2 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3659306cdd61774e5b57b44b08a628be3643bec36c439a49425774d2b47c4259
|
|
| MD5 |
67a694047a5607685c955a5e9362a8b6
|
|
| BLAKE2b-256 |
b7254cff9237ecbeb09be8d982b553eab059de5c93d831d27db1346bddb2a0a2
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
3659306cdd61774e5b57b44b08a628be3643bec36c439a49425774d2b47c4259 - Sigstore transparency entry: 980025910
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 262.2 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46af0b64e2e1f01ab851c16877d04b5ceeb15097c1ddee062505d3b3e29970cd
|
|
| MD5 |
f65d74bbb49ded39b4f491aa06e415db
|
|
| BLAKE2b-256 |
e67bb3477c3108b57b0c3f0967821cc7e0512fe44bb017d0dc51d4fc432c4fc3
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
46af0b64e2e1f01ab851c16877d04b5ceeb15097c1ddee062505d3b3e29970cd - Sigstore transparency entry: 980024934
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 265.9 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
999518eeaa0f5e7edea224be7c3bbc5f5cbe634ceb9a5c76e1e6c0461b39e64c
|
|
| MD5 |
38c055cf04af2551a2ed91bd9c7915f6
|
|
| BLAKE2b-256 |
02dbf41bb9aa9a4a7d6ae49d117b2d29c33c9504e9b78225458a39e5025ed828
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
999518eeaa0f5e7edea224be7c3bbc5f5cbe634ceb9a5c76e1e6c0461b39e64c - Sigstore transparency entry: 980024107
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 293.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b56ffbc3355bf1f074db481904b4ef42d145194367f346778598ec2231933970
|
|
| MD5 |
a3bf7ca715302b26b400ff42ce08035a
|
|
| BLAKE2b-256 |
60311b090bf97511401e7e7bf3089644b5ba2b99762ceff3fd504513d086ee51
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
b56ffbc3355bf1f074db481904b4ef42d145194367f346778598ec2231933970 - Sigstore transparency entry: 980025366
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 150.6 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a34ff1f1cc37ded4c876195306764886fdb7c9e35e821f356e6fee6294af674
|
|
| MD5 |
6202479d6d1b0fea3bd215bff049b50e
|
|
| BLAKE2b-256 |
39e2bd818973a82d383caa4efbfa6c4e175d587bb586f37cd677e86a14e2e3dc
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp313-cp313-win_amd64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp313-cp313-win_amd64.whl -
Subject digest:
9a34ff1f1cc37ded4c876195306764886fdb7c9e35e821f356e6fee6294af674 - Sigstore transparency entry: 980024302
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 296.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c376d8597dc35ace21a46f0ad630e201aec6255db00524d3c3db8d43633bfc6a
|
|
| MD5 |
662c59ad904a78b78b5cd79ba70bd991
|
|
| BLAKE2b-256 |
88c6f01ee151bc72d77fa4bc50eb130e5b00cba70e6b3b4aad572a2d1be9e762
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c376d8597dc35ace21a46f0ad630e201aec6255db00524d3c3db8d43633bfc6a - Sigstore transparency entry: 980025222
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 293.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97d873705e21df991ee5a5cb87e33cd1233c759202b37dc08f91d033ab6aa449
|
|
| MD5 |
5723b3f70b75aab4c3360ad41f3bcc12
|
|
| BLAKE2b-256 |
0852a54ca60e61b8c349c082a97b2b6f4f393e8c564d6a95d3f5a31f4a72b0b0
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
97d873705e21df991ee5a5cb87e33cd1233c759202b37dc08f91d033ab6aa449 - Sigstore transparency entry: 980025793
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 262.0 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a609975974d83c0131820d41fa33bf76af7087984829a7a0996a0eeaa0764ad4
|
|
| MD5 |
7e121083e065dfe4aa2a01b653830452
|
|
| BLAKE2b-256 |
1c38378d9c83ecb2854030db2298bdbf7530146f660b53209be1eaf6bcdd62b0
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
a609975974d83c0131820d41fa33bf76af7087984829a7a0996a0eeaa0764ad4 - Sigstore transparency entry: 980024206
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 265.3 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff8a5f431263bc4b16d50a9007fa1fd6e6d45d374b91ac9753f4d91b4e5e0016
|
|
| MD5 |
486f4ba4c9f7cbce0e9a8847f634102a
|
|
| BLAKE2b-256 |
3eaf43cd1badc979cbb71020e0156b123a43a80b759a1a3dfffc8e15e25f862e
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
ff8a5f431263bc4b16d50a9007fa1fd6e6d45d374b91ac9753f4d91b4e5e0016 - Sigstore transparency entry: 980024407
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 150.7 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 |
50dac86193daaf3daf7dcec573d219ecd03c82860b510ed41b1e6105216fa7ee
|
|
| MD5 |
3af9fe0a69bb30f2a6abeeabcaadbd00
|
|
| BLAKE2b-256 |
70b08e390e398d626cac9da5ee544deac3ad6f3a1e6c45ebe9b9ed28345b0edd
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp312-cp312-win_amd64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp312-cp312-win_amd64.whl -
Subject digest:
50dac86193daaf3daf7dcec573d219ecd03c82860b510ed41b1e6105216fa7ee - Sigstore transparency entry: 980025631
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 297.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c1591cfcd714c1b91899c8544b9c9a6d6f3a30d5ec7c2c4b6a678405436a2d
|
|
| MD5 |
d791799de15da22897b0f775541cfabb
|
|
| BLAKE2b-256 |
a8a9afd4b1f6db64d94e2cfefa1f05ff3010d3f2f5258db7172522595aad2939
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e1c1591cfcd714c1b91899c8544b9c9a6d6f3a30d5ec7c2c4b6a678405436a2d - Sigstore transparency entry: 980024817
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 293.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3b9a1af6e06d630f936e47db501a72ebe505cb1dbaf84cee8aba85292820fa6
|
|
| MD5 |
e6ca683cabcf386374156a3cac38ea27
|
|
| BLAKE2b-256 |
b567b34ae5e7a149354053c36e5a25559d8f11155ecf383611d5c45f5a79df00
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
d3b9a1af6e06d630f936e47db501a72ebe505cb1dbaf84cee8aba85292820fa6 - Sigstore transparency entry: 980025173
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 261.7 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 |
767455eec8905386121945637f8c6c98083aa5541f94966a0cef0f39e5a56201
|
|
| MD5 |
3616afe16b46a330f9d67332f24dc149
|
|
| BLAKE2b-256 |
dc04773f040d489abc1b4325690c0feec5a3bbd867d6773b689cb083dc7e936c
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
767455eec8905386121945637f8c6c98083aa5541f94966a0cef0f39e5a56201 - Sigstore transparency entry: 980024161
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 266.0 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f07ca23a856b017a06482091ee05ead50507304ba286371a0dba1b4504c407da
|
|
| MD5 |
20c92303c8c98588ce54c7a7da5d097e
|
|
| BLAKE2b-256 |
23ca69862d41ccf777e7fb3fa53b0e16db24ccea64e39713fa5bfbba4b8ecf06
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
f07ca23a856b017a06482091ee05ead50507304ba286371a0dba1b4504c407da - Sigstore transparency entry: 980024345
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 151.9 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 |
d8363acc55d0afb59b47e452d28ecd01bf7abe72db0ed0fe33631ae14f7e5854
|
|
| MD5 |
1d985dfd82c1a7dfb98137b712598925
|
|
| BLAKE2b-256 |
3ec0a2982c09f71594a37a9677b8c6004eda3e0fa84b9477f7b879f40845162a
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp311-cp311-win_amd64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp311-cp311-win_amd64.whl -
Subject digest:
d8363acc55d0afb59b47e452d28ecd01bf7abe72db0ed0fe33631ae14f7e5854 - Sigstore transparency entry: 980025125
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 298.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
956ac931456f0a42bf66d2dbca3e4279ff1b685e59abb598953dab16e5efd6e4
|
|
| MD5 |
f6b21b466571654f59e8fc93b61a07fe
|
|
| BLAKE2b-256 |
81853c3d1a882a3f7395f0c82f3f781b42aad1c964b291b73493d471800b388b
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
956ac931456f0a42bf66d2dbca3e4279ff1b685e59abb598953dab16e5efd6e4 - Sigstore transparency entry: 980025442
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 295.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c263ff01d4baf5c9be4a33cb5338fdaa7a867bf72e17e3672092d44f7197d62a
|
|
| MD5 |
40191457ecbd4c02e9a8d88028f0177d
|
|
| BLAKE2b-256 |
722475b28d157fb0116404d3d8dc33a030bd3b4dbf0878d832e87b75e3689abc
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c263ff01d4baf5c9be4a33cb5338fdaa7a867bf72e17e3672092d44f7197d62a - Sigstore transparency entry: 980024488
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 263.8 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 |
db1786c50ac752c5c1c255915fc8ca8f08438a6fa21ef0a49f0013a8b6066b86
|
|
| MD5 |
2a55f5a87f07aa9c5716d423b086e8c6
|
|
| BLAKE2b-256 |
1a016c0b5c29106cc439f146016bbe4f242c5f5ef7aaf1b35f01243e426d0af7
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
db1786c50ac752c5c1c255915fc8ca8f08438a6fa21ef0a49f0013a8b6066b86 - Sigstore transparency entry: 980025704
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 267.7 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9662c2ba621419032445d4150acfc9b19182776f5e45e1e004b212de391581c0
|
|
| MD5 |
98c1fbefb45e7c7fca0f693426484a60
|
|
| BLAKE2b-256 |
9991eeb5c80afcc4761a4903dc94e137074d28d4a59d0fd96b33e977644419e5
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
9662c2ba621419032445d4150acfc9b19182776f5e45e1e004b212de391581c0 - Sigstore transparency entry: 980025861
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 151.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca8c17268c67be14c9df637eed6b605fe3b0fd9e730dedb04999672d65f8cc33
|
|
| MD5 |
8d184a03ddb0ce10b7f207dcc9693423
|
|
| BLAKE2b-256 |
1c2f6631ebb3499ab98bb0f532bf793ec759c69dd0c1c4898f287db65b50d89f
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp310-cp310-win_amd64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp310-cp310-win_amd64.whl -
Subject digest:
ca8c17268c67be14c9df637eed6b605fe3b0fd9e730dedb04999672d65f8cc33 - Sigstore transparency entry: 980025065
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 298.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0fd81d254b700f97a9c721cd3edf153d72b0bf97d94e3eefafb81fbb39c54a7
|
|
| MD5 |
05810dbe297233791198ba94b993de43
|
|
| BLAKE2b-256 |
fcc60587c9eab489548d7cde09faf02cc4085a31d410b15aaa0ffb93df3949bc
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
d0fd81d254b700f97a9c721cd3edf153d72b0bf97d94e3eefafb81fbb39c54a7 - Sigstore transparency entry: 980024255
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 295.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a391aa831c33b639306ae22cead03f5c6de057b6bfb7f91dc62f5d71772f259c
|
|
| MD5 |
d518a3bb3fa058ad2ea26beffefd4e13
|
|
| BLAKE2b-256 |
e12e468b96f1e1346e1c9dbde61c1f347d34174335a237b3b6f446e99842622c
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
a391aa831c33b639306ae22cead03f5c6de057b6bfb7f91dc62f5d71772f259c - Sigstore transparency entry: 980024713
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 264.0 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 |
00a69832a4ac334d57a07e57ff1560dae998bce8e6580a8d152e3cc579d593e6
|
|
| MD5 |
c605a2fa12943eb9d26039fe78526257
|
|
| BLAKE2b-256 |
19a5b3a95f1a594bad5775963d707d3cc9e56dd19b48814ae88f4c4da4f1927a
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
00a69832a4ac334d57a07e57ff1560dae998bce8e6580a8d152e3cc579d593e6 - Sigstore transparency entry: 980025303
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 267.7 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73a137ba0599cbf3b1e58f7a4724f920c8ff4154e3a4aa26669e6f2fbb3e6a26
|
|
| MD5 |
dfcaabe475bea1278eb6dc4a99fbfb42
|
|
| BLAKE2b-256 |
9c871966b91f67f2e9026e50504f2c1044b8876f037bb54b8beb1130d6e315f9
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
73a137ba0599cbf3b1e58f7a4724f920c8ff4154e3a4aa26669e6f2fbb3e6a26 - Sigstore transparency entry: 980025573
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 300.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f70c4beef4c634ea43c9dfd3eafa1dd7b0bd74ec1c7942a00c43fb5cbf8707ba
|
|
| MD5 |
3b59e991383e308bc379d2a09948fd40
|
|
| BLAKE2b-256 |
95ca3911ead9f26e8c92c0dcc697fe460c7ffb067f79bcea3e7ae3da77a11cdc
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
f70c4beef4c634ea43c9dfd3eafa1dd7b0bd74ec1c7942a00c43fb5cbf8707ba - Sigstore transparency entry: 980024650
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 296.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6534da1032ca278c5310702170da4bcbb62de18a12947b793a94a56d125fb72
|
|
| MD5 |
c9b12949c4327a7c3fd732f520ff0070
|
|
| BLAKE2b-256 |
608a9a1b545f4a4f1db820a9e56ecfa5950d1d0446d45dde20bdd63560199fb4
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
b6534da1032ca278c5310702170da4bcbb62de18a12947b793a94a56d125fb72 - Sigstore transparency entry: 980024870
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 300.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d7adf25eb0d4af716bc6d8f08d168acbd24ad33622bf6df4fdc25cc55f62be8
|
|
| MD5 |
6270bab7fe4bec8ebd4be622809ed917
|
|
| BLAKE2b-256 |
33a9f77effb07caa6fe22a46849ca119be1c5ef3367ed5b754beb8dd96ba234d
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
9d7adf25eb0d4af716bc6d8f08d168acbd24ad33622bf6df4fdc25cc55f62be8 - Sigstore transparency entry: 980024453
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aegis_q-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: aegis_q-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 296.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56cfeb38fa4a36e6599579e072e4d4d331fda5643d6e2f9aee56c2d2589a3760
|
|
| MD5 |
8b10671af83ca6f39f82dbf1fe638234
|
|
| BLAKE2b-256 |
b93a8222f3f86b2b1dfcc6a54b58491cd3794f040bbca96b0d66602b46287175
|
Provenance
The following attestation bundles were made for aegis_q-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on manalipankaj/aegis-q
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aegis_q-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
56cfeb38fa4a36e6599579e072e4d4d331fda5643d6e2f9aee56c2d2589a3760 - Sigstore transparency entry: 980024599
- Sigstore integration time:
-
Permalink:
manalipankaj/aegis-q@4345ebe001f0d30bb616bbf0b62097becff03606 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/manalipankaj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@4345ebe001f0d30bb616bbf0b62097becff03606 -
Trigger Event:
push
-
Statement type: