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

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

Built distributions (wheels)

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

Total release size: 46.1 MB

Release files / renkin-1.0.10.tar.gz

Download URL renkin-1.0.10.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
6a268a55a0d4873d52099e39e7e6687fc55039a1952da44b66e8f3dd04538830
BLAKE2b-256 checksum
How to use checksums
de4742e9e9c380222f71eb0bbcba5bd404ed890adf99a021e319c9baa069875f
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.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
5c60f6e01fd72f82be1ae35a2b374e7496a0032f09986f70bf8d7f90315d5b52
BLAKE2b-256 checksum
How to use checksums
ad47d9b222aff15d4b3dc59b4a191b03c92f52e801d2d38cfbafbbb08472fa37
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.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
48a47cc43a4806d2fa3577a4338e895b537a39b383e3e58a3e7a9f15bc23c0fb
BLAKE2b-256 checksum
How to use checksums
21e8f14dde1cec225e787789cebf16c0c8b25f12839eae6764350805c3e8875c
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.10-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
83d6c7c199875e737da954fc01f2d48a61dadededc0c4b84d2292fc49040af6d
BLAKE2b-256 checksum
How to use checksums
b31c6833863d245a40d08f260fc4f0114e264d202b957300ced82df8b78bca41
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.10-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
09426641ad88980b09c68ac7a3fa884dfe5f487c464024c3ae999dd84ad81c3f
BLAKE2b-256 checksum
How to use checksums
75565e7977bdcc7a2c2638b67d1f8d1c07b9b6270f1f52f73c28fc22c3f84250
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.10-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
05c74539a38bc0c1cdd70d1e4354319745f4203037b76c5262af6569b74de1f9
BLAKE2b-256 checksum
How to use checksums
c6ed60dbf88dad806eb6ff342ec217c34193b329a370fc07889ff977d0b4f8f8
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.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
cf3e60b61b8b306a79fc058b925767e38b892125a37ee0f6e9e2b861713433d3
BLAKE2b-256 checksum
How to use checksums
2551c510738512452d1b447f4b051022c552f67a80c8ce0f2df570ee1694352e
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.10-cp314-cp314-win_amd64.whl

Download URL renkin-1.0.10-cp314-cp314-win_amd64.whl
Size 1.5 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
f5a7135ded1674b33d89063edaeddd78e24d055dda81ffb12163345ff1658ba3
BLAKE2b-256 checksum
How to use checksums
7d847ab49be19a64d8a2d282324e02f6e2e522aa46c2a2bd097df599859feba3
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.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
f845cb3fc2c42662a0f1565b7366665778ba0685680f6d06f1095de361ae3ed3
BLAKE2b-256 checksum
How to use checksums
d12fa0dd6eb52f01dc42798d91b196ea28cf14a8e2225e9e81562a20a28cc097
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.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
f9f26295b715bdec2e6b7c927c59461ec4318593e2567e503140495cb3c21f97
BLAKE2b-256 checksum
How to use checksums
d12b2fbfd2005ea9d388aae274436e718c55d33f2aa2c566cc89c78aca08e586
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.10-cp314-cp314-macosx_11_0_arm64.whl

Download URL renkin-1.0.10-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
fa8c1578c4707883edb7faea8ea8496acddb70655a6637b455c926d8605c99f5
BLAKE2b-256 checksum
How to use checksums
dd02460e0d969caeed6079731882ef3cabea6e4d5058248d264c161cc87f0e52
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.10-cp313-cp313-win_amd64.whl

Download URL renkin-1.0.10-cp313-cp313-win_amd64.whl
Size 1.5 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
20607d342003d1ce8ffca7937c345139a8a5d5a4f5c95fd1e4175ac5fc37251c
BLAKE2b-256 checksum
How to use checksums
f9bf4a93adaa16824f4af37ca304abc695ff703c4678e088d574376034ca504c
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.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
cb257460335ee8e562b525f55d5eb4a55f858e40695e75fd3e2c5404aa8da495
BLAKE2b-256 checksum
How to use checksums
23862a298b1967021c7deba9e082f0946b25f54e8bb6d8f1d3f2a4386ab5040c
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.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
d6c9a39b8048fc5f9bb4ea6569dae80d9b7ddf085c4f1f3693177335f19b5266
BLAKE2b-256 checksum
How to use checksums
3b481eff0d5de62386a5c6a735067d8841e5c0ffaf3ea89849604280af5fbeef
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.10-cp313-cp313-macosx_11_0_arm64.whl

Download URL renkin-1.0.10-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
82efea5a38166538d55b64fd44e153ae3bec66ec914481f3ba8a33550797030a
BLAKE2b-256 checksum
How to use checksums
d20a04c32bc0a0eb8c80e50a0b829330ebd7689ad4ca22077eb5f18b44c5d635
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.10-cp312-cp312-win_amd64.whl

