Skip to main content

High-performance Rust-backed ROUGE scoring for Python

Project description

rouge-rust

rouge-rust is a Rust-powered replacement for Google's rouge-score Python package. It provides matching ROUGE-1, ROUGE-2, and ROUGE-L metrics through a PyO3 extension module, with fast batch APIs for large-scale evaluation workloads.

Features

  • ROUGE-1, ROUGE-2, and ROUGE-L scoring
  • score() for drop-in per-pair scoring
  • score_batch() for list-of-dicts batch scoring
  • score_batch_flat() for high-throughput struct-of-arrays batch scoring
  • Rust core optimized for large datasets

Installation

uv add rouge-rust

Usage

import fast_rouge

single = fast_rouge.score("the cat sat", "the cat sat")
print(single["rouge1"].fmeasure)

batch = fast_rouge.score_batch(
    ["the cat sat", "hello world"],
    ["the dog sat", "hello there"],
)
print(batch[0]["rougeL"].precision)

flat = fast_rouge.score_batch_flat(
    ["the cat sat", "hello world"],
    ["the dog sat", "hello there"],
)
print(flat.rouge1_fmeasure[0])

Local setup

Create a local environment and install the package in editable mode:

uv venv
uv pip install -e .[dev]
uv run maturin develop --release

Run the Rust and Python tests:

cargo test
uv run pytest -q

License

This project is released under the MIT License. See LICENSE.

Release

Build a source distribution and wheel:

uvx maturin build --release --sdist -o dist

Validate the distributions:

