Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

c_two-0.4.11.tar.gz (341.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

c_two-0.4.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

c_two-0.4.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

c_two-0.4.11-cp314-cp314t-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

c_two-0.4.11-cp314-cp314t-macosx_10_12_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

c_two-0.4.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

c_two-0.4.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

c_two-0.4.11-cp314-cp314-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

c_two-0.4.11-cp314-cp314-macosx_10_12_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

c_two-0.4.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

c_two-0.4.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

c_two-0.4.11-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

c_two-0.4.11-cp313-cp313-macosx_10_12_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

c_two-0.4.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

c_two-0.4.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

c_two-0.4.11-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

c_two-0.4.11-cp312-cp312-macosx_10_12_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

c_two-0.4.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

c_two-0.4.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

c_two-0.4.11-cp311-cp311-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

c_two-0.4.11-cp311-cp311-macosx_10_12_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

c_two-0.4.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

c_two-0.4.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

c_two-0.4.11-cp310-cp310-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

c_two-0.4.11-cp310-cp310-macosx_10_12_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Hashes for c_two-0.4.11.tar.gz
Algorithm Hash digest
SHA256 972d4a1c9366d2b494ff425abf5ef169df4d0d167c3a8bfba5c2b1f2b644b1fb
MD5 722fa9f5b591be20f9d050d52d7a0bae
BLAKE2b-256 7fb0c5543273c4c396d6441abfebe8e7fb523763bde737858425d2d088062583

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ddbe392177deff30c00bc48bab6eb033742d548068e9b63b26321555889005c
MD5 fc096435890af0f3382c5c452305437e
BLAKE2b-256 c6ac0b061474631cbd8255e3347bd486d4aa101146af030c3313c790a0cf3314

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ff014169830af15fa9028dc8aa84b703843f3dd5fd5e8a98b1883ea3a7b16bb
MD5 5b1840b4cc171dc3ab5198bb30f855e0
BLAKE2b-256 955778a0443444949f4593f3573670de1436dc796fc2148b329e0b9a38360e15

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcf042b51caf77d35ea61c03e38fe792f89e6092670c032ea2006d0d595b1bcd
MD5 4bb1da4211fd268156a293a423fb5caa
BLAKE2b-256 62af830c273a9892f86c134068c53e1f161041e00e546875cddd0860ef710481

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e96ad8b0b9a071c5d812264530fba4e726b97f0c96e2ca1e581a0eacebcb431
MD5 be103817129f09bee973eae0e39b1d5a
BLAKE2b-256 7b9bcf4ae2eeb4deac48cea606f3de8d2c1c557becfd117cd84ef66118061538

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 546576d5a383e4a69226d0a968cea049d1a045fed0fbad7c75bb5f9a619cd781
MD5 06af301c8bdb4ab6fac19a6f885b68d8
BLAKE2b-256 a84d3811092149572f865b242ae806739f176855741ccdfe4ab0b68d9ea14165

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b79ca02512819f1d10baba5536fb461a8a0ecbb5bc2be0c1528331db6206ea68
MD5 daaa639a81f4365b17f59c235de87dc7
BLAKE2b-256 d1905c3403e0a64ce1397954847de18bcab670d907bc571d8ef2f65fa21b1637

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53be3c778f6ec07bd6f5cb2e8cf0d6c1119dd88df85991ae484203a9e7d52c3a
MD5 3887a49d86041401ba35428eb6f63684
BLAKE2b-256 26d3c3ff22c7f18b0e830e3c778525c8b6d5f0a0bcf744f11a4042ecdadc9fb3

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6e7322de1f7042f9ecc965b7337b80328fcb2d2912f5f2e81f124cc54580539f
MD5 c9b89578df61f7e5dd89f128c8750465
BLAKE2b-256 2279ef6ab99afcb6d7dc37288f332af29c1fd069ea963b237e7616b7f739d415

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe57ca612d2f5153457c9ee649233a0134b50979ccd7f7da38bec4938d533c37
MD5 4e4ca02740d2be6277458a45a12279bc
BLAKE2b-256 446ea11bf793c7ccceff343080ddabde616ca23ab6d1d3474ded7323a00231ff

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f395a6c1040e8982d4b6167bac764fe8198030d6f3d147804d86bace8c185887
MD5 df1278599e451c4641bc2812f529b565
BLAKE2b-256 7d0258a19a3c0d0dcaa781e30e6dfd337ff021daef64060ec3548cbefa26e99d

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f68c57bd28c3f07fc7c0ae30201db5820142a0af065c929988584ac2e34dcf8
MD5 bb6a3a2c0e17ea1e9ef11231ebc0f19d
BLAKE2b-256 d945489c45c24bbd4002934bb37172d113ea579ce2481912a734f405f96b772e

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 50a32aeadc3f8cd22f7173aba94f2e841ddce33a52b54a5dbe10c8e0697a9ea4
MD5 6cf28b386f41c28b33911d3e5291d7a2
BLAKE2b-256 0d5477af85d9193475922dc6b6da758a8378f9b0137dfd7aa15e82969d0a9405

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ec08d616f8936444595731c15b8d869a1b3c6dbdc030d719c6ed47864fea089
MD5 ace2630f689fa66b21bbd5d4036da99c
BLAKE2b-256 379274b4931f127bdc80d1f6fa27c047af80cef81fd8fc71a0ace5e014479da7

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36843e45b158b70187d694b3f1a7e8d2b2ba10262d86b29811f158248b3beab5
MD5 f773964f7163d0ff1ee1241c615f0bb9
BLAKE2b-256 cd785ac19254b3bd1aaa9b709c4402d2780ccaed606f9e054c16e2cd17e7ada5

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fce2b3da55189a4ea3374336fffecfba104e2d5f14b24e68447461b98e468a87
MD5 62e0585821742106e1ce6ac9da4fdd23
BLAKE2b-256 7efcf5d6ab73e3c8521e0668b37b7bffaba8ffe2214230be7e3095039864daa8

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 351b0b827978d04e9e198d3b1ef7ed0ac3d8e0bba9a0c9b94d5757e4d29b1517
MD5 22454564c92a04433b5397d5ef570e98
BLAKE2b-256 e57b9beb79f182826724200afb8ec16714d7d92f7b63bf704b2356e7f153cfaf

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9a1c0baca7387fa0b6b840e60221bde37f25e5fc64edea43c2423815e62d04b
MD5 5b2687e02a6f1eb50dae0e267ca8f2c7
BLAKE2b-256 e0cd6a67267f69d023319d1fc66a060ff31ac8d27b8a1697ddc4ab4ef4dad735

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4b9dbed6b96596d9fdfb70e11bd2dc1a22d052bc62cb35cbd406e7d44b0edbd
MD5 4ae76252fd38060ba648f73dac51040b
BLAKE2b-256 5e768b7ae03c35f01f8686bcc2576275c6dcefc6f6cc7bef360faef0f036f9cb

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d194ecc9f6050ee44fb7802503056fe3c30cbc81964a4298a57001de06bb6053
MD5 c7e328ae6896b1988ea3a1bdbb8e2087
BLAKE2b-256 9cc2c4717d9d8583d4310d64adf04b47263b56fa99f6706068acd394f4b4d03b

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4a3040680b702493535f2ddbbb101775c2e0157f307c34279c8fc86178e4f346
MD5 8873bb9db163547518b20afc1554357c
BLAKE2b-256 3c9d05e0467920c8d2a29f080255786953b7c2c01fcd1a198a8720146b9ebd11

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcbde410543615e9db4d48a91e84445a9b6e12d78dd2e8c47e9294d61080ed5c
MD5 6952d77dc89e05d5c70dcba19375bdfc
BLAKE2b-256 057325378e3fde9848174682685a9172e7675da7b51ac2ce7d68cd6626691b03

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4682d43939e2c00baa74db25f2259def24c07a4645b5cb920ea3f09bd1695f6c
MD5 2e608f3e27c4c310e25cbc0505110bcf
BLAKE2b-256 4a5e5527ca20eb36e247832ad98f6c1e2cc7707f004b957a9da6f82e835fb120

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dca5406973ef73b010f62fc71f547a32b9c0ab11546ced6efd739eb966b4abb
MD5 2695f9b5aeba95eceb9e13afa26b4364
BLAKE2b-256 41dc67c872a7c0aac89eba12a0383866758dbf9fb739b8389dce0c6e67f03966

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file c_two-0.4.11-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.4.11-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f6597c29345d954f38c8bc2c113d41f72cb2c5ffbee4d07505c94972f1297ed2
MD5 feba5b725c1ca95a43601eacb7239677
BLAKE2b-256 843f3daeb4d3cd75fb4cc2a6ff3ff6cb0516a69c792f2db37d483ea068b73bd3

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page