AVICA: Automated VLBI pipeline in CASA
Project description
AVICA: Automated VLBI pipeline in CASA
Demo of the AVICA pipeline running end-to-end. Documentation : https://avica.readthedocs.io/en/latest/
Installation
Requires Ubuntu 18.04+, Debian 10+, RHEL/CentOS 8+
Python >=3.9
The avica package is publicly available on PyPI.
Installation is recommended using uv or pipx within a isolated environment:
using uv
uv tool install avica --python 3.11
or using pipx
pipx install avica
or using pip
pip install avica
Note: it is recommended to use
venvfor installation, if you are not usingpipxoruv.
Manual
- Clone the repository to the desired destination.
git clone https://github.com/avikhagol/avica.git
- Install using
pip
cd avica/
pip install .
Usage
Pipeline
Usage: avica pipe run [OPTIONS] [STPS]...
_______________________
pipeline steps:
- preprocess_fitsidi
- fits_to_ms
- phaseshift
- avica_avg
- avicameta_ms
- avica_snr
- avica_fill_input
- avica_split_ms
- rpicard
________________________
╭─ Arguments ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ stps [STPS]... steps for execution [default: preprocess_fitsidi, fits_to_ms, avica_avg, avicameta_ms, avica_snr, avica_fill_input, avica_split_ms, rpicard] │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --f,--fitsfilenames TEXT fitsfile names comma separated │
│ --t,--target TEXT Selected field / sourc name │
│ --configfile TEXT config file containing key=value [default: avica.inp] │
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Manipulating FITS-IDI
To check known FITS-IDI issues run the following:
Usage: avica fitsidi_check [OPTIONS] [FITSFILENAMES]... COMMAND [ARGS]...
validate and fix, known FITS-IDI problems
╭─ Arguments ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ fitsfilenames [FITSFILENAMES]... │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --fix --no-fix [default: no-fix] │
│ --desc --no-desc [default: no-desc] │
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Example
avica fitsidi_check VLBA_VSN005412_file3.uvfits
+--------------------+---------+-------+-------+----------------+----------+
| hdu | fixable | total | fixed | problem_code | affected |
+==========================================================================+
| ARRAY_GEOMETRY | 0 | 8 | 0 | [] | [] |
| ANTENNA | 0 | 16 | 0 | [] | [] |
| FREQUENCY | 0 | 8 | 0 | [] | [] |
| PHASE-CAL | 0 | 12 | 0 | [] | [] |
| PRIMARY | 1 | 10 | 0 | ["extra_byte"] | [""] |
| SOURCE | 0 | 8 | 0 | [] | [] |
| FLAG | 0 | 12 | 0 | [] | [] |
| UV_DATA | 0 | 8 | 0 | [] | [] |
| GAIN_CURVE | 0 | 8 | 0 | [] | [] |
| SYSTEM_TEMPERATURE | 0 | 8 | 0 | [] | [] |
+--------------------+---------+-------+-------+----------------+----------+
To get the information on the observation run the following:
avica listobs [FITSFILENAMES]...
Attribution
When using AVICA, please add a link to this repository in a footnote.
Acknowledgement
"AVICA was developed within the "Search for Milli-Lenses" (SMILE) project. SMILE has received funding from the European Research Council (ERC) under the HORIZON ERC Grants 2021 programme (grant agreement No. 101040021).
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 avica-0.3.1.3.tar.gz.
File metadata
- Download URL: avica-0.3.1.3.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
075de15f472d95395797c91333e56eb5a9b6dfbe7ed009607c2568fb51b47fc9
|
|
| MD5 |
1f4446601e975b359cec36f8d2dd9533
|
|
| BLAKE2b-256 |
04570b3b8e6da2b03a0fa125616011335d8c9170b3e7e94f6ca5f1dcf8b29baa
|
Provenance
The following attestation bundles were made for avica-0.3.1.3.tar.gz:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3.tar.gz -
Subject digest:
075de15f472d95395797c91333e56eb5a9b6dfbe7ed009607c2568fb51b47fc9 - Sigstore transparency entry: 1803853986
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08f816d1330d34d9758c29eb8891d0a982a4b9926c1c559f915cc8876a96a923
|
|
| MD5 |
dcdf60ed317b562c5bdb9ed23b4601ed
|
|
| BLAKE2b-256 |
991130af1734b84f1dabb1e7bb1afa1e1f47f01984de02126ca8d49f26b9e57d
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
08f816d1330d34d9758c29eb8891d0a982a4b9926c1c559f915cc8876a96a923 - Sigstore transparency entry: 1803854269
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a0e97b82d0cee549fc40571a93d7fb08251d6fea2cf71ae44001b6be08fd3aa
|
|
| MD5 |
d4306aa5899d3e9932d3f1a6311aabb0
|
|
| BLAKE2b-256 |
dd74a1388f5bcf5a6e2a10d349a73a438c4ffd24131bd6715ff789da357d3c4e
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
9a0e97b82d0cee549fc40571a93d7fb08251d6fea2cf71ae44001b6be08fd3aa - Sigstore transparency entry: 1803854490
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd5e125ac21a9c678d9868d96c4e31b7f752a033ebd554708c11b88b70b73cab
|
|
| MD5 |
9f47b8e96e7a7178fc282591cba435a5
|
|
| BLAKE2b-256 |
19fdf8076c8b85f44d77d527c1a066fd0becea747a08fdbf10632de9c0f27326
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
fd5e125ac21a9c678d9868d96c4e31b7f752a033ebd554708c11b88b70b73cab - Sigstore transparency entry: 1803854515
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee633bd7c5bd5f52bd63a17e1f15e85a3f23acb173742c09e89ab3f33e7ae1f7
|
|
| MD5 |
7d37ce7f7223835b1fa52ab7538bf4ac
|
|
| BLAKE2b-256 |
303bafcf4be9dd88027807508bad9005710efc21d881980ebe3bb206b171839e
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
ee633bd7c5bd5f52bd63a17e1f15e85a3f23acb173742c09e89ab3f33e7ae1f7 - Sigstore transparency entry: 1803854573
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94a99983cc3bd84c63ac1111b4d08d9688dce754a6382476c884d3ce6558d5f1
|
|
| MD5 |
978ec7dc6b691e90bc65188955cc0863
|
|
| BLAKE2b-256 |
c43a241d3707723198cf859e17af082cce1e5ca75dc6693541b6b3d219d603a3
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
94a99983cc3bd84c63ac1111b4d08d9688dce754a6382476c884d3ce6558d5f1 - Sigstore transparency entry: 1803854440
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74e755640caa74d32f4a35b4552c4b453f6ee010cf6781d3d2324d64c007cac6
|
|
| MD5 |
137edf79d514e580a42431c64f44d85e
|
|
| BLAKE2b-256 |
bcd592c14f281494d45590c1a84b2a4df89fc49c39434402c51765055edbe9ee
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
74e755640caa74d32f4a35b4552c4b453f6ee010cf6781d3d2324d64c007cac6 - Sigstore transparency entry: 1803854221
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f84da569d7ef4364794d5ddfce07a909a4a552e3db4d839cb2c64f5f7de8d908
|
|
| MD5 |
06c54a2e14fda7d891bd37057ef59370
|
|
| BLAKE2b-256 |
048c55adbb32af9fabf8c081436f1b6dd141cbed8bc5082e61818038ea9ba0c1
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
f84da569d7ef4364794d5ddfce07a909a4a552e3db4d839cb2c64f5f7de8d908 - Sigstore transparency entry: 1803854403
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faa7f6e59a8e89a92ea13ce7db55a3132aa171e71f7b0e70ad54c96c72654f25
|
|
| MD5 |
716afaee6c821126a2acb59fe9c6b156
|
|
| BLAKE2b-256 |
8c46d9165316ef3417c87a28f9c9c7676f9b44ef30462db7168a4d6c7334af9c
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
faa7f6e59a8e89a92ea13ce7db55a3132aa171e71f7b0e70ad54c96c72654f25 - Sigstore transparency entry: 1803854544
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad0d2b7718e9c2c3ec4771689dc1e2baffd7b52c27ab11524e03f000410fa93c
|
|
| MD5 |
1d97f2dbd7cb70f507327929a7a6cbb7
|
|
| BLAKE2b-256 |
12270e5bcdc2c5b2c4aa5dbf8a733ba2fef198bb484157728766237ea0176f34
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
ad0d2b7718e9c2c3ec4771689dc1e2baffd7b52c27ab11524e03f000410fa93c - Sigstore transparency entry: 1803854355
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44f350c65bb5c3365a88bf417e2f921e94443a90a8523742a9ad897b99a217de
|
|
| MD5 |
8b8bc298b4687dea44f6861d0cc41156
|
|
| BLAKE2b-256 |
b847864f48ae87296bdb409a0b4f10638f63c5773c0b5d43e2ba65f6c5970609
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
44f350c65bb5c3365a88bf417e2f921e94443a90a8523742a9ad897b99a217de - Sigstore transparency entry: 1803854607
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4715a0f4dea42d82da47c2ca4823a7914443d7b6a98ba1307c91573c68ee6af0
|
|
| MD5 |
d1839d76c86c20cb56c41b62278ea2d4
|
|
| BLAKE2b-256 |
42691843841ddacd6da229a0e620a10bdfbc083da88b2d1fbf43f11cdb356d8d
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
4715a0f4dea42d82da47c2ca4823a7914443d7b6a98ba1307c91573c68ee6af0 - Sigstore transparency entry: 1803854138
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a1b85e85bfc5b4b12b0039db331657b13cd8d7d070adce77033ba589a220045
|
|
| MD5 |
321e637e4cb94e46e1254ffb624435bd
|
|
| BLAKE2b-256 |
acfed104a8d597429142caea6058d50cd539c13dffd2421075d2db6dadf9aa8b
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
5a1b85e85bfc5b4b12b0039db331657b13cd8d7d070adce77033ba589a220045 - Sigstore transparency entry: 1803854314
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4b39754bd34fc60680dd3109030b3a0ee4115f67d716655feba81046f973049
|
|
| MD5 |
4a106f8f0de5d46b9c14eb8a96b537a3
|
|
| BLAKE2b-256 |
64875d55950729d8b49d5c27919d96d3ef681116caa44eda8d01d517c113400f
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
b4b39754bd34fc60680dd3109030b3a0ee4115f67d716655feba81046f973049 - Sigstore transparency entry: 1803854173
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c05814c4b7ce1a83ec5ef8efbadd8aebfdd4e01494634d8be7ea9baaed1c209
|
|
| MD5 |
1a7ec66ce6ba67b3d1c39fbb6c4d3190
|
|
| BLAKE2b-256 |
4700bb79134dce4629aeb1d389555a7d9d04c5230b53b3c330fd65924efd2d05
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
1c05814c4b7ce1a83ec5ef8efbadd8aebfdd4e01494634d8be7ea9baaed1c209 - Sigstore transparency entry: 1803854094
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type:
File details
Details for the file avica-0.3.1.3-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: avica-0.3.1.3-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a014e091619a71fb2eaa0870337ad3a338d42fa6309ab861b2006a4b53f0a54e
|
|
| MD5 |
0b5ff4a11c83983780b7763ca9c5c057
|
|
| BLAKE2b-256 |
eb965213629fe3eee5fce39a146f74fb0084b5f0b93785eddc8267f3891ad0e4
|
Provenance
The following attestation bundles were made for avica-0.3.1.3-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on avikhagol/avica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
avica-0.3.1.3-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
a014e091619a71fb2eaa0870337ad3a338d42fa6309ab861b2006a4b53f0a54e - Sigstore transparency entry: 1803854044
- Sigstore integration time:
-
Permalink:
avikhagol/avica@bc2a586862059d10785327da6162283fac58f93c -
Branch / Tag:
refs/tags/v0.3.1.3 - Owner: https://github.com/avikhagol
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@bc2a586862059d10785327da6162283fac58f93c -
Trigger Event:
release
-
Statement type: