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.5.1.tar.gz (398.9 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.5.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

c_two-0.5.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

c_two-0.5.1-cp314-cp314t-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

c_two-0.5.1-cp314-cp314t-macosx_10_12_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

c_two-0.5.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

c_two-0.5.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

c_two-0.5.1-cp314-cp314-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

c_two-0.5.1-cp314-cp314-macosx_10_12_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

c_two-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

c_two-0.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

c_two-0.5.1-cp313-cp313-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

c_two-0.5.1-cp313-cp313-macosx_10_12_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

c_two-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

c_two-0.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

c_two-0.5.1-cp312-cp312-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

c_two-0.5.1-cp312-cp312-macosx_10_12_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

c_two-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

c_two-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

c_two-0.5.1-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

c_two-0.5.1-cp311-cp311-macosx_10_12_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

c_two-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

c_two-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

c_two-0.5.1-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

c_two-0.5.1-cp310-cp310-macosx_10_12_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file c_two-0.5.1.tar.gz.

File metadata

  • Download URL: c_two-0.5.1.tar.gz
  • Upload date:
  • Size: 398.9 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.5.1.tar.gz
Algorithm Hash digest
SHA256 82c3965a49047bad1b97baf8c786589a7424e79816f9bfe4cae39af83a4ddfe3
MD5 1828829d9c8c3d9757f7c60f68d7d031
BLAKE2b-256 d8abf8b0f92d86b056192dce5186fca4cccb69c044e7ab313db94b9dfc094d04

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1.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.5.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb0306763ab14f6921762cac342e9c9725ce1afc8784a325afe9b957ebaceeda
MD5 5172c1ee8a885ebb8d34451c37ad3548
BLAKE2b-256 39e04a0812d094d1ddc11e384b5918b7f9ff7fa13dcbd57a80e8c9e180f57e24

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a31ea352fe43a5138b726240bdd9c628e9f8137c4c12599024c5ddfb742fa69
MD5 ab9506fe565ab20fa45415d40ae4b823
BLAKE2b-256 089c29c53690591f8814882d250d74990db3ac56b6ddc773c8f004c4a95b661c

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1820acd4eb9a47c3169c6292b51252f6896d07c38950bb0b827a7b5ddbda0b50
MD5 41fc4a6b0660fac22ab6f9fdaa0ad8fc
BLAKE2b-256 981d01a16c416f47a259a2f1de76f7312492ad58c1307fffec8da475f2369688

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ff4f5a038d0f86d85082718c9edb01a03a962ccc37003cbc5ac83622f7c8a9fa
MD5 ec5d394b628d600f96f9784e56a60510
BLAKE2b-256 f073eb5bd9f7245713cf1c2238ccfc67b62b077bc9872688a558c5020b673478

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e88856b797cd1bf265714cfa018efc28da8e8b22c0f79deb436c44eac0b07111
MD5 7a4ceb54a6f38b825311f7668b55d14a
BLAKE2b-256 3fe6ed3cddc28b062cc18469b4848b8b8d328d4d838412d7de9364f9816f9df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 426933af22b14b86e828440a3677fe986f53a3f1c7c1791648855658b892afd5
MD5 81f070410ca183e803857a61f2378d02
BLAKE2b-256 e283fc0270b239c0fffe37af6606137fe8042cd66920a01de0bb51227b8447a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a0671703ff1aa28f1ab1179efd090d39c0350a824445498fd57fc60398948fb
MD5 e0ddd43893d6d97e3b77ecc85a05f976
BLAKE2b-256 a80e131e194745b872120f5d38a46b2c9d1122d213d9f7d971f5dc9fde0f574e

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a7cb6e9c822364c1bf695aa32006c72289e210042fdd8338795ef335938ac51
MD5 bff10055fc27d57bab64b70457ef25e2
BLAKE2b-256 719d3707d524ee74c104d6246288b123f33ce1158a3c453d9be331f83dbd5c8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fe8d155010a885a156ecac5340e51d04828759d7ff09d23c273e3146c22c846
MD5 c5242b64dfad73029ca263ea380b6981
BLAKE2b-256 11280966784b2d3bb096857c5f4442989df24ae4b15e5b67a81fc7482f59f433

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb015a1bd58c7204b7e6e788db04047481f33582e239796d757a88a587ce0041
MD5 b5af11f2347ff0c42f16352fb8c8735a
BLAKE2b-256 f69cbdb3ada18771d86dffbf34c637252e4985eeb7d219ab578ba5d4ce5ef5ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50d78e610831cdd14eb7b8fd36ba7d90a71851a8f8397035f1bc5e53ea5e0771
MD5 613a362d106dce0dfeed2c30f26073f2
BLAKE2b-256 fb2d85b7e561ec2dfaa4f70d59a319138912d86ea624e2d8add24373485c1ec1

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e05c37d7afb73a304f90f8b054376d49d5f70dd592076e3f510b65d38a9dbed3
MD5 c93a32097ab64ec4dac267cb61fd0b2b
BLAKE2b-256 8eb7da92545813a7edd3aa9cd0b5544bb0a63c2218b53112d178e745836c0844

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdfd18e5031a8b11ab01ddedf13f5c8cabd024a1e58ed6a29a1f6579b3bb8154
MD5 80a82732751fa3caf5223292f14260a5
BLAKE2b-256 0f209555c9f584f0d6a90ab0b2f31678e902c7123e8e87394dbd852b624f7120

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a404c579151e989d20cf44132e7b524d90b9411f0bf3157d95e4de534b4e7e3
MD5 269c396bf9302546833c8a781e6c3e6f
BLAKE2b-256 c2f48d2983558b878c9a0060b89354ba927806299359457219377ead718cf04f

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba07cd6ad1cd588a5fe66ff9da4fc7a5ee97dbf78dbea185e644ee098ffb4c8a
MD5 7115d54c51555d22ac17c4dc7f7ec8d3
BLAKE2b-256 5ac13b4a98864600e454e45471d457a0f205ff2c7a0e0725de409e3543f14884

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4488d6f7621d3d3d953509c4b08698c4e44a3c7963f66a456963c7a84c16b91e
MD5 4696f582b31d4ccdc4e9dbbb82e2f019
BLAKE2b-256 18eff96d51db9541e60bd3e1bf6a3b3bd169ddf947e3c10e39e9fdcbaa647424

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 433ad02b285d35e81f656c9a31ea95fcf0dcdc090984c335db4490e5b3dd5acb
MD5 c1e967b994829d22436972b9d222e62d
BLAKE2b-256 a9ded4a515faa218dbb93ad3ca07255bcd8e274ea93cf5034513105f458c0a02

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d809f26ffe1f95e098c5a4ee5403de5ecaebb00ea55725be0ffbdb28e18ab06
MD5 7b640855c2364843a0540719e1be3a5f
BLAKE2b-256 5dd48511a93ba489a2d07c3b97872043f9367d8273a0972b9c0ea000edf381a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 233ab9da703e1a9b3c4279936f23c2a0ba1717f62489fb4ab78f0330620e4997
MD5 3e9a95ce1a3b501ef7757e8d921ab962
BLAKE2b-256 2f49f9956ab63877bdb89bae66be9b6e8cedcbb0a922321f29506ca77326ebcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 27b4568c116a17f49e39bf2bed47a12247943a18a7470aa02ee0557d008e1139
MD5 65a1d6376b9a21dcf6f4fa898a88ef38
BLAKE2b-256 742b891775bc27de0e072298f42fecc62456e5145e1742b30f1ef84166ebae70

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0911407b220b166918c0b13009f9b8fba75afa48b936ad13a26a23d94a475f46
MD5 4686e871a07b1ecd5a60034e3a81cfc8
BLAKE2b-256 bbfabf87f6be0054bb338270c5d426cbecde9da0817f39c3af240421fa36f7ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 656e51c2d4e9212f667510136b186193e3628df4e15d10b02cf722030d2d2709
MD5 7372d9a5ca2bac38921f5f937c8291d7
BLAKE2b-256 e2fe5890ea89bc0c29b57380706a07faf7d50c5de2c74bf616ea2abdb035123d

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 244bc387ab774e85e941cc6480db7623ca65546521b83b1b4719bebe4703c871
MD5 5c59f91d0756717a28b2a8a7372ac572
BLAKE2b-256 e57f929d35a94067aa29114068e82b2947c29a086ec07f59d5709d883fff0716

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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.5.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for c_two-0.5.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c3a839296e39c2c1359b842f9bd8115c1fec3550052681a0a1821f609c1f9114
MD5 1d4b7e3c5f123d38ffbf19b92406b138
BLAKE2b-256 69ab054c658f52c0628c1fb44808439b62c48c50782adc48c88e326f95514717

See more details on using hashes here.

Provenance

The following attestation bundles were made for c_two-0.5.1-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