A Python package for decomposing obstacle free spaces into convex polygons
Project description
pydecomp — A Python implementation of DecompUtil for fast convex decomposition of obstacle-free spaces.
Quickstart
Install dependencies the following:
-
Linux:
sudo apt-get install libcdd-dev libblas3 libblas-dev liblapack3 liblapack-dev gfortran -
Mac:
brew install cddlib gmp eigen openblas cython boostNote: Remember to set
LDFLAGSandCPPFLAGSto the correct paths for the libraries.
In a virtual environment, install from PyPI with
pip install pydecomp
Examples
| Forest - 2D | Office - 2D | Office - 3D |
|---|---|---|
Given an occupancy grid map and a pieciwise linear path, the package returns a convex decomposition of the free space. The free space is represented by a collection of convex sets, whose halspace representation fulfills Ax-b<0. The package returns the matrixes A and b for each convex set. The matrix A is a n x 3 matrix and b is a n x 1 vector, where n is the number of planes in the halfspace.
To check a script to perform a convex decomposition out of a given occupancy grid map, see this file for a planar (2D) case or this file for a spatial (3D) case. We provide two exemplary maps (forest and office), which you can select by modifying this line.
For the most minimal example see this file, which replicates a test case in the original DecompUtil repository.
Installing from source
After installing the dependencies given above, initialize git submodules with
git submodule init
git submodule update
Install the package with
pip install .
Citing
If you use this framework please cite our papers:
@misc{arrizabalaga2024differentiablecollisionfreeparametriccorridors,
title={Differentiable Collision-Free Parametric Corridors},
author={Jon Arrizabalaga and Zachary Manchester and Markus Ryll},
year={2024},
eprint={2407.12283},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2407.12283},
}
@inproceedings{arrizabalaga2023sctomp,
title={SCTOMP: Spatially Constrained Time-Optimal Motion Planning},
author={Arrizabalaga, Jon and Ryll, Markus},
booktitle={2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
pages={4827--4834},
year={2023},
organization={IEEE}
}
Related repositories
For computing continuous and differentiable collision-free corridors, check out CorrGen!
Project details
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 pydecomp-1.1.8.tar.gz.
File metadata
- Download URL: pydecomp-1.1.8.tar.gz
- Upload date:
- Size: 844.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
221d41d2246ec3d48d9dfcdf777e4352edb2e51d5de1a4140e3a6ebc5a4160e9
|
|
| MD5 |
ebf9e9094d3e2000fcd9f06884b3dbf4
|
|
| BLAKE2b-256 |
513c57380b1845a214eaaf6736d995797bea334f9e8dadfc684d61c1d77b2931
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8.tar.gz:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8.tar.gz -
Subject digest:
221d41d2246ec3d48d9dfcdf777e4352edb2e51d5de1a4140e3a6ebc5a4160e9 - Sigstore transparency entry: 1385384464
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.24+ 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 |
6b63c1358284853289a9e9458dcddf522a50ddcf55e04ac19c8e6bcae13ad9d3
|
|
| MD5 |
cc6c8799ba4aa6dc4a44511ca48ae394
|
|
| BLAKE2b-256 |
18adf910595c8a159a236a9855668a9eb8e75017e2ce637a89c969d9a3311ece
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
6b63c1358284853289a9e9458dcddf522a50ddcf55e04ac19c8e6bcae13ad9d3 - Sigstore transparency entry: 1385384540
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 450.1 kB
- 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 |
f433a489bf1e62397c5e94f1a7f89db31964469327519f0e2114d01bdac74aef
|
|
| MD5 |
b009d555c4818634abea9dd1129f47d2
|
|
| BLAKE2b-256 |
a3ded068a169896ffc0ff7ca16ac1999258253eeb769b1cd4d0d969fa45b39c4
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
f433a489bf1e62397c5e94f1a7f89db31964469327519f0e2114d01bdac74aef - Sigstore transparency entry: 1385384609
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.24+ 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 |
cfdffc4cdf4d47643f57495dc50810e7827319e38867b6c09065a09b17c14d36
|
|
| MD5 |
592f0179f6c4734d1ce79899b45fe859
|
|
| BLAKE2b-256 |
11eb142acd39ad3fb963deb2b698428503b1a83345f12c5e8a08bf2ea6d5a785
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
cfdffc4cdf4d47643f57495dc50810e7827319e38867b6c09065a09b17c14d36 - Sigstore transparency entry: 1385384573
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 450.0 kB
- 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 |
a94ed462dfee628d22720e47d565d4e6a681878f397bd1e50796d474d8d64a4d
|
|
| MD5 |
0e5973516f9270ee1ec013e81d56d599
|
|
| BLAKE2b-256 |
fa1ad5e4ebb9f77575388db092cd9c621c9052c7e92a9f0e2929787bd352ff85
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
a94ed462dfee628d22720e47d565d4e6a681878f397bd1e50796d474d8d64a4d - Sigstore transparency entry: 1385384810
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.24+ 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 |
c48d9e5ddb13da043973ecbb203a896d7caf6db1a2302184b15944d904379fed
|
|
| MD5 |
cd965ecc4ab3c7cbd6c697d3762af22b
|
|
| BLAKE2b-256 |
4fab946421deddcd92deaa30f1ff2758fb7860af1d6855aa7acfc7c4345c5e89
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c48d9e5ddb13da043973ecbb203a896d7caf6db1a2302184b15944d904379fed - Sigstore transparency entry: 1385384629
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 447.7 kB
- 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 |
8c2f11671ff8519121daf4c2f2eb9f5736b4f5251866682e3bfe562c1cc29f99
|
|
| MD5 |
a91fa5dd97eabc801107debf22bf6779
|
|
| BLAKE2b-256 |
c3d53e0ed46a25a58d7f34de9a43cd4ee0840dc9eac089af775f31cbd982256f
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
8c2f11671ff8519121daf4c2f2eb9f5736b4f5251866682e3bfe562c1cc29f99 - Sigstore transparency entry: 1385384777
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.24+ 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 |
ef996597412962b5674fbfd702a1599591cab4cb5f2c791dd17b4e85e19cede5
|
|
| MD5 |
f6b202b2002271485bed17eb2bfac824
|
|
| BLAKE2b-256 |
6d3ee3a16b3bfc229579cc99690caf55ffbcea8b04a40082ad263b6351890fbc
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
ef996597412962b5674fbfd702a1599591cab4cb5f2c791dd17b4e85e19cede5 - Sigstore transparency entry: 1385384504
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 446.6 kB
- 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 |
e2691f0cf91081bed266933731e7c2c3b29433ff642b293bb9f46f78690a0e74
|
|
| MD5 |
9d39ebea3fd7766e7937c8ad44d63408
|
|
| BLAKE2b-256 |
317e7fefa79a59686e404240bf067e8767a62328de283a7380f6acf95eee9aea
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
e2691f0cf91081bed266933731e7c2c3b29433ff642b293bb9f46f78690a0e74 - Sigstore transparency entry: 1385384693
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.24+ 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 |
c6959d58632aa5b241c2e1237bce2908045127e5eee98432bb372e6f5708d51b
|
|
| MD5 |
4fdc7fbf100f86c804e381396a5c6fcd
|
|
| BLAKE2b-256 |
6df883f630679b1deb042c2ad916b216f9c5ff95bc852dedd05d4bcce7dfba9e
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c6959d58632aa5b241c2e1237bce2908045127e5eee98432bb372e6f5708d51b - Sigstore transparency entry: 1385384738
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pydecomp-1.1.8-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: pydecomp-1.1.8-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 446.7 kB
- 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 |
7f89ca5a73354f4c2affe774889ab93fcf898c9f95cdd912ba4259fc527fb6aa
|
|
| MD5 |
56331aa2e8b179fd7461c5e25aaafbab
|
|
| BLAKE2b-256 |
b491dfa297428cf7d8971278ef719584fca47c398bcb3a2fa9258f53a845e6c4
|
Provenance
The following attestation bundles were made for pydecomp-1.1.8-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
release.yml on jonarriza96/pydecomp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydecomp-1.1.8-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
7f89ca5a73354f4c2affe774889ab93fcf898c9f95cdd912ba4259fc527fb6aa - Sigstore transparency entry: 1385384663
- Sigstore integration time:
-
Permalink:
jonarriza96/pydecomp@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Branch / Tag:
refs/tags/v1.1.8 - Owner: https://github.com/jonarriza96
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8bcc74d3c08e1e11bab87c0e46d8a4a9b3b64a8f -
Trigger Event:
push
-
Statement type: