Skip to main content

RENKIN

Local retrosynthesis planning and route auditing in Rust.

CI Crates.io PyPI License: MIT

Docs · Playground · 日本語 · 中文

RENKIN has two complementary jobs:

  • Plan: search retrosynthetic routes from target SMILES to declared building blocks.
  • Audit: apply the same deterministic structural, stock, forward-replay, and provenance checks to routes from RENKIN, AiZynthFinder, Syntheseus, or SynPlanner.

Current release: v1.0.11. Core chemistry is pure Rust; the project ships a CLI, Rust crate, Python package, MCP server, and browser WebAssembly module. The default planner has 24 hand-crafted rules. Repository-backed runs use the 402-compound stock file; WASM and installations without that file use a compiled-in 152-compound fallback. Supply stock explicitly when it matters.

Install

pip install renkin
cargo add renkin
npm install renkin

Start in two commands

Plan aspirin from the CLI:

renkin --target "CC(=O)Oc1ccccc1C(=O)O" --depth 5 --beam-width 100

Audit an exported route locally:

renkin audit-route route.json --format auto --output json

Python uses the same engine:

import json, renkin
routes = json.loads(renkin.find_routes("CC(=O)Oc1ccccc1C(=O)O", depth=5))
report = json.loads(renkin.audit_route(open("route.json").read(), format="auto"))

Choose an interface

Need Start here
Browser-only exploration or audit Playground · WASM API
Application integration Python · Rust
Local agent workflow MCP guide
Private stock or route evidence Audit guide · Policy guide

renkin capabilities, renkin.capabilities(), WASM capabilities(), and modern MCP discovery expose each surface's effective limits. Private inputs stay local unless an operator explicitly exports them.

Scope and benchmark boundary

An audit result is evidence, not a claim that a synthesis will succeed in the laboratory. Stock identity is exact standardized canonical-SMILES membership; model output and route imports are never accepted without validation.

The registered Phase 55 shared-stock TEST found strict routes for RENKIN on 481/690 targets (69.71%) and AiZynthFinder 4.4.1 on 32/690 (4.64%), under its pinned cohort, stock, assets, and budgets. It does not establish universal planner superiority, laboratory viability, or whole-cohort speed superiority. Read the result record before reusing the figure.

Development

cargo test --workspace
cargo clippy --workspace --all-targets -- -D warnings
cargo fmt --all -- --check

For architecture and contribution rules, see AGENTS.md, CONTRIBUTING.md, and the current ROADMAP.md. Full release history remains in CHANGELOG.md.

License

MIT. See LICENSE.

Release files for renkin 1.0.11

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for renkin 1.0.11
File Size Uploaded
renkin-1.0.11.tar.gz 1.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for renkin 1.0.11
File
renkin-1.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
renkin-1.0.11-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
renkin-1.0.11-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
renkin-1.0.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
renkin-1.0.11-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
renkin-1.0.11-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
renkin-1.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
renkin-1.0.11-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
renkin-1.0.11-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
renkin-1.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
renkin-1.0.11-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
renkin-1.0.11-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
renkin-1.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
renkin-1.0.11-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
renkin-1.0.11-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
renkin-1.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
renkin-1.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
renkin-1.0.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
renkin-1.0.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details

Total release size: 47.4 MB

Release files / renkin-1.0.11.tar.gz

Download URL renkin-1.0.11.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
a673b7f8676c3fd7c56eeb4905d2c389f4aef1644a7bb53d2f637593b3107781
BLAKE2b-256 checksum
How to use checksums
aabe54bcaef884bae5af05c75d5892d09ea909c711ce299119fd9b6b77738ef2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
565ccaff3127679b6eb72d58d3cc7880df27287cff631a1676e7d02be37470bc
BLAKE2b-256 checksum
How to use checksums
67c4fe45d5c28b2df7207c40c1a17a5e0130852e3e87b1c4198ea5e904cbb434
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
f356b43c48dc58c08a5db2e2883e3d8795e99023bd9f54ecabe6ec3d0ff6c5b0
BLAKE2b-256 checksum
How to use checksums
a15f508782bac721859f53f2e84a42b3369238b1f1be4a28cb82cc8462b07105
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4e39704685ec5338fe4c1702b3622647c657750059413e9b46b5b4d31ca63e66
BLAKE2b-256 checksum
How to use checksums
c451a931dc7b4b5fbc3e39487e4a63679f1e9aa02731ea781003822d84e014e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1d3fd6d99d27e4f16976e98b32d68c2c2264119041ab7e7a30349844b525b356
BLAKE2b-256 checksum
How to use checksums
8c29fc6bd61605cb2c3c8278554a0f6d34c982b65f0a158c92c49ee7adf4e6cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
057d0044fc89ca5d0eb9f1fa3155eceeb1c91a858d67c360ac4198f2b3436ff2
BLAKE2b-256 checksum
How to use checksums
8801a0b7863e853b8cc0ad027fb7c7673ff381a6b40944f15c4ed5dec6f6aa48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
dd1bd06d6ae5dadf38d7858c965eff0ea4157a027cafd83846634a79ac74b4cc
BLAKE2b-256 checksum
How to use checksums
24d8bad1d82034ee12fed07d3a0679d86cd0aed3c9d918380c5d1fa876cef1df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp314-cp314-win_amd64.whl

Download URL renkin-1.0.11-cp314-cp314-win_amd64.whl
Size 1.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
ef9e38c63fa7e54d27fa3bad156a1a7d753315b25cbbe8d338255bd0cf74b9e5
BLAKE2b-256 checksum
How to use checksums
7e4c55ba74781c93892f4fd0aaa2f9040666799b08861528d17579098b89945f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
864e28b78b6460a06062df98e4d9f5b9c756708dd5495b17aa5fd2eff4d47b7f
BLAKE2b-256 checksum
How to use checksums
b7175cc5d8034cad8807bac31cb69b0d0c5df67bd8f41c3ca9e393d88b13ffee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8532e8c29ad76ad04a3b941a49a69cc83070bdb9b00ad05e401df214a1b3b90d
BLAKE2b-256 checksum
How to use checksums
3942f7e77b13c7a2efda43a414844c9050b5ff4513c9391810d170b25f5be941
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp314-cp314-macosx_11_0_arm64.whl

Download URL renkin-1.0.11-cp314-cp314-macosx_11_0_arm64.whl
Size 1.5 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
10d36c3127e0c64384ec4fdc4dfcf6d3b80b9a6de2b4ebb233a784ead75ca894
BLAKE2b-256 checksum
How to use checksums
1ab24cffe086e25dcec864bc7d9c9b1a1eabf81acfa27c7980f1ea82defb33c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp313-cp313-win_amd64.whl

Download URL renkin-1.0.11-cp313-cp313-win_amd64.whl
Size 1.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
38b9ff89f613141ec7b1093b22d7223f8ff9e65212c81a964711955b621c8853
BLAKE2b-256 checksum
How to use checksums
4ca0f9af7d6ccf86a3723d0645cd2c16579b8f0f15c69be174b092e004db2a48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
457d81453bad41c750583fd60f4e7a086dbbd14aef055da8a025a387cf819c4e
BLAKE2b-256 checksum
How to use checksums
1ab210b0bd96a2b27e7966af80b0c431a231f4b6529f440a472765a26c051fab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4132385846a2e65506d0edeadd0890da85854885848552e25b80525e76f4f466
BLAKE2b-256 checksum
How to use checksums
96c08383d46242ee36afc901661b7ae4250bf62d935b82a49e69ec2911dd843e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp313-cp313-macosx_11_0_arm64.whl

Download URL renkin-1.0.11-cp313-cp313-macosx_11_0_arm64.whl
Size 1.5 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7087105a21f0b379f55a5f88b35ac73600ca17742180b78058ad1bfa3681272e
BLAKE2b-256 checksum
How to use checksums
7323c384614ecf02dff7e93b09370904fdbf17ff79894556a45c60aaf91ab660
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp312-cp312-win_amd64.whl

