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.9.tar.gz (15.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.9-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

fastre-0.2.9-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.9-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.9-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.9-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.9-cp313-cp313-win_amd64.whl (864.0 kB view details)

Uploaded CPython 3.13Windows x86-64

fastre-0.2.9-cp313-cp313-win32.whl (781.1 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fastre-0.2.9-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.9-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.9-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.9-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.9-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.9-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.9-cp313-cp313-macosx_11_0_arm64.whl (982.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

fastre-0.2.9-cp312-cp312-win_amd64.whl (864.3 kB view details)

Uploaded CPython 3.12Windows x86-64

fastre-0.2.9-cp312-cp312-win32.whl (781.1 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fastre-0.2.9-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.9-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.9-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.9-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.9-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.9-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.9-cp312-cp312-macosx_11_0_arm64.whl (982.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

fastre-0.2.9-cp311-cp311-win_amd64.whl (864.4 kB view details)

Uploaded CPython 3.11Windows x86-64

fastre-0.2.9-cp311-cp311-win32.whl (781.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fastre-0.2.9-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.9-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.9-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.9-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.9-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.9-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.9-cp311-cp311-macosx_11_0_arm64.whl (985.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

fastre-0.2.9-cp310-cp310-win_amd64.whl (864.4 kB view details)

Uploaded CPython 3.10Windows x86-64

fastre-0.2.9-cp310-cp310-win32.whl (781.4 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fastre-0.2.9-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.9-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.9-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.9-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.9-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.9-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.9-cp39-cp39-win_amd64.whl (864.4 kB view details)

Uploaded CPython 3.9Windows x86-64

fastre-0.2.9-cp39-cp39-win32.whl (781.7 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

fastre-0.2.9-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.9-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.9-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.9-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.9-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.9-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.9.tar.gz.

File metadata

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

File hashes

Hashes for fastre-0.2.9.tar.gz
Algorithm Hash digest
SHA256 9f85d2b81a8fd01bd96665c3a98c6de97768ec2525c6f8596e7943aebe35ad48
MD5 86f6aa7a4ab65cd67da0116ac2115b9a
BLAKE2b-256 b3c0e479fcf96e1f312c0ca417efd2325fb69f1c5552c4ec5369d76ab60bd0f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f50cecd18900abc33e08aa75522c2595323cea4feb0d5c1911908edca5b8c2c
MD5 3f962899be91096007480da3c0e7e491
BLAKE2b-256 5b27e8cc413923dcf18022ff26314bf0ffc9a5903bd7fea916aba009845da20f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39cd6f2611376be5a88f249e5c43d51ed10bc925edc69e44d7c6f2d6dc2b0564
MD5 e1ebff2b6d3a9693ca2f20d237a5ce59
BLAKE2b-256 1353a1606c1357cc0edb73bc639503248b643ee1fedfdeb059b2cac0d2530e1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 db7b86379bf7c34e63e98a92b473b2b14d9f8ea1fda61b1e3f209fb58857cbbd
MD5 53558db6fc89773cd3c0bf4ebffc45df
BLAKE2b-256 c4675f2e797c918cc906de4be320a44e8d61ef87ba1896a9eba693a8550e302b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d4bf4fa97653dd6eae5ed9c449443a445984a00936b0b894e0f16c059493eab
MD5 fa85bd57dea72e31375370db42ec5506
BLAKE2b-256 c09dec2a29387d67ae41f162b5354ee8d7ddcafa03c479bba3c96dcd6dc884e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e43d742a0eacbf50794dd85f77af289e991b035f941e5954edf4464f514b00b
MD5 93f60c979b04b808a89a0c12cb7bd515
BLAKE2b-256 e746a7809d0fa32abe96f097ec78d0dc7ce5279cbf499d8f2ab91c67f767c543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe7bf776b26aa3cacf320dc553763925eb14b7286139b8590fcca9aec88559a7
MD5 48a38d3929bc26439e4281d06490dd27
BLAKE2b-256 71d03c2631ed05613ace946600a946998cd131a64f1316435f3f11d0ec91ac74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3fcc06e5ce190158aa2c4c8ad24b84ea23d07efd9ce0987ac04e7c93026061f6
MD5 e7edb6fe0402e761bc45ea5247a9acef
BLAKE2b-256 057de13c7200b01815c254bd329cbcf1b557ef5e4b3e1a74de3d6c5a6bdf0150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f2a5dbfdd1f8673cfcbe60a9d134ea27830a9750091553b5a2c255ca7600632c
MD5 0cdf65aea3514462bea87589e1407677
BLAKE2b-256 9137b634ea780552bf2bde47f6760b283208c381063d9f82aafe2d60afa00a11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0828d1374aafd1b1dfb57ff31198679be2ae297f00fb0e801084463931eada76
MD5 1a6c18959cbb2867f86dbc06c5ceed10
BLAKE2b-256 4119546a4a7e39e65b62b40b2eb2ce89aa5d063b2a2345ec1b3327c6970e2b0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 89fa8134f6d7634f1fcd477e1194d321bf985c23c25bbb926b703aed5dc24092
MD5 764b4f06aba585aafef36937444f76f7
BLAKE2b-256 01a977185e6c43a5da39889815bb4d309854660ced14189c5e1840d09bc74f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a206f346c148721768dc546cfaaeae9b50e1aa9da9b871ef72a9526daa120d1
MD5 f0a50a961197082b9493822bdc5eea0e
BLAKE2b-256 5d395824fe694d9227a44e61bbec74f73f978050a73279835c15f4fbdfd7777c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e36c653595c18c07a7a1c8b4397a6f18c180c1303880fa0602c984d2551fc233
MD5 8ecb89e743b4bbf7070e653e9c6819e9
BLAKE2b-256 f29f4a163aa3fa1afa46b24f6517c754075e7e52f0f911078a3fdb30a336a2e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 368226cd40f4562246cd1f10c9bd7fd0f39f49f01a02cc54c772b03786d32b6d
MD5 521c8c0c990c7a658871bc9b3da4ca62
BLAKE2b-256 edc3cec4b87f2e89c22ce04f26d93b433d7517574599ab1da4ef9eae3ad899f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a8f3b53fb899bd67750215aa4571601d8a4c474454defc22ba3687a6f775abb
MD5 8ae6bb6a27991754493a97ce5efab913
BLAKE2b-256 7d52f09d4efcee65f001356e64b54ac17e7edc3653bd36ce2eee7983c153cf01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7f23b21f0337a16bf3b1dc5202d92bf01e43988eb3f12baa1d6e91aa7d833f4
MD5 9a279d8a0ad2a23e790ec369b9d60ddd
BLAKE2b-256 65480c627217b016f8587956df51764365f97e5b7a8a7acd5a0723b12ab03c13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3bfe87e3d6a58f47c3daf15566f405f02339eb4b0da4cccd6bda900b9ad5cd49
MD5 a6b91e22f79649e08745b12ad5af24c3
BLAKE2b-256 20a28b82c5c9b3c3e08fb5922b6c79c841d01d70c89c5133ea04099089e4d0b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 950f40f944e4c06186a9bd37354d00fe685aec01f0f70909959037a364d1ad78
MD5 2aab3851bd7f161b78609e419fae245d
BLAKE2b-256 752364cd4a97efdf56ca8e54542cf33b2a37d3927f7343cb685c3376fc58fd8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fd152209b2913f14a212b8ba88a9e0afa9be1ef9d0ad9849e1a7fbbe05aef17b
MD5 63472c00373684ca09b75955dfd11917
BLAKE2b-256 4278f52c2cb9a14810f761bbcb14a8b9131cd37081722fe59d45e3641cd89636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 818afa0d67fdfc04209da503a338be99ff3cf2e0fd9ce68fd3b182eb95a9edb2
MD5 3d8750d0a08b4d6e93f6adcef24fadae
BLAKE2b-256 439f7f9fca76a128be840a14607229a88356aa383767ac5be356bb490b4639d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 98bdd891671b2a9d4752f8c7e472efdebd5c3a59724f82885a8edf059968617a
MD5 4b4afd2d67cae2e5aae8ec0a8a53ded7
BLAKE2b-256 5be648f3c62bdc47248e7251a6d5c1bb3ceeea55d79a44f542de5103c63e2bee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8eec51da86872aa1ef3afbd4d0dc2ba1ad075500942f31888ab9e74df2db9848
MD5 65bc892b514707754994b9ef142d8229
BLAKE2b-256 c62433239f6e3241cde08fbb68d44ffd00429510b6f00dca071382aa65aef12f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 821da89537e98ddeaec81734cc7e0dc0c98194732e4f6107cfe887c71d9da872
MD5 298047c3232d6215568893dc722d6249
BLAKE2b-256 85bea8a84c02069e29fd7c9bc5933a5a60e0a705d3670f673ae52db15924a40d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bc81a360b10a27f78e15097ed38e1c3046e2dd36b5f0d9338003400db5150729
MD5 0a82e2efa01ed68685f0eed7fcf07028
BLAKE2b-256 0f6e82864e9c7f3318f4830b74dd59ac1361e1a5897ee617e5fa6c04f0fd1a86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55c4855a3b426c43c1cb5f1fe175a00651ce8e3b48fe8338dde8434793793020
MD5 9227b89b1747f16bbd8568a0b6dd2385
BLAKE2b-256 90712877739f8b1c53b5354807493aa606f4eba970abcd41dfddc425d98e2dc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 09c122b539f5be8e3943bb8720d67c053c7053dabaf5a292220fc2545984ea05
MD5 c6957e06e0da0049dda064776db39add
BLAKE2b-256 cb755365dfe107fe3a4b7836d60a55fd0bd19ed2fabd1d3db15fdaf50532f5b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 90ace5864867094d8e47462f3f8e843f7612184f7d9aeeeed2fa749b8f1c22f5
MD5 382949f42bc4175b692dd162f838304f
BLAKE2b-256 9a3d38508ceb6a938479b9aa883120ca6ff0676defc174fd61992491fe4a5758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bb84354efe0e457d12da238d48f41b52c82cf1feecf3e841e3167202c5c25002
MD5 8881459b12bc1c8a0aec6e11c0c320f5
BLAKE2b-256 8bc7cfe1f80832fcd8cf26968ae128bee72282a860cb630ab095db5389af6efc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1874f3e55ef882e2de904dbc25cf8d7c1d8e5d8140a8236a8f9cafd30873bc8c
MD5 63981f576f598fb25b6e76d80bdf8221
BLAKE2b-256 0311039bf5cec4539dbc70705c31da68cda69cbe7f4e64ab1bede90846687505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4388e19cb3cfbedbdea5bc460cefb49b81e647b738b2ff4102401379c742272
MD5 cbad26f035634d4825bd7d7d1571dbd4
BLAKE2b-256 7083bdfb4ce70e529c5ba25306b2f6a724e6925f1075cfc3f127313a3fc02dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0153012e32967038fd75b9dbf8395b674ee7ae61721a179924b7684d35a147b3
MD5 40352331a3711cc1c97a38eb8e0288de
BLAKE2b-256 3ea3d3bfd846c6cddabcd87279ddd9a6e0bfe5d74aaeaa955109cdd2e3c711e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 269d0e6579c63c8df67eae125f2eed2df71117692580f251759cf9fcc3da25e5
MD5 45f13e5a47519d30eedc919eed2b524e
BLAKE2b-256 4cc41dbb500c7dee93d359f08944ef85816c87d4d13340e6f86a53266971597d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eb0cff9569e56ca22caff3dfe03bee7bf56aefd6a741fe179dacc3c01b9cc801
MD5 3d288d88212d2e3293364f4d245b5094
BLAKE2b-256 a1680b1e84f7cead0bf6bff27cd01fa36b81855cae1d95a4b58dbe0d248fc810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e9a6070f6045eda19f57e6bd735fac11c8b0bb13ccd5b6dcacedc03945dcda6d
MD5 31e5eac16c124735e3a4581f7d2067d8
BLAKE2b-256 c6a5f89e44a35d051e58f5737ba3df8c3267d4d8b38c9ab9890a4312174b1b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b718bcc01cfccb5a520b3a4c7c22080c09b669af8f7d4fb9574eb595b055f2ab
MD5 6f9a844cb205926363ffd10837dafca4
BLAKE2b-256 d54e24c5463722cf4e53880b762f8e0bd8a67b4e87ba94a967ca849e45a4c462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0dee6ecd12c9ee4c613ac0b9d4e9873063825843556aade79b140edd32481049
MD5 7a207ccc2f863a3906113310eb1b6ccc
BLAKE2b-256 00417ae79958a6b3ddead2f6ad5a3c716a24ff6c7d5cd3b6b4144363101e4e64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 757ffdf7acfee04c28beaecfd48932f3b38050fc79ab2f43525334b52a8a4aab
MD5 1438ef65f8c67dabb394929f0487804e
BLAKE2b-256 8a065b33f650fe809e83065581a231ff8ba4b52239037acff7f1b0a28dab4860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f8423eb52ca42352ef252ab8ad7ac12790282e724db822a4dbb3aa9ab8b0b7bf
MD5 4ff8b345e9f02eadbfb95584d4354e6d
BLAKE2b-256 ef9816396b1f241a5ed92dc524b1fc24fbaf02df99942d75aa0bb014b7e498e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8d6f312b6edfb9c828da40213dc6bb5b743c2898386000a8c5e5d65f7c44e39
MD5 68843d96e7b0e72fde893514c2b1dc2e
BLAKE2b-256 f06264541fbd6237fb9735a64be1d303639b06432de65a6f23af50763eb033e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 864.0 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.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4395899f1ff2dab69173dfb32eff315f8b77c2bc10880d547079b4f6a79118e8
MD5 3eb1aa8f86f18777b5c2ead06a007de3
BLAKE2b-256 9466475fadcc7151de5d2ff007cf8ded0987ef2c5a1e52ee4b514f353a4e2d58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp313-cp313-win32.whl
  • Upload date:
  • Size: 781.1 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.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7ee5c9406f61fa75f7f442b088d64def77ab0231fee028b919a20a65d87ac559
MD5 14b000ae34f4c0af65c099c1377dc332
BLAKE2b-256 fc8d897ceee2743584c44e9fdc858ddb91271f88f9d9bfc59ac847476c92456b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 610ab0354e206f9a4f63f6381c1a5ce2ab78d116851d2814201d62f1c125cc56
MD5 b92e68dfa213daa658ccb6f2ab3598d6
BLAKE2b-256 99ddf2ff9bc7a46bade13ed489597e12762b6206caa1aaf341875a99ec744bb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9bc59249231786fad9830b596ee8e6002d8d0b6a557e6521bc91f4e13b297d8d
MD5 29cb18787c09c43321314a1806632140
BLAKE2b-256 7c05076420bab05b62772830f57c6fe5d532d1cb13a0a2fb2a5d2ac0714ae804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c18b061e62fe92cca9392a5651d80810b04a7ca8d65ecc1e848c7e1cf3fddbf8
MD5 242bd43bf0f47441c043cc4b28e59f2e
BLAKE2b-256 6129abe0623f26f2e39c397935e094fbecb1887f53636f4413876c815fdc1bc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2988aa45215bd09dfc1c8bc6d100ba68f03e08220e22ea3ce96e519b9bbfc8e
MD5 9e32a415b340eb6762ccc18664d64f7d
BLAKE2b-256 975aec5e9880f9e61d718f2d51096264801c59b2125e3ca50a7e956888ba6c05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06027e4776c44a4208f71e3aab6691eba95838bf4ac1aaa25aca92a270814941
MD5 66f09ff786f3eefcd4cdc092ceb03041
BLAKE2b-256 04a06efa59de90a53582869cbe838a21679585f739a399e8ee8862a2330b09c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6443cdcd99a4dff5d783b2b7c0a57a59e57fea045f69ceb8147d6d51df8f3232
MD5 3fbe04516cf9981cc3cdc1f099d38dc1
BLAKE2b-256 c41f2e363a4bc9fad46b9278c0f78dd68a675bdfb97b0fdc443618b954e6dbfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9d151e725d37964cbe463269af0a9161ab4334ca863dec51962b470867c8a31d
MD5 8ed4db737daed9d41d83185c8654d416
BLAKE2b-256 3cb4d8d5fc476dc692f56f83f3e7538e061fd099dc0031ea4a6886019451b64e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f44b2f1327f912738f371ca49540424634bde19413dc9344b4cfe7bc3c809e02
MD5 74926322435ae7527304b22558082980
BLAKE2b-256 b488c89e97549f2aca68787bf25c6fd41053ae8499c29488afe80ece4fe3e1d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ac80c8063136146b400788fc50eabc074345e14d211acf0e1869c0088c4aa4f
MD5 4572655b8f106525eaa4da3aa7d13f05
BLAKE2b-256 829037b07fa35e0ad13aa3374638359debfc3f6801ab0f0a03b3d876ae229403

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 408155016bf7768ef9a68ceda54cfcebedd4f453064c75f089c4c95cf7dd9a3e
MD5 fb8acbdb6fdf4b76004081a9c951dd99
BLAKE2b-256 15800a8ebea13294bb39c35b91a87af912f2540c8cc89a55c042c4cd628d09d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73c0d85021a2733184a9b5a3254b24492b19c9872b3a79929fe11ab2062cbf11
MD5 214927789b67fa7a0cca8f128501491f
BLAKE2b-256 14db48cfb99e18b11db50776293e94cb2c43b779f2b64a8a9a9b247117a42967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2cfe1c2b3b75ee2648a01fcc88be0c7e79cd3f8e9b93071731a5a9b4ebb5fbba
MD5 6f9bad13032d2a08a78e66d4b15cf8d0
BLAKE2b-256 3c1f146214b73d21a81acb33457e3622e8e882bc5547aee6d71af96856b6c35c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 864.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.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 90cd75cad236a1bc87d9289543b15b1dee184a15fbff7f92c11556e18162667c
MD5 cdfab6a26b9f2c787572765b574fc8c5
BLAKE2b-256 61c80a8fca68ddc0b656023ff7a4dc02941d2c5a3aad617aff0d53e5d000bcf8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp312-cp312-win32.whl
  • Upload date:
  • Size: 781.1 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.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9a85dd54f59116a8b774dfb46cd99f9b4a83f684c9725800d789f2663a41fcb0
MD5 c9c9ec7f50fe30d4e5c40bddeee4cc0f
BLAKE2b-256 22a8125605029087d3e3e43eb0681f59956fdd4454713c5d37ab7dd88c40a0b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a84be8b05e8e671bfe8b9f157db7b3213d8cbd316592965a58ebcefc8adaed5
MD5 1c021ea06f5ae143d1793b0df4cda6d7
BLAKE2b-256 bd1f2c41cfc606a45969426ce60729ac700ebbd995ea264fffd4b0776d848397

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 76fffff2ee3f69f389b957525be847d366886346620aebbbf14a6e9b1613b530
MD5 3afe3cef9d13700efacf3103753459ac
BLAKE2b-256 b47d75866722468168d0b661b43304a647d4eeaa5c9750996b34bbbb61526ffe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c6c58b2df267a45927aa135998b9caaf610cbe5a66be2ca1399ff5b463fa8797
MD5 e9e5510ed192ac5efac2f0630ae6cdc3
BLAKE2b-256 4b6bff59ee6dfff23bfcfcb91e161c220c3e4d2869c3efed779d13dab8f4ebbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6da3f085569fcf0873861be506a43766fce90c4d9725ad0cf2b00f25b48836a
MD5 7a668cbc77834b61cb9399f2129b9f10
BLAKE2b-256 2f5d458c1f58799ab9b2404b7fdd6d9006c1d2f266dbd921e85cfbb05b2630f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57a6aa98df36ed3192521ac8d82001bccfe8d0f6e11ce5709e66b1f67b20d7d1
MD5 e4c817bfb92805d9a78766e7b09c016a
BLAKE2b-256 8986c4c6cee519d53095186f5bbc4af24035e67ecf743b801c33ed4cbfa2c80b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a7ff08174c41510a0d2ca6880b9950cb9b5866e9d27ec498c7059f6c5b97f9e
MD5 928665ae1da2f2cfc68c6aee7ac727ed
BLAKE2b-256 d1a7824c9ddc31271ce7d8bff5c1b40b25c15783b709fe3e205d8a257afeeefc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bf87a19c30eb49aa0953ece81ab6cae15cbcee3ca0e9f687a90780f8bebb93dc
MD5 3ef82dddd8d35391879440875c7bc3f4
BLAKE2b-256 8304e2c822a7af95c01b190572703870b1b8a223e0e5af823bf9e08863ca1740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0dcd88fee6afb27528a89bc91e5fade08e3e882e9608b8ed0b7ed8d38e719123
MD5 536b899c3b5dbc696ab617c65bbc9f34
BLAKE2b-256 5a27fbd6a1cf7a6b4d1d5648f8c044083429e3435878bd03ffbb73de5b746eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9906b48e5bf108f8940bc643404272143d5e2cd1930d4ec102467083554459e6
MD5 fe4a1a2713a1dc502c8e4cf477f973ba
BLAKE2b-256 70284a5552420bf405aa18e8d9521bef61ac5664a26e32df8af6930d913e94a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7816bc101d8011fac1a41703fff51a137b32083ec78fa6c6f3cc425789b5045e
MD5 de685f4ef5299017d67d2d67502915c2
BLAKE2b-256 0f5617d3fb7b095027153c2ce7a54007ece06d2fc072e3efeeb41f6038c59b8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05ec6c1d84dfddc685bc6900d1b6a4d90794814924df84e5531f0f1a668150af
MD5 fe593eb12eaeaa5eb4162d9f52c672d1
BLAKE2b-256 54476c20bf1e8ab5aaf08833bdf2d0cc14c9db667cd0ccbd1af521f190041a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c7f73824616bd2946956c75ce79e3ffed3e9ac53ec7ca7ed75fac2dc275d6a2a
MD5 d35dc84b3306f29724118b694766d39c
BLAKE2b-256 165a28add6f512966ec32a93b169ecbe6950f4c389143197913489b64eed1fa4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 864.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.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 768831a9cba5c4f1df49ef4a03839f1b868f5413b0c59ae2dbbc1c3e72b4aa64
MD5 82c8a27d1953bf9c510b8a033018decf
BLAKE2b-256 5f6af3e0d7564bec6668ade6e8a92e298ab857c8d09f2830dff7afa87ea74a42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp311-cp311-win32.whl
  • Upload date:
  • Size: 781.6 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.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fde0406e8d9f05d7d385538d83d3820b0f0762c0bff987fa978aff4aa8d5e15d
MD5 7cf12bdb89efc4f0eb148c1cef47d7e9
BLAKE2b-256 aefcdcddef42f35c8f4ae726b5798375041265df83a5e5dd2c25d03bfc7df8f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12ba8dec9e557b65c2d04c9839913a421b28169315ce7767e871ab04227c89f1
MD5 27eba224b5e4403c7320b0bc401cc179
BLAKE2b-256 c534fef21766bafda7777c475d95c90d2b339e3348867c3b179a06d4682bc9c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b9172066c0a5ee1ed9642bef825f6eab79ce0a8f9d5b7d0049ad8ab995cfbfed
MD5 bf4d09535a489838abbccb8172105d24
BLAKE2b-256 085e2ad3fde2a0d319d69b720747f7504d41950f5473c02eb590d0abe79e64a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 96bb51c888dbcdf9cb01eb58f7b7548bdd8c836f86141f43ad524d7fb4e85001
MD5 4f11d6f154bf39909f91529d67b0a18f
BLAKE2b-256 6d6d32c5c8325b3111aeeb691ad3ad11bb0448cb57b0b30c184d11d4c84d7f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 941b65bc82a7b6b0ac9349557b0958cefca86d5cd6cbbe11ef633bad8342ad31
MD5 a3e3eb49309df463553037287f982a36
BLAKE2b-256 1df29691df4afda7b42109c6eb0794f8327e5fbd06c5db40250ef9012f3993ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a3a2089fd8157347d0af2b73574eb6bfa946f016a9f2bdcea0b5245222fea60
MD5 0b78d6ea05211c6f0aa8170d8c616607
BLAKE2b-256 36fb8db50952f06fa9d18cd9793a9f89269a4bb070cbb5ce3b5e7d25a0b5b2e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ede2db0ec9703aa76d3bcd5d1ae9e16616adefa6861df7c3489f9fee92601554
MD5 264e91bb9a10f62b642b8d5bd931ef85
BLAKE2b-256 4e72332194b6350463b2fac0969f3a601b9cb718d9505971c5c340ce6fec0242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac77be3ef810bb7fd737257b33cd97fb4a5f54a3d308c0c01127ffb2493f3f6d
MD5 ff3ae02d008e1dc97399d8bcb6afc5bc
BLAKE2b-256 bacac5f6d8626137072c8c274bccebc9dff949b6c67a8e33ab23a6cdcf7f562c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99c748051f465f4442c10ba2585c2befb2522b1ae09a02ef54f435af4b011f39
MD5 c6fabc78885d341214487f409d49fff1
BLAKE2b-256 c30546c346de98f09c9341ec88f591b11807a2ee89fa4da999e5fdea0c86cada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4954ed48e737419783ef5050e71c4541e3d9cc05cedbb03b02d947e77f5192df
MD5 43e5639e3af5a4039a6174105fafe3eb
BLAKE2b-256 0b0d24f3d2df1c83cec1b0bf2c6a52ce5a7587a038082f9d0d556fd4e8118035

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e9dd68d94810fb0d9c14ea461897f721a129799a2ae774c97b6c4b7afe754dde
MD5 cf20c676c17ba92cf06ad4f856985faa
BLAKE2b-256 d173e3866ca6dd13d712dac0d410f08f8dbb9cf1a58eb07fb968e881dafe9744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 949c17e3c6cfd2b40b78832d549f2acaeb0e6193d6e725cce8acf1facc8f4ee9
MD5 bea03a0974f9446ae290ee8e0841fc99
BLAKE2b-256 36774e7ebda5933ee8dcc37b8437258f06174d776772ec30473cf0357466356c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9cfd5836dc6c5f7ce8bf19e4ff322de183c2836b650fbfbd9af6411e94bbfd37
MD5 c12b03dbd1873ac92ea63e9fb0bad8cf
BLAKE2b-256 09e287d2090f101314829c905873039a19f16879eb5a02cc2cc51c7758acabdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 864.4 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.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 67eed6f3239eddf8883c9cfffc7d33132d81d5b506c9cfd4c92c18c06f47eeb1
MD5 d7afb36239661975bb515c3005c61edd
BLAKE2b-256 0246ae483a50c98b275d5ac5b207fece9fbbfe60b68530ae8b5d319d85f8c099

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp310-cp310-win32.whl
  • Upload date:
  • Size: 781.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.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 62961f687e95ab99037c2ae0acba5320f1d5828a62ed2accc2a74b09f2b686dd
MD5 eeae3eed4f64b78a103cf30041b7418f
BLAKE2b-256 2055deb0945c87571088f86c73520a5f05199ac0662d7faf47aef39b974a9368

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d86907fb1eb4636fb42283807c9c4d58df97d50deb7d2de7df27896a1f1422ea
MD5 38b4fecbdbe679f3af92b8e7eca84c0b
BLAKE2b-256 67f86ce38f11439903be847fd005507922a5fa0df9340cedcaac7e4117c4075d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f883f1cdbcc2504d722b508ba965cdc35ae691bbea35dcc9ac99275b21967e9
MD5 a9215d3a2ba89b3fa16f0c2cb8779e6c
BLAKE2b-256 5ff8438f66e84d1873aaa2f928d949c55730198dbf3d2f93ce37c6d3de7f85ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5c8fc7c9dd2b94656e07fa5ffa2effab2ce3d8e8a47a6b42aaf3b7398686c26a
MD5 91140f2521a79c1bdc825c1e6bd82b08
BLAKE2b-256 4022dcdf641f3d4b876fcdf1f51254b0df9dbb7242ad8a5a8e0b2d61031c53eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e740e0ad19eb504f74405b4951b7c308125c2b87515f2873ff29bacdd6e78c3
MD5 ee744102ef441c6452f6c3b37e100a1f
BLAKE2b-256 7b8df1e454a665631d1d5e4d6910eabf97e0c49db02aef6340ae07ec7221a376

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71d90af4878fa145edeca6b94dc7f6af5b448753a3815fd3ceb366d3020a2cc7
MD5 e95071950a4a2275e07a32f5fec4dced
BLAKE2b-256 fcb709ff4bebfd10fe42732732c7da9a800724d316cc54ba5e473b2c08f513c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a8bb3e5e0c5b4a68299f95ce7ed37320e8c028a7f2b3d7ada277921e4a7c6c6
MD5 955a96bbee7bd80694981d8c29060d1d
BLAKE2b-256 d647b47c048f12028872d7e88b7790fcc655f3956360ceb88c837791d342b7d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fd1f7ab4889b36b8b3aa8fe89966122979b4009b05341f49815428978578ec0a
MD5 2f567e9ea0dd3ad5d9c40c7a79541235
BLAKE2b-256 352424910219997c8aa631aa67bb8fb7868dcfaa67be6b333bc6c55a70680734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 06235604db644ee38ee110cf33f161b3cc44a984314854ea8ac8b7ea132baef7
MD5 461bcabfba28fb1f7a2f6818f6914e3e
BLAKE2b-256 cc459c3b5a4f66ab6ab958f4569b922b1c443de3ecd25a57d7b0c5ab69dd1117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de7ee5d67952a7ab45092ed11055d7561a22e2bf667fea0dfd9993963a82767d
MD5 f02eead315c2a089ee19bff473e02561
BLAKE2b-256 8449e4887fd371fa3887b12331fe084f98e987e09fc96a6074adda8824d59de6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 19784a7cc693f64e4501555c145a1fa2a78bed3a220a3045218c08d0a171d9e8
MD5 34bc5095d0a133be72593f3b3b098d41
BLAKE2b-256 371aa7366d2751c90f89948f3fd1f657f74a211f91e8ce3c8100e73d06670f86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 864.4 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.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c0336de57991675e0ad7a69d314d50bc50fdcfb5bf1e22fc93c9fc66014e5e16
MD5 62ec6105b60a9c1b74bf50abb7a6b14f
BLAKE2b-256 8fee2dcf1c164be31cc00b90758791584d7c84c19a04407f5242fd8815118272

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fastre-0.2.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 781.7 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.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 defa877d5620409c8e6e3164dd1b067de4e41fdd725b8b27429bcca3fd07f380
MD5 c095dd1fe8b75f5fa0e396f5971c4c9a
BLAKE2b-256 0848dade939a4c5b07e234411080c149c6a671a4157208b29e9ed5612d6ae770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66986371fb304e83030b78b8177d4a8cc8c17dcba724c9de7675f3c8ddff80c5
MD5 559b008de0c1f4154cd2759244a6045f
BLAKE2b-256 9f46a323f33fe78e4bb423e6bfb386be8c4e7b23a188c9ad877b7cd167c14fbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5dcde9a436cd4258504e1a7870e7590b14e6ffad70e66a8b75c93355515cab8c
MD5 6cb31e64ce04fc6ac13b9a6d86e42d30
BLAKE2b-256 0d8ff6e73f21364c1fa91627882680088cf8883eafc6b78ac74c84aa650efaec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8aaebc8763668c7cca3e513a06f92e02d66372bac24c55db37629d10bc7d9d0f
MD5 0fd0ea553f3f83507f02995a575ccc8d
BLAKE2b-256 b8194710492dff3edd89ac1a14711275389441954b066560ef1c0daa61a6deeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9dcabb69e1d66fc42042dbcdc512be5ce844d5b2cdf4420651a5c370e25da65f
MD5 195bad982d1ef8a3b012b0dbe7a11e1a
BLAKE2b-256 60eb6ebd430f715286e96de4cf5403844daaa9a1b6e12bb53a42dabe0e836b04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00f334b3157af6aa971c5e2f9ad26686a962f5a27c42d653834ab3b690817430
MD5 67e092f68e9e6d0d62eb363c908afad1
BLAKE2b-256 ca0548a6f6e314dfd951eb9b888a07760d9e4012d5393ebaf3720202bc61554e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 414dfc9fed0db96fca996e3e66bd1b9440d0f4fa03b36fe6aaac96621c017a42
MD5 1588886424f7b3ae6cce13ecf7ab2621
BLAKE2b-256 bd8fc935e95dedd88dcd1b1fc29e9f9b61887a265c3d7180db624da991b25c6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e213f0c64d069cc17a7da2693198579024caa918befcabe1a531025f88959498
MD5 d259ad2e3904014d9d4ea707eddc08e3
BLAKE2b-256 bca97a73c086f4ffe3b0906baab0f8a5beabc7799dd8478e6ddd23361d486fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b9c3880d8300b7f6927b75de3ca32b9c535fa9da640a974c42dc72f4d9b2730
MD5 15cd6c6844741fd698ea60ff683ccaca
BLAKE2b-256 463fdd9fe307ade691aefa84e0c027c529e1e66096b577bbc9753a7badaff719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d2b2e9f73d92e91a3ee4f43f89b2117c07924566411961e2f332e0c43e27e96
MD5 cc60608a56f53798eb6d1777d789c74e
BLAKE2b-256 43ebee07e44383487f672f6a1084cd8749123d8f1465b6644eebcff840113d99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 958193c6cb3d36875789031b7444ecbf3436d6245bf3c702a827f61608d6ee2b
MD5 3cd5c86a0c3ce911f24579872e0b9508
BLAKE2b-256 1082fbc246691030a65e9c8e045be23ce3815ef2bc3cb5f0348c601fc0df04cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 876865fed7b0feaa87116c1fc15a96c3b93ee7c32bc64fa7887c267714868b6b
MD5 d8bfb6552acdc39518253fd5a08f30b9
BLAKE2b-256 d9908dae49c1673b5bcfc0e7567ab2ac1f7961a27a541e3a192c6024dda3f5cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0b36289483cb29f42c2d58885e95e44bfc14ae3dade0792f0ae4f1569d413b90
MD5 669c51f3b49c35bddb513f4d78b1f9a1
BLAKE2b-256 01038f369fef4791febf0f373dab49daf62bbe07c50f32dca24c26084f609ceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c69d1cb009636cdc1d0ef0f6226ee3afcc0db83fb9b417f91179328dae2ca266
MD5 a82decf7677fb9982acf2bc81185a188
BLAKE2b-256 84b14570ed92d20f28c813a256f7abdb57b58ab760e349e504b9b40c9bb92176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f87c07532347166686155d29ef55243e12d973dc4754a1de88329ac17f5bb84
MD5 243d98ce53298add2efe88f12414529f
BLAKE2b-256 5d644757895069c22418695013ce2399e6b7bf50b955e9b60d45bb910d5c468d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf9b4799f5d22923cf78286465d9e366918c3df33eb42e22a8b2317996c00f4a
MD5 bbc0fea0e7f5006fd1f876aad84e5078
BLAKE2b-256 9598b23da1df4da6d9978548eaaa0b35151093722142b8dd0ff5fa8cb50adb4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 474cf717b19c6b7b822287087ac331e36b27216ee4eb64395baf10f8cfd32a2d
MD5 e7728093511b46a925941ae2c43c8b02
BLAKE2b-256 5bcd2ed0dedf3a49850d087e00fa32b3d963dc300235f0bfb192025ffb3bc115

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 efc07bc81d6ffee471b6d03c8152ea6b7ebbd838865a8a18b9087871d997be3b
MD5 0718eebbf8cd47b3d7f79e56decb3e7b
BLAKE2b-256 de956d8d1934268965ac27219e6d28766e0e9978770028ddbaef0a77f3b42c48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b520306bf7817b45220c3df50cb977955f4d5c9913140532e9bda015ce46bc60
MD5 f7b9d9f699ecf38942ad8a4b85d19359
BLAKE2b-256 8192855bc5b80d2f8174f93ca2d65ccda0029bd88d981198cbc99874d8ecb660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a93dae519d10115b356eb74eb70fc13e1e666ddff79d36af16dfa0776ac67391
MD5 010362e6713a7188fa6a180b013da484
BLAKE2b-256 ca5d0510c883d4b579b503702b7f791482c41f821e97d6bf4cb2b6be4c4a5011

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastre-0.2.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 500c51e01e12007c6575e55a9226df50ebf76f8db0efeab3638a06e09bbfca1f
MD5 808a5c2493200e31dec3944deda4bf7a
BLAKE2b-256 115ce0431d8b617a1cc40cb365d9983988bc5c30f618d2d4bae0ec84953cb036

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