Skip to main content

RENKIN

Retrosynthesis planning and route auditing in Rust.

CI Crates.io PyPI License: MIT

Documentation · Playground · 日本語版 · 中文

RENKIN has two uses:

  • Planner: search retrosynthetic routes from a target molecule to building blocks.
  • Bridge: audit routes from RENKIN, AiZynthFinder, Syntheseus, or SynPlanner.

Auditing is local and reproducible. Reports include structural checks, stock coverage, forward replay, provenance, and a verifiable audit manifest.

Current release: v1.0.7. Public inputs are validated before execution; WASM applies bounded search limits, and MCP numeric and element-filter arguments fail closed when invalid. Standard MCP search also accepts an optional cooperative timeout_secs budget.

The audit and private-stock policy layers are split into deterministic, testable steps so their report schema and policy behavior remain stable.

Install

pip install renkin
cargo add renkin
npm install renkin

For Syntheseus support:

pip install 'renkin[syntheseus]'

Audit a route

import json
import renkin

report = json.loads(
    renkin.audit_route(open("trees.json").read(), format="aizynthfinder")
)
print(report["summary"])

Use format="syntheseus", format="synplanner", or format="renkin" for other supported route formats. The same audit pipeline is used for every source.

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

Optional private stock and policy checks remain local:

renkin audit-route route.json \
  --private-stock private-vendors.csv \
  --stock-policy private-policy.json --output json

See the audit guide, private stock policy, and route interchange.

Plan a route

import json
import renkin

result = json.loads(renkin.find_routes(
    target="CC(=O)Oc1ccccc1C(=O)O",  # aspirin
    depth=5,
    max_routes=3,
))

for route in result["routes"]:
    for step in route["steps"]:
        print(step["target"], "→", " + ".join(step["precursors"]))

CLI:

cargo run --release -- \
  --target "CC(=O)Oc1ccccc1C(=O)O" \
  --depth 5 --beam-width 100 --format tree

The planner uses A*/AND-OR search, template indexing, beam limits, stock-aware scoring, and forward validation. See the API documentation and retrosynthesis guide.

The following counts describe this checkout and may be invalidated by future changes. The default planner includes 24 hand-crafted rules. The repository stock file contains 402 compounds; installed users without that file use a compiled-in 152-compound fallback. Additional extracted templates can be supplied with --templates.

Components

Component Purpose
renkin Planner, CLI, Python bindings, and WASM module
renkin-forward Forward prediction, enumeration, hints, and validation
renkin-kg Reaction knowledge-graph export
renkin-mcp Local MCP server for search and audit

The chemistry layer is chematic, with no C/C++ dependency in the core.

MCP

cargo run --release --bin renkin-mcp

The MCP server communicates over stdio and exposes search, validation, explanation, constraints, diagnostics, and audit receipts. See the MCP guide.

Benchmark status

The latest checked-in formal comparison uses a declared shared-stock endpoint. Native route discovery reached 134/200 (67.0%) for both RENKIN and AiZynthFinder 4.4.1. Under the common strict validator, RENKIN reached 134/200 and AiZynthFinder 123/200; this fixed-cohort point estimate is not a universal CASP superiority claim, and the formal paired gate remains pending. Success rate, speed, stock definition, validation, and route quality must be reported separately.

See the benchmark documentation for the full measurements, methodology, confidence intervals, and limitations.

Development

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

Read AGENTS.md, tasks/lessons.md, and the roadmap before changing the chemistry or search core.

Important boundaries:

  • stock identity is exact standardized canonical-SMILES membership;
  • route success is not experimental success;
  • external model output is evidence or candidates, not automatic validity;
  • comparison manifests bind the tool, configuration, input files, and checked worktree state so resumed runs cannot silently mix configurations;
  • benchmark claims must name the dataset, stock, versions, and endpoint.

License

MIT. See LICENSE.

Release files for renkin 1.0.7

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

Built distributions (wheels)

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

Total release size: 40.4 MB

Release files / renkin-1.0.7.tar.gz

