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

PyPI - Implementation

🚀 Supercharge your Python regex with Rust-powered performance!

🌟 Why fastre ?

fastre is a powerful Python library that wraps the blazing-fast Rust 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.8.tar.gz (14.6 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.8-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastre-0.2.8-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.8-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.8-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.8-cp313-cp313t-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-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.8-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.8-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.8-cp313-cp313-win_amd64.whl (859.3 kB view details)

Uploaded CPython 3.13Windows x86-64

fastre-0.2.8-cp313-cp313-win32.whl (778.7 kB view details)

Uploaded CPython 3.13Windows x86

fastre-0.2.8-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.8-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-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.8-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.8-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.8-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.8-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.8-cp313-cp313-macosx_11_0_arm64.whl (975.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastre-0.2.8-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fastre-0.2.8-cp312-cp312-win_amd64.whl (859.5 kB view details)

Uploaded CPython 3.12Windows x86-64

fastre-0.2.8-cp312-cp312-win32.whl (778.7 kB view details)

Uploaded CPython 3.12Windows x86

fastre-0.2.8-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.8-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-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.8-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.8-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.8-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.8-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.8-cp312-cp312-macosx_11_0_arm64.whl (975.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastre-0.2.8-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fastre-0.2.8-cp311-cp311-win_amd64.whl (859.9 kB view details)

Uploaded CPython 3.11Windows x86-64

fastre-0.2.8-cp311-cp311-win32.whl (779.2 kB view details)

Uploaded CPython 3.11Windows x86

fastre-0.2.8-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.8-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-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.8-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.8-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.8-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.8-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.8-cp311-cp311-macosx_11_0_arm64.whl (979.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastre-0.2.8-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fastre-0.2.8-cp310-cp310-win_amd64.whl (859.7 kB view details)

Uploaded CPython 3.10Windows x86-64

fastre-0.2.8-cp310-cp310-win32.whl (779.4 kB view details)

Uploaded CPython 3.10Windows x86

fastre-0.2.8-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.8-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-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.8-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.8-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.8-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.8-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.8-cp39-cp39-win_amd64.whl (860.0 kB view details)

Uploaded CPython 3.9Windows x86-64

fastre-0.2.8-cp39-cp39-win32.whl (779.4 kB view details)

Uploaded CPython 3.9Windows x86

fastre-0.2.8-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.8-cp39-cp39-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-cp38-cp38-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

fastre-0.2.8-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.8-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.8-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.8-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.8-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.8-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.8.tar.gz.

File metadata

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

File hashes

Hashes for fastre-0.2.8.tar.gz
Algorithm Hash digest
SHA256 4693f30313a74104f94af70b1a4a47756e1fe5d6de78fad5a3f5b6ee0cb09256
MD5 781f0c74860d781ba367a3a615fb090e
BLAKE2b-256 24bfad599a52148268745be1a95c0a65c0542c3ed5b4d8b8cad7f89321cbfd9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c5f40a4032075f7bb1cadb627e72149620954efb1649b6e7e9e6f0d0e01b0d5
MD5 34ac08ae3404e0422fc349d45ea3f2ed
BLAKE2b-256 16e5bf6aab00d3cb8f96673f901d53715c27e90902b051ba3e2ad732b1236087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 133df20bc4fbbf815f52336e7aecf1ca41565e445ff115fb2855c8b6c01df996
MD5 d8354af40ac31fe09309959e37304b7f
BLAKE2b-256 cfaa5c2e3e0107293ade5f9740f1ed87abe82fdbfd65bc66272a546fe52dbeaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f35ff8bbbd551e9e7e97d3b903db76c07040a31a791120a014634c8737698bf
MD5 049329edd999a15340a36c9b2b199e64
BLAKE2b-256 45f843271a89a3cdc9cfe690cb95776c0c0890aeb25a6753c0e8b262d38836db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0120e5bf5f07a5f7d7df190ba4920c3d3fd17648b2bee4b6046ee14059de9331
MD5 fdb9e6c5ee690fcf2acc51d5e88ece16
BLAKE2b-256 d34164b88231f0b1abe86efa90469e448125d3728c6f26d8509e504a751eb161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19623cebf83c7af2021a7c1de41b27bafec0cba4f6a07a2fb1e4c4ca895919c1
MD5 0c92e45156f8d8ff7166962d726bb977
BLAKE2b-256 c99cb722e0ce3c5230d00e439b387b655c553269f251f2ccd2045cef3778fdcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d22d9b25cb8da40c7659a201a5b45f94542cd2c7d82a3ed43337326c80286804
MD5 7f9757a0f01d9b6fca88b0c0e3afc27c
BLAKE2b-256 83c9ccaf53cffb9f9f3c3360826f23537a53558a9951857712d3810777e36a46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 34fef07db446744d9774091cf218cf66dbc3eb1ed2c68e135cb6cd42bb094fd3
MD5 a2857594907943da2cff8a34933f1dd7
BLAKE2b-256 864b11f3d01b7d5daf0dd0db26d3d21f2161fb29f2acc28c9acff4bc009febe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f70f2084bf9edfc684d304560ec888182b645611d16e72e08592d9732a3fea89
MD5 83eb3731a28f9633cfc5b06f171187b9
BLAKE2b-256 e68f59345e93a96584dd6df81db68f29ca822911006d7d422842c54ce8ac8675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c45bce0b43909471a07535c10f637de86742b1c7cf96677251af274691abbe6
MD5 98f6a652244a2c1cb6d5861b2b01c5c3
BLAKE2b-256 5d10e5d196673eded23f548b251a55acf9229d082704dbfb6f72ec0d5d68eb36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b824021252a351996e2f5d60e3b4348f0443db23e4cdac20088a2c6990a06493
MD5 bf70c65363dd052b532e30b046e95273
BLAKE2b-256 b4dc550b48a99d35134ab7e6040dfca0753bc421924dc7b0bd9351c22445129e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cb1f51ce93f9219ad3d8653f3028f0f2bbb2433adf731877429ac48b40e7044
MD5 9e7499fcfe3de4c9e18fd11638b7189b
BLAKE2b-256 6fa84b81c12e9df684b6346e678292c49794a65991bc16a20b015a38c0a68f49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4b4a8c6f3d9d319eb5d7d44b899cc533d48424ca87694dd407b430992c481bf9
MD5 5f281140cf8f2fd46d3fba062389e4ec
BLAKE2b-256 a0d0c10571509c9cb1f90a435cd43ffa74c2a0239fba81d7717bc1612a54aee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ddb51848ceb6af56488e86200d5096cb041a12e72c47e8b8974f1994d7bbbb1f
MD5 39e055d44b13fb78b945c46061cbb129
BLAKE2b-256 81bfc960a3a7cb0e7addffb07125e91ac9e9007ac8e838347d83301b62d9da19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 015e40db41de0a150fbe5d9a9037a384658fbbbcaa2f486219a06c8792648d92
MD5 05826753ea4900965220fae6d6f65b48
BLAKE2b-256 9a1190816f6da1b9712797eb2711b45816311b10c51d89491b8a82f103a54552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ed0d5793cb95d31146e8ce81b522760387deaa394fbeaf65abf18d6af447414
MD5 c2af3237ef549bd2e106dde369635d29
BLAKE2b-256 627b86ab0433ba3bbc126969e0de45fed3718107437957aebaeb7bd078370d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aad4f79584f37f248d3a5850af4657aaec23f8e126ce2f5a4a238b5481eb2f8f
MD5 8d4b6ce912734b022d043a21f5d4006f
BLAKE2b-256 b440651e05536ee198d47ecebdc1f14e7817eb2a4eea9ef4593a860c6939f490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e830f770c28944a47a062d1c8fb8d8fe9b47f7884181a36bcdafab6e832ec506
MD5 63ab3df3bdbd8bf9b14be62aec0a7af7
BLAKE2b-256 2bf025fc43a986d4bfddeea6699b54bd63922771174e868ad890d95ed86db170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ec81d41456a6da29fb0ad08c48c6e7802653d82efccbfb2f6f6500f6657f4faa
MD5 394d55cf92891e868d74a407fc55529a
BLAKE2b-256 423d51bb37ee553bd2b9bdb9d1f3a9615056881cd84c864d0b571a8a871efda7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5242931fec3335f9608b08850b91f61bd3898c43e432db180b9e445d6448d089
MD5 a19923168c1bef674706e601f0fa3717
BLAKE2b-256 a093c6f255962563341ef631fe88097a9fa82b3c95c4dac4e7c465e8caa3fe18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e3475cd2543fb2a9f47cd334e0e69b94039a9abbca8cf2f4c3be84986e61c582
MD5 b51094d8f1c67ba99a3d02aee4aa0f0c
BLAKE2b-256 b289e25d4b0534684c56347d9ba30a4384b99ea0d7269c7fa47403f89d74dc27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3bc3ae084b14052398eb4788b64e0a8c7f7a5565f7f48cf46a8720564efcfdb
MD5 83483a100a0ef697f77a84687cd9a469
BLAKE2b-256 ce013a0bbc45792741a5d4c1f3cfe2603cd7d0ba61e6a8dde21b8f71ee299e39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d30638849af6e7a388e67ffb175a8a8dfb821ed8f42ddc61a04671fe5139bc19
MD5 f5afae379e78bc527a283e8069fbb3f7
BLAKE2b-256 688a15ba6d50af9bcc1f17ec2d30a09109818d990b9071eacf3f13bb01e511bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 83a53df98b6e2041fd6be95807097c1f7fe2a714c9a9d7a598dddcb0cf570b9c
MD5 f64c3e0218e26d5fd66c35e11ebe2173
BLAKE2b-256 48075ff8ed70a70ca2285c2f996a88e6ecf56f575c945daba4765ee0b9fddf12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d9a18ab38eab8d5c945670838f22fd729e38f8b68be3f64f96c52ebc8074866
MD5 f65920c9ecf450e3552f32e4bd7feb53
BLAKE2b-256 c6fbfbf0dcd47486d305701675c990aab5862607ef4c7be05358d30d007d757a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 744e24b7b9a7734d1e4e99ec3599de1c63976b64dc7f6ac3ea314ee3b660b7d3
MD5 7bcf48193deb23afa7a61657a7b559cc
BLAKE2b-256 7a332ad43765887611a475bcd57eafc822834bed019d8c5c1dae1ecf2c75e65f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 16ce6516411c3bd2984013722fb86898fafbb4f40a912cf277606c3ce600e249
MD5 8bec16c0d613a1530a7ed96f048e447d
BLAKE2b-256 7d84b216d4d7ef30db89c5d470f98deed9a8d71ee25a340c4f3dba5e99158756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04a126a4d656c98652628db89774ecd9a447e4de31d15e571a1efb3e3e17aa36
MD5 4bee883e2f41b209fd0e6470b42031ac
BLAKE2b-256 1ec2238ee46500eaac8bad68161e06af96447201b55797d0a6e39e9125a52885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7dfdb04a4da372c760fbd4601f5d1a366eb6183525ce4e165a6f17e6e5019de
MD5 fb2e7eae10b0ab2ea0ef67348b9cf71e
BLAKE2b-256 3a1494265c29fbfbc164e3191a7e02614da629543fa95c9bb4eaa62d56f2d099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a7e5620b59bbd5ce5a6dbbacbb25f70f4ddb2426949c4101a307f71e414b1e1
MD5 352ca3c2c52e4d414254d343a0443fb0
BLAKE2b-256 86cbcb4e0a872911558444b841ae6a7d3b6f6baa90e3629c7ac91cdfba489be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ce3b729575d2e57a38874a6c5507f64afd7c3daa5f1a976d2904ba25953060c9
MD5 eb845665e3eb56cfe702ae69d0ad4736
BLAKE2b-256 ce25eb2b0b95e2e1a32877d0d10e16838eb1a562072ea6a5687de82f93221d88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 712434d9f9f66a67ff2b7b9c9b5a1e577a018a1cd80d7e6c3c404e7fc6fd76ce
MD5 1695e10e97bba712b3055cb615fe5790
BLAKE2b-256 20f36b012c4fdbdf5d3424564453eb050e70ca924ee43eebcf114513e400d97c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aa092b81c80263db58b1f6bb34ca830e10853626b19d1beb34f6ccaf8dd6964f
MD5 6a434a9c1e7f73f2250446edc08a7cb3
BLAKE2b-256 8f99232a71980732c9730ffdb5dc258f55a7fb05df7e3159a3aa700d647addc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 14b3758e59cc163ea92ff89c1d970a3f9b16165c0285f9ace69f1cb48681db8b
MD5 31b5feef61704986add553312fd33f34
BLAKE2b-256 7f4a5f9f59b7046ce0e6eeae0e0f12be43df6572d4e0c6cdbcbaa94aa7bb9c97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1c112b8c12cf8aa9e1e2b591d2395c93538764290211fcdf16d7ff3753739fd
MD5 138b9bf3b3813b170fdd72119ceeb0e1
BLAKE2b-256 1593ed74267283694aded29284929da3a5b23fba2f031beb08ce43f6feac8eae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d3e3da585fe57adf0a8f7123e7149936e3b9aafb057030b5d565bfd6552f0441
MD5 cb3351747f3abf2d4829588923335509
BLAKE2b-256 a46a47794bce62b44aa1f31a5347d04a4ca4cdd2d266d75b609467b84331e782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0768f7377cde600397c5b6bf7e0caf0dae539bfae4e2a8e5ed17b627dfdccccf
MD5 cad9bcb850e81673fa49d48456312ee3
BLAKE2b-256 e38cb41503175067b933ce129f25a1b457aaf9ed7e5d7270fe7d7717e126445d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8926861bc17ffd6ebe0ef8b9a3c29f782f9f4c4bc7822d991e781a4f8c08a28a
MD5 a5ab80999a340d2d001e09e41376c8e8
BLAKE2b-256 87bb69fc4a40ec5b5839eb075099f5ce508a8144da48ebd726c3bb544e0b7ec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f5a68c7cc9caa31c17e1d7787538ff05292508dc4cd5cbd94e4db2fcbf85275
MD5 c0081cb0f4bfed3c430383988a43c77f
BLAKE2b-256 7d9931dea99154f9e84df9a6af55ad5f66bed3c7811f0692be3d736e62dc115b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 859.3 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.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f7470c9c5547107692b6c1fe6cfa7e0a84e26feebd9b85ff4e30230cc2aa4456
MD5 7f76d8f4b2a8ced7e849f1e4b4d4761d
BLAKE2b-256 c4b2a18327dbc675c9f11d41492feb3389097e5d95a2e9a4634fec6cc5023648

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 778.7 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.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8d73a32571062add9f3c233d4265fb3222a472b665b895d1b35ec721fdd48575
MD5 c62d05dd69d577318331203a5c40a339
BLAKE2b-256 3204dfad38c1d4eb89c225204d73b02085327823c34da75a305e569a5e8eb156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e476a53bcf55bb491fcedf015b0a02ba67358fb7b7837d2315968ccbdbc4100
MD5 3548d5201b9957aa485037fc7070a81d
BLAKE2b-256 d683d85dd65f0eb95e49aee3a3ff57bcd3fffcb615dc1781ce0ab2f0d46df073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ca746881b5f35e1e19ffa20e13badfdc87100f8dde12e4f5973460c34bd62ba
MD5 824c7142b4880df3ba007adb42b5a519
BLAKE2b-256 a05aab7e369dcc2a817439227d6416b1a91ee8de7fe6dee49daee1e4801ffa8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7c49f680f1b99c4768a0a3517ca19d7d58434c0812bd2a1dd105289008e441d2
MD5 a3a52cc795d9a953df0565bfb43da4ef
BLAKE2b-256 6d4398c2cf0a25690934ac2e5dcacd1d6d8327a29156086c339dd13a6f8eccad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 496d1b3af0060abed890dd7d55458d64ba5d23ce1f21ab7755c142a0034def84
MD5 81ab9e4407bce92ff738e8f57a8cb5c5
BLAKE2b-256 8ab8fae32efe95a60c68e1962bb467b4feaf619c9f6982ab3c64342148c14a21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 870245ec769d4ed7090743dfd15d0403588072a45ae11b9e2610cd4ba8283275
MD5 d43530281a09980847a5d64319b691ae
BLAKE2b-256 940d3a00a4c4fedebe466bfbbbc2ba768eff1ead5d91eaef2ba5efae2a853641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f4cab17a95e84b10ddefb26c52d03befeb605bc9c685f53502618734cbecfac4
MD5 7d5b34ba0a15f226687cc5d7b7d53ba7
BLAKE2b-256 4ac94102e48594f1e046c708b61f94b3ccc1b16e4bc039c372962678445db2a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cf68d7a28a86724b62f62c3a757eba4d62d558f538203817aefc72c36f6e2556
MD5 eacdfe506041526727914636caa168a2
BLAKE2b-256 230e37b34a4199c7774c966061adfca27f543020c5c44cec463a76670b9757c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 24be185f7e65d65c3cf72b2a6fa745b4e2cb0ff0f3814678e52a1e564f0a27a0
MD5 4870d7fbdb018bafea3bb2916881ee89
BLAKE2b-256 c1e2d59b2c5f9a64a9a7dec60c4435b1079fccfb86615a7e6a1b615d35ae2b78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4a5120e1928fb8805ca8d8e138feb4ba805448df89b3197ea3fd57f0335c31d
MD5 1bad9199a39386dc1227014dfa0a3fde
BLAKE2b-256 4bebb8f29abc99725da6029a7f8003003ebbc5065206ee0bddd65767d43c727e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b7fe7b0d78e03b30c9e9f83856bbe73da2d48aa536f1485cc4ae69b81dd4ef37
MD5 1f463fb25a49e2d80d6489b66a6bbc82
BLAKE2b-256 80973268bcdc0ed3155f599a4edd6050b723cc420cd7ba38f124799a57c9606e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 271f228e274f9a8061a7adc2d46756a409e39e5b31a261cc2e32c8ac7c0caf76
MD5 589123b2053ea390e544c2480fbcfd3f
BLAKE2b-256 8f39ea056a369665bc8e38867032256d9ded34d1bf306631a3a5df4217a72e74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1097082744e1b658249a232d4ff001ebd8c22dc5c666f1473e37642b0a74c000
MD5 05f0d9f67c70cefbf6cb6aa7babfed45
BLAKE2b-256 ed6917072f916f8882879fe4debc4c6d8cff14aa037879e5ac0adc14386f4c9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 859.5 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.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2597a03849ac7bb80b559fd8b1a8bdb44cfc2d0e93d1fba50a0a40e715e39c07
MD5 533a97ad29a23d150ffa92c23f80c8b7
BLAKE2b-256 fc72f5a71093af120f892060b37bd9d04649b32ec413b3d1ab288c5bd88b20f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 778.7 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.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 516add3e07973b55a1004f06896451f24dc6e429f788bf58d5766ed65e4b0c9a
MD5 b1a83ce133091a02a618746b454d2bde
BLAKE2b-256 69d22d4dbb12be6c964095ea0b471dfe108a97ba0e5ab38e9e0c50129e97920a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb8f9e101de0ccd56f959a6c428a687a0c5ea3a807b1d590048376864aaf6f24
MD5 954585fcc03a5f3e777cb17ecffa3d69
BLAKE2b-256 43127966bcade3350c5235fb3a6c9221be01816f791913181916722302f7ed2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 472e0c5104485fe880c6f0c9cee67bdbb3740b21b3cd0ed028283025c3d50a53
MD5 252d288f3bf9d34ff65af6bf09e3c187
BLAKE2b-256 f5ee468858282fa9cbd374faaff889c12e98f3284d4d49d4c9dc6cc3f27531af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d6a4a5538f8a892d0e8dd540edff1ef94db78a6df2d04ab9244b6bf0ce71d1a8
MD5 5cada6c9f11d5ec417a8a4345977ea35
BLAKE2b-256 6e4fb0dce61d42f97fd4fd083cea64e6335ab7f9af45735f602235c3a8e125a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65d8743895a94aeca847382331a99a85ae0426e8479464929e8fde5ee05e708d
MD5 c80be9688ef7e09d413f68a2fe34bc5b
BLAKE2b-256 2fefb01105bd980fc4c72115633dae62eb01ad556bfbaa083bf3023e75d8b64e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af43d97880f064c4b99ac12dd9d54c7106346d8a80715f1e40de4e93444ce767
MD5 bad4f0bb059df0aa92cc17f8dbffdf47
BLAKE2b-256 c431db60e5000a6126779dba74d4ce56a022fb433d6762b30fb46eb810b510c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 536d278da17b3889f2a75850a62b13e868fd8e9dfd1d5956c1822175a81bc0a5
MD5 660c4f9cbaaf9f3665c1522118373c61
BLAKE2b-256 0827b9e895ede500dfc5db23a6f7a7cd2c72d5673782fbeb04f4111183a2cd75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 40bc4d81f78602c799ee09c9341e7945a8d9e8aab0fc2a31ee36d2ebcdcd3f7c
MD5 a34f6c3bf4afea6ba0579a30dc2ccf79
BLAKE2b-256 51d96d06c82bd22cd58a2029d321a5d505dfd4c09a18e6d87fdaf26410fcb361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6e9807cb606cc16c9e834c28750099934c3a0d69295375f29e18ec7d7142c2a4
MD5 6f373470aa0b80143ae6a6a35af80ea6
BLAKE2b-256 ba5a16913f9169f1d01fc8a8ad1e786fe94aa062e88bf403a0681d8d8d95c6c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61a5df5a56a83a25fcbf4bc2aa70657d9feb24f9016c029fea56a133c6e37907
MD5 1f62509d0e1e93a2e6f09e83a689bb5d
BLAKE2b-256 64b77b6ec57140408bb2f09debfd04428d59213ec78c0e8f4d8e4a52f2ac3267

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b61429a59ed6bb9b167ca5c332e33b4a38030f6666c660e4017cb31fe12688af
MD5 8018448def87fadf656845196c679b6a
BLAKE2b-256 5d7a61d1aa0d00df3336977083a0636e5c987bbc9ae3c6e9300e3cfb2ae7a9f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f9859fa4aa6cba3666e0d981c30a3e167fdaded324da8ce89c1e3ce497497b1
MD5 980b37f40c54fe912864e4b3fb9d8736
BLAKE2b-256 9150916a60850c8e72cfc25953457f52d826b43f2132a45ee30ff132dc47e858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8cbb9dfb4456996d2bc4f0ba73f9647f09c9e17c6276735eff67b9fa935e1605
MD5 f913008917bc46a1fed042c8227251c8
BLAKE2b-256 4d54546af261fe3aed3a1781b7345f8249498fa214e09137648c46a969176f4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 859.9 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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0d8970262dfaeacff9e5c075c705f5b7be799f5c478048d7debd4fdf58c02eed
MD5 49cd458c994754c682f37724dc35014a
BLAKE2b-256 de3d877cb83aa128bec7b0a98bf923796a92d3ee584ffd29d53655f541364f82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 779.2 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.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3523a7b5684f82c55104bb7bc95237b46e3a79b931cfcaf438a983d1e3e43ae8
MD5 aea8086a68214dfe2a545a960f0320ec
BLAKE2b-256 2a87253315624af830d04c8a617b51864d26e716a14b3a86d6b38b544398368c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a657b0a7b2546511d0e24db33f85639639fe7c39acbb0f4087bb5bed06b6aea
MD5 652bf46f19e7b128615e8c4baf833e72
BLAKE2b-256 fe0626b94cb6698e789d72e5a91538c2dc63e0a03579c415206979b2663c884a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e9bd052b88ba8ecd9cac8b5fa0136f208ac16fe6bffadd765172cc97b3e1034
MD5 cefa2ca7f79baabe99d902a89bd09567
BLAKE2b-256 24794d365482c330264f07aec36dfd29f538ab63d98f00fd58c9b4f3b3ac9c87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2780c9a60b8a75371dc5bf6c4c6123accff11881ed5a15aaab68cc7e45eeb0e6
MD5 1332ef4d8558968ba4a4c4248b5d340b
BLAKE2b-256 29f1cd9006c633d043ee6c203c07d4308bd8804fdbdbd2a107072a4cd33f797f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a1b4a3cef28d1fd5cb291ce5ced343bde4be74d2f5d2a7b844589f83c583e15
MD5 de3e4adae40cf489e99e33e9985b0755
BLAKE2b-256 dbd4622fdc5298f75f657503268dfebc59fe35a2a8e5cfbff0efc475bd39282f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6587c1decbaf6920eeded6dcc631504f95105580ab0dcdc99c687471b15010f4
MD5 89c99550d9719c2c496e342c38539bd9
BLAKE2b-256 7bdd01dfae4adcabbabc1e5be14ee370db01768861d43abdc00ec087f908c2a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0194c422f07323346305c934b19f68396732b779a149252890a1afc8872b2cd5
MD5 e7a9424ba8acaaf89ab28ee2b5220426
BLAKE2b-256 b52bdeea685979738d4f84b6f8776d977c479902abbf3c5b248f5e2cb6f0a8f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 938f8d56c23f0a53c72f32195e12e1f9a7a8cb16269e0c91b0b0f1f95b6aaced
MD5 489c598dc14ff7238d2bb610a91c944f
BLAKE2b-256 f333913c691acbf30c5137858a1699cc82207b4df3568d782ca5aa1028b94692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99fd64f19952e10fb3a44ee39c974611d05b0f9a2a0ba36101eb13b32c1a26f5
MD5 64a767b9d22450056ff1b913eb7ecec7
BLAKE2b-256 6e7a44d4fe6e8fb56c2bca7b36833697392e46ed05eaa6dea5468aca8913e779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7bad39e581821315d923c1f7cb7b4ef0f91406796e311b7f97d1d1ac32ebc83a
MD5 ee1cd1876c8e473fabaecb4dc69cd11b
BLAKE2b-256 6a9452ec91934f21675b37ec6a621a52ff92855606a6139a48bd66e0388be356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b0891ace05fbfd71df5d28249e99a30374863f1f4fb95f7e5278b5f11c2e36b4
MD5 84f58356c3b8590e558155eaf3c053b1
BLAKE2b-256 72eede10132ad2e7b0e88fc817e613293b6b661edd00398f1364b7ae5c9ddbd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24ff19c84e40c5cb8eeb372342ba04d077b594d9fb748208b21a4abba4bff98a
MD5 ff40fa901dcafa5280d6e1e15511e214
BLAKE2b-256 787adfdb5de12b3a5853eb5aadf7d6f410602b3a446990d20a4d4e72d106c35e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f28b89ebd90ba29eb084baf7d6a7a6437563e746fcd1de5d4d22ceef8739d483
MD5 72967f0e0fce3443d489a413fe5e32ed
BLAKE2b-256 b6e03ffa73f401d21045dd7de5a4437bd12cf0795c89baa5c8ac34ae0520890e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 859.7 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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cbcf0371ecc1a7ec4a60a85cf1f4bea9211a114b13bf835d074f3433e22f6d2d
MD5 b0559c6cd12bec0508b51f904ea0fa30
BLAKE2b-256 5a5df5685a81f9b40700906bc96f693611dbd1850a2307abd6e5bc1636c6ff08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 779.4 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.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 624dd5373de4d8774c52e956194d93e0d107bdfe352a904d04eb84659e0c1ac1
MD5 4ba78073e277aae9ba816d639b14122e
BLAKE2b-256 00ca8696c9cc758f78447637e5c958936ddb47c5453d2f808468e873b598aae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b956a6e047e04315e8426b4d2d90736bf10cbfb3cc58eb9781c025249f4dcabd
MD5 5f23584700ee61766cd81f80f4f7022f
BLAKE2b-256 6c7d276238dab1c31c9032aacb2d3e9204738872d7263906c7c7b9ffa8c551b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 249c4401428e310b472267a6c23d95040473381d21122d6e2ec0f1afd4b62ff2
MD5 2618e3837732bf05079acfa2382016f7
BLAKE2b-256 e122266b7a8acd3ff6ccb93b064d314436856a7af4e36a00e85f0273da7fdb23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 474e0b3f0ac9b9163b93290efc319759f223bf2b7bd703a2bf683f3c4d33c387
MD5 5a2b10c5e7a7a8388a48081a75bd98d8
BLAKE2b-256 555347de2760210f5c6a5b7f9a31e849a07e0fdaee650487579e87f55b2f0023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a2524af4b8288264c3166efbe3aa470089467c0f095e0f6ffeb16e7c40b81c8
MD5 75027f4c863be7b570a80cd95352ab7e
BLAKE2b-256 e0e17ffdc44c0ef0eab056be19b81eb08f9938274bacf5a9ef8d23538028e60a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82b168a53af62cc702bdd7b158aa7c5d2ade3254e09883e3cf820c679034f2f2
MD5 a0ec9a383754d616c5eee99206a24fe5
BLAKE2b-256 2461b5ff4d81dc47f451fea0ac2b70a6157ca7137331b409a765d70994059ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 905b2febcadcef978d82ebbe9902e23c1d5d6f7ced027a48ee55fd61ad71e10a
MD5 d6daff7d9e2d66885c3c4dca41782f37
BLAKE2b-256 b600b96118f4798695b1b7178b86c9a666cb286b4b8703a3a9911167171aa735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ff9621b9df73ddf3fa46b94de5f23d67e8c31a3e03a188ac4592adbe25486358
MD5 4995157ae78779bd6e03d6a1efec7b00
BLAKE2b-256 7ef179c4c285e08cd6ea3bfb769a6e640f7c5fe53459b82d3bc57340dc60f05a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7bf45148b02338d59f3ef539006f3fae0ef3693b136539c1529f720da459c525
MD5 e5293e21d72e05c2e9022e38f5aad9f6
BLAKE2b-256 0dd07924eb95b9e0db0b12474d3e9c77858b9544a7dd862cc4e861b381e319f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5bb54b110e642d8600c59e3a0563e91b0f1b1c19a0a3efca0fb404c2a453ca77
MD5 ca4380258e78b30f52d02c739afaf18e
BLAKE2b-256 8f65e29d4759efe489c0ad3425cf284e27ca67d3712b7d2b400833e4f5f16a9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 959f60fab761b4d0e3090af84dbea4bb459780e5d5f0ed69e346bfb4c2b40349
MD5 3befe22d6dc42d5dcc063064d89d16b0
BLAKE2b-256 a29286c06093eeff71df93e6d7fe2c22ed3076167a72bc549e80926e45f5b988

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 860.0 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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4f6bc2488bb0a7737c1744d0c1310389cf1c1640d3c134842363117df2937015
MD5 e0edaed68e476726fd3ade20bd13d847
BLAKE2b-256 11d6eb859e5d7a4f1873215f415964227f36b5884fd593fcff2a2fb895485379

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 779.4 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.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ce6dccfe636c7584bffa88a20aae8aea5a4feb8ed49139eb87ca620624573f7f
MD5 83ec3ecba1e6055242b7a56e8924958d
BLAKE2b-256 493e075e8ae66685badd33cf8abfe1028d0ce3de80ec422341c5951fe2ee8cd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08baef8333138ce7752d7220845a554ebfa368d75d3d8b0c3a9b863e8b34263d
MD5 000a70cfa7e6590bf1dcd9ddc8468e52
BLAKE2b-256 700d3928528e3771e89961156872b0f9c226918d7588634d61c2b385b7d0c2c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 059beeb42b8ee10c298ec6891883da664321d2cbe5d72dc3a8fb4d14e5578d95
MD5 336eca8875ce51346153acb3bfbd4a27
BLAKE2b-256 e391cebd37e4e2edfb4c2777f0534ff470b251332f8263b2953609394e4ea7ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d55f3bdf9b38bc9bf91c0eab575be21676e7f7a3e9bc121f9dfe6da4e036d3c5
MD5 1a43d5fcad50ae3c332a24ef9fbc8b3e
BLAKE2b-256 e741a24f83e0c2e94a347859e8f1c3991ff63e0908841a8522cc81c68465875e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e634608d1413f58d98490b30976ff7994cb19bd4ae3a4f881c89c4de3ce62fe4
MD5 3c39e31dcbfb5841bcef0e3d05e39047
BLAKE2b-256 4b46f7122b39deb88e3793b02e45163b9aa33a184b9874ce04e3b3acb15d3039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39dcd455250a7d79dd14fae98623b2ab3ab1c33183548d694388adc5a1ecd793
MD5 65ef884359ed4f9f86f7d26b8eec1717
BLAKE2b-256 364da3aec6d95a42af2a81aa7fd586bf3ca9943dba8366284d9331875c8513ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a0d9a62aa54e8d6c7ebed679ebcafa33014bed5412073a0cc175f1711d779176
MD5 ddf69bcc2bd980764215fe0a50cb308d
BLAKE2b-256 44ce47e44b729ac9a591205e8610cb78e2e752c0f6684d557121f18aac7b1b67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9cb6eeaba639cc6db0c223c34eb347825b2284cc62c4762727f222f8175c3f78
MD5 4d5fbdfaa96e38246bcc56edb2ae5e2f
BLAKE2b-256 6a794fe1c0ff619bf26f5566ee13928e05045da2c1c2597fba6855c15802f92a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e06213d8fcc05d37ab1bab616e96510c8a5fe360574a8ee7243f64da0b84909b
MD5 889d9852c83b20a587fcc6b3cb2376ff
BLAKE2b-256 6fe8ccb2f15241a5e4ac70264400248b5e3b5b91c02f0de237abf70f7383088c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cee8ff970ab77e9c14ac6adafd103254ac5f748462f2bf49dc3035595b731644
MD5 b66ec0a9af7d46efd3df312108812973
BLAKE2b-256 d531fbc0b13b8c9d8ee96f171568c7b52a39d205bfe0d9b10ee5cea1cceb3d55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd3a89b80e0960339de7f18c3c78b7edfcf0444f2e41fa97e8b9076cfbd93b15
MD5 25a522c5cbffda28c7330fcfa01d0ad2
BLAKE2b-256 62a828c9d4d1377f1826331bd8f6e13836f8bc41e1bd33b0d640feecb5ddec97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 821893a98f8887b4bf5e37595314584aaa90b6d58a3c3643af4ae78da365c44a
MD5 293f788e0329e107387fb0fa8dc211ea
BLAKE2b-256 bb91c73359babca02a836ab969208312148aa5753605c192efbca9cbfe2c807e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f668c6cb3b3315148bf0a87af39392c17d1c18ca655f9127331466d725f8ac4f
MD5 124692af2c153ded40ecba265746d1b9
BLAKE2b-256 0a09e9bd8b04ad1e7ca2b571f3b70f1be754175d72e08ad209d4efaa27ca346c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1965edec102804349d084f10bbb5d1cef805b38a2853f3ec648e154e2829c789
MD5 817d16952b00256273380a0c6de4be8a
BLAKE2b-256 0f6e44a80f01c67232dc06831d38cc556d89e2f4178da074e9bb28e4ab6bf5e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 139dba73304c4053a29a2b5715433c867f57d20b3cd50dd17c4236574d8f583a
MD5 2829cc86108acb908b00bed646723d9b
BLAKE2b-256 9e32c8821a64a040e668532843ed8ee2477fd700698d17d083a512dbd2c46d67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ee3177cb61c1e5a2b97edd89a7e253280a835cff1940b05f6ab120dc9348187
MD5 d7dce8f7deac42fdcc8090386d2cdfea
BLAKE2b-256 a923a22e4da6263bdd0a3a02f7e81830f9c5ca36e9a06875508f2ba5e2babe0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d050478e1ae88bd098bb9109890ebca49f604888319c958fefef0f2c6b4e5ade
MD5 8f50f1e27fb3ce9de40fa16ebcd510e0
BLAKE2b-256 f0a444d6d7d9a6d18ddcd8ba9a4c4cdc2a8109b73733df0a142c1d1390518fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 412674c47d917318e3e26ebcb83e29e610cf849558c8e80d688c926d56ad9340
MD5 021c54b6af9981348b63ac3f0313a1f1
BLAKE2b-256 b4a9cc980532fbfc467343fa5eb3ffc86a1427aa2f2b8a10993f3a3becfeb039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c13b4fff32c0f8225febe8c41d9a81d4d2bdd2ac00109443a94664d7b8d39774
MD5 4aad8f6235b5b36a852ff6027e235d1d
BLAKE2b-256 60ad88dcb58a0e487da5806d70d7161f79c969e37841aa03bdd6532bc1e034a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f561c2ef30f6a3d0d154d5b150b9081ad5cc051b7602fcefeed66edfa2d8c91
MD5 6dc004217e48bd67c4983c67b1347c46
BLAKE2b-256 d28a128a414b4da68aba571bc1bb8b75f13dc0494b4e22b7db789f83459455ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1783e0628a1148da0a1c79526a37b9cd8190d74217bdc89795694d3e2722b34f
MD5 9af287e1bb443f5e311023ac4bae2104
BLAKE2b-256 dc82fd1f91dcc16040780257f14174e504a9b1f90dac16f7bae338b7d42793b1

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