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.0.tar.gz (392.0 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.0-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.0-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.0-cp314-cp314t-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

c_two-0.5.0-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.0-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.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

c_two-0.5.0-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.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

c_two-0.5.0-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.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

c_two-0.5.0-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.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

c_two-0.5.0-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.0-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.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

c_two-0.5.0-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.0.tar.gz.

File metadata

  • Download URL: c_two-0.5.0.tar.gz
  • Upload date:
  • Size: 392.0 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.0.tar.gz
Algorithm Hash digest
SHA256 1f4fad2da70a9bfa21f9a23f121e3d140384922ead1b4c6600844e91311da502
MD5 559032d491709fe2158010cb10995988
BLAKE2b-256 5c8f65f88dc263345d213f221e269b29238b10d3f17e0bbe2f6c86ff92ac6d15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f33a5e0b4a43b9eca832998890e147229cfb505dcbe58fb92a7fadff9324988
MD5 a867a7d8ae4a68198d46ad47900730b4
BLAKE2b-256 310f2820d7a3c3bc5c695203f4b1c3933c7e5057065a34bd349c1990854c0688

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 073cee600fb486f5cfa6d2e24a41fd05c599eb9938f0cb507aad4d254d167506
MD5 46bc84e73822c87fd01e48e82d92145a
BLAKE2b-256 fc226c7900de7d173c6778b9158cbac2d57f0e13d07727558914e7fe2e090eeb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a44e5974843defbcc5b5f020c6778e06b0056b41395a42067c444c24a9c4e3d
MD5 6bfa1603f31ce73b45fae52294361d05
BLAKE2b-256 c47b57475e2591b071a0551660fab3c7b541322a242653b3072886be48097c50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fcb2bf6dcdaa3c8f779797b74e77fcb43a3a76d2937cde86094adbfc45e1d044
MD5 1a7ccaa3c51bc99cd5059a260e26cd14
BLAKE2b-256 78e4dfb2b1151de1e8425123ee35bc1d1490e9c7d57d70a356d0324715110223

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc4a4f7a415e16de8f9f2d16eefeabf30aba9335789ddf67779bc46b87a06865
MD5 0b401221107fc0357d4f33c5adc9efcd
BLAKE2b-256 d095f0cd448ba3489b99a24870a3223153db2d45f86fc99a60237665229b28a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 128a62c6d79d641b80f3a21e0464c4e20de48f292dac9220e0c08f48b8532305
MD5 05e3e3a9bbc341734edefac2386439bd
BLAKE2b-256 31a5250358cfdd7f2e36b7edbe613c15f0400df3e1e3778470a89d7a9ca7cc16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37f048f6a1923b29943ec79c4ca29a473412b4060aa4b46184713de91353913c
MD5 a9e28bac61f9393704fb74450e361890
BLAKE2b-256 aa9bf905a36bfb8a0570e9599d9a986675fb34db96017ebe2bcb8b89a2401816

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8ba051f961df410c0669170b72db1a4bf885fed10c74ae3efaa32aa70b8dd0d6
MD5 c772ada476a468039454c661b6056a60
BLAKE2b-256 8cb186040ae23a33606d712a031898059ee0043cfb67b46916ad3671572f3716

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48de00bf2d1a0a1ea2ec05c3d90f47ba735bd3bdeed2339640742e5e635e6c76
MD5 ca05a302c73ccb029e32050ec222403a
BLAKE2b-256 a422878e0a221b6bf922013ff29ec5d5cb6824e734e6deb86bacaa42b27d61f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2542713cb259557a941b56c0b98dfeaa0b0d6d8bc342681461fdf37c9c001f35
MD5 97004246a6be03bd6a714c099fda75c1
BLAKE2b-256 7df955b3d5f6e2ed444630c5a6d01a1e21d17c05fb8d6ab6c2e39592fd776615

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78d0994a5a9d91a5b6e7e59e7848b8cc144d34bda5af3c40ca337cf8ffaa62f6
MD5 736f063978b9307f882543cad00ffc4e
BLAKE2b-256 3ef779d254092f3f18a170431fc66aedc8d4958ca1cacf92e372f776c1eea84c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 019a544108c6a61afaa0b425c7e4b6bd230db87eea1795a72ffaa355b416972f
MD5 7d174e0cc00635835e0268b0be6becd7
BLAKE2b-256 1491cf0e1480014a6556c30ee9d2b5deaa4135b9ed2bc78d32a9bfe08e2e2bb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39e73ffdc544ce6ff3e70ef852aae3c093e53a4b39e272b72ee7db9af58e1c15
MD5 b2400a72a3fbd804828ca16d3cbcd65c
BLAKE2b-256 5cc7803a0b742c622cd5f1f04807c5c259f731929863e7d0f79e689911a4bd70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e297fb5cf309209db54160cba509a49cd2530b6f00fb39f955c9f4ad1041bd80
MD5 f0cc4a407b01f51a9c1b22444d737a5d
BLAKE2b-256 7efdf5ac7ae5f7e01ce92bcebec800c77cffb49d96e24ec1903db8b0edffbbc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c527851e4776d85beb40d7ccb9fe9a49f83387e1c53790ad9bf9e2b91bf71ef9
MD5 27e9dd4e73cfe81e5c70395c8aec8671
BLAKE2b-256 2d03dfb39efc0d83504c94b071b52223f8a1449ac8f11b481cc228b7d37b530e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ce3a299e0357948c02b5b9760368b25064e69c65380eece5483837a8ba79f983
MD5 2b5d7d247bf145632d102b25e3d7440c
BLAKE2b-256 24a4a9f6b0ceb6bd002fb84562b388fea541392f781331cb91a6a06c59665c59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2db164d5bf3c8115387090a14b7509b55fea29e48cb7734071f99b2cf89a379e
MD5 fe50f76ce5680418d3e45682cebf6129
BLAKE2b-256 f2549e10181bc679f4d90b0c278fe571085602918b7e0363b30e1a27c54cad97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62ac36d509f86227316bff931ed3d3bf77ed9b8d0057d9c824874ae28eb76d8b
MD5 da76fbe831329e1b9beb73bdec291f0e
BLAKE2b-256 7ac8da329930e08be24455cc20a14064064538f39ad344fd033d29d746fa99bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 982fcf72b74b37a595352c15fe083d5f5aad4850b639379f1d0fbb64297944c6
MD5 d4b7e61406666bb54ea0fb3e0f7a1559
BLAKE2b-256 ad46b8691ba2ab75006e2ce595062c523557700c4174447553d62279a4a8bf4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3a3251b8d2edfeb83e453274a1c4f91370309a701d0b868ec4817b69b7cda750
MD5 f0a46cabf46369e50bdc9b934139864d
BLAKE2b-256 78934f8392a83d164d792e635d4278589513b44c38ac72c0bb233ebcd8156dc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4357f24d909359a2c32e41a0e1c7f29ce9226a9e18e2ee93b5967f35bbecefd0
MD5 f500c95cd8347fe7eecab266311982f7
BLAKE2b-256 456959180f0723b5c779c398c79fef3043b805707f01decf433c4cdf97b3d064

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ace6e6fdb9c91729abec82687e62bf7206a2bf086883e371d53bdbbe2719a486
MD5 50f0dce7cbe569f5b075ed3a0f352313
BLAKE2b-256 0fbf6a5ccb10d506da152c689904902771525f8f1f6d2118577b7ee159ab40a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf0e5b5756859c2fcefbe91a9d2119968643cbcad833b4311d5308e5be05a386
MD5 3756e7fa62aeb5c08a8b72c90737a363
BLAKE2b-256 4f4e737621441b0389e4999de54893b82317ef5475358d1bfdff7039334d8756

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0f0b3dc000b623b234c97e665608485eec1a246323552473557bb3a5022a5ded
MD5 cc9eea82b0fca10eb08a7c58fbd3e5f5
BLAKE2b-256 d8c9e9a67e5ee00a6b578265b9cdbdae58eb383a3753fc3a83344689922ecfc9

See more details on using hashes here.

Provenance

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