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

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

Built distributions (wheels)

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

Total release size: 50.7 MB

Release files / renkin-1.0.13.tar.gz

Download URL renkin-1.0.13.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
30b067deb050a9fa943beee6142d31ccfd3450ac206c718c6a7497eac9a70d3c
BLAKE2b-256 checksum
How to use checksums
631d937b896de481879c35b770e672eb812f1f32df294c1ca3f3d8cbc5ca85b6
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.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
0a58b01445ccd27ffec65584d090c0344c0024349b3d28155de499b8df12b138
BLAKE2b-256 checksum
How to use checksums
415d52a49bbcadc3a7feaadccc52c6d9ad7fdf5f9d71ed3a241a212aaf6b4b78
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.13-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
6632f7201c3cb0121d15b7179599816eb2542b61667b854b92cf66d602a0436d
BLAKE2b-256 checksum
How to use checksums
f86a7b680441ac194836fce110a19c7a591406c997d9d15ff0b166149b7c90b9
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.13-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4031ba86d708f26dae4bb8fea4a632faf5213ee885f8bc3a5303635d8e6ddaf5
BLAKE2b-256 checksum
How to use checksums
db21fbb9abfec412aaff7a0d8f2bfde9015fcd1f24f584aa4246d2218c80e6b7
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.13-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
35aa430f6ae4c7e6d57e98f24fc95aee0c646ca182580f0f6c1fc674ea26a910
BLAKE2b-256 checksum
How to use checksums
5e21da53313d3da6fc6c552f2a6d794552ddf88688a57b3f8bb6cbf585bf97c8
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.13-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a835ab75b8b293458a155058314171fd566ec89df9177a4d031443bd4fb2f415
BLAKE2b-256 checksum
How to use checksums
031c9db80482543ee78d70108e0f8f3494b4030be4797c6bceb3d8d319eacc89
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.13-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
c4a3f7d7fe273c4c3f32e38ed74defffe660aaab0042e268bac235beedaecbc4
BLAKE2b-256 checksum
How to use checksums
cddc1b2f4f68b4e525786afa425ed79a2aa52a3512f474104f2aaad23859dd7c
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.13-cp314-cp314-win_amd64.whl

Download URL renkin-1.0.13-cp314-cp314-win_amd64.whl
Size 1.7 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
dc0875df9af90d81317343dc50483ae4c14c13924f4696efea0c805264d16bcd
BLAKE2b-256 checksum
How to use checksums
13a36bfa9c78999457ff524aa3148e046505fcca3caebcf113049ac5c2231e81
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.13-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
51b98ef79bdf79e5cf73f2b1c0c3b683219e5aedca1b744a4148e0549eb5a24e
BLAKE2b-256 checksum
How to use checksums
561a8989c33f097da8db3e248e6565aa6a06f4230730e4d63cd7ec8775271072
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.13-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
faa7041385f50165df8e9210fab798bc4e41541f00d8807605d5327b50f31c27
BLAKE2b-256 checksum
How to use checksums
71064fd201574ecf8514ad8a510371f8532062520ce630ef843452f8c3b70546
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.13-cp314-cp314-macosx_11_0_arm64.whl

Download URL renkin-1.0.13-cp314-cp314-macosx_11_0_arm64.whl
Size 1.7 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f9fbea42561cf9895397abfbfea3937f7d1991ba1c484204185fc59218f38a9e
BLAKE2b-256 checksum
How to use checksums
ae9a7b3c5d0174273df3754a6ed070a43f3372b6aa66fdcdb95d720a9e41f5d4
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.13-cp313-cp313-win_amd64.whl

Download URL renkin-1.0.13-cp313-cp313-win_amd64.whl
Size 1.7 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
06e299d2dfe4917585353e511db931875b1e2e58e9afc0f5f931ed138a16287e
BLAKE2b-256 checksum
How to use checksums
2923b63031ae88a44ee5aec82eecae94a9600e9591ac4fae5fc88a8c26c4c76d
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.13-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d1c64fae657cad6c291326ab6527672901d06ddbb7379502209956cd10579553
BLAKE2b-256 checksum
How to use checksums
f20888b18eef5ae22735ac3d3093e9e058f7b623d89e38fac07c5c893476b606
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.13-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
5f3cbabd14988fb9bb5442c012946430c387c215ab7309ce65bccb16fdf7abb3
BLAKE2b-256 checksum
How to use checksums
8ca285e4298a856bbf94ab60468df65abcab02bdb296a1bf6550fb9fd8986763
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.13-cp313-cp313-macosx_11_0_arm64.whl

Download URL renkin-1.0.13-cp313-cp313-macosx_11_0_arm64.whl
Size 1.7 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f16836431966e65b5abab43a366535d5199992610a2bf7f996342d525cd298c7
BLAKE2b-256 checksum
How to use checksums
35fbfbfadda242690d6b19b5d0dd69c4dcc0e3e39b65c28c43223d7ab450d5af
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.13-cp312-cp312-win_amd64.whl

