Auspex Cursus
End-to-end polyline detection: for every detected instance the network outputs an
ordered, open sequence of vertices — a path (a pipe, a drip line, a road centre line,
a horizon), not a box and not a closed polygon. Each class declares its own vertex count
(n_points: 2 for straight things, 8–12 for curves), so a 2-point "horizon" and a
12-point "drip line" live in the same model.
- CursusDETR: a DETR-style network with hierarchical instance×point queries, deformable attention (pure PyTorch, no CUDA extensions), iterative refinement, denoising training and direction-invariant Hungarian matching.
- Any annotation source: CVAT XML, LabelMe JSON, GeoJSON/Shapefile + GeoTIFF with a full georeferencing pipeline — all converted to one on-disk format (CursusJSON).
- Two training modes behind one config switch: whole-image, or tiled with sliding-window inference and cross-tile stitching for large rasters.
- Chamfer-mAP evaluation, ONNX export, CVAT/LabelMe/GeoJSON prediction writers (predictions can be uploaded back to CVAT as pre-labels).
- Single & multi-GPU training (DDP), Windows / Linux, CPU-capable inference.
Install
pip install auspex-cursus
Install a CUDA build of PyTorch first (from pytorch.org) if you want GPU training.
Quickstart
auspex-cursus synth --out datasets/synth --labelspace labelspace.yaml --n-images 64
auspex-cursus convert --format cvat --src annotations.xml --images ./images \
--labelspace labelspace.yaml --out data.cursus.json
auspex-cursus train --cfg my_run.yaml
auspex-cursus predict --weights runs/my_run/best.pt --source ./photos --out preds \
--formats cursus,cvat,overlay
Every subcommand has --help.
Licensing
Prediction, validation, conversion and export are free to use. Training runs on a
30-day evaluation trial, after which it needs a licence credential — either a
CURSUS- licence key or a Helion account token covering auspex-cursus:
export AUSPEX_CURSUS_LICENCE=<key> # or a path to a file holding it
Licensing: https://heliontechltd.com/license
Distributed as compiled binaries; verification is fully offline — training machines never need network access.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
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 auspex_cursus-0.8.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e554ee7a65306ded17ef35b68c2ef60fb250f344ae7cdd34d6766abbcb434389
|
|
| MD5 |
7a984b9bdd6409b6e013b1a5513793bf
|
|
| BLAKE2b-256 |
b26d81432045c3f5c81ed162508285c8d7a8453bc30eee80f2edc086adeca4ed
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp313-cp313-win_amd64.whl -
Subject digest:
e554ee7a65306ded17ef35b68c2ef60fb250f344ae7cdd34d6766abbcb434389 - Sigstore transparency entry: 2683579388
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 28.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c84ea81abbc67e6e4c4b83cf581ec0bd5c80446ecc456675e87cde1caec107cb
|
|
| MD5 |
4215b35164d0e2010a99b5e89da3bd97
|
|
| BLAKE2b-256 |
702310161cc85792c6c62d8d89d51eb9b406d7257e1f3feabbfd250037fad4fc
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c84ea81abbc67e6e4c4b83cf581ec0bd5c80446ecc456675e87cde1caec107cb - Sigstore transparency entry: 2683579548
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87f9e8064c301ecbde98ff60a5a6619b924178e31d8e1c229f4bd5e4c9f45135
|
|
| MD5 |
02d94b7ecb9e57c66d6d3eff01449779
|
|
| BLAKE2b-256 |
cd11957a91fa5e4841b668205f68a065f1f5467faac9e3c0fff2c0361af10b5e
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
87f9e8064c301ecbde98ff60a5a6619b924178e31d8e1c229f4bd5e4c9f45135 - Sigstore transparency entry: 2683579515
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a12045841aac97ea05a4132dc13a4cb391ac617cc29c3ad39fff64deee97dc0d
|
|
| MD5 |
b37df59bf4980670e9f83410db8a74f1
|
|
| BLAKE2b-256 |
eba68e77e0f44305855bf275d5739dfd8b312c2ab3390c053ccebbc0bce1a2bc
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp312-cp312-win_amd64.whl -
Subject digest:
a12045841aac97ea05a4132dc13a4cb391ac617cc29c3ad39fff64deee97dc0d - Sigstore transparency entry: 2683579744
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 29.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51f1878c490895771fab9c24d7d87a0debd1e628cd2be013111b97af2d4ca77f
|
|
| MD5 |
e38cf684a5d68cf841d779da2801798b
|
|
| BLAKE2b-256 |
7c182815e10b0be35362fb3648bf505860a9fe0b0a6e2595c7b653ac8ee2d71d
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
51f1878c490895771fab9c24d7d87a0debd1e628cd2be013111b97af2d4ca77f - Sigstore transparency entry: 2683579711
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
962bf9b06f0f6a4ae6476eda7d6df8ae255fb881ac4446a2215beb99e3cf5a07
|
|
| MD5 |
ca5ca5e485299d5ade5cee26203766ad
|
|
| BLAKE2b-256 |
67a0004c759e46c491913c7c8d9d8cd14dc2c44b0a4a4fb07c857a2ff316e167
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
962bf9b06f0f6a4ae6476eda7d6df8ae255fb881ac4446a2215beb99e3cf5a07 - Sigstore transparency entry: 2683579226
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2ee3c6eed9ab2fd49e29c2172dc9936d39b8d4f59764c2a8e1672502d2937cd
|
|
| MD5 |
1a09907c5cf94ad874ff3279e3faa1ab
|
|
| BLAKE2b-256 |
79ab973a0e94f64c3061c12b5d039063d88e81439cbec90dacaa56111cb58eab
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp311-cp311-win_amd64.whl -
Subject digest:
c2ee3c6eed9ab2fd49e29c2172dc9936d39b8d4f59764c2a8e1672502d2937cd - Sigstore transparency entry: 2683579465
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 28.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a255e68ba564b0772d32f237c22ab1b1ab33b0f6e5306889c44c08c95e6a6e71
|
|
| MD5 |
52db1d8cbdaeb9fd088d388718504892
|
|
| BLAKE2b-256 |
4c2dd21433a4b2ea594ac8f4980cb64688c4e0e300dc42591af9b792ab97d66a
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
a255e68ba564b0772d32f237c22ab1b1ab33b0f6e5306889c44c08c95e6a6e71 - Sigstore transparency entry: 2683579576
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4abae105d0d6c2b0fc45e4a75c64f61f4c1bf6318b62dfd44463936c8e32663
|
|
| MD5 |
24a9c03b85d84baa271496522132c3ef
|
|
| BLAKE2b-256 |
3a6bea5b6ccc84e432e3c676cc9c59e79c774ef9410f9b2016190de74830c996
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
e4abae105d0d6c2b0fc45e4a75c64f61f4c1bf6318b62dfd44463936c8e32663 - Sigstore transparency entry: 2683579660
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3b0c21c4015fa26c4b4071fc73c6bcc3b25ded8bb724a35edda995b81007540
|
|
| MD5 |
86a40ae594cd017f82ca9d5600e8b046
|
|
| BLAKE2b-256 |
e94508773b7d555dc08234b20aaad973c27b7cda9d8fa8f6b5c6651d6b372204
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp310-cp310-win_amd64.whl -
Subject digest:
a3b0c21c4015fa26c4b4071fc73c6bcc3b25ded8bb724a35edda995b81007540 - Sigstore transparency entry: 2683579312
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 27.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b81e757320db1020fddd72e6054ac1900e1d26c809a01788ad327622f369c7a
|
|
| MD5 |
35a6c53acf71c8f16659e0326329d3e5
|
|
| BLAKE2b-256 |
16ad6bc8e25b4197e09a1eed5de4f0685a8b72251b08df18fd733be1ef1f0dd1
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
0b81e757320db1020fddd72e6054ac1900e1d26c809a01788ad327622f369c7a - Sigstore transparency entry: 2683579608
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type:
File details
Details for the file auspex_cursus-0.8.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: auspex_cursus-0.8.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
465cec899bdc31be5455dcbf684c73aebb5c4f11900ae51792ae4c5666c2246f
|
|
| MD5 |
3493885a43901624c12fd183e9f55d67
|
|
| BLAKE2b-256 |
2e99b2172f62235f87bf5cb1f077d330230fe3d5dfd8dbf1dde25dcea75dfe5a
|
Provenance
The following attestation bundles were made for auspex_cursus-0.8.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on sohanurislamshuvo/auspex-cursus
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auspex_cursus-0.8.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
465cec899bdc31be5455dcbf684c73aebb5c4f11900ae51792ae4c5666c2246f - Sigstore transparency entry: 2683579562
- Sigstore integration time:
-
Permalink:
sohanurislamshuvo/auspex-cursus@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Branch / Tag:
refs/tags/v0.8.1 - Owner: https://github.com/sohanurislamshuvo
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8110d2df13e8b96a80c925c04c7913ef8c382d6e -
Trigger Event:
push
-
Statement type: