Skip to main content

Fast Python wrapper for uroman-rs universal romanizer

Project description

uroman-fast

Fast Python wrapper for uroman-rs, a high-performance universal romanizer that converts text from any Unicode script to Latin characters.

Features

  • High performance — Rust-powered implementation via PyO3
  • Universal support — Handles Japanese, Arabic, Devanagari, Chinese, Korean, and 100+ other scripts
  • Optional language hints — ISO 639-3 codes improve romanization quality
  • Zero dependencies — No Python runtime dependencies beyond the extension

Installation

From PyPI

pip install uroman-fast

From source

git clone https://github.com/YOUR_USERNAME/uroman-fast.git
cd uroman-fast
pip install -e .

Requirements

Usage

from uroman_fast import romanize

# Basic usage
print(romanize("こんにちは、世界!"))
# konnichiha, shijie!

# With optional language code for better romanization
print(romanize("ユーロマン", lang="jpn"))
# yuuroman

# Arabic
print(romanize("مرحبا", lang="ara"))
# marhaba

# Devanagari (Hindi)
print(romanize("नमस्ते", lang="hin"))
# namaste

API

romanize(text: str, lang: str | None = None) -> str
  • text — Input text in any Unicode script
  • lang — Optional ISO 639-3 language code (e.g., "jpn", "ara", "hin", "cmn")
  • Returns — Romanized text in Latin script

Building from source

# Clone the repository
git clone https://github.com/YOUR_USERNAME/uroman-fast.git
cd uroman-fast

# Ensure Rust 1.85+ is installed
rustup update

# Install in editable mode (development)
pip install -e .

# Or build a wheel
pip install maturin
maturin build --release

License

MIT — see LICENSE for details.

Acknowledgments

  • uroman-rs by Stellanomia — the underlying romanization engine
  • uroman — the original Perl implementation

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

uroman_fast-0.1.0b0.tar.gz (9.4 kB view details)

Uploaded Source

Built Distributions

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

uroman_fast-0.1.0b0-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

uroman_fast-0.1.0b0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

uroman_fast-0.1.0b0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

uroman_fast-0.1.0b0-cp312-cp312-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

uroman_fast-0.1.0b0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uroman_fast-0.1.0b0-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

uroman_fast-0.1.0b0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

uroman_fast-0.1.0b0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

uroman_fast-0.1.0b0-cp311-cp311-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

uroman_fast-0.1.0b0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uroman_fast-0.1.0b0-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

uroman_fast-0.1.0b0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

uroman_fast-0.1.0b0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

uroman_fast-0.1.0b0-cp310-cp310-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

uroman_fast-0.1.0b0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.2 MB view details)

Uploaded CPython 3.10macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uroman_fast-0.1.0b0-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86-64

uroman_fast-0.1.0b0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

uroman_fast-0.1.0b0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

uroman_fast-0.1.0b0-cp39-cp39-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

uroman_fast-0.1.0b0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.2 MB view details)

Uploaded CPython 3.9macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uroman_fast-0.1.0b0-cp38-cp38-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.8Windows x86-64

uroman_fast-0.1.0b0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

uroman_fast-0.1.0b0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

uroman_fast-0.1.0b0-cp38-cp38-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

uroman_fast-0.1.0b0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (4.2 MB view details)

Uploaded CPython 3.8macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

File details

Details for the file uroman_fast-0.1.0b0.tar.gz.

File metadata

  • Download URL: uroman_fast-0.1.0b0.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uroman_fast-0.1.0b0.tar.gz