Download URL renkin-1.0.11-cp312-cp312-win_amd64.whl
Size 1.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
e29fb700112b60673dbc29ec477bdc1c8b7baab26ccb7f9f62a6b0e79b8c9f3f
BLAKE2b-256 checksum
How to use checksums
4cb5caba781071f20cf772e552ec4c97fc9072c5bcd5f55310bc74d1131e64ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
801fad6362a54701e384797bf85c55425481c1f5bfd2ee858b8b1be37ff7ab16
BLAKE2b-256 checksum
How to use checksums
d61f71f499f72af0f6821745bbe916f4cd0d47f5536e56d8c46cd2a9b1d3f152
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a7075580bd4203821d62152c6c155c6e9f0eac825087d6f770de74a9dca6067c
BLAKE2b-256 checksum
How to use checksums
6f97cf6bebdc442cf29a181ad402b4058bd117d58486cf40465a47f6f605e1a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp312-cp312-macosx_11_0_arm64.whl

Download URL renkin-1.0.11-cp312-cp312-macosx_11_0_arm64.whl
Size 1.5 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
097290e384e86511a18a594f87c4a737a20a4f313fae7c889a8e0d3537d4f87a
BLAKE2b-256 checksum
How to use checksums
3674f7313aab6d53c7b8d6a4c884f03e38e60e7cf289b73c8234a2fed63fb4f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp311-cp311-win_amd64.whl

Download URL renkin-1.0.11-cp311-cp311-win_amd64.whl
Size 1.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
2ad6b54ff82af1ea444ce3d60da06367305058d7f1461ac0ed48e6f7e7be01bf
BLAKE2b-256 checksum
How to use checksums
4f291612930991d69ccc3029218ef3ce02013c6d08bcc3c33539a6eece00442b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
74dab8b8dcec2047a7cff14acfa2b8bbb332c2bcf47dd7a5b9eebc04ae533a35
BLAKE2b-256 checksum
How to use checksums
baa477b8842a3e74f1bfe81eda47b0be724dd3709765bd0920ecf1539e4995d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a835e47db4af900342e7053f7b908f2925d2c1325d9360efd5414c430a60eced
BLAKE2b-256 checksum
How to use checksums
13cec5ad1991ef71a0570d325d48eccbd0ffbf1d5fe56a5e83b3a4242d42a7c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp311-cp311-macosx_11_0_arm64.whl

Download URL renkin-1.0.11-cp311-cp311-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bcfaf7602279e8da23d3befaad44e1a47836fbb537115d2309f928479b9e5cba
BLAKE2b-256 checksum
How to use checksums
f0c72f95d8f5baa710cf3c451c6804107cadf9f94614884108b44af735d1dc06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp310-cp310-win_amd64.whl

Download URL renkin-1.0.11-cp310-cp310-win_amd64.whl
Size 1.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
84a5cd46085d530e62c6ba171f07995c19b86031300eb7563dbf21fa45419567
BLAKE2b-256 checksum
How to use checksums
0ca33630dc39361efb8c4b485969882342699e3c040301323e32bc50f681eaff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
69aa4c3a373b5883cfbc458baeee6444bdf8b730beb8b8c995c4f108c2475bca
BLAKE2b-256 checksum
How to use checksums
9bd4c34a1ea722c5dcd988f97035064f3c4ee1af2a4887bbcac8da08899d9b9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3f3f150bc9c82ce757ffd4d9e1a995e4661b0d041c000d4cdfb92b6cab7431f1
BLAKE2b-256 checksum
How to use checksums
2f11200a7212569d413f3e8dbda4f36a13a51ef71e9e72d59ed1faaf97fb3379
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.7 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bad41aac6972fe7d356fba988bc22899aa2bc31890e29ca08b2f1e2778e090b5
BLAKE2b-256 checksum
How to use checksums
41486c06cf35ea4e578d7ef6b8958b864d38c1938a00420a5781408ece3ecae2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
36a280a60038833e7c9c86a711298d0bd7021c09544ef23e0e6720192a381fae
BLAKE2b-256 checksum
How to use checksums
f8a1db18e50187e1aab1d2802a617867e179a043a3b7beb13fad09edcd37c11c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / renkin-1.0.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.6 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
320d1ae31933f7b77d8abcc4741b77b6daff07d59c348f45697cd990228e0b7a
BLAKE2b-256 checksum
How to use checksums
8c40ff342ef2d5e26d80960500556793f53083ed7926bb2b737a1a57bc447b29
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

1.0.11 This release

29 release files

1.0.9

29 release files

1.0.8

29 release files

1.0.7

29 release files

1.0.6

29 release files

0.1.0

29 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page