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.9.tar.gz (272.2 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.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

c_two-0.4.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

c_two-0.4.9-cp314-cp314t-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

c_two-0.4.9-cp314-cp314t-macosx_10_12_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

c_two-0.4.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

c_two-0.4.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

c_two-0.4.9-cp314-cp314-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

c_two-0.4.9-cp314-cp314-macosx_10_12_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

c_two-0.4.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

c_two-0.4.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

c_two-0.4.9-cp313-cp313-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

c_two-0.4.9-cp313-cp313-macosx_10_12_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

c_two-0.4.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

c_two-0.4.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

c_two-0.4.9-cp312-cp312-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

c_two-0.4.9-cp312-cp312-macosx_10_12_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

c_two-0.4.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

c_two-0.4.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

c_two-0.4.9-cp311-cp311-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

c_two-0.4.9-cp311-cp311-macosx_10_12_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

c_two-0.4.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

c_two-0.4.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

c_two-0.4.9-cp310-cp310-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

c_two-0.4.9-cp310-cp310-macosx_10_12_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: c_two-0.4.9.tar.gz
  • Upload date:
  • Size: 272.2 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.9.tar.gz
Algorithm Hash digest
SHA256 19c96f702ea1cb3cddc161e0a1c23631716d1f15c469c5ace6e69a71bacc3911
MD5 219365ae6fbf78cb1f93ab2181d136cb
BLAKE2b-256 e41022c7779c22eb4a63a22780ad24dbb7618ed8feccce227e383dd26b7001bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42c9bce2ac200783485738b049d642ab2174f1204c6c7e0a2e21d5952fc3fb1b
MD5 7e0ac8b402f51b9019277820ac158a55
BLAKE2b-256 95f54945b6214e0ddc9fc7880197e1e3b961a7941ae364efd05c516dfdc78a95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fee4193234e508435657c47eea318e9c4d13f4b54ce42e4a650e7f0dac646aa2
MD5 ff8dfdde3b9555e4a0674b9b97f1f4a8
BLAKE2b-256 abee6b15f7fa983c622146a71dc24b6f62402ece9895ab5b11446477f44fd852

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 219fdb5b3ae3bca1a5d30eaff698098f1d3de11055c96e31ef3bf7a512b0f0db
MD5 d6fbee0104e12e41707cf5338649a2d1
BLAKE2b-256 fef49b8bc3a2a5ebf2fe82e7a32a8896e3b753f9e9d1b89bd53290521b2dcc51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 016f127a39380d7ceab5fdd77e10ae509d7fd0732ed5c8135835b153771be35e
MD5 3200c9290350cb8cb7ac6e2ab6ddb0a9
BLAKE2b-256 0d44c25dac05b925daa506a073a848eacbbf1e42368eeadb7350a074e5440d75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e2d484a664c16a543add60e94f19f2e997068688a2f57116670f4c4fadac1df
MD5 73419e8d368c9ca2cd7ed847cd8e5b16
BLAKE2b-256 5e17795ee28f1f278d99214dbcb86b0e8c41658258d8a319c27f1f60dd9a46b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6d6c5263abfbb9b5f21032feff3854cfc8a46eeff84c699e7b32c1f8a940f68
MD5 12f9fceb230ae66a279888e7dfe90dbd
BLAKE2b-256 3de2da56025c34b1553b8097e9110138a459d1adabf27a1a2258d9aa3d6196f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03e8b0531af198453cd366e0f229d73d52227c0d3a3ac6dc633e99080bf0d56c
MD5 0de0a1b3f92baede1716f28f3487b193
BLAKE2b-256 61a8481ddf390b7cdd97b2fe1704d178e6f8eb18e8aa0c59ef094534521619ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 10adae32f22d9f15ea3db69f63cf768a9a5256417c68edb3c2d18ce3c40e2a5b
MD5 1526c7fb074506b3a9beb502b2406be3
BLAKE2b-256 9d81a9fcf0f853c1867ede637f3fe385851f71f252869d2a313cc372c5627f30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6310d122243b37010efbc47c4cbd66cd3619e9caa178344b86187f93009fec3f
MD5 46d0d0be5780b85aa6da00c5938064c9
BLAKE2b-256 6d46c271dcffb8de0d7621bbb7083bbc0879c51f31b8123af137421f0c78c0d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1357a26cb8ff60770f4bed105f0424ded85b6faed675d7b851ecf95a136bd949
MD5 118947a071e2e14fbab9804f1ed1b365
BLAKE2b-256 6f760a3f3c49aad42c96611c76a03144bf4478f607480dcff74d668437b52429

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5d76d32cbb3f38b33056f808eb3b537dd3e9f0506b0c31a57a53fe86f6a5803
MD5 a133aa5a10a9d1ae7ffd4ca1f003fd29
BLAKE2b-256 958d4d41c4801f09b224136fefddb314dd906e5e45a38df045ddc296fdbf61d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 053641db8da214746d5279331de7b6c6abee138790df72c14a974ffa978572d8
MD5 35cce781b92e803c868fa9b7c5d9ff19
BLAKE2b-256 6c2ce7894a06dec793763f60787585b79183eabe398caff068c87d4bd1a2b8ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fd97c95cb136577bfc2c870ef4822282b28adbb6b404976a987fd1cb20b7264
MD5 c118ee6945e2130110403abebdb01baf
BLAKE2b-256 49ac08df3130d4178dea8411a200d5d0d1a227788bcc00f6d060edaed27914d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98873b86a5e74e9dee54fe454bf937573ecab9332b9f729968010d654aaee679
MD5 85965c6251b4fd14043a61db2c3601b1
BLAKE2b-256 16f1fd1284229602d887f5fed95cbd7b071dc7dea172791445a2d863e393eecf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae893b138fcce13d44a5ac5bb576ef0465c993febe3d1b45b5280b364c837fd6
MD5 699718b524ce0053914cfa0a9c3fb250
BLAKE2b-256 a8dec0e75567678e988ba29a5687a870921520b9b4a31aa9ef52b3d942369108

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f1c050b0c8f5570b99f168a2ae0245435e46d208c255f29dff0bedab14150762
MD5 f8aaebf076814f08c2b31621fbe0cd64
BLAKE2b-256 2f5ebe96b964a9a8e8ebfe3f019d273fbca6b2c3ef8397afde8266074f8f1151

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04dad2e70ecd235970245e2fce16a1460d79ca31f328ea22f94afb21d99a0a75
MD5 984bcabf2f028de7d4e0664a520ce733
BLAKE2b-256 b9210fb033b50d92f9fb32e335639ec13107346cc31f2cf01dd37da70e44cdad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53c6c17e28c4f95fe742f5139646411f1877c15723dcd65b11cb860ffc739d74
MD5 c34baaf4a4f82abee7c53ab58b7468b8
BLAKE2b-256 9d4099ae8b2029abe92a4ca97c1190a016af501e06d40009c80b532149fe6f9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d993984b70979736a9d21d5b7af6211908145d71e7c81c09e709490fd67a2893
MD5 9907835e90b4949c5c8dede4aeaa452a
BLAKE2b-256 f18e6b44d375ee3d732003d13f86f53ff1dbaf1489b41937c38cab931f02a1eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 836bacdce43952acccf8765e06c755fda8c017301aa1ed2e48af295bb7cd95e9
MD5 c1f92b994cb100002c1c0584658840ba
BLAKE2b-256 7c7dd23cb5d1094cf921425193e749600e0cc9c5535fa84a0fc1b8e6071974e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54442e3a24018bcf2d66407a2afb8b2a9d061b8cdc30033096cc50e36e31fb3b
MD5 ee39dc2ee9a293d6ddfcc4a51dec1dbd
BLAKE2b-256 f73a05a64eb9abc65fd4116a08dbb4e780b1973cd9e585df039c2801ba49757f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a6edd767ea30f3349ec294ca046f0906efae054e001f3e84b7d25e419767b5e
MD5 cc91a0555bc1d0fdbb164d67f13148c1
BLAKE2b-256 751242b3d41af75b1cdb15aa18fa673a8e4c85fc274a541d35091d8f9bc3e319

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c370a1b4710b3f665ed5413475bc83d2e17547bbed51c0a46a429f08ea7e1734
MD5 b0e481963982defad96d20dde9be4a8d
BLAKE2b-256 0a017d569f4a16bdaa6fa2c0d4df9d627511d9fc46344f79a23550ccdd321b38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.9-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b51ff154c725620aa2e3afc07e694c8df6352c81f13f9d51c8467985c3491215
MD5 b27772bddd66e3fc27326fbb80d5b721
BLAKE2b-256 1b9c118a9e39c6c3c0ecd88a57053f03122050e7e1f0136a6f2080f25284e703

See more details on using hashes here.

Provenance

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