Skip to main content

OC scenario graph for Torn

Project description

Tornium OC Graph

OC scenario graphs as generated C++ code.

[!IMPORTANT] This library was implemented by reversing Allenone's public OC graphs, generating C++ code from those graphs, and patching those generated files to resolve issues in Allenone's graphs. Therefore, there may be certain issues that were not caught or outdated data in the generated files.

If you need help using this library or encounter any bugs, please create a ticket on Tornium's Discord server.

Credit to Allenone for the original research into OC scenarios and for creating the original graphs for OC scenarios.

Supported Languages

  • Elixir
  • C++
  • Python

Installation: Elixir

For installing for Elixir, the library can be installed through GitHub by adding tornium_oc_graph to your list of dependencies in mix.exs:

def deps do
  [
    {:tornium_oc_graph, github: "Tornium/tornium_oc_graph"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs.

Installation: Python

For installing for Python, the library can be installed through GitHub by installing the library through pip:

pip install tornium_oc_graph

or through GitHub:

pip install git+https://github.com/Tornium/tornium_oc_graph.git

Installation: Other Languages

Other languages that are not directly supported by the library can be made to work by linking the shared object generated when compiling this library to your application (depending on how your language's FFI works). This is not a supported use-case though.

Usage: Elixir

Once the library is installed, you can use Tornium.OC.graph.calculate_ev/2 and Tornium.OC.graph.calculate_probability/2 against a set of users' CPRs to calculate the expected probability and value of the OC.

Tornium.OC.Graph.calculate_ev("Leave No Trace", %{"imitator_1" => 87, "negotiator_1" => 87, "techie_1" => 87})
Tornium.OC.Graph.calculate_probability("Leave No Trace", %{"imitator_1" => 87, "negotiator_1" => 87, "techie_1" => 87})

Usage: Python

Once the library is installed, you can use tornium_oc_graph.calculate_ev and tornium_oc_graph.calculate_probability against a setof users' CPR to calculate the expected probability and value of the OC.

tornium_oc_graph.calculate_ev("Leave No Trace", {"imitator_1": 0.87, "negotiator_1": 0.87, "techie_1": 0.87})
tornium_oc_graph.calculate_probability("Leave No Trace", {"imitator_1": 0.87, "negotiator_1": 0.87, "techie_1": 0.87})

For a more comprehensive example, see this function in Tornium.

License

This library is licensed under the Apache v2 license.

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

tornium_oc_graph-0.2.0.tar.gz (36.1 kB view details)

Uploaded Source

Built Distributions

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

tornium_oc_graph-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

tornium_oc_graph-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

tornium_oc_graph-0.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

tornium_oc_graph-0.2.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

tornium_oc_graph-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

tornium_oc_graph-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

tornium_oc_graph-0.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

tornium_oc_graph-0.2.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

tornium_oc_graph-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

tornium_oc_graph-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

tornium_oc_graph-0.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

tornium_oc_graph-0.2.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

tornium_oc_graph-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

tornium_oc_graph-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

tornium_oc_graph-0.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

tornium_oc_graph-0.2.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

tornium_oc_graph-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

tornium_oc_graph-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

tornium_oc_graph-0.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

tornium_oc_graph-0.2.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

tornium_oc_graph-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

tornium_oc_graph-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

tornium_oc_graph-0.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

tornium_oc_graph-0.2.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

tornium_oc_graph-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

tornium_oc_graph-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

tornium_oc_graph-0.2.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

tornium_oc_graph-0.2.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

File details

Details for the file tornium_oc_graph-0.2.0.tar.gz.

File metadata

  • Download URL: tornium_oc_graph-0.2.0.tar.gz
  • Upload date:
  • Size: 36.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tornium_oc_graph-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c55b0164f38f70ff50eb3a364e6fde14d79db949fe3d00d107ea841371d212f0
MD5 405a0fb3dc8f4c2fc2201c6cb108ec78
BLAKE2b-256 71cfddf5915565978ff06023cc7716f2d4c6e8bc2297ef6c106b3e4a566ebd67

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0.tar.gz:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d619a8c042e605f23a68a022c951947f71b0c1878222d0a449287b33e29f2fbd
MD5 32b826ec3e98bf9b4718f0efaedb83fc
BLAKE2b-256 d120be50ae8fb3187a4d3550259669472ba60fe364f215c4cfd345fbb08bd094

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be5ec5b7a5d08f9a2071f1c6cfe860c6177a3fe170a82878543711284a6ffdc5
MD5 0ec16e279d5c1d352a9b3921d66a6db7
BLAKE2b-256 9be486c1e82e1f628921c1d93c8a6accd339b654677ec1e40933e3f72737144a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 255c2ffb780b38ab734d8dfe7c46c897e06043cb028e1492fe4e07d7add5e3c8
MD5 9105f0f78c3824ded81a9583970f0f62
BLAKE2b-256 b1f1ed5415434c9236d1398a8d966181c218b6c7a407945f230667f3c62b62f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab4a9671422d08fbd8b5c3dc19c21f6ac48fa465761c6ca1013e44c375afb2bc
MD5 86eac098a99cd3996c02c2d9644b2bce
BLAKE2b-256 b4cbdfe8c7126ef251946d936927a5971ac6134fb8e64a50b1b7975769658fe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d30ef6c423ab274465411c23a96fbf759f9617faef5c1a32fe16a088807c046
MD5 83649fdd031065a0f589305cf5315383
BLAKE2b-256 3fdad0ba451b903699ba836aca441fb2a1095cf51155521fea4396d6eaf5ca71

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6095e11f2453f8bd9e8702e77d54c963ea0b8dd8148be165a80e37952a9f842e
MD5 314c1c2cb98ebf71a82609b207ad4b68
BLAKE2b-256 086e50a4b6b81d74b15fb93ca813271666a81066d6a5ab0c1fdadc35d3f8733a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72a17a69a19280af619c681aefcefee82e3df5f55b58ab6d3935051179ba74a7
MD5 09f52ae03e910d91cf7032d1227ac873
BLAKE2b-256 7d086578cfba8a4e0bdda94b645e7a87cfac1977f01f22db72f538df9354bf2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90d8d1550b59d0c1288d3c6256a15f5c1299e44afdaaeca04991f67ed48d9c3d
MD5 54e403dce433278a06a8a51985ac9529
BLAKE2b-256 bd609db3b443310bdb50202ecd04d37d09efc941e9718b42e5f56626e67b0c67

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 094a1f6b3967f21564304c368310d89017ce4641da2af31ff976dde626cd885b
MD5 27b2237907a8ac2d6b1b52f3aa93b5c7
BLAKE2b-256 9490e13896d67d08c103b6e03be9da48829bef518337b9f230c7362fcd326329

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59a591d80a6545f47e827cf08d0a18168cadf5167880844daac6b6b08c8d4efb
MD5 4cf36f02581da690acdd6e72ba9b0cc5
BLAKE2b-256 b82528785c175652586f1bdefed0eb777a1c3e2222ed0ffc7b9f4ca51896d26a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0aee3b9b6b893eb9effd50a577226af24b682bf88b1ae3b06f9471c4c051b317
MD5 b98c37f208265a302c9c62ddeccb2ceb
BLAKE2b-256 a2081ec304ac73bc52eca5b8db0436f20227aacb827387d1c8d631dc9dd4e06d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d55c5b8605bc49ef0fa91f4e1f17d8845c582934abef27af7049295d6a5985b
MD5 e9a2bfd4d9c3e8041e497eb5e0ba1e43
BLAKE2b-256 31fd6837f069691aa265fa69a8f2acc840b2c65c6b22d91432605b61c6290a41

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0c4b70408fba967f55071229d2318186bb3b7eed6fa54853708d56cbf7209da
MD5 7868494a0699ff2be077e1d170a62fce
BLAKE2b-256 365056128a4095b31386e6514cc69f76c54eff9d02ac1ddb986ca381e0db0cdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 daeaad89a6dfd2be4a9a82ba5592e06c627bac7fc22d4ee996045165d20d31e4
MD5 28b105aa38a39d45cc0545806ba527a7
BLAKE2b-256 3b3e92a67d9928d2c71b5a63752b9fbde56255b416da6623a805ce5bc27715a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc835c3bafdf24893a0a7296d4a6099320731d2ac373a7c9905dfdf9a49b1770
MD5 15d8827e074754e2a41acdb9a88f503f
BLAKE2b-256 2c0ddfce9e9633df1caac596a9bdce14f3ed46303ebc13be55d3410bc97c1f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34c2e19c25b032632f09b37268a7567dd6314cdb54e17fc6a25234c869bbae35
MD5 9252fd0b4e8fc48384db22c7e5f0d3bd
BLAKE2b-256 58b0ed55fdd861b73807edf5179e03f6dc19225a70f3934b6e45a81a6e56b8c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc2c1efedbcf30ca041abe9deacae2db783f36a0e64c661f697e48eba2543a7f
MD5 70ed34d9a199ddee47d856bb36f265ca
BLAKE2b-256 a4d1b4380e41ed4caa362d5f81808fb64277305a26a778166c37f5aedf1c41e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc90eac3db837f2cc2acbc6f4774b3be27a0ec5cd734be4ce8f2223c8f9e1a7f
MD5 98f1b58be984fe8b2d841e918cd07798
BLAKE2b-256 a9b68559ed85ffaa04149859330fcbe9316d2f425b03c7b9a7191aae39af4e0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1604778cae4cb43c3ca8176a1257740d8f7bcc2f5e65693e2a7a9140486b0604
MD5 6a9457c8b0fdcd781d99e1f940c6e424
BLAKE2b-256 acca214065c1c2490003598d3c44c8eb911d7272928f0138904f21860f1c3791

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db480918e7e9633c3e7072f52d8031edc3bfa04ff05eeed986596faf25037b64
MD5 2c8607db9d41377046a1a23edc40186d
BLAKE2b-256 f4d3729b5ef47bb536c25e5d2c1e3e5529f70cc5ca5c5a6e801983804a6a3ed0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d23cbd08155c07bdbff791bb3f9ad51b8eb27dd9fdf8383597181eb6cb7e79d1
MD5 1ef597b70beffd2e2a57243ebb16031d
BLAKE2b-256 164c2d2d8fb61e643b9072dff2735387a01f260855051c5d647230bd44879beb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d46df2e483c4bd2f02edc4a156c1ba4767f4b4d338946e3bb72f8fd755755a6b
MD5 076a2e9fcb464bdcfe72b5c836ec06a8
BLAKE2b-256 c120ed6839cbcd1e2f71b5ba2bd585551c11fc4cb04a475d82a5dd1199968002

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f70b54e3b9f079eaad42b6b9f82bbb6258252e2f7df032152bfa87ce61d129b
MD5 880ca33a0ae41177dd8b9d2f966e0be7
BLAKE2b-256 9a19e353688bf4a9e3be34d0f09ee5b29c6abbaa2ce805538e593537aec68ba4

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 18ffb82c79e00a56e429268e1409a52ebfa2229bc1e7a05b0a9b55e93a243849
MD5 7db75bd66c2e922303a67f2c8f8c71da
BLAKE2b-256 dac2b925b59f96f5c50e7d364aae07fdc3cd55a225cb993ecd0755e5adae5ad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6b131a8425286aa55b8102c7293f053727705da1c87f416054b186dcbe29459
MD5 e94bc4c46fce4c2398d4d2a34212bf68
BLAKE2b-256 48d7acea71f9b69f0e0cb11bda35c98c42409aec066e2f0f3149cb6f38c2c910

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a105ea71cb48d605d0f9bdd80d3a53c8d02d10d2617214bbbbf4bb8fdcddb867
MD5 18b99e5cc3bf9288d5ff433ad2326cfe
BLAKE2b-256 e5c8aba2e808ef18e21ee12a824ecd4f477b517734a218058fa91d93c2dc8df2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67417b2f65993a683b89ce9a1b396b8678c98816a697b266bf6195e7045994d4
MD5 5cc37017386372e63aa33037e3d02ef7
BLAKE2b-256 1fd17bca3e092515c829940a80a570459739e095b7405c147e6adbe57708880e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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

File details

Details for the file tornium_oc_graph-0.2.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for tornium_oc_graph-0.2.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d6d967ef2d5716638c1c44f288dd47f312d0a45939cd36c532ebec057417bd7
MD5 aff4dd490e91984304bf693dbf0eef6d
BLAKE2b-256 5a9c38054a56185cf16dc30c7699ec0598b0215c718e55a29a84d516cf2eb5ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for tornium_oc_graph-0.2.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yaml on Tornium/tornium_oc_graph

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