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.12. 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.12

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.12
File Size Uploaded
renkin-1.0.12.tar.gz 1.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for renkin 1.0.12
File
renkin-1.0.12-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.12-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.12-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.12-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.12-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.12-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.12-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
renkin-1.0.12-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.12-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
renkin-1.0.12-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
renkin-1.0.12-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
renkin-1.0.12-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.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
renkin-1.0.12-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
renkin-1.0.12-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
renkin-1.0.12-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.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
renkin-1.0.12-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
renkin-1.0.12-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
renkin-1.0.12-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.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
renkin-1.0.12-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
renkin-1.0.12-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
renkin-1.0.12-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.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
renkin-1.0.12-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.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
renkin-1.0.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details

Total release size: 48.4 MB

Release files / renkin-1.0.12.tar.gz

Download URL renkin-1.0.12.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
d2e135e79cbfe0380eb8f0a5701581be99948b36cad6645a66c9cb84b447dd16
BLAKE2b-256 checksum
How to use checksums
7057fa7fff236acb684b6961b6a5ebb101d63189aaab0e6966d10bb920375e6d
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.12-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
6bc13fdc3f6f6b35a6bfc4ae30647e24b4b71417ca6c898aa8450a1793f2f471
BLAKE2b-256 checksum
How to use checksums
9f0d07682e5c6b7da8dc2d9880839ab25516cdd92e7f203ea4ba60475247887b
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.12-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
c5487d873d2d50f1a5c8f73339cc7beb323ed4d840214d4d975ccd787b4230a0
BLAKE2b-256 checksum
How to use checksums
684108694cb5c0ccfa193c81c7e33231f8987ea99941822dbc2209b5ee82e730
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.12-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
59653d8d150f280e9a28ff14649d2b61e4a6d0c20a7b0c01abd4959d9557a62f
BLAKE2b-256 checksum
How to use checksums
1311b26abef2672ba2a136851631973962de1c8dc217e47a071ca52704a9b2ac
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.12-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a92400808a6f67ff8a1ea28ec7665689e6ec230a8138bde1fba8845aadde4998
BLAKE2b-256 checksum
How to use checksums
f7614c0c236b55c4d9d74e378e3f131079fd17741a536ea5cd206963b60caae7
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.12-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2d6ef989aab73c897c2578b3c5f35edb8dda4ae5f14516ef61753675dec4f6d6
BLAKE2b-256 checksum
How to use checksums
f9f432902b47bffd12b6a2f09b02e4ebc6fb7c76e052618b274852c5f2fe505c
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.12-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5c1e228b25e714ebd1a993fc3a6887ce79ea73a3e0dbbfa5ac2e89e312095580
BLAKE2b-256 checksum
How to use checksums
852d218189df467aeac57051809f82b3ce77fa358effc74c179c1210a97e4c90
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.12-cp314-cp314-win_amd64.whl

Download URL renkin-1.0.12-cp314-cp314-win_amd64.whl
Size 1.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
26bf555742a3a77a75707c217527d481e60f02cb2b1909d968195da87ea2f085
BLAKE2b-256 checksum
How to use checksums
2ea865a238ca44aef8311520992a309d9ee94d5051986c5275c3320134b367d0
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.12-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2f54a8cf41388cc54f61b76cb9572480f81bea1a3ca4f4f3a01c04cce74e19b1
BLAKE2b-256 checksum
How to use checksums
8c7fd99e2ec9909050eb42ee2b076f83c39fbc64a4be6d2e6e0c5e9288f1ad7d
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.12-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f8116056a4df794df8fee8e0c94511a7ad617a4dcc3221da38094e0e8e67046d
BLAKE2b-256 checksum
How to use checksums
746a3259b3ad50b7920fb0c73d996618f32cf9cc925973a2db215d0655001240
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.12-cp314-cp314-macosx_11_0_arm64.whl

Download URL renkin-1.0.12-cp314-cp314-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f68d5fe0ff2419c42376a24e6bacaca74b28307ea6d62c99b5064c41ba1378fd
BLAKE2b-256 checksum
How to use checksums
ffa44213611e65b4dbea058cb7709123883c6980459010f2034e17cede8b84d0
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.12-cp313-cp313-win_amd64.whl

Download URL renkin-1.0.12-cp313-cp313-win_amd64.whl
Size 1.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
c60a6088831e383fb4714127783230055bb74831113cf4b006161b4141b0d244
BLAKE2b-256 checksum
How to use checksums
72b9a064fc0c13d7f8a8b027f755648427417ee88e1ccffe8f5a093402f1c7a6
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.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
68f9ad03473ad82ddee7f541682c53ab1d0e757920f1a940485ffaf796db3e07
BLAKE2b-256 checksum
How to use checksums
165edcb982f34318197a3f5632ade8579f9ec315ce88ec61592c4a390529002f
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.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
004f9fc13003b30bc4cecfa1b1cc0d32149943a8a74db0e463619a3caa467ca7
BLAKE2b-256 checksum
How to use checksums
3238c001dc473c528305892f1b030fd4016a2c1ae1e38666f6a5c0a3ac387ed7
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.12-cp313-cp313-macosx_11_0_arm64.whl

Download URL renkin-1.0.12-cp313-cp313-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3e13ec183060bcddcb7950c1b900620702f260df21b7e2816723e4c033f32641
BLAKE2b-256 checksum
How to use checksums
ce9a6a26c6ea4cfcfa10ec91789045272b69e1efa67964a1b43512036e36cfaf
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.12-cp312-cp312-win_amd64.whl

Download URL renkin-1.0.12-cp312-cp312-win_amd64.whl
Size 1.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
c2cddd7448c142bfb889381f2cc8fa188c615358a793d243eeb4bbec5a7ea95e
BLAKE2b-256 checksum
How to use checksums
94d71d840c945de5de9db73a21443aecb402b26f628c303c370c3462d8043bf8
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.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
19ae49ffa475cec3d7290a04e1db6488ceedefa4c726c292782ee3b7c55c6d27
BLAKE2b-256 checksum
How to use checksums
cb245c00529efedad6f8575aa9e80992268c212ff0e38826660178e9f01b6e4f
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.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
1c00c2960a4a64f0c12b5ea3ee363942a7229afe91c4a8d543aa7da684f6f05a
BLAKE2b-256 checksum
How to use checksums
9d0d28b9af5532dae9c025c3457fb2af03bb5d7f086548dac01d9b84bf776322
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.12-cp312-cp312-macosx_11_0_arm64.whl

Download URL renkin-1.0.12-cp312-cp312-macosx_11_0_arm64.whl
Size 1.6 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
20672beca4e331e90dace2bc28b5b866c99287cd445433ad9cde27d53857c66f
BLAKE2b-256 checksum
How to use checksums
33a5a710858000ba6c56ce22aedd0bc9fddbd4d8b64550381edad0b4886ebdfd
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.12-cp311-cp311-win_amd64.whl

Download URL renkin-1.0.12-cp311-cp311-win_amd64.whl
Size 1.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
a02586b0c07038ac22c9f6772401a8a4f4c1a17781301661ff8bd299732634be
BLAKE2b-256 checksum
How to use checksums
80e343ff41963331f4bb4dc4ac1d95eb0b0a5b62824a71759cc527e0d957769c
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.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
00c8459d2e4d58ebfeb05c4476d005f3b081f14f898efd0b57a58e55ddb11c0e
BLAKE2b-256 checksum
How to use checksums
c365c1ddc6c6ca124506bd7600f778e735d8e279272063812dcfb8d33dd74643
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.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e00ce245f46d105aa56c2820dab7894c1941821ba26e4908b1cb9ab019c6bdc2
BLAKE2b-256 checksum
How to use checksums
0d22e57a061f3a21dbc8d99e60b94a847f466d6a8133a7890cb597428d0c41a9
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.12-cp311-cp311-macosx_11_0_arm64.whl

Download URL renkin-1.0.12-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
71e3d9b0e24a6d0bec07996cd9b46654456b4f1f11aa8a664c5a0be00b275c1a
BLAKE2b-256 checksum
How to use checksums
6f4f084a56661d5d960cb2f2407beb8b84031e018ae41827478f74ba9eaadbd6
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.12-cp310-cp310-win_amd64.whl

Download URL renkin-1.0.12-cp310-cp310-win_amd64.whl
Size 1.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
fbdac69b02cd5bd2331c10846e4475f8f47e8f728d7f804e33b9c720cf289240
BLAKE2b-256 checksum
How to use checksums
a937b99c7b2221a9fc3b5593dc9dc879c9ca0871adb640cae0118ab422936606
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.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6305dd9bd829840274681e280574b794193c2154b96eb94ca5b88a026c0d3e66
BLAKE2b-256 checksum
How to use checksums
9dfa86587f703918297d18aa04d2a32b6a56931b02398e0855691c5ccb765103
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.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
07489f079b3190ec04faf0cc166d7eaf39d279ca735115ee3a4575bf1f53764a
BLAKE2b-256 checksum
How to use checksums
685e4ecb2491b0b5c2bb10d8c941ddb71c7a54c1ca9f0dae29bc56b630f5f5eb
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.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
16c04bfbe83a98eba4bb09bf6e6555dc2153acc9eb18335839f984b7bde2247d
BLAKE2b-256 checksum
How to use checksums
84655a4a150648768e487633526607c5325fa664bb962b1d7b208a9d6d528da7
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.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3772f0e7e61284ea2f1c3f663f19d29b88d1a9ec75f520362b3b5bb6d19f019e
BLAKE2b-256 checksum
How to use checksums
92f472a78286e8eea9ec965298dd7972402a1dee6c7d213fd3d966e808e44b62
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.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.7 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cc0f714644a9ff60616767c0406edf5ac5922c774c4ba4c2a9c8f78660d8dcef
BLAKE2b-256 checksum
How to use checksums
239012fafe29cc37366fcc944bda50042bf66a4f89988f11cc83a41355629d18
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.12 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