Download URL renkin-1.0.13-cp312-cp312-win_amd64.whl
Size 1.7 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
c3a9555b6a32822588bd0c65380f5b630512c25e6b3c10b881de5c2ca382c5ec
BLAKE2b-256 checksum
How to use checksums
cc5b34be40f85a6521ffc20c8724b80f1fc74795accea2d101bbb4a6a39ed159
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.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ca3817814cb7a2c7a4b4138c1c14514afc7d0ff05406dcd938409d800107d31c
BLAKE2b-256 checksum
How to use checksums
f9042fa25a114afb95f57585413b41958b70f29bba50bef7a88a24d744e12084
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.13-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
b2799561aa336f121d5ce2bbc69a241dadc05113745913c7f9cfd405bec040a3
BLAKE2b-256 checksum
How to use checksums
95933ae198bef3025c89e1a847c886fc62c22356ff8f6d27e4dfa8559a495d93
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.13-cp312-cp312-macosx_11_0_arm64.whl

Download URL renkin-1.0.13-cp312-cp312-macosx_11_0_arm64.whl
Size 1.7 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8aec9d82902b04419434061146673fafe7a9557de75a3ee364ccd8672fc9f5b5
BLAKE2b-256 checksum
How to use checksums
d32c8c39c846605f79dba6234ac6ef6a962b3f00650790a40d9af1629fd72698
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.13-cp311-cp311-win_amd64.whl

Download URL renkin-1.0.13-cp311-cp311-win_amd64.whl
Size 1.7 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
634acd740baa0de0bdda1cc9040e1a23bceb4de60a931780de7e27d01bd4e60b
BLAKE2b-256 checksum
How to use checksums
85c30452258b69382036beaf8b6dd337608a31aa1ee5144c42aa90a3c02547c0
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.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
36e104db85bdc65a90035199469f85a855a24367d2aa4291785e96eb0f2778ee
BLAKE2b-256 checksum
How to use checksums
96c1d1dd375049a69131ce075b3531d49c5a73f3538c5f223a9c0b5c16085224
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.13-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
46fc802d773356c8b72a6712be25d4023c4da6f8199029668ec2e6763755acb1
BLAKE2b-256 checksum
How to use checksums
64001f53cdcf09cc031bdc8fe4c6218d9077b2b564b26c0edd850f8fff3f485b
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.13-cp311-cp311-macosx_11_0_arm64.whl

Download URL renkin-1.0.13-cp311-cp311-macosx_11_0_arm64.whl
Size 1.7 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f9c247171f5adaec9c04d14504977dd1e8012dd1a8d8720909d7685872955078
BLAKE2b-256 checksum
How to use checksums
42845850f65ef5a13bfc51ca3bb6c526dd18ff0897c05674170f7625fcbf79ec
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.13-cp310-cp310-win_amd64.whl

Download URL renkin-1.0.13-cp310-cp310-win_amd64.whl
Size 1.7 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
bd1b2f859fb30548e68ff485566a73a5b0964d1e99108e7654d6d7932ba61e08
BLAKE2b-256 checksum
How to use checksums
2bb691286dca81fa4bb1c3807d454b49c54c686483c709bd53bb8ded6a5c7f3f
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.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a5988b494743a27f866ce7aed467861f91beffa34c4a333c4e2f3b5d28ecc0ee
BLAKE2b-256 checksum
How to use checksums
353f38e31bc3eb4d5d95b06314ab4fbb934aabc053d3ff235161ea925801c296
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.13-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
df1295f9cca42cef3992dad87b7ff9c5f793c8c265a26bd3bba1b42d955b33f3
BLAKE2b-256 checksum
How to use checksums
fb47a995ce49a3326e973ca64d1746237f84b36857ce457d0013f3f45f6c8b6e
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.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.9 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8c7f78b0ec3223284dc4cbc03b2139119a358ac5a5f406f87c7e74262dab6c1a
BLAKE2b-256 checksum
How to use checksums
fa3512276d4880ed29cbfff948e9c59aef5658915af91bbae519608597fd444d
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.13-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
7b7ec22f0f7001b9ccac7397102bb514323dab5e25d6a30363b00adbc398d663
BLAKE2b-256 checksum
How to use checksums
2e73f76fc0de75ca589c006d5666b04fc19a6b32c4743cb9f748ca36b8b41ffc
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.13-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.13-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
76d173911fefdceb7bcd9f28bfcb84345df4c49585274dc8288cd650e939ed73
BLAKE2b-256 checksum
How to use checksums
a306c589f1b3ddcbaa4c99d9f47d0273bade4e0cc299fabdd10c2046d280d395
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.13 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