uvx twine check dist/*

Upload to PyPI:

uvx maturin upload dist/*

GitHub Actions release flow

This repo includes a GitHub Actions pipeline in .github/workflows/release.yml.

  • pushes and pull requests to main and develop build and test wheels
  • tags matching v* build release artifacts
  • tag builds publish to PyPI and create a GitHub Release

One-time PyPI setup

Configure PyPI trusted publishing for:

  • owner: kyle-mirich
  • repository: rouge-rust
  • workflow: release.yml
  • environment: pypi

After that, creating and pushing a tag such as v0.1.0 will trigger publishing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rouge_rust-0.1.9.tar.gz (11.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rouge_rust-0.1.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (280.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (278.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (278.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp313-cp313-win_amd64.whl (182.6 kB view details)

Uploaded CPython 3.13Windows x86-64

rouge_rust-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rouge_rust-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (280.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp313-cp313-macosx_11_0_arm64.whl (283.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rouge_rust-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl (289.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rouge_rust-0.1.9-cp312-cp312-win_amd64.whl (182.7 kB view details)

Uploaded CPython 3.12Windows x86-64

rouge_rust-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rouge_rust-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (280.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp312-cp312-macosx_11_0_arm64.whl (283.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rouge_rust-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl (289.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rouge_rust-0.1.9-cp311-cp311-win_amd64.whl (183.8 kB view details)

Uploaded CPython 3.11Windows x86-64

rouge_rust-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rouge_rust-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (280.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp311-cp311-macosx_11_0_arm64.whl (284.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rouge_rust-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rouge_rust-0.1.9-cp310-cp310-win_amd64.whl (183.8 kB view details)

Uploaded CPython 3.10Windows x86-64

rouge_rust-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rouge_rust-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (280.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp310-cp310-macosx_11_0_arm64.whl (284.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rouge_rust-0.1.9-cp310-cp310-macosx_10_12_x86_64.whl (289.8 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

rouge_rust-0.1.9-cp39-cp39-win_amd64.whl (185.3 kB view details)

Uploaded CPython 3.9Windows x86-64

rouge_rust-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rouge_rust-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (281.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rouge_rust-0.1.9-cp39-cp39-macosx_11_0_arm64.whl (285.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rouge_rust-0.1.9-cp39-cp39-macosx_10_12_x86_64.whl (291.6 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

rouge_rust-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (281.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file rouge_rust-0.1.9.tar.gz.

File metadata

  • Download URL: rouge_rust-0.1.9.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rouge_rust-0.1.9.tar.gz
Algorithm Hash digest
SHA256 7b63a44293307fff52f3dafce45fc19ae4783e4b3e372072f73cbc681d5b8110
MD5 c42292e85054f07acaf30975956f2019
BLAKE2b-256 ed61b551a1b394633504b252ad9116c5a68a15db5246891529a57b44308298d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9.tar.gz:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b64cfab03cf1124907c559bef1e74ea58913f65bcef27583f8289f72c340ca3c
MD5 8ca2fb4bc6379f95aaab96ffd5096aeb
BLAKE2b-256 62d0e9c5d315cd60062a59370f16c4e571e8db9b4eee85168aec3ab5c85552f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 758f7f3e3ccc87a8340f03a1bf0fef9e19cf555d6ef4d815611fbe340e7df8f3
MD5 c81b2b6825fa0ffe9177dbb6d40f33f2
BLAKE2b-256 1a8472312d89d320402905b9ea8a25cf26a3b4c91020f6eabe2585430d586717

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d826c266af8344964551d0b151d804c8ac4f60726d28f36f4c3be77272eb1c4f
MD5 cd4e31aaa19b21b6a1de735d08b42a13
BLAKE2b-256 6bb4b5fa98e8404a70d49a945be573fb9c1955b42bb9ae06cbb72fba58743ab7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a23e13ecb1cd0713708c2664ed510d13ed381eeb2e35aa7c81e0feb5177a73d
MD5 2eb50f4d17a3d6fb5b1a427ad59ff457
BLAKE2b-256 e9811ba7e11caf03bb06cc9da453f5a89a904baa7470d4711fc51d282358caab

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 182.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rouge_rust-0.1.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d4b756cdb389e6be67c6031ead863d569fe2b34c39516389d750eb5339541bf8
MD5 85c91a235b7f12612f85c59b35984419
BLAKE2b-256 e1d015ba43ff2a99d5499a822139b255354fa196bd967986a7713b56741313b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp313-cp313-win_amd64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08336c62cda20b7128a667d9dd398a75a75a45db04685ec1d9e21dc46cbd4f7c
MD5 b8f274a2057bf573cb15a697ac1edd89
BLAKE2b-256 d66027b46203ba2b2f77c774975523031c3ddb11cfd7cbb7ce988a55b293d2b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d86da12dea0bf7c2814488010ecc930a5fa9ebf9d862209a0928ae9bc1dd36e1
MD5 3bce5ec9faa9de42fce3ad9fb48da961
BLAKE2b-256 5aad7e832afa17586dbba703b7e8cb556b2b5e6aa98bc7cf1fd933dfbd018d67

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2115c5b2e26af13dc4397422f8a10618ed80a029b0eaa730abbf671632eecaf
MD5 26080d52c4b88971c10731766d0d6924
BLAKE2b-256 e9bca11e5c9df8524744dd18c382e2d8fef8484b443afd38f81d593f82837c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c4b2e6bb2f1270f67774b5933c0b04b7d249ecee4130eb28355992c241fb0bdb
MD5 a60cc40307da567435e0b39cd2c01399
BLAKE2b-256 4c9cca421bf0cc347d1883ea72f3fb04fd7efcd38fee212b45e6cbcefe75b79a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 182.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rouge_rust-0.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7a266a03e2328efeeb2863171a534bccc3c9ffeb3286291b82fe6cb804f80433
MD5 386c130f4875d99540ac110dd5f62d9c
BLAKE2b-256 fba10abd0d15069bd790c962a0ba6a63de40ba2c3ad722cd9afea4c4db5920dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp312-cp312-win_amd64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f7d625c35a5401bbced50c79906d878ee4178e2f68b570225484f501c825e9d
MD5 cc571b3b2677ffb714c8fb92016c3591
BLAKE2b-256 05848912605b5b09c453704a3268c2a2fc76c023df246daa66fc7c703899e7c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29c83a513f36a3b4a7b0a0cdc9d1f68343962abc3f9f4a0d3518c3779bfbab1c
MD5 c0a31f8ac4146cc1c89bd3b494c2ea6e
BLAKE2b-256 037dc850846a14ef1eb088c2514154f91bb77149d8f0aad02caca5e927c9c257

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13abab331cdf70490c7bd6256c410eb5758a8a6a6c95db5d3b53b7cae949e458
MD5 65e4f9e78710ee554cdd74120a22d696
BLAKE2b-256 ef8dda6e1168ae13d90a43e6a46b74f871ccef3698f45e345a1b7269ebcd6bcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 639d9e05484e79af38976ec26fa0e54491d624f7f6e0ea8f10a6e1f8dd267be5
MD5 5baa15fe889dd0463b1430917603db70
BLAKE2b-256 21426172bb6f4551785cb55b1d10918dfc3785e54e2c081f7c018d1909193081

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 183.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rouge_rust-0.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 823fe2661ff2bf11780790f5cfb2bb4cfb85e2c006c5d99c99d1ac0b9e47e300
MD5 c67bc8b53ab894e56adbfc04734643aa
BLAKE2b-256 cffedf9829b34e1d5f2fb08b8d8dedf8e56701395dd747e02cbcec3c2f248134

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp311-cp311-win_amd64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7ad018a4c8161844cc1ae246927e045ba6615b81ada0558f93528719210ab74
MD5 92b6c0e1e4f0505f8e9c49484130e99b
BLAKE2b-256 35b3d05d12ef23c6baad939c22e6454f33ae69c45cee828d36591c907bc0be0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf9140e02e2108f7efb520646446b6de20b239238f564e4d97dda20e0df200f4
MD5 bb2e3c0d099a677d09ce79cd03a00ea8
BLAKE2b-256 34afa225e4aedc9de934b705e65bb16803b2016cbd3595b61f30f43f51a41e79

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c10a50232976618b536524e3985f2a25dcd8415b81a19b9b722219331ba2545
MD5 cf5006a36f07cb8526429cde9dfab08b
BLAKE2b-256 134bd14f772b57778fd893d5281a5633b2263288e039edff9a1e836b1ac84107

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c067f195144aa434b490b347e016b818287f63d8b926a11697228b78a7ac1a2a
MD5 a1245f0c623abb49970d573c3033a0dc
BLAKE2b-256 240de38d2b89021fad5bb896418fc2b71e0a9a0a3b98023d99ac57c0de4968c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 183.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rouge_rust-0.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cf11fbb1df903e05205b61bbb8a1459964ff8f625d120e3806e7fff2996e9e0f
MD5 75fb76a724b82fcec1e2a7187589bb11
BLAKE2b-256 0b1eea7db1fe6b52d0c2b44c21ad82f7cd3f9383f53bbe017b200bbbcf288bdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp310-cp310-win_amd64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51f69d18db093bf429c2d489274be06fe66e422992aa540a26f37236df636d34
MD5 449b5a84775259fc9d57f8d0fbd234ec
BLAKE2b-256 b441ee28eb5c53343cacbed19be7f2b0997b89673e42454947606ac66affc0bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b10a1c32e23ec0eef2fcc9c21af6237ed4415a3f21c4d116facea3cc44bb239
MD5 e28b0d3d42939e4dc4ed88e2e2cd4612
BLAKE2b-256 ac2878ee385eb49dc3ef2db5f8fc1e64badad17d5c27853b178297037f45ed55

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f1c35fdc5b74035217c2345d01a97d12d43fab809614f7757c185827b6e54b5
MD5 b198b4e14200174dd0a06902c23c34af
BLAKE2b-256 35e8a1cd8a59189c90002192734db8bcc22dcdb63f283a55604b95993f8fe2ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 846ded0f96d65f304b5bf1bfa859a089c5a09055ea7c1597fff357fe02328ca3
MD5 c511e03fd4c13c82b4320911ca332e8d
BLAKE2b-256 16758c4fd782aa203e66809cd6118ab77ad3b3c11c357fe4b98a1b582684253a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 185.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rouge_rust-0.1.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5b689db9e0b6d4eefc2ffd1cff99631f62d0cae8ba9f45cfe972bff424346cc2
MD5 bd1e03ee642f223d0445553ccf693ad1
BLAKE2b-256 f95cae8d6332ae953d99e8697bfa4530fc95d4786b9c3b827c8073903211137f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp39-cp39-win_amd64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f91faf79e4973976516cc88f061cacb54df68d9fe17d93c6d5b279300fa718a6
MD5 8bf0d568ca67c73db4de1f084839857f
BLAKE2b-256 8c7fffbdb2b6ad5f5479e9daf0e059fbf0400ab699959d257e8cd405ab10e8a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62dd4f2afeaef9e3411a429af02437720ae5ae46b49d9630d5e47676fb83aac4
MD5 18da35785c82a2dc5b84043f9335d6c3
BLAKE2b-256 5c7823d2dc64970fef285b53ebfc4327e07a8f15def63206aa81b1de40b517c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9662ea06bf9fb8787b1c3f04d2b45edabad6865ba2a626f78f7f47377a865c18
MD5 33359e784989099ffe828ed7ef00044e
BLAKE2b-256 d835d33c2654327dd7f8983ae68eaab827d5f3ca3b757d03acbad366af1f5a43

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 435f558d2a28a240732245e5595f8bbfa312846bdc452193c18ac81e2f80864a
MD5 52d8f2bfb1da829dce179f739a92c3a9
BLAKE2b-256 154abf76a9a5706d82043a920b8ed82288b1587fc2e401f8c8e601b042c859b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rouge_rust-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f400ce698c78a5cf783f88e00e8eb317f30f0f0740c6778f02ed1d5309b3e6b
MD5 d88f38840561dff3cad3aca77b1820ff
BLAKE2b-256 c851ec8f91a301a89b0825b87ae35a9bc52ca852cd1848e0f899752097fcbf84

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on kyle-mirich/rouge-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page