C-Two is a resource-RPC framework that enables resource-oriented classes to be remotely invoked across different processes or machines.
Project description
C-Two Python SDK
This directory contains the Python package for C-Two.
Development
Run development commands from the repository root.
Prerequisites:
- Python 3.10 or newer
- Python 3.12 for standard local development
- Python 3.14.3t when testing free-threading support
- Rust toolchain
uv
Install dependencies and build the Python native extension. This also compiles the required Rust core crates; no separate Rust prebuild step is needed:
uv sync
Rebuild the native extension after changing Rust code:
uv sync --reinstall-package c-two
Relay-dependent tests and examples require the standalone c3 binary. From a
source checkout, build and link it before running relay flows:
python tools/dev/c3_tool.py --build --link
The Python SDK does not embed or start a relay server. Start the standalone
Rust relay with c3 relay, Docker Compose, or orchestration such as
Kubernetes, then point Python code at its relay anchor with
C2_RELAY_ANCHOR_ADDRESS or cc.set_relay_anchor(). The anchor is used for
registration and name resolution. Remote HTTP calls still use the resolved
route's relay_url directly, and local direct IPC is selected only for a
loopback/local anchor.
Relay-aware clients preflight routes before the first call and re-resolve
structured stale-route responses; set C2_RELAY_ROUTE_MAX_ATTEMPTS to tune the
maximum route acquisition attempts (default 3, valid range 1..=32, 0 is
treated as 1). Ambiguous data-plane failures are not replayed.
Run the Python SDK tests:
C2_RELAY_ANCHOR_ADDRESS= uv run pytest sdk/python/tests -q --timeout=30
Run Rust core checks when validating shared native runtime changes:
cargo test --manifest-path core/Cargo.toml --workspace
For CLI build, link, and test commands, see ../../cli/README.md.
Examples
Python examples live under ../../examples/python/:
uv sync --group examples
uv run python examples/python/local.py
Relay examples also need a running standalone relay, for example:
python tools/dev/c3_tool.py --build --link
c3 relay --bind 127.0.0.1:8080
Benchmarks
Python-specific benchmarks live in benchmarks/:
C2_RELAY_ANCHOR_ADDRESS= uv run python sdk/python/benchmarks/segment_size_benchmark.py
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 c_two-0.4.11.tar.gz.
File metadata
- Download URL: c_two-0.4.11.tar.gz
- Upload date:
- Size: 341.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
972d4a1c9366d2b494ff425abf5ef169df4d0d167c3a8bfba5c2b1f2b644b1fb
|
|
| MD5 |
722fa9f5b591be20f9d050d52d7a0bae
|
|
| BLAKE2b-256 |
7fb0c5543273c4c396d6441abfebe8e7fb523763bde737858425d2d088062583
|
Provenance
The following attestation bundles were made for c_two-0.4.11.tar.gz:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11.tar.gz -
Subject digest:
972d4a1c9366d2b494ff425abf5ef169df4d0d167c3a8bfba5c2b1f2b644b1fb - Sigstore transparency entry: 1533426508
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ddbe392177deff30c00bc48bab6eb033742d548068e9b63b26321555889005c
|
|
| MD5 |
fc096435890af0f3382c5c452305437e
|
|
| BLAKE2b-256 |
c6ac0b061474631cbd8255e3347bd486d4aa101146af030c3313c790a0cf3314
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
7ddbe392177deff30c00bc48bab6eb033742d548068e9b63b26321555889005c - Sigstore transparency entry: 1533426661
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: c_two-0.4.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ff014169830af15fa9028dc8aa84b703843f3dd5fd5e8a98b1883ea3a7b16bb
|
|
| MD5 |
5b1840b4cc171dc3ab5198bb30f855e0
|
|
| BLAKE2b-256 |
955778a0443444949f4593f3573670de1436dc796fc2148b329e0b9a38360e15
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
6ff014169830af15fa9028dc8aa84b703843f3dd5fd5e8a98b1883ea3a7b16bb - Sigstore transparency entry: 1533428588
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: c_two-0.4.11-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.14t, 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 |
bcf042b51caf77d35ea61c03e38fe792f89e6092670c032ea2006d0d595b1bcd
|
|
| MD5 |
4bb1da4211fd268156a293a423fb5caa
|
|
| BLAKE2b-256 |
62af830c273a9892f86c134068c53e1f161041e00e546875cddd0860ef710481
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
bcf042b51caf77d35ea61c03e38fe792f89e6092670c032ea2006d0d595b1bcd - Sigstore transparency entry: 1533427861
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp314-cp314t-macosx_10_12_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp314-cp314t-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.14t, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e96ad8b0b9a071c5d812264530fba4e726b97f0c96e2ca1e581a0eacebcb431
|
|
| MD5 |
be103817129f09bee973eae0e39b1d5a
|
|
| BLAKE2b-256 |
7b9bcf4ae2eeb4deac48cea606f3de8d2c1c557becfd117cd84ef66118061538
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp314-cp314t-macosx_10_12_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp314-cp314t-macosx_10_12_x86_64.whl -
Subject digest:
5e96ad8b0b9a071c5d812264530fba4e726b97f0c96e2ca1e581a0eacebcb431 - Sigstore transparency entry: 1533427035
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
546576d5a383e4a69226d0a968cea049d1a045fed0fbad7c75bb5f9a619cd781
|
|
| MD5 |
06af301c8bdb4ab6fac19a6f885b68d8
|
|
| BLAKE2b-256 |
a84d3811092149572f865b242ae806739f176855741ccdfe4ab0b68d9ea14165
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
546576d5a383e4a69226d0a968cea049d1a045fed0fbad7c75bb5f9a619cd781 - Sigstore transparency entry: 1533427680
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: c_two-0.4.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b79ca02512819f1d10baba5536fb461a8a0ecbb5bc2be0c1528331db6206ea68
|
|
| MD5 |
daaa639a81f4365b17f59c235de87dc7
|
|
| BLAKE2b-256 |
d1905c3403e0a64ce1397954847de18bcab670d907bc571d8ef2f65fa21b1637
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
b79ca02512819f1d10baba5536fb461a8a0ecbb5bc2be0c1528331db6206ea68 - Sigstore transparency entry: 1533428860
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: c_two-0.4.11-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.14, 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 |
53be3c778f6ec07bd6f5cb2e8cf0d6c1119dd88df85991ae484203a9e7d52c3a
|
|
| MD5 |
3887a49d86041401ba35428eb6f63684
|
|
| BLAKE2b-256 |
26d3c3ff22c7f18b0e830e3c778525c8b6d5f0a0bcf744f11a4042ecdadc9fb3
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
53be3c778f6ec07bd6f5cb2e8cf0d6c1119dd88df85991ae484203a9e7d52c3a - Sigstore transparency entry: 1533429231
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e7322de1f7042f9ecc965b7337b80328fcb2d2912f5f2e81f124cc54580539f
|
|
| MD5 |
c9b89578df61f7e5dd89f128c8750465
|
|
| BLAKE2b-256 |
2279ef6ab99afcb6d7dc37288f332af29c1fd069ea963b237e7616b7f739d415
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
6e7322de1f7042f9ecc965b7337b80328fcb2d2912f5f2e81f124cc54580539f - Sigstore transparency entry: 1533428028
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe57ca612d2f5153457c9ee649233a0134b50979ccd7f7da38bec4938d533c37
|
|
| MD5 |
4e4ca02740d2be6277458a45a12279bc
|
|
| BLAKE2b-256 |
446ea11bf793c7ccceff343080ddabde616ca23ab6d1d3474ded7323a00231ff
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
fe57ca612d2f5153457c9ee649233a0134b50979ccd7f7da38bec4938d533c37 - Sigstore transparency entry: 1533427460
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: c_two-0.4.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f395a6c1040e8982d4b6167bac764fe8198030d6f3d147804d86bace8c185887
|
|
| MD5 |
df1278599e451c4641bc2812f529b565
|
|
| BLAKE2b-256 |
7d0258a19a3c0d0dcaa781e30e6dfd337ff021daef64060ec3548cbefa26e99d
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
f395a6c1040e8982d4b6167bac764fe8198030d6f3d147804d86bace8c185887 - Sigstore transparency entry: 1533428144
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: c_two-0.4.11-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 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 |
9f68c57bd28c3f07fc7c0ae30201db5820142a0af065c929988584ac2e34dcf8
|
|
| MD5 |
bb6a3a2c0e17ea1e9ef11231ebc0f19d
|
|
| BLAKE2b-256 |
d945489c45c24bbd4002934bb37172d113ea579ce2481912a734f405f96b772e
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
9f68c57bd28c3f07fc7c0ae30201db5820142a0af065c929988584ac2e34dcf8 - Sigstore transparency entry: 1533429017
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50a32aeadc3f8cd22f7173aba94f2e841ddce33a52b54a5dbe10c8e0697a9ea4
|
|
| MD5 |
6cf28b386f41c28b33911d3e5291d7a2
|
|
| BLAKE2b-256 |
0d5477af85d9193475922dc6b6da758a8378f9b0137dfd7aa15e82969d0a9405
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
50a32aeadc3f8cd22f7173aba94f2e841ddce33a52b54a5dbe10c8e0697a9ea4 - Sigstore transparency entry: 1533427777
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ec08d616f8936444595731c15b8d869a1b3c6dbdc030d719c6ed47864fea089
|
|
| MD5 |
ace2630f689fa66b21bbd5d4036da99c
|
|
| BLAKE2b-256 |
379274b4931f127bdc80d1f6fa27c047af80cef81fd8fc71a0ace5e014479da7
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
6ec08d616f8936444595731c15b8d869a1b3c6dbdc030d719c6ed47864fea089 - Sigstore transparency entry: 1533427177
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: c_two-0.4.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36843e45b158b70187d694b3f1a7e8d2b2ba10262d86b29811f158248b3beab5
|
|
| MD5 |
f773964f7163d0ff1ee1241c615f0bb9
|
|
| BLAKE2b-256 |
cd785ac19254b3bd1aaa9b709c4402d2780ccaed606f9e054c16e2cd17e7ada5
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
36843e45b158b70187d694b3f1a7e8d2b2ba10262d86b29811f158248b3beab5 - Sigstore transparency entry: 1533428293
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: c_two-0.4.11-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 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 |
fce2b3da55189a4ea3374336fffecfba104e2d5f14b24e68447461b98e468a87
|
|
| MD5 |
62e0585821742106e1ce6ac9da4fdd23
|
|
| BLAKE2b-256 |
7efcf5d6ab73e3c8521e0668b37b7bffaba8ffe2214230be7e3095039864daa8
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
fce2b3da55189a4ea3374336fffecfba104e2d5f14b24e68447461b98e468a87 - Sigstore transparency entry: 1533427945
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
351b0b827978d04e9e198d3b1ef7ed0ac3d8e0bba9a0c9b94d5757e4d29b1517
|
|
| MD5 |
22454564c92a04433b5397d5ef570e98
|
|
| BLAKE2b-256 |
e57b9beb79f182826724200afb8ec16714d7d92f7b63bf704b2356e7f153cfaf
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
351b0b827978d04e9e198d3b1ef7ed0ac3d8e0bba9a0c9b94d5757e4d29b1517 - Sigstore transparency entry: 1533428777
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9a1c0baca7387fa0b6b840e60221bde37f25e5fc64edea43c2423815e62d04b
|
|
| MD5 |
5b2687e02a6f1eb50dae0e267ca8f2c7
|
|
| BLAKE2b-256 |
e0cd6a67267f69d023319d1fc66a060ff31ac8d27b8a1697ddc4ab4ef4dad735
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
b9a1c0baca7387fa0b6b840e60221bde37f25e5fc64edea43c2423815e62d04b - Sigstore transparency entry: 1533427582
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: c_two-0.4.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4b9dbed6b96596d9fdfb70e11bd2dc1a22d052bc62cb35cbd406e7d44b0edbd
|
|
| MD5 |
4ae76252fd38060ba648f73dac51040b
|
|
| BLAKE2b-256 |
5e768b7ae03c35f01f8686bcc2576275c6dcefc6f6cc7bef360faef0f036f9cb
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c4b9dbed6b96596d9fdfb70e11bd2dc1a22d052bc62cb35cbd406e7d44b0edbd - Sigstore transparency entry: 1533427377
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: c_two-0.4.11-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 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 |
d194ecc9f6050ee44fb7802503056fe3c30cbc81964a4298a57001de06bb6053
|
|
| MD5 |
c7e328ae6896b1988ea3a1bdbb8e2087
|
|
| BLAKE2b-256 |
9cc2c4717d9d8583d4310d64adf04b47263b56fa99f6706068acd394f4b4d03b
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
d194ecc9f6050ee44fb7802503056fe3c30cbc81964a4298a57001de06bb6053 - Sigstore transparency entry: 1533427263
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a3040680b702493535f2ddbbb101775c2e0157f307c34279c8fc86178e4f346
|
|
| MD5 |
8873bb9db163547518b20afc1554357c
|
|
| BLAKE2b-256 |
3c9d05e0467920c8d2a29f080255786953b7c2c01fcd1a198a8720146b9ebd11
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
4a3040680b702493535f2ddbbb101775c2e0157f307c34279c8fc86178e4f346 - Sigstore transparency entry: 1533428446
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcbde410543615e9db4d48a91e84445a9b6e12d78dd2e8c47e9294d61080ed5c
|
|
| MD5 |
6952d77dc89e05d5c70dcba19375bdfc
|
|
| BLAKE2b-256 |
057325378e3fde9848174682685a9172e7675da7b51ac2ce7d68cd6626691b03
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
fcbde410543615e9db4d48a91e84445a9b6e12d78dd2e8c47e9294d61080ed5c - Sigstore transparency entry: 1533429131
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: c_two-0.4.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4682d43939e2c00baa74db25f2259def24c07a4645b5cb920ea3f09bd1695f6c
|
|
| MD5 |
2e608f3e27c4c310e25cbc0505110bcf
|
|
| BLAKE2b-256 |
4a5e5527ca20eb36e247832ad98f6c1e2cc7707f004b957a9da6f82e835fb120
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
4682d43939e2c00baa74db25f2259def24c07a4645b5cb920ea3f09bd1695f6c - Sigstore transparency entry: 1533426831
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: c_two-0.4.11-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 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 |
3dca5406973ef73b010f62fc71f547a32b9c0ab11546ced6efd739eb966b4abb
|
|
| MD5 |
2695f9b5aeba95eceb9e13afa26b4364
|
|
| BLAKE2b-256 |
41dc67c872a7c0aac89eba12a0383866758dbf9fb739b8389dce0c6e67f03966
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
3dca5406973ef73b010f62fc71f547a32b9c0ab11546ced6efd739eb966b4abb - Sigstore transparency entry: 1533426915
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file c_two-0.4.11-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: c_two-0.4.11-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6597c29345d954f38c8bc2c113d41f72cb2c5ffbee4d07505c94972f1297ed2
|
|
| MD5 |
feba5b725c1ca95a43601eacb7239677
|
|
| BLAKE2b-256 |
843f3daeb4d3cd75fb4cc2a6ff3ff6cb0516a69c792f2db37d483ea068b73bd3
|
Provenance
The following attestation bundles were made for c_two-0.4.11-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
python-package-release.yml on world-in-progress/c-two
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
c_two-0.4.11-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
f6597c29345d954f38c8bc2c113d41f72cb2c5ffbee4d07505c94972f1297ed2 - Sigstore transparency entry: 1533428692
- Sigstore integration time:
-
Permalink:
world-in-progress/c-two@4e995f772d736d014b3098350a019ddb0460cab1 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/world-in-progress
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package-release.yml@4e995f772d736d014b3098350a019ddb0460cab1 -
Trigger Event:
push
-
Statement type: