Skip to main content

A Lightning Fast ⚡ Rust-based regex crate wrapper for Python3 to get faster performance. 👾

Project description

fastre: A fast Python Regex Engine with support for fancy features

Star PyPI - Implementation GitHub Issues PyPI - Downloads GitHub License GitHub last commit

🚀 Supercharge your Python regex with Rust-powered performance!

🌟 Why fastre ?

fastre is a powerful Python library that wraps the blazing-fast Rust fancy-regex crate, bringing enhanced speed to your regular expression operations. It's designed to be a drop-in replacement for Python's native re module, with some minor syntax differences.

fastre is based on a fork of an earlier implementation called flpc. Whilst flpc offered good performance it was based on a rust create which didn't support features such as lookarouds. As such there were many instances where it couldn't be used a drop in replacement for the python re module. It also renamed the match function fmatch, and didn't implement some methods on the Match and Pattern objects.

fastre takes a different approach and uses the rust based fancy-regex create. Which means that fastre supports features such as back referencing and lookarounds. One of the key features is that if a regex is considered to be simple then the function will be delegated to the rust based regex crate which performs operations in constant time.

If a fancy feature is used then an alternative approach is employed based on parsing the regex, building an Abstract Syntax Tree (AST) and then compiling this into a using an implemention of a Virtual Machine to execute the progam.

🚀 Quick Start

  1. Install fastre:

    pip install fastre
    
  2. Use it in your code as shown in the API

🔧 API

fastre mirrors the re module's API, with a few small exceptions:

  • When using group() on a match object, always provide an index (e.g., group(0) for the entire match)

Common functions include:

  • compile()
  • search()
  • findall()
  • finditer()
  • split()
  • sub()
  • subn()

💡 Pro Tips

  • Pre-compile your patterns for faster execution
  • Use raw strings (r'') for cleaner regex patterns
  • Always check if a match is found before accessing groups
  • Remember to use group(0) to get the entire match

🤝 Contributing

We welcome contributions! Whether it's bug reports, feature requests, or code contributions, please feel free to reach out. Check our contribution guidelines to get started.

📄 License

fastre is open-source software licensed under the MIT license.

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

fastre-0.2.0.tar.gz (16.3 kB view details)

Uploaded Source

Built Distributions

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

fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastre-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fastre-0.2.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

fastre-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

fastre-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

fastre-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

fastre-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

fastre-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

fastre-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

fastre-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

fastre-0.2.0-cp313-cp313-win_amd64.whl (874.2 kB view details)

Uploaded CPython 3.13Windows x86-64

fastre-0.2.0-cp313-cp313-win32.whl (790.4 kB view details)

Uploaded CPython 3.13Windows x86

fastre-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fastre-0.2.0-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

fastre-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

fastre-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fastre-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastre-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

fastre-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

fastre-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastre-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