Download URL renkin-1.0.7.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
9cbfbd0258a85c90080eaf13b6561a4b79a35eface6f00a13aeea6930cae03aa
BLAKE2b-256 checksum
How to use checksums
3e1eb51f1d8a24294f08ccc488c4ed834b29065ee470dd4904ce9bab6f4e8d7a
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.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
77fd4ef7665669e41a8b72879d964f356d9a05bf3fb8843573f2e293abf13d8d
BLAKE2b-256 checksum
How to use checksums
f500c10abeb74b7b9a48c8284a06c6a7f226d079ce05a3c7aa9c6859df9dc38b
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.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
fdbcf6054dd16c9666f66e25530812a9a785d64ca080a76e53615d88ba5c23e1
BLAKE2b-256 checksum
How to use checksums
5b4a473739160d85560316b75587d8b0486d10dab624aa6340b7895f93c1f936
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.7-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
28f84060584de8c2168cf42fbdbc3db840023a22ecb7ef4012494df00791c72c
BLAKE2b-256 checksum
How to use checksums
bde3432f2cdb343c47d5c722ac37b8b13f006f914e447d947543dc9812a4359e
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.7-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ac41cba5ea1749b51deb9c9e50df8123f8dc8ead12b37838e42c7ebebb2ae720
BLAKE2b-256 checksum
How to use checksums
0889adc0c39c928900f43f3ed140faae7d6dac8c8e28ad9499e910e676ed4bb9
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.7-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1d463ed32911c2febe58968f17b6befb6da9ef2b2b037934e1519abbffd1b983
BLAKE2b-256 checksum
How to use checksums
888d445c36b9ade1a7ffab6b5048934794579ca104ea961e91a8b539aac235a3
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.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
1f17deeb8d003c22807c5ae69107e153b6bdf9f7702a9a5df04405e6cfd1ced9
BLAKE2b-256 checksum
How to use checksums
abdade8fbdf101c7ba559eacf622f3d36a254f8b71870e01db9d55bb3b9b2b29
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.7-cp314-cp314-win_amd64.whl

Download URL renkin-1.0.7-cp314-cp314-win_amd64.whl
Size 1.3 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
d2bf0f710242af20546391350b3b4530ab6070d584dfdc335747beaee15fc03b
BLAKE2b-256 checksum
How to use checksums
c5b6e20e45ecd2e568cc6736a68fda134ed3b1c0e803953f7ed6731418c47ba8
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.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
183b0fcb3304bf5617f0ee4aa54228efe78da26e7bf45e5509939b2370699d2f
BLAKE2b-256 checksum
How to use checksums
d5d2c93ae89f3c8736800b80dcb358e77aa920f78a1651d204b5856dbe58f412
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.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
df5731abe0e1bc353b218da0e9961e0164fab4dfd0070b71f59b6282e2ff69f7
BLAKE2b-256 checksum
How to use checksums
eccd6fb73775d72fa8d5d40a42e0da454699219c5910c7e9cc87a6fa8172ef6c
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.7-cp314-cp314-macosx_11_0_arm64.whl

Download URL renkin-1.0.7-cp314-cp314-macosx_11_0_arm64.whl
Size 1.3 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
79c6fad7d6e92f21a652d7b59b2f64d5da2771f2423126654cd4df4af684bd2a
BLAKE2b-256 checksum
How to use checksums
138b2aaf8bb301e32f8f04223fa6f30f7ecd8b15c9e604a48c91b9a3fde23a0a
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.7-cp313-cp313-win_amd64.whl

Download URL renkin-1.0.7-cp313-cp313-win_amd64.whl
Size 1.3 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
af284722f17dd69e85763c8eab190bcfb28ae04bb424c82de3783c1a4e56b3de
BLAKE2b-256 checksum
How to use checksums
180b359d4701dff1e3e31c70c3bd0cbf5c403cf517cdd14bd0f0507362f6fa96
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.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
05a547425b9fe7e2867d12ef5e2e6f3ee1e847b49495420d2cb16cb03ea4afca
BLAKE2b-256 checksum
How to use checksums
490f7feea638726ff38037c77ff9c7d11dabaf13e24757b15f8982537ca22da9
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.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
476ec0eb2af2f2a3354fa1672e9a02811c8c51367b223141cd8530b460ca079d
BLAKE2b-256 checksum
How to use checksums
90d42976ae9c769ffddabf150244a14c471459707b320a911ce79c4205ec65fa
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.7-cp313-cp313-macosx_11_0_arm64.whl

Download URL renkin-1.0.7-cp313-cp313-macosx_11_0_arm64.whl
Size 1.3 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e29d86f3a948dec3fe2facc6b3809c2e2f26aaa74fced8cab628b890502b2dfc
BLAKE2b-256 checksum
How to use checksums
df40778ce1706fd27318760df271fdde06e7c8abced5279322879fe28cad71ef
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.7-cp312-cp312-win_amd64.whl