Algorithm Hash digest
SHA256 b61870ef11a268e53bda06951be37af464bcc603384a012e7ca925814d2ad204
MD5 6b0cfc74120f127b0507807dfa8b84c5
BLAKE2b-256 9668ca077dc12cfb7acac6cd145cf215c46d38971c43e9422923d8d3e965c04b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0.tar.gz:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e9edce42a4cbe4062113afa6a498b48557e92b24cf3cc170fc3cfef9f8ad095a
MD5 65df5c3d46983a2343153e2510d830aa
BLAKE2b-256 9a6078454057bb1c4d4ace38b931c656866883dbc63adfdd44a538fa60015ff9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30f98e5f3880e060cc9dac7a7f5824a991ab380ff8481313b8bf598d4163fbaa
MD5 5c0e78accdb45b634ffdb3ed0524ccd6
BLAKE2b-256 f325dc00595e9d41dac6cee0efd855096ac5342a97c4d4aa1f12a773c7871856

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d1420889a4488f67d2c426c6e9d6f8c2b178964976975d22ed3a25ae3673e1c
MD5 5c64c2d6000d8ec76247cb0ef98f76bc
BLAKE2b-256 c8a35243be0e04934c4e2059b76ca04786f720a734e9f4c1cdb7a7c204fbfe39

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5a5b69da279a02f31ff9a010a658a007bb729f96b8dcdbb9b8276cf79c464f5b
MD5 67fe56c1805c4414a9243ecbf6a5f1e9
BLAKE2b-256 753f4194f894884b1c9095f4c26289d3bc2d17bc3532b0022d9ef896adf914d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 6aeeb96c8b663c1a2504d85f2e0c26df93b27d512bf4cef4ba921752dbbeb8ec
MD5 2c6b8ed4ea3aa07bfdee7560e291935a
BLAKE2b-256 a781ed57a3c28bd67f669ff26d4da928f585702cc1b55e15c4676a90d7c1917f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b01e21f1b8df55995a18f157b5cdf48804dc71a08cfb8cd776e428e4f5baa185
MD5 4d0ebd60d05f1118d4e948f49da0a1c7
BLAKE2b-256 c72741dbe6ef51ffe5f3e936ddc4a5253ff8b60f83f0adde123a2eddc1ed7a3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de2e589c019acba5601b6aab2c9c7982b565902a2cf910e1bff097e95de280c2
MD5 04b1618613190023638492bc4684cd95
BLAKE2b-256 467a44ff3698ddb7ffd8e565d7180ef0ca86a35dd03f24dc4364ddf00341749f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 acbae51f448974a0567bac35b39750ca356a750f806ea00fbaa5a4877cf88a5e
MD5 18f2ee9a54c846f138001dc72f726402
BLAKE2b-256 662560a59803b0b22518b2d2b0543113b9792b31dcde9946577536f97c01a597

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 34ec3f380a6643d2a9ac10ff888ff13615c6e3acaf5c05d9dc5b2c0129300586
MD5 74671ade0c0157d8fa03d29ca5a5d38b
BLAKE2b-256 bf418858c43c810dbcae83b499f00620be727cbfc1b4bea43a8fdc4e53ec1bc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 7125fc8f370b28ffe3a6f0133b653a3c42494a8cc87e5db867ebbfd37128fdc2
MD5 5df6768cfbbf6f88e9aff39cc2930f4b
BLAKE2b-256 b2448c5034733dbca5d3b0cad3154eee7d62bf8d965f2489f8e3d7c4e47adeb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 28443574972c29c231b05a488c47508540b5e0b88707e99bda979bb827e653a3
MD5 f27d644f2072613c2ce1e7b06be1105a
BLAKE2b-256 e434de84621aaaa5b39359a42510cd441dbaa183df8f3b0c82f73d791fd47b44

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5537345c5eaefc9e796fa93883b5d00bdf081cbcf9fd091c25768a2e6d2b41ae
MD5 1ce516bd86dc24cf2645f6364b2becac
BLAKE2b-256 4aeff9651264e28d9e6e6cd5de06cf464431a5df865d7e4d772f78d68312e219

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45f07ef86450ea1d82e36c4c17a139cd512f2ecaae78aa5145327c508d0eaac4
MD5 918c769780472b88992f8deff2b3abe5
BLAKE2b-256 446ebafe950627f5f39ccf8e205a4bb30a0d416ad0dcf5d6584d89e554e95128

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0b03bd9f64744de14f1e28850b9803143f1a4b5268eeebcd92457a7ee6f23754
MD5 d74260e54e82f25eb3ed852d2245cda9
BLAKE2b-256 b31a6f18fcfcb403429cf5f2d6cae7fe7efa5bcf311e8ad10ad0d2af8b2cb5b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 ef87d020a4b24a7d8983c7d02b21ea8c07a2f9ab1bc1ae5b0a43dbcec1023fe8
MD5 d0c2de50ea1c6a4961b8f9ff1d46dd10
BLAKE2b-256 4ff0baf58c0e327a3ce0589e98417c74a9868e7195c037b2b2627eb3a29c8dac

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 18e69a2165ba1f5db2979b4340e34dd48e944ba8a814dff14ac824ad57a22e37
MD5 d7204ecabb73875dbccfa6786dffa6f1
BLAKE2b-256 77880f72211ecc94c934b769d7a911b0bd9370dc74418d083008243f26fba5dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bad9a48fe23d4508531e0f2e9508ac006eab625edfc42cde8598331a2a89f00b
MD5 e0e888addb361180ae6001d9a6d427f3
BLAKE2b-256 6e2a3ef8a525dbce07f6aeb9fbb129c015e6c0e5eddc3da41af728047533d2a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3b020cfa2c9bf8160ef092e03a73007441ea961a5f7e61270faaaf7870c1b20
MD5 f7c649ff3cace71f79097fbc0b0785c4
BLAKE2b-256 928303934d4fbc96dba4a0de459c0a3cec9dc6d4be1c0cc7380c74e49d83e4b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1f87e03b92b4cbe3ef122327fcb1b260c0473b9e4f68099e1dd62b730c15fdfe
MD5 0e0c794eec261f0e87513ddf805c3757
BLAKE2b-256 2108c7dacf2c4ad5f507d947ab338059f066d7296a87755ee8420e0ef8d48367

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 e3e11f133cb3fa0ae05febd441dd86be5db30c605912d9683a4d47cd65cfbb9c
MD5 9b5b94f5738bc381437a14af6d87bbcc
BLAKE2b-256 d8d6b877870ae09f1043e30ba36da1445f08128dcd98ab8633fbdbcf3f543b64

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 52cd83bc3830b54a297b5e1026a272e077d212fd29c8e039e6c12ae71eb3dcbe
MD5 10adf1d085f4f1e80da95e717655b28a
BLAKE2b-256 62d84963113f72be46f2de23033d8302389791e59c09fadfcbbfca6eeb085de1

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp38-cp38-win_amd64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0001b9540ecbb195f8492bd94c0a18fc0c22f45542696d258b7b089636c96edc
MD5 d61432b4b9ae7d37fa31595be4d58108
BLAKE2b-256 fa67a02b57ab0fa179dc298a028a50ea57a665dde93590ca8d7245ed84a6db6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e83574a7bb29e35e23a06858685667a2d6eecbdb2d7ccda6dfdc6a81c66c5fbc
MD5 63a5df325eb3a1046add7112c1bf29c1
BLAKE2b-256 36147f6c1db8c25361f2b4e90d89bb81337da7b93f70abd9a91e279a6763c160

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d48b1274d6c3d1fc6107c5837b59fa1d761c111991b1762155a59f02d213ca8e
MD5 72c0bcd7e80f69a4a66182682189db5d
BLAKE2b-256 c6683bdad8057e8ed85ab64d1fc83e1d2a19ce22918b75303d770aab82f80c99

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp38-cp38-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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

File details

Details for the file uroman_fast-0.1.0b0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for uroman_fast-0.1.0b0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3f606b8f04d308ea3235f0e210775f87c9e4ee5c5675dde00d1a12aa49d0da31
MD5 56beb1c15aa34ed33ad3363207233d44
BLAKE2b-256 d3d2b272a213f88eb5ab6e3bcc975493aec46b233911648bb47fc55316f0fbe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uroman_fast-0.1.0b0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: publish.yml on Biswajit2902/uroman-fast

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