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.10.tar.gz (272.3 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.10-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.10-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.10-cp314-cp314t-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

c_two-0.4.10-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.10-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.10-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.10-cp314-cp314-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

c_two-0.4.10-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.10-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.10-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.10-cp313-cp313-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

c_two-0.4.10-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.10-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.10-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.10-cp312-cp312-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

c_two-0.4.10-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.10-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.10-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.10-cp311-cp311-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

c_two-0.4.10-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.10-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.10-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.10-cp310-cp310-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

c_two-0.4.10-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.10.tar.gz.

File metadata

  • Download URL: c_two-0.4.10.tar.gz
  • Upload date:
  • Size: 272.3 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.10.tar.gz
Algorithm Hash digest
SHA256 1823c13001633ce421f1aa06c19ac8e5c406472293d5e4beecf432dd1579f468
MD5 cac25bd8ff695fd2ec48a9119d489088
BLAKE2b-256 646ff580794767a3125baea19a7006257ef2b3311a5022feeaf4f55e3c2da895

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c6478685389421a553bb597c8cc49436f5b45a5ce6ce346613f4cf475fa905b
MD5 51b23e283df435fa127d275f5546ce7c
BLAKE2b-256 20e43444c6ecbbcb7f41817ee4667386dc499dd9229a19b3b8a63484e029fb9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24470aac74ec987901e41ea2a6c6748cb041a12f8a7302e6cf571923883392b3
MD5 1d0fde33a93d993c840be2bb6c87ef80
BLAKE2b-256 e8e9a420112808f0bfdaeb526dc294e5656c8dfbb996c3c9d65424a9aebfd03c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3743b1e281efecb90b7e57d9d219cdda8bdcf73b529b9829e8cd1c844f44c2a
MD5 e654293b9d17c8a0013e9ac781dc1ffb
BLAKE2b-256 8e53f9f7c35ca716d7a2c1cb18ad1fa5be4012e62cba625bdc73b1c50c707cbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53be393916e31941d01b34407fa1767b610cd018cca0631a557ca3be44ca9add
MD5 0bd50ab52cd1e156a3b55972fd1fd928
BLAKE2b-256 9e2eac5852513af2e5e56edbf5389205a85717bea6c90fd5458185370cc08fbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82bc904907b5176c495640873d3ba3ba8a39454efd157222c1fd043fde01e24f
MD5 4d18bc82b5dc1c836eaa973d831c7cf3
BLAKE2b-256 0f3757513c69f7d2f19bd0629717693169ba02fa378a05d9c9bd715bf1785931

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c50a98ec7c48f63390712eaf71de50134dca2763c5215cc0662dae66a68496d
MD5 302890e8fa5417545b5d4e2991854ffa
BLAKE2b-256 6e9dce8b566c4e3a4522f2d87f42055e8b28e7f92ed9b0eb8e5eda11c784a20c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37b5b659e8c17867f9b69e6302f76c33f55ae054a23c61b59489c8bf80369383
MD5 aaec1d13d69017df9859fc229c5a7ebe
BLAKE2b-256 31b0750601f2be4975cf52e4d587cb1bb5b18ac6fe7d216a76d0c4e390000810

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 328335525b2808ca06e403f26332cc82dcde21296957208f40dc6a434965404b
MD5 3c526ee85bcaec5dd426e58d9994ea20
BLAKE2b-256 76fcef66f6623593ecd9e1d010dc84b2d5cefd3260ec662d99d1a144a15cf0ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8de426b8b35fb5f53a5c222c186a027049b623d6569126e8b011d10056489ef2
MD5 3f723ca0eb394154370a7bd73c8b679a
BLAKE2b-256 ce5e1e44fbb53dcaa96f43fc1268e7421e381015fd1c5ca83e02e8464ed7994e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 664263c516f81a0d96ae00acd37a1fa6b2eef0ffe9b99e8b59651074f68a0e3f
MD5 18faba755693f5fdd100cce595b931fc
BLAKE2b-256 1c80a886cdf6fbbd4028ab2dbeac46bb7bc7c96184c12746cfda091fe529476b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fba0e930cbdeff745ab8ca59e55d98b5ad973061ab757e5e1491074103d8ee3a
MD5 24f8985b4cb66645f234aaa5509e186e
BLAKE2b-256 a6b9a4906245222f75bbbf0a9dc03921907afe41aa35ee311565c00d49232120

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 35cf873c38153b8cf31980fc44bede9ba663bdaf943316f706152f1f3c2143e8
MD5 99a3e232e18b295a97336607804570a0
BLAKE2b-256 c2571511921b2a658a271e4bc422800e891ae3ebe9a954c05a1fd3f5db37354f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4dbf6801ce2f333b70eb78e6a19946136545c0322d4cc033982d603549b628d8
MD5 609e94cb366baaf193435e3a3a9c43ad
BLAKE2b-256 745c734720a620d6f51f814fbf120a626633792a3147145178923b92683906ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48a93164aafce9540da5bcae1338e54ea4d15c9c545bc92c226d50d30be54de2
MD5 050de10d288b90635c9f87ad65038037
BLAKE2b-256 0037e947ead2a126ab0e8af2a1d6209993da8cb8a94dd57377fe51ca5debcc18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 930ae74edb449acb331388aaaa8eeff173ff4fe00d910578f2bdba3b4a2a937b
MD5 0a27c07a7c06f6c4a66b693b6cc417fa
BLAKE2b-256 b8470eb14b3fa37420b4469268c2c92200dde3dea111228056d8762bec73047d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a6d6b18a6cb69373a70de0b4916654c7a97f01b4e031aa9a800b0a37896a62e3
MD5 ff6e8a50ae1a90d2dd1d1d5061a42fe3
BLAKE2b-256 2c8bfbfb9fa00187715d2dd896cc6d305badabc1928c5b43c7fbc5f061158cce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65a64d5b8ccc10f3f1245994c0bc918c92b0b94f4992d51075309ff1eacd4f90
MD5 3d23da95a7c92ec04c321bb8c2b13832
BLAKE2b-256 19467ecc527614b9aba2345c783faaab6f6d6c8329948a4278843a3ea8e1e570

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8463a970211847e31e3d113b8e1aa05d05067bd163a7720d120de70bb512edbb
MD5 dee775e9fa8be2fc459e12f18d2e7db7
BLAKE2b-256 6a1a9c1ed552793d4a9a757e9645e2c6b95db45c03bcc5bd8712cba923cda096

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0649aa1cdd9cbfe4db3bd978edf59729698dc8b8897f6f1fb9a0ac5442035484
MD5 8eeb18281e11f16c7ab0b2f22203cdd5
BLAKE2b-256 eb1aa07015a15692d7559a552c4f9bfc7838981afb68e1823d5540b58e17372d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ce519a9f24d7138c59a4dc170edfa2621fd01ff21419f33560cca2236e5a0851
MD5 2e52aa5b391259a8daa2b8c7eedef7cf
BLAKE2b-256 da9f4ed0296988769a56f8f4607d0a99454de86448a96dd61f654ce794e995a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4b44c186af232f10241393c30b5fab9414630585e36a9ba90717c97db38abf7
MD5 12526b52f65c696fc62b33004f7d0d8c
BLAKE2b-256 f4126fe2c53e69e4552c76ebb87077b35386aba7b18d1c2e228dc0d03816e5e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2278ed461773547eb8069969503370bb8ccd1f4a39114d9825b63f0e53d977ca
MD5 d9d1b48683c4bee7431e8a615973819b
BLAKE2b-256 cebde203bed0ef1e4ca0b2ffcb91e16eccdf774ce1496de90927d9fb62128223

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85b4f2841ce0e771f67a277ebe2836988b5bb91e20c13c4e45ffa9e3c8653430
MD5 c3817a846dae2fc621ed65816a604bf2
BLAKE2b-256 c1720a832981b54807f243ac475b3ebbae6a349eeaf2c0e6e0a0e3f84563a2d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for c_two-0.4.10-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67312f8288614531100f4460e73fcb2004efb0ee5eccf35ea995f1b020804443
MD5 16479a1beb0f741bb81e61cb322a412f
BLAKE2b-256 05265da2d51d1b6bba83ea4e59013bf35acb003d9764454f182b41ce618d8484

See more details on using hashes here.

Provenance

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