Download URL renkin-1.0.7-cp312-cp312-win_amd64.whl
Size 1.3 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
e0bac1c0a3a54763a1998c1ea0596879d6bc36cdc64ba6c4266f2453b01dbf89
BLAKE2b-256 checksum
How to use checksums
9e556c5541443e0241466511f1836f0aab8f4567c49abf52fd38d84ed5910927
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.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
39b09d16861ed482bce415cb2a5128295e282347aa79df763eb28c2094a99ab7
BLAKE2b-256 checksum
How to use checksums
852f79481d164320f6f3757ed54f1cbd73ba59d3be07fcec06110d43488772ce
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.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7a0249e0a800f842da5f510783e877eee3111f57d2a3d55165e412b820e71e84
BLAKE2b-256 checksum
How to use checksums
a166f1e4b35ab14886d537b0b332f85c46cf01991363a4309751484b00c0eeb2
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.7-cp312-cp312-macosx_11_0_arm64.whl

Download URL renkin-1.0.7-cp312-cp312-macosx_11_0_arm64.whl
Size 1.3 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6a9b55e61657b56ada4dffe468100fb9a25fbfa894330331b3b1dbc9343cd931
BLAKE2b-256 checksum
How to use checksums
9d5d6fbb1812f9c99baf1aff00627755c9ccaa101a4677a5277f90877d3a7fd7
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.7-cp311-cp311-win_amd64.whl

Download URL renkin-1.0.7-cp311-cp311-win_amd64.whl
Size 1.3 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
83aaead204624a2e6db462288200c37fa1c5c47e0a6b88d498392997b87f7742
BLAKE2b-256 checksum
How to use checksums
da15c4407daa02ddbb73624c616d282da602e2424e16c8e202ce1a545a9f7b0d
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.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
593e0c879ab2eba43b7fd7068a2c69fc765f6dcc29938564eb65f37cc64b2bb0
BLAKE2b-256 checksum
How to use checksums
136a8acb4930f83ad93390bd13d98cc0a2660780ff55ce4e2e929fc79d3d712a
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.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9a9fec2dd0723e03c0a846e83439e41f99d7f4601ff89862f31c8de6601d47eb
BLAKE2b-256 checksum
How to use checksums
019884a4bd6953d75949e93e331507b3d1ed3fe15be8a1e735996f41cd08e590
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.7-cp311-cp311-macosx_11_0_arm64.whl

Download URL renkin-1.0.7-cp311-cp311-macosx_11_0_arm64.whl
Size 1.3 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0f02dba354f2ec9f8218fe483fee8a1df30b7641828ad615cb8cfd732348ac30
BLAKE2b-256 checksum
How to use checksums
ef427272765c89cab2308f2f75218d20165c8d713f19b83f9f7b89ecccaaf706
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.7-cp310-cp310-win_amd64.whl

Download URL renkin-1.0.7-cp310-cp310-win_amd64.whl
Size 1.3 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
ef2c52dd64979fae14e2878f6b2bd401215a354093756dd3463e3570e5458dbb
BLAKE2b-256 checksum
How to use checksums
9d75b0276291571118a0072770a9d9ee171f632fe9a321504bca1b302de072cd
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.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
84aaa9673419a4bcb2778ca44a6524d5bf83f1120b2d364c67351eaaf1a9b92d
BLAKE2b-256 checksum
How to use checksums
b66e3eec1edd46af48294f515c42f8e6c29ba9de961e89b0111868ae1fbf7ebd
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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4e3ffa6b201f946d6a2348a53e47d193e22ca716d656202385c51f2a6a524bde
BLAKE2b-256 checksum
How to use checksums
f5e95bcf3e225c9206cd6193c06298b3592ebf5d4263d934cc5fca395a1766f7
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.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL renkin-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.5 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
27d5f4b9ec29580c232eaa5120a26187f98b990c3afe81b54b25a64084c5ea15
BLAKE2b-256 checksum
How to use checksums
d7db1cfd7bfd8d291a222dec4b55372efbd3b94eb605e7e8ba4d36ba2b9d2905
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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
db0d3766942da44624c3d21ebd5cf4f88e48163f4fe4913be087f05f0cb3fb6f
BLAKE2b-256 checksum
How to use checksums
0124edf6f31ed23c8b093839095c1511a54b6e87b9ffe632a6317b7bc6993c28
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.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL renkin-1.0.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.4 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
fcd65d8232dd3aa646539fdbf10ca04a8cd1b0b0c1db180a8869418c4e91484f
BLAKE2b-256 checksum
How to use checksums
e487094d6b32f536e10bbc3c3752b9ff4992b2c0728943e88747cb0acfbb4a0e
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

1.0.9

29 release files

1.0.8

29 release files

This release

1.0.7 This release

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