fastre-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (991.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastre-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fastre-0.2.0-cp312-cp312-win_amd64.whl (874.3 kB view details)

Uploaded CPython 3.12Windows x86-64

fastre-0.2.0-cp312-cp312-win32.whl (790.4 kB view details)

Uploaded CPython 3.12Windows x86

fastre-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fastre-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

fastre-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

fastre-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fastre-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastre-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

fastre-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

fastre-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastre-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

fastre-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (991.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastre-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fastre-0.2.0-cp311-cp311-win_amd64.whl (874.4 kB view details)

Uploaded CPython 3.11Windows x86-64

fastre-0.2.0-cp311-cp311-win32.whl (790.7 kB view details)

Uploaded CPython 3.11Windows x86

fastre-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fastre-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

fastre-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

fastre-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fastre-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastre-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

fastre-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

fastre-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastre-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

fastre-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (996.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastre-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fastre-0.2.0-cp310-cp310-win_amd64.whl (874.3 kB view details)

Uploaded CPython 3.10Windows x86-64

fastre-0.2.0-cp310-cp310-win32.whl (790.9 kB view details)

Uploaded CPython 3.10Windows x86

fastre-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fastre-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

fastre-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

fastre-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fastre-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastre-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

fastre-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

fastre-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastre-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

fastre-0.2.0-cp39-cp39-win_amd64.whl (875.3 kB view details)

Uploaded CPython 3.9Windows x86-64

fastre-0.2.0-cp39-cp39-win32.whl (791.1 kB view details)

Uploaded CPython 3.9Windows x86

fastre-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

fastre-0.2.0-cp39-cp39-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

fastre-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

fastre-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

fastre-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastre-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

fastre-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

fastre-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fastre-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

fastre-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

fastre-0.2.0-cp38-cp38-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

fastre-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

fastre-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

fastre-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fastre-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

fastre-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

fastre-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

fastre-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

fastre-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file fastre-0.2.0.tar.gz.

File metadata

  • Download URL: fastre-0.2.0.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e440cc685adff51c4d54bb5269469d7d572ff114d415397298397f9a9edeb64a
MD5 5f66963b20baed354e279c167bf515c4
BLAKE2b-256 f13d7cbbe2d23c240c55c5bc573b5d938da21b891dee9f7babec404cc1b912f7

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51dd64c7b2ab71a53fb130040d6d9dff87989689c68ff88f76fd9bd40908a203
MD5 73f463c413a43777e6fc0404c63c5162
BLAKE2b-256 9e020a5dc88854ca6e957bad802abbe425bcb73f91b2ed80f2cc022c668c03f2

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59977390120b059f7e8b12a6472fc0b708503ba3b1d7d0d6b05ad6fd49c7a6ac
MD5 3887433866d521b950302a7e3dff8465
BLAKE2b-256 ab60712a5159d7a7172a357877ba615a25ce89e1711b72898ce9607dcc50d4b0

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 328983026aa78a47fd0025a1836a2cbbf1975099d0f646bf32487f4acc4ba794
MD5 d2ed018fff4f57237bef3d81072b4940
BLAKE2b-256 80020651870a4669b854f066c0c5b3df342bd4388a42b79f35a0eacd271a73ef

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83b8e236aa29b9f1b8531f5fddb729aad698735555a3252d6448edfff1d0cc80
MD5 154b32c23b9a6f5c07a5f7bdb3e605bb
BLAKE2b-256 2576e2b0373f3a81ddb6dc1537d3ce769c45a7b346db9e593d21be2ba42d5c09

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f263975de22efea21c170abfa9535eb068f2ef18b2f74e1b3fa3b903231931fb
MD5 ccef69c078165a7314ed1fa2550a3cac
BLAKE2b-256 c89bc5a9526c7669a2c32b301d53aaa426d928600bb9bea9c26ce19b83666242

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 174ed6b5ed2bc9a9eb8696dd011d780b249eb5e93325b6c642dddd14dace7f1d
MD5 87fcce5e74dc5117a9d0f63d75501557
BLAKE2b-256 b35589664b6895f2cb0e3b38c3b66e6bcc993d07d89fe23a745b9cdcfbfaa4be

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58037cb0ecc84f93d7738d385224e6547bbcf96e810b6b77481018c0755d2f4d
MD5 886833a41d0ba31f2262f4209ca7c389
BLAKE2b-256 2170ab598006656f1a9f695082862e4d3851f0b32e716b6d35f477dc00eca074

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c7e62acac4bc83efa158003c1cc551e28af289300da3d26c9142e6dd60dea2d
MD5 12720b1fb4f4ff66d6ec25981b77dd13
BLAKE2b-256 43d19e4415b814052cd0a1213173f22c29993b10fba497d24064dedef71da5b5

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7bfd7905e86cf793d3f719e9d4d2ef2cdd311c5bca2cdfd6e54ea2a150a05a21
MD5 a78c116215960c007045c2497ee03090
BLAKE2b-256 34bcf93ebf079e8bd8e8a3808451c26766a4103ddfd5f70ac0a82162c1351409

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7dee585995cfeff736f2dd7510572c13620d6fce02ec80725cd54cb6ff8c4312
MD5 0bba941d3a6680366b9920eec89a9a2e
BLAKE2b-256 0f423bdc479b755a7192325b1728d27d6ce974602760a6fe81dd082612136369

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7b7093ffdeb98c4ce6958d257b7b040ad46e8f8dff39492135d3211f3e49413
MD5 0562d1e44672e3ca90a710858b44fb88
BLAKE2b-256 52c8773f9dd7f897db227853f05c58896173f4819dbf39a4f7bec8f0b5a03cde

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2da8e3f8b166a86132c827bfb05b0526b8c7d23e3ccacb34b219b16f0ca17f18
MD5 0090e179f8213faa26b125929cd7801a
BLAKE2b-256 5fa96f402098d57646a473f1bdc5d2a3deeb079008307f947b13f2244d0c1f0d

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37b8a0bafab452bf36e2c8a2a25a872921e7d3be4f47614b4bfa191fcfd7cf3b
MD5 45bcb025b4837a86dc9a2f0b5483aa3e
BLAKE2b-256 2c78a7e76c573c307af3aef1cb578c23aa0de40e1b8e951cc5b63405a4052570

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33535fc4e0a8026769747628365c7333a22d27d60457e7c86309c827838c53f1
MD5 f47f57ec94002d5881e520fa7d60efa0
BLAKE2b-256 33702942b87515f934147d5dcfb67bf4e62ff7c7a7f690affc90c5ce53f85cdc

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c501977bd5991d26db0a29cf0ad949499a56054d377c6497df3a16be69561e9b
MD5 e1339cce857ba3f556419dfb41d7fa59
BLAKE2b-256 26a806de36a32f944f7dbd79be531e3d279198acd13c28e475fc16fe4ca6eb69

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f388834bef4e1e482fb3c1c5b32eaf3650369f20747e1a569e2470409521e61
MD5 129dae71d81c7f88a27f5a477e376b6f
BLAKE2b-256 b76a6d1bf4e7f6b545f1403b98e4097bee5dc267177ad4029cc56e4bbea4b310

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 12da1efa76f37ab403578d8dc4b122bae78711bf45dc9176281e6182156adffb
MD5 9b3dbec95e77afcfc79695d0b62628ac
BLAKE2b-256 f4d83fa740dda12ff208f7dc082de665247f0bf6a3654b265ac416d03b16150c

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 81a4b355c11a6f7eba7a071ee33206622b5aace00a0d9e5e005342ff3e3dff1c
MD5 f2a47c34b1d7aed57939a83183a05599
BLAKE2b-256 b978b3b76633443b069f35851cccc91dab77b3c7f8edda67623fa74124162b12

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cfd6bd5f0622b36735d8a29707768f10f8990d5c808c2f8257b8fb8d4d640ac
MD5 ac602fcb37f64f719daf42fef918fb53
BLAKE2b-256 15e5eecfc90eae5747a533e0d17b282693db54ed3a5fb3e42e55e154bae21f67

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b92c3a48b29abfc74a6248e085a9c660f26b628bdf5b15447ac902a57e1a7770
MD5 4ff0cdc10c5c7598656f15c98cc99c98
BLAKE2b-256 dcb601978f2984e6f7ca52c9091eeabcfc2a73949342173282ed4f388b0caae0

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dc2e3d1ff23c6299183eb3208ce2016b062473efd77340fa8bd7e5ba67f8a16
MD5 a0ab4d058e05b443d95cbb786511065f
BLAKE2b-256 f462e8ec25ad2469c9921828e46466fd62e991ff82da536f6c1a4eda57fca7ea

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91524343e382ce4def712207a6e35cf519adeb7d264574477137f713f567af5d
MD5 f379f1600e0216e21b19fd2d99bba450
BLAKE2b-256 cec7dbaf06f5ebc250869e92d2a168c1c74f1dbe665a724c7035f8574bbe25c5

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3dd935ef4c4731a451f03c2d0a2adaedaf98c1a968368c251ec8e53d520310e1
MD5 ac2a888fe8200da5fc498f1240b7a97a
BLAKE2b-256 6bd215786b8068f7bf43f3dfd249ac6216c396d888a7fdf045ec0cdac954527d

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af328000a6ff0c7656b0fbfe36399346c4ceb411e48d1cb998d8100b5d991edf
MD5 9f4d6030228fe74f6ad2465b4179a17e
BLAKE2b-256 b266aa8ac49fcd15e9d7dacfac8e2d756d6edc439e42204952a6092cb2a34451

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1aa73228112b4dc257e65abf888bc04528396d3ed0ed068b239a4a20e8003c27
MD5 779a10b4fca8b69bd2ecd3bc6b395076
BLAKE2b-256 601af620b02f71ab741fac6ec39a633de4bd7d99aca600c06ed9755c0eae316a

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9fe6015f64d0ddb6da5e033e015e9b6010ab1f67921d332d21eb7f6321562ec3
MD5 8470e2c703fda76dc79d42b9cb135c16
BLAKE2b-256 2ec23d61ebe1f4539f33ae9063a85217020ddf82f989fa6f08500960fea01975

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a90ff31c0e4aff0ff7b4597ebde61769c6a60cbf0ea50cb99465044258cd279e
MD5 3e5a50b16af0224a83e5086373087d12
BLAKE2b-256 b298af8dadca55eb79c9d2b7ab0f993f75572a8cdc5807e5835ffb0302d1b204

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f72ae65425e1aa39eeb3debfd421620651bdbf2ff38e8361925051bf60e17509
MD5 06ec46fef6f98165c620d9a707b66219
BLAKE2b-256 b579b21e408dbd65789588015d5cd13ed04880e92fa9c28bc55a0cf4a51d0426

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86a18392b2479f5746422f2ae659bbf1533d22b9a8b509829aebafc99dde96e9
MD5 c8a0a23d8e7df8bcd52052f3682eb989
BLAKE2b-256 84297f626c5e39ba1d88276c15fb21f61893d5a71d1191f0aa4ceed56087a76f

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ee8654d88ef339b5d48ea225be3662054e87bb586ddfdb094a352e2246161dd2
MD5 049f6a0b5ce9be61f429d3c0a7331ed6
BLAKE2b-256 74a0a5a2cc109e80c815cfcc90e7ed82fe706f897b7019607879c434cd3cbaa5

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0a1ac08df08e6177733582d2d88828bbd771de0271a084c0572f0ac82c52d5f
MD5 50a5459f467e1d418c906840e68ec86b
BLAKE2b-256 1a3ad4a28188db736f2b8c0ae29c29cb8da0da6294b0dc3f351b6a0229b3c9e2

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc9d8d1163dcb1d7a00c1b49ddd9b13356ad332af16856eb960dd2f794fe3a9e
MD5 1f4dddbfda0be66722b35a22b538ee55
BLAKE2b-256 c36e07d936f3c9ee6d90c3387236783fcc453ee7e3ca57f519bfc454268b19f6

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 875ec83bc3a283abf25b35b73020be429de18c8b2748c92b904b32151a11fef8
MD5 2ff540f3a938eb130f5b4eddc032f50c
BLAKE2b-256 468e0646fd1b0abed40eb19995a55ce4986cb1ce2e7579b09040b280682f50af

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c31489c8e0efa922fad5555808c16d63f6d4a866ea4ceea3793f16aaa33d598
MD5 6b0f0710c59b0580730282783c294260
BLAKE2b-256 36ba36aaa361951ad55d15a5b9fa73ed41f3a16378de726df537697ea659ddc9

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a24dc03a83eddd84145a9347fb0def38e92656f65c616d377c4d82368b7a2e23
MD5 7ed903686afb00407b3d4feb01300103
BLAKE2b-256 1bfe5113529944140e4034126ff6891eb67417d57ffebd2ba667b0f885b711e9

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fec2bf1df01e843cb902408445b387aade2072c674d41e4a0daa70ef47db4e6e
MD5 483e78afc6359d5a7cea8e4732d4ad70
BLAKE2b-256 9950e30af80ecd2c877c338e391f3e8eadf93982f1764f63c8064bc91ce62cf4

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 303d3071691cccc1e0d06d8b5c45e6dd4192b7df49649f8e99fec74b319569df
MD5 b5c9d814989424f61042b05a000a1468
BLAKE2b-256 857a5773355eb602d6812cab82ab43d41245d827a45afa284a52a3738162042d

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4ae37a4262d3da076e2c23e7b9f82a38e9959d039d97aa84df3e3b44bf1f5ae
MD5 909709d6ba6909c1732afd87c51df0ab
BLAKE2b-256 e96c1d978afcea693870dc126d4b6dd6c667512fe574989626a11649710087df

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fastre-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 874.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 56ad0747f17f4eb830801f44f13c95a8db3628af0fd945dacece399e47504007
MD5 a81db1a5852d3a6caae34faf3a0d3b48
BLAKE2b-256 2d61619727c53bcc89d822bc580cdf30dcb35bdcf77678c9f7f635eac0d47e05

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: fastre-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 790.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9a4160d9a0480366f4d8176406098fdb1d5804af836ef516a3520094185807d2
MD5 2d609252740770cb4479a431c3b219c5
BLAKE2b-256 d326b708c826582ab0e7e92d753a42befb4978e720a75a989d0d843d3d42d302

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf70406cba4982186b97ad3d1bb3da46923e83f55c58d9e8e9f94437de061f66
MD5 46f88a5e6c8694ef4087383f0a8cd6b1
BLAKE2b-256 6331b50affe01a1f5efea8e94b1e1a04b92126836340a6e6ef0117febceb2df6

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a9fe0cfea5598b42c01cfcb5daa14e40528031136c686c393215c66acab2472e
MD5 3c0c6dfdb185ff1a6a9d8a67039a63ea
BLAKE2b-256 6e0d222bd988da6ec9db3b5cd126836c9bf1754eeb3bab9770ccc69a6e05b767

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 db1f642ad257f85124e5d0bc0651922ac7bb524420ee7162a32b2df75bbd5fb4
MD5 a91f66693695447493c4c4b4646bd00d
BLAKE2b-256 2a5020661bf572d51619aa028283b4ac05b86d44b8cec417ffff72a3de29552b

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e586bb1e430faa61f8e058461e5d165b23947b380ce18f9d82ecfae96749dab9
MD5 cb6be6d20ba32337bbcfaf3a32cc58ad
BLAKE2b-256 be55b3e53cd95d6c324536d7191e9f761b22608770a699c96909167233760b60

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b0a3a0a60043c9ad8e0b3d1f90020bab970d7920ccc08ab488d4cf2f198ece5
MD5 df256365d40ca900b1aa7e02f22942b1
BLAKE2b-256 4cfbde90fdaa6b0d66794cda51c8f1166e16820c9adfebce155bf30c77eb0879

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16570f434f58a9ca30c825862ed07c489301bb3d03b1db6e9ab9c99cf0837792
MD5 c380df7ef38f0cde36a8df5c434e3ffe
BLAKE2b-256 106fe6014808c4525e6d0adba7ab4b193cb821ec1b6f1ebad10cc79a7e9a5651

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 76cfac7ef64248e8999d70934ac79e4f995a9d1197b134aa32fda8cd7cc9335a
MD5 5d72070b3739794628b6a235c139f96a
BLAKE2b-256 91bd4bb56bc0514bf8fd6eeb9619f55632c5cbe3dff053e398237701f2fa7fb5

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 051557be9899a5aae3e099449bebff72583fec72f6b8aae720aa2bdd0c9bf015
MD5 1b8033c0d70dc057d19f139472b1619c
BLAKE2b-256 39c1962056d7f647671835f514479a627c3b7e7e3f456214be371cfe22affbc1

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 948f99f21c0f5c28b55650d0e4386d361d152303932ef4ad7216698fea585ae8
MD5 8291cec5992832315e45bb0e53b90d6b
BLAKE2b-256 1640a82e6a3591b7ae091fa23416e2a38bf49380207859a9d954c0c32a64c000

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 df6ce539d49c40b8b16767d81a921451f460bd29002e7990f4cf9d3e4d59646f
MD5 b7bceb59f2d5ed3b71f0e0adc687d7a4
BLAKE2b-256 e693342d746a050d56604b5cdfba2e4d1500b733598f0b3b09da174cae039063

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a42059aebd0833321a02116052524de02152ec70719ccb1131aa04767f4d96b4
MD5 d6ae54fcd9e24c5eae56426e7e905f66
BLAKE2b-256 9b9495ae19b0aedad1389cdd5d0670a04e9d10ddafbfef3bd52ae70e0e088dbf

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ab39b77db325bcc9e56c86266382faade6ff4292ac22dd26459deffc6685d4af
MD5 d850849d4f1733af18f547017c68e2a0
BLAKE2b-256 40bcfc00021894afc4d1d6d8d9b4ac132a2b58462c3a4abeac682217edaddd13

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fastre-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 874.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5a6fdde2de2082dcef33dc30d12016ef661753f45916b21068eaeab8cb7e2db7
MD5 f20fc87a3977fb36ca6c441f242ecf7a
BLAKE2b-256 788b0faefd29da6d537dbcbfd8dc092ad8d85aacfb5735dc0b13ad8a33de068b

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: fastre-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 790.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3acddd94fe5096441b7cce1621a4ef295ca913d72e8f8e713b362c8364e88272
MD5 f4de40e7e764bdc5c7ea89d99b0573e0
BLAKE2b-256 9c1fabdd5c3c13567aba805f7ab21bf8be15caa76f7b21f8ac96e0078ef64ef8

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a821b8d3e8955a783dc49882577d4de70e3c18189d1e5eff5d5b45a7d293791
MD5 f2f7922457a61bb1efd0a547e845ed8f
BLAKE2b-256 ddb995e0e4be9229d91905215a6f63449747f56a8cc4d6c67bb6cc040dfc0355

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 164b92b808fe54aee222198e3a5b9e85bf1c95bce0c0df822ccc7cdf08c67f6d
MD5 16264b4387e7bdd515b73f00bd530004
BLAKE2b-256 b5cf601e9cd538ac48495886565c61d5ccfa5e2dbb9aff5a555b737be394be83

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f63b3e7267e895263f85f202872d99ed01b7cd6f4264b54eea7dd3d0f01bed48
MD5 2bd594ae5d52fa93f97385ce6146ff76
BLAKE2b-256 8325204bde8491ad3e80a78c2adbddf01dbfb5073fa4c82db791416c146e336a

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0eb160185b58a79291ff153b2150db75724414c0f149fa310910a6132ca852c8
MD5 fb4b6fe986264e7ab604678e631d7ac5
BLAKE2b-256 bee9e472a31f079663dd8190480d1e68b644a7c627ff39cefcbb474c4fa90d27

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97bc79511506670d083cd67c8630771a7b807c6df8b261e4e574a64bede3836c
MD5 a91adf16b0d2cd567f755535e156c365
BLAKE2b-256 d7b8cfb1fd689ce765238d0c87d59085644c4afe6a325fbac455c24ffdadb666

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d58ca1fe254a443d9d2d1ca97eb22448f6b320bab26473e92b55559e7c3003f6
MD5 809a078e6880d3b7a924e7f834d6fc1d
BLAKE2b-256 cf11b9b6faa1a745a4852ccf1cbb52a76d2b92641b5ebcd7ad4b7aeb7a26c3e5

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b4af60bd92efdd3021845b1ba065d39aacb9e33eb72c51e30b135d314c629ad
MD5 64294c79b5d625c09cdb0d5b8f1a5a1a
BLAKE2b-256 44f3a7646495e7a666a76ab98abc9334d5171dcc6d353c0e6b97426f5dd92589

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ca221b06e9ad6479fb60c9a2b676bb351eb5236e1cada56bd6430fe3f36e29b
MD5 79c5a0c55c07432f317969da0494f368
BLAKE2b-256 854b19c930a3f1507603e50d8266bbf468ec91891f6ed0b13d2413eab428affc

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9ab1a880ac68ff0deedfdfe56b5f77fe93f8f28f708d9edc8cbd2057dd8651c
MD5 e224dcfa7a214092b6c532cf60cf7966
BLAKE2b-256 100f07b48515a0a5f573fd889f581c31b4b1fe3184db6c2227822c35ac51e500

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5dbe517e2fbe936867642e18c3ada31d3b3b76cf6d32f05957af3b009a62198a
MD5 7c2e7a6ae858e0990699db12f6863f0c
BLAKE2b-256 de2dfeda78ccefc56163c1714cda479eb2f218ffc40a3453730d73fa8897154c

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7485a5b61420715820b8348630e3435b0eed9513b5c46dc0290b3464384870f
MD5 a2f6b54a4ff7f88282ab1848f7a736fc
BLAKE2b-256 74a54ff6c8b0ac9245390c1745271e6a58200596c8ebb5cf494321073fdb5aa7

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 94fbb398617761c55b51b8597032bf357588c9dbe7ffd8f8b2b8aed399e575be
MD5 33c7427bb3664d3e80c2daa90036111d
BLAKE2b-256 2e6a4ab77d7794db27c8e8ebe476bfd3f1a7a472d9b25616d48958a13fa89392

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fastre-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 874.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7a5082963aa8cd519f29489255608701dbdb9bed2a7833c08ca6e95a8289288c
MD5 400ab34d3069294aa6ebfd8346477127
BLAKE2b-256 379a7f786e228b97bdb610a34be37d9ecfeba858b7cf691233c0d9ff77b7d6c4

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: fastre-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 790.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 80bae9ab4415004ae6a262b1d2401553424a36bc4f4253f71faf488c4c84e5dd
MD5 0c76224d382f91085d895b57407d3099
BLAKE2b-256 298c03dbdbca05df7b3e370fa5d6fde231e122ad5be81220fd470f858d1fb583

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 204c99ba077310ca7a741ebd54ac8975b2690d2c01ec2c9c9752f508cffd54d2
MD5 0e7efcd9cdc3d6d59aeb24135492ba3f
BLAKE2b-256 0ab86561335985d25be8eef08682403e11ddca29a99791e8ea1bfa011176424e

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dabdd26f7c2e73fd9867cbb86511e5253854b1f94af9fa4365093efc069f3e59
MD5 f319d7732047d2e51910466d104ce2bc
BLAKE2b-256 98f951d3d973aaa7fa5574cfe7f414a48fb130502cccbac63550d1a37cecdf91

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c94292ed22244d8a56827ead39dd29c382043894dfbf5da95b9e4ae344c6ec30
MD5 06a0cfa0b39e157382fa544b5a890724
BLAKE2b-256 3d16748858c0d3c20f20308f69cf189aefc5848f2ec695f3dff8be76d437a021

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59ea6170edd793b5ab689c7cc952d42b85fc2dc41388567c6c9e88dfbd8c7a13
MD5 1b08b9d3d4d5b5ce99a86d6da99a95a7
BLAKE2b-256 1c4b6ac93bbcfbbdc8acb597259d59e2d353fe632d4fbb59c1316ec984ffbbe0

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e44a098353a2514d4415fc1498c5cbef0fb5c519401acd4b35eb62057ef51cdc
MD5 dbd7a542b2290945f3706b5a0f7fcf67
BLAKE2b-256 a84d899405e28eec0f5e58ad1725a5458c8178920e4a29995fc9b886c4bf774f

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 54be9d8c2370ec3efc93cef8f175552ec3b8f8d8e8b155d4b31201334a7d7e6c
MD5 47b34a736f2b5641123ab05d42366e16
BLAKE2b-256 fba96a4471bed642a4e38629cae476dc8754388b9ba9145fd5330ca26be06f9c

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7aaae4ae2b2e8bd598dd37c4ec3638ff0f4a4fc9851de63738c5e94318670086
MD5 53ff2c74ade5d2175e6f607b1089bec1
BLAKE2b-256 ec54be64d98c3c9088d960e3c4bd896ee524c5053515b669abc85fa6db82d447

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 52c5296debaf0b62b9d0c1c60ce36b4e1332ce3201c5e6be8438b2bb303470b4
MD5 6d0fee70b952c1d663a9c199bdcdac3c
BLAKE2b-256 171bb432630fbf89dcf8948cfd8855b71d201638600ff1415dbbdd6da4418933

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f11bdd7e49d1c85c7c49fdea1ee1f01ac548ce5f27a92a84ba5318fbbaefd14
MD5 edcee704f26c3329f7ff98433bd543e2
BLAKE2b-256 c9031097810d1082c05e43c80ef072be43dbc9a2dd1a25dfef4425750714788d

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 29601c4702e52d34088923a27f7f623e85daa8234137bbe16b0587036365012b
MD5 e325bcabf57f3700a61e98ac1123af89
BLAKE2b-256 a8686d6972977fd2fa93f36047ec676211011f284b1fb0a6f428b4106d8d6710

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73dd19f24a4b7ac0df60cd7b3304d41a00ad069c27a4b4d977a4540deb94b618
MD5 9701d6acc02f1d479b150af7c0c98b3b
BLAKE2b-256 0bce6d135352b150117bda5b8d990ceef6241174133205b6db634729295c2510

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3f646341f1eb7334fc63a0d1b8754b0d9efb3d94298746d99a39f01720edbfa5
MD5 5a766ca09868e04256d9f314b0c81e27
BLAKE2b-256 e29b6e9e7b4017624d6c134a34b57ede5500119b9687f48c2715f59db9d5b7f9

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fastre-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 874.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b3a519bfe97880e7959d97534df0043cc7787164c56624da673925f6598cadf0
MD5 49b0d08e79aa0b9283cccfe257f4be4b
BLAKE2b-256 7a7cd370f3cb51ff162e6884705303df9015b3222d692fb4d1c7d3449b46519b

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: fastre-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 790.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c38252c5e8977a4f807294ee648f0948b9873b5cd1262f94547b3c619d0d9dfb
MD5 ecef60314a88df89f62a93016c2df5aa
BLAKE2b-256 ad22d2f7dcf4c02e6c90f87bae9d1c8e62d873e57c1ffb91414c91d711737bb0

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 582c37ac93850ff492f9cde7b28031042ad95e7a7b8f7b8abcc8a02aaf72f385
MD5 38f7992af95223d164cee23b5dacd854
BLAKE2b-256 30c056d16e0114de8f103223ed05b914451b6252c6bbdad23a44cc4f9126ef8b

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 26ac73a02365226ce3f6268584e741f542838f58eda4258d97ac1ca73963dbac
MD5 aad7da4dcbe19da2d1421ace0a98071d
BLAKE2b-256 28d9636281e8f4ec4bc37a3c0d8b01e710e499564bdbcab24d4b649517d1a8fc

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 433ffdcce2fdd38d2fc910f0e0b39f58fd329af13bff1c1f86f6a3e22286cee5
MD5 81f961de7ed72df89a4a12dd2b2e98e8
BLAKE2b-256 0d7b23ddeee97b6d9d0b198e474466a00ad1a86f8b612699843fd24cb781c1cc

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4e1451ce3c0c8afef20643489ceb2fb2a2d7642dd139a1df1c590e623b15ded
MD5 c859bc66be3f6f1987709bee37cfe938
BLAKE2b-256 5959a8131844002afce66db468e8e2b48b8720495ed3146c833dc0dd505192e3

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6d5e7c58bd2eaf7463a580e75dc63cc3323f15e915101935cdf2b4336eb909a
MD5 8a85494aae438ba4406efcca36027590
BLAKE2b-256 9f2db216cac11b0f316e2beb4d00d0a713d36ddf2c380012370d8fe25b69b79b

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a556736553b77201fecb1feef98180723a550926e781b6b00d965341b64ce4cd
MD5 965c159a25e049407fcb99780272cb0e
BLAKE2b-256 87b94db5bc9b9b6f3612b7c74138a0d011571970919dcebf7df4298038a0c669

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ec2565c1fba7f2ec7a691b0f1a9a321b028ab6ee02aff54b025ca57dea12131
MD5 d2512a5a43f773f8ef0dc4fff0b1383f
BLAKE2b-256 c5e93f82dfb581403fd68d1a1671d8d681dae604074f03746c9266e50e6683e6

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 16860a202e2a2e6d3c4781417eb04f05a0e6716a08b5399f2a4ad09819564591
MD5 cfb1429b15472c9372be322aaa0c7be2
BLAKE2b-256 acd95479fea149eb53ab6e5bfa029766f81514c81f80c3e649a998e380b7dcb3

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0da9826cea01f45337edad5b579faa97e18052e5221f3b1644034973627a3e2c
MD5 2378fa5c49189651aaa760eb508c390f
BLAKE2b-256 eae9326b0a82865a0d4fca49b0e06a814ab0fd37d0c4d8cf2836683f70125fb6

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6ff97e85f9f02a8b20a8d4c969f4a5a458d27b7f99253fc97e2c930ca1b7ff15
MD5 ded5b5d1d58b78145b70e20ede7939b3
BLAKE2b-256 bc5a6f99d25544e470ab12e12dd4d524464b217657d346fa8e11789482611dda

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fastre-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 875.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1a7940ffc0242c26f8db9f371e17e42664d2b0c5722335ca8b88ebdb6cfd0527
MD5 b3706ea66a0f153fbc5f2c507dac41dc
BLAKE2b-256 a90a9ab413c614cc5d20be844ce5a96fe21df708b48381bf02d0a35d4a4c830a

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: fastre-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 791.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for fastre-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bf341c231f525cdf0df6792a6db4a8f8c64d2c4b16abc220fc821c092653bc17
MD5 908273bac8f194479d4ab9035cb3aae4
BLAKE2b-256 eab8627d64d60ec35bce31a2ec577a09957a1bea1ac29aae2699de581c0976ec

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f944221b94572c8521ba4672945d40625339da48c5c15fc567bf8dc5d87458f9
MD5 6e1e13338627b40e5371c7014108224d
BLAKE2b-256 6778d89a1861c3a81c6d3c770e8cd737ef68dbcd960f186fe939d58f32e0110d

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1e82e5fe0ea380848b7ae18e76db7b84fc6009453645733deb589d1fa075061f
MD5 c91a44ab3a7592806cc61933c94d3b17
BLAKE2b-256 5cbdd8335f14a181939cdfd61133853fb30f6ad11ac1db42134c3731c5766a7b

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4f875d12187a87d0096c88ec8849ea029764f9382ed29aff069cde3344bdcd75
MD5 99c7b01fcc39d27e1582c9ce8fbb6819
BLAKE2b-256 09bb81844016980833972d5e55b836c28e90bd4472a2b01ee59316c3941edcef

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6e7c9fa70016e45f7219cdde495532ecae699cb78ab9260e4366f662beb860a
MD5 33b63befb2283f188edcaab4a6fd1b18
BLAKE2b-256 d5ff231abd15be0ce7eff0de4727d738837f8f3d974fda36ac5e1f81d1cde6cb

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b924266c9dcf848f8f51e9a62f13aae343fa04d14fa26107d05010a7c41e43d2
MD5 32b956120647d15891f4b77ea6037b3c
BLAKE2b-256 c54c55c5e0a04627f3e9c504b38b77ee55bf6be3a1813a5144633f9925e7097d

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fd3099d68a9e837636f1de33c3f6494f515ba0e99503eceb455931ada669bfce
MD5 f6a1a2d2a4aad932b63f1c506f16e819
BLAKE2b-256 bcfc6cad4b85db2cfed67db4cd812632f17252cbda8c6ca88fcb288e0393d3c3

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39db025b8989a5ac2ceefb176a1e0aeea36b92e48d4c2bc8a67d32db40dbcf80
MD5 3bb96ddf06b57cba166fbf3f20aae2c2
BLAKE2b-256 5f50a4b1751554f2117f3252cbfda8a3926a1ff321942db8cb23149a9b680112

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 122af441f7e00d01f07f9f557bea5133798ef6a87548789967579aa4524ca71b
MD5 f7c724ab2a9bbea8f79cf00eec839206
BLAKE2b-256 a82fe457cd522512806371bada175ad812e870da431a6937e7d4b34fd5d113c7

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f3c9dd3dec83fdc15017894c95a655919ab8f0e452a67a7f8e1a97aa254c486
MD5 7e8c3c34ff782637e4d47441e17bd9bc
BLAKE2b-256 ef24b7538038f9f58b9e405759f4267828b781a56e72f19350fb74de02548901

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b9c726d897b02e5d71a13ef2237edb2c63b33b8f28da07cdd7b942875eedb3a4
MD5 fcea7bfd28008ab18d605f92471a04da
BLAKE2b-256 453adb4de9403ccf9f3825f2cec53ca7167bad430214073ac4b3c0cb0ec8e2bb

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b120c327086c5d5561e1b36ea521854084cbc96f5dd6c397338fe51c4fb065c
MD5 437856e72694f23b9b87e817a36be23d
BLAKE2b-256 68dd87d1ecf9c1c1f77c7cfe9335e6eb97a20c2252b411a07977d16dc715c621

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bdbfebdfec9dd10cf9eb805c1465590aa463bd95f13dd7567bda6489cb828213
MD5 9ed9b430a8ad12755299e700b9b39d8a
BLAKE2b-256 1923ec13058dbdc6c2a489867a3f3a44638a89ea48df74a7185267366d796632

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 eb7ca8f2a17fad825cc76cdcc36b91630d13736b07bd627b9f0630a8255cced1
MD5 f8ab3ef130bf366079edd0729af57ca6
BLAKE2b-256 178c3b9ceb8e83792a893ff5f1ff51a4cbf311ce0639e85aa4e08c8793f6f8fe

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea6043f3b6ead480943a119e6ea15f94df51717a4cd2a78f3e142f63da97db1e
MD5 d3c7ec36515b132a3ab5b190ed9c787d
BLAKE2b-256 dd248080148259739a6991f7a105d11d17ee2d3342d421dd8abb9cba7a70e9f0

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b642212dd34864b3555de5efe345cd63f0577717282b89b5ed4c9aa5d82e92ed
MD5 c8ee9cf5258ef3b41ad1745524a9bdc4
BLAKE2b-256 8493e721d84cbca598430fec8d2de5f2260d60a88b62134daeb99ccfa8a198cd

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ffeb848e6771ef83ec852db5ca150a9944b1166742b3c9effed22fecd63e292a
MD5 2b12774f211435ea4937e1891795fcad
BLAKE2b-256 3f5545a18b564ee70bcccf72d434e340a34b0d84132a25836ce3e166398eb755

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f5edaa10d35d9f9b638857f06c4d790f5c2c70b2a9da906976a39afb007d02a3
MD5 8029f4f38a1b787754392e2492593a85
BLAKE2b-256 69efaefd85cf5dd9a747f53cfe9b4148381025057fbf748eb20980ab6274b12e

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8e3ef0085cd0a1bca76d91846291c7819fafdd760b36d73377b718c6522fd770
MD5 6abe4f0bdb58adbe72295df310299016
BLAKE2b-256 36b960fc0a32911508237fb4d3d59a6612dbcc70024ac37a31393b4427d00a4d

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b38348a329e243f9456485c0cb2f3cf5b572cac5d72e60e1b3c88eff726d113c
MD5 9d204ff8f1e189dfd7388f8e3d786c6b
BLAKE2b-256 137fcd50425d7e80dbc8e6a9d1b3cc65f915a5181fa39f2a705c95b01fccad93

See more details on using hashes here.

File details

Details for the file fastre-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fastre-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8749dd557c6413b1b81e304f9e9beb1ed8989fc5bddd334236f6ac2a89f2c2a1
MD5 383c3136fb016f5cd64591e235478b41
BLAKE2b-256 3916f90293fe5b92e46abf6a7099a3bfe81e9b8f22f7d625028db34d7015e55f

See more details on using hashes here.

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