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 tests:

cargo test

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.8.tar.gz (11.5 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.8-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.8-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.8-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.8-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.8-cp313-cp313-win_amd64.whl (182.6 kB view details)

Uploaded CPython 3.13Windows x86-64

rouge_rust-0.1.8-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.8-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.8-cp313-cp313-macosx_11_0_arm64.whl (283.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rouge_rust-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl (289.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rouge_rust-0.1.8-cp312-cp312-win_amd64.whl (182.6 kB view details)

Uploaded CPython 3.12Windows x86-64

rouge_rust-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rouge_rust-0.1.8-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.8-cp312-cp312-macosx_11_0_arm64.whl (283.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rouge_rust-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl (289.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

rouge_rust-0.1.8-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.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (280.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rouge_rust-0.1.8-cp311-cp311-macosx_11_0_arm64.whl (284.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rouge_rust-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl (289.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rouge_rust-0.1.8-cp310-cp310-win_amd64.whl (183.7 kB view details)

Uploaded CPython 3.10Windows x86-64

rouge_rust-0.1.8-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.8-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.8-cp310-cp310-macosx_11_0_arm64.whl (284.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rouge_rust-0.1.8-cp310-cp310-macosx_10_12_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

rouge_rust-0.1.8-cp39-cp39-win_amd64.whl (185.2 kB view details)

Uploaded CPython 3.9Windows x86-64

rouge_rust-0.1.8-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.8-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.8-cp39-cp39-macosx_11_0_arm64.whl (285.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rouge_rust-0.1.8-cp39-cp39-macosx_10_12_x86_64.whl (291.5 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

rouge_rust-0.1.8-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.8.tar.gz.

File metadata

  • Download URL: rouge_rust-0.1.8.tar.gz
  • Upload date:
  • Size: 11.5 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.8.tar.gz
Algorithm Hash digest
SHA256 7019f23d2ee24defba82f54287633fc09aa71a738fca7e2c787eaee220dd42cd
MD5 e704dab6f1a7d0be4810a84ca6e4216f
BLAKE2b-256 b12bf8f713dd499d52e9f03487af2993cc441bb66e1c06a3330edccb88b4e905

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8.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.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba8069f94da8b3f4980053eeb9d842ed0b1fffe7a92ed5733e4e63664baeb5b0
MD5 0825ee2946969f528ecee05bda391743
BLAKE2b-256 87a8b89f4ef8c1a8d0ab1484559523ba93f3017f272014560610bea71a77759d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 289dbc2eb7974a67a7619078c3f3d8bb7a5802722e14f3fb2f0b4264697540f7
MD5 7c4d18f67b60b41e7d27146e0c2acdef
BLAKE2b-256 0c2de11b817dd4bb8fe44299f8cafff92275cdefb58a1f5f8a1ae0ee5e9b145b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f09c340b9d4b6d37d7e2bd6f8c78a9a3b293017d3da03bb427bda12c79cd1936
MD5 56ca81bb62cd2a72b93960a8e58b94f2
BLAKE2b-256 e0d0641ac35b3ef605296fc27194768e8998a77f63265a39fba947b9f70c77f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f4eb1aef3acda5713833fa76da2896dd068b72f67556ba72d0ebfef3294a686
MD5 56644b4cb4639c493da207d016a3c906
BLAKE2b-256 2eb0f3a1e242452f137322faab299e90ca4e6c3ad15f0cd240807227669df288

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.8-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.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8ae075dda879fd804027bf76db7db6e1c8334155863fdc0b1c48286b672fcefb
MD5 734d70c7baf6a278b924b047c24b58dd
BLAKE2b-256 5ae0d3aa83512c7be81e7c3bffeddc3c1ce97e5ba171599308b3d16966807e34

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea5ab6f78a59b0bf35af122773b952e00112aad28fd2c8a1fc800410ab78e632
MD5 0b9b2933bde7540c76fbc0a5a9e3014a
BLAKE2b-256 a88c0bdf19dd4ba254c0e8ed3e8402144ffa1d90a891e7f2e476f16ea2d21f8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d67c1c48fe44f4fc8a4afe8cbfce8f2c3a47370515ceb6b852ad0573d1f073a7
MD5 2e967226a88865c9a6619e83111ae66e
BLAKE2b-256 10f4d90c3fcce2ded410ae0784af17a335ae8d44445ac29ed24eeaf745d8092f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af5e6a7415fa9172dcac8cf436d8890c5a86ef3b2b3ee2f57a0df4c51e078c27
MD5 b0ab4cebc0ef2ce7fba4696d0cafb82e
BLAKE2b-256 d36a8497fc3bc8b67f98ebcb4e98cabf67f00889c1833ec26325eabff11b216c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6206b6d88e44d7950d36936c28fc610f1609cf621176c366d13f7a935ab4bdb1
MD5 c8e93cdea0cdda1a4871829c3c029df1
BLAKE2b-256 6b70d381659e704fe7615974b37fec688e6a37e16bd487886dd73a5809a33363

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 182.6 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.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c7b0dfdd793155fa379ca68f481d45b411354574e9e23b2612ec973e283ca4b1
MD5 9f086e1e25b8470005c032afc5f813ef
BLAKE2b-256 245fb03dbbb40c165ea02cebd2f4f0831dad8a9c0b01102056cc6e04e5cfcea5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fe0454c4875629a8c3a20d09fcb76ee3f16ade07ff3779a0cc45e51d1f20350
MD5 86c289aafbe479402ef95d5a82253673
BLAKE2b-256 75825c26cde732a4d011115a1ffab9c8b4e5e4a19cc8421e36726c156260d473

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 914ec13ba99e0408c2e45535d1e3febe57e3264d0b3d05b415713fb187fe20e8
MD5 ca7185f7381f7e30b7a9e843a3865253
BLAKE2b-256 5cbbeda658c729fbdf2f2ddabfc8bf1292484c2c8d4c4b3449c1cfc0aef68b81

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ea2a2888e09292be4d1709aa8e5965d096ea80db4d5e93b343142852f08a28d
MD5 07068b5fce6ea65daf04a477ef025bd8
BLAKE2b-256 66e52d48444d00bf9b07a6f7f654b404b372f6c9dd6c8a40b3db73bacf69e2e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1fc423b2c5b941a005ed27a77bf900cda31e084c120023b24154ef5d41414e1b
MD5 7f06d04aedef1f3f31cad413d9edb99d
BLAKE2b-256 f2064627c1e543c155c87663d1dd70807cd6cde40e850ba89431c6ef0692a29e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.8-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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 83aeb87dc6f1248970b89c0b1ec5647987cdcc4564ec31090581adecbc2c6202
MD5 94d15685df0415ed3692c2fe67563d76
BLAKE2b-256 b0630c829652d902603b5a5991d33b799e1dfef447a307001033fb2dcd3bdfdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05ae1574ec43fd4ea669b15431749bfe23b7802f1d55eee4659e1da1f65bfd69
MD5 6bd0d10ffed04a160d251e235224d6d6
BLAKE2b-256 cf9e44f22de773337ccd06b7e63050e2ea118734a6d8b36d8deb14d6e8990304

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac6d9bb2166cff25d7ee589cbf66ccd2be27b2eb4011b29b4cad6226024cd8e5
MD5 4b1b4823163f2850693712f8c1d56c76
BLAKE2b-256 9e62dde09be59b8abc43f92a3c23712c5329e412e2f5bebbc87fe8d86dd77f5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a28a1486f4299403d580e110bd468a422a4c6058f56b724180f4a5dda67e37eb
MD5 7bd872d05bb26ae4c7127767595925e6
BLAKE2b-256 7c14181cb6e74a9391ff798ca423c04ebf9df9acbff65a717a5d03545e3b22bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ffd2d11dc0a9d0087bb3addb40ff35efc052c4159fbdd854f482e696767ad30
MD5 8372dcabdaddf9cd1d93ff9a22d5ae90
BLAKE2b-256 8b3550cfde8b45f59341a8c68ec561c27b5c7ce3e19d6d5337aac2acf8004352

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 183.7 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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 02d8606ceb19d26684c5403e527181fb714f6a596ef2aaaee18792baef76ebee
MD5 84166e2aaa1555735f835bb745c7094f
BLAKE2b-256 dfb8f17a3f103513233fd0eff981e1eeb9b71e61961cfda6d64b926c06d7ed1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3dfd847ddc65645efc75f88a9103720e6f9cd51e5c95d976cfbd90c89b8d715
MD5 d85b2f013c1c7f4f9643c531e0e4f822
BLAKE2b-256 40884039d190adb48ac6794cbf31b8df044749788bcbd52518c8dfdc7cdc7ac3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ad8d45f57eee6b8061595e4e981ccfa071ba2bc5a85cf933fa2400779f4e564
MD5 d78d2833875486ae11b1af319cc0e513
BLAKE2b-256 1411a087fd52f290cba6892adc859c8dd51abcbcb157968e9b1e16d7b7841e9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47aa6ae1438d90437f8211fd55d66f6fb3fa8f156f5b6606de75d961f89e4f52
MD5 7ff409f3bb60076b4fbbeb5eecde7121
BLAKE2b-256 cc1eb430be6ac28087c4f562f371d74cc8c27bc1c41c2af6c54cb084a2d8b64c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 60236b18a2bad8c7e9a48c0f6946b1628bb66272065ff76c0130415df6563cbb
MD5 dee104bfef5b506d3631bdb76574aa5f
BLAKE2b-256 0b4b1d2f65cb99f424ff010c42d0f38a3f5a6805b8c5f2a0f6371e44f319c94c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rouge_rust-0.1.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 185.2 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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 62a6796883134791bc3d22bb472641c55b02390efa9ae20691eb8f115ae315e1
MD5 efa11e3af7ebf176b1da4c1e4cd1e7c0
BLAKE2b-256 b24467d2cf895a97dba1d02173e8c1bd7ef79f324c468731410ca69dde22d823

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdfa79f0781d82db80ae4c7e5f542471df3f079dc7b7cda38157beb6ac70240f
MD5 033f422b3af78f92e935ecb99f7bc428
BLAKE2b-256 a4f5292158b482f9400067013d807efdeca7a922b1ae9b2664dacee8fa93c996

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ecb4774474f16a0da83d4fddbb447766785d6507e0e690840535c8853de9b54
MD5 a612f5f831acf9e68e983e5842077f3f
BLAKE2b-256 18f99b60a905379dc26340e17c23d104b326a213cd720e9a54f954b1f938eb16

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46764957255aaa4dcfbe142b17ce09ba094cd36dbbeb1d28c0fd5232d7d8b6d0
MD5 d51129f5f50f652ea8ae4eb6cb3ff4f3
BLAKE2b-256 927990ac78c04c46f30b25acf61d36150d83138c956140929dc44399b95683c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a5f6083e0f0895d6e00f3614ba037c464dd939eafad6b418b4d6e067f43535e8
MD5 954511f1bb2ed5c7b230ae7582d99120
BLAKE2b-256 b84ac40702bef0ecfd1d10bda8f8fb2efad1b4bbf533fc630ab443061cd8ec33

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rouge_rust-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62663941ccec693200402d6441829f05775669e267358f673cba43412506ad66
MD5 b5506ac4b6e7b5ab00e422a5b23ac1a3
BLAKE2b-256 d0baa1547389ee953ee321cc76c4734788bc3976aecaf8c78fa87c34c7b7c6cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rouge_rust-0.1.8-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