Download URL renkin-1.0.10-cp312-cp312-win_amd64.whl
Size 1.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
0427f21f0bffe23223f38650653c93b0e7e0ad8290090bc2f90047dca1632a72
BLAKE2b-256 checksum
How to use checksums
245f277f077d8ab02ee758adc2c7d594114813141c1df638204751d1ceb2160a
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.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
d2bd63fb1b98e5952225241e6c0198d627d5a1a8ecf8679041bff10e7fed0ae5
BLAKE2b-256 checksum
How to use checksums
35038fdff7e19b5db61c94f3145ed41ab769b75a0e9b372f762766976b37b62c
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.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
479aa0191950fd000ae50cc4b1eaa15c4bc8ee075033979dda86da0f85f69943
BLAKE2b-256 checksum
How to use checksums
dc9c5baf4bb60694656a2b705f9ecde1ab3e64135602c95ca37f0cffb5f1c141
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.10-cp312-cp312-macosx_11_0_arm64.whl

Download URL renkin-1.0.10-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
efcf6a13e2263bf9b0aea4f6a932f7fa35c1635d9afc9eed32ba6a5fcea99ebc
BLAKE2b-256 checksum
How to use checksums
9a900406db54936f41fcdfd189a5f9ee12d187b4810542b41378ebf71298414f
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.10-cp311-cp311-win_amd64.whl

Download URL renkin-1.0.10-cp311-cp311-win_amd64.whl
Size 1.5 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
0b42a9eefcefdf61100afc15eb9ec21b47bf1a3bff7555b28a8d4671c1896357
BLAKE2b-256 checksum
How to use checksums
a5428ab5156a4f29034bab56e7268d0272258bec0bed52bc6325f1cb0158a374
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.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
cdd734889ebe30b00bc7bca5ea1eb7aa249c175215df4f15b27926bf5cb988a9
BLAKE2b-256 checksum
How to use checksums
a44b7e8ad90ca9cb624d19c4bb032ebe1b9de806fc5b7c3def0dd0553338ad9b
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.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
80d66feb140805641af33448119a275c7ff73930e9362314d0f69b8e0904f29e
BLAKE2b-256 checksum
How to use checksums
ae510297a46005aefb8fca91c79756ce61ab14b2fb38c10360cb697f112b26de
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.10-cp311-cp311-macosx_11_0_arm64.whl

Download URL renkin-1.0.10-cp311-cp311-macosx_11_0_arm64.whl
Size 1.5 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
47da2075700c4531da9e9a068e422469a9f612e348601ebac094336fbe879bde
BLAKE2b-256 checksum
How to use checksums
a46bc58077a11ec70b054caf5c685f8effacf329c2d595d281a8e26ffb3fa930
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.10-cp310-cp310-win_amd64.whl

Download URL renkin-1.0.10-cp310-cp310-win_amd64.whl
Size 1.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
c15455dea2f0b798a4267d028eb43a529c96cdeab37daf33d82af70fbaf433e7
BLAKE2b-256 checksum
How to use checksums
3d12c49edacf287a254f8863e88c60e44cb3b78ab5a552048cf6cb7c7c4d6152
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.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
2a42d1c8c53122cb7e39d10baf12ad86732413d23204356baff20a0b934543a2
BLAKE2b-256 checksum
How to use checksums
1f67976e1ab52454433c723e9b34b20a42653b6d7f79e66f8b54be7295ab117a
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.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
cccf3ebd6f20e4672dfa7ad3c918c2287eb9659521ffa19f3f88f813363d6dad
BLAKE2b-256 checksum
How to use checksums
acaac0e9a09b9bcf5c576f1874148d77df2fe5f3aff7f53b11ab45f23158d13d
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.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.10-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
cb672269eec8acf338a98937e705b83f527a3d87d73c77befa51f83ef6554653
BLAKE2b-256 checksum
How to use checksums
fc3aeefcaf6640e049b4bfee32ae5520275345baa3badcad515c10b49606008e
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.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
8d8f3faf2693f57112b0325703ef77d4c3005fcdc962ba5a783ba9e0c9d3db2a
BLAKE2b-256 checksum
How to use checksums
d911a269cd2125217ce65a4765a40ea4e0b1f0d18644826a86064fed5c5a2bad
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.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.10-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
94dcfa22aa9a51fd7e685edbaf89ccf811617d3a784d6682973e291f4cab72d7
BLAKE2b-256 checksum
How to use checksums
9926d5ccc58de9c40b133eab320b232490ca63bbba6f7ca049a30adde940e8b5
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.10 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