Skip to main content

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

Project description

flpc logo

flpc: Lightning-Fast Python Regex

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

🚀 Supercharge your Python regex with Rust-powered performance!

🌟 Why flpc?

Being in experimental stage. The code structure and dependencies may change. If your project is using this. You will have to manually configure the migrations to latest versions.

flpc 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.

🚀 Quick Start

  1. Install flpc:

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

🔧 API

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

  • Use fmatch() instead of match() (to avoid conflicts with Python's keyword)
  • 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

flpc 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

flpc-0.2.5.tar.gz (10.1 kB view details)

Uploaded Source

Built Distributions

flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (980.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (889.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (958.1 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (980.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (891.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (958.9 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (891.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

flpc-0.2.5-cp312-none-win_amd64.whl (707.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

flpc-0.2.5-cp312-none-win32.whl (634.4 kB view details)

Uploaded CPython 3.12 Windows x86

flpc-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

flpc-0.2.5-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

flpc-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

flpc-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

flpc-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (978.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

flpc-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

flpc-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

flpc-0.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (888.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

flpc-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (949.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

flpc-0.2.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (957.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

flpc-0.2.5-cp312-cp312-macosx_11_0_arm64.whl (806.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

flpc-0.2.5-cp312-cp312-macosx_10_12_x86_64.whl (844.5 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

flpc-0.2.5-cp311-none-win_amd64.whl (708.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

flpc-0.2.5-cp311-none-win32.whl (634.7 kB view details)

Uploaded CPython 3.11 Windows x86

flpc-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

flpc-0.2.5-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

flpc-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

flpc-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

flpc-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (977.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

flpc-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

flpc-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

flpc-0.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (888.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

flpc-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

flpc-0.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (956.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

flpc-0.2.5-cp311-cp311-macosx_11_0_arm64.whl (807.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

flpc-0.2.5-cp311-cp311-macosx_10_12_x86_64.whl (845.2 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

flpc-0.2.5-cp310-none-win_amd64.whl (708.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

flpc-0.2.5-cp310-none-win32.whl (634.8 kB view details)

Uploaded CPython 3.10 Windows x86

flpc-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

flpc-0.2.5-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

flpc-0.2.5-cp310-cp310-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

flpc-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

flpc-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (978.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

flpc-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

flpc-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

flpc-0.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (888.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

flpc-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

flpc-0.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (958.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

flpc-0.2.5-cp310-cp310-macosx_11_0_arm64.whl (807.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

flpc-0.2.5-cp39-none-win_amd64.whl (709.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

flpc-0.2.5-cp39-none-win32.whl (635.0 kB view details)

Uploaded CPython 3.9 Windows x86

flpc-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

flpc-0.2.5-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

flpc-0.2.5-cp39-cp39-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

flpc-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

flpc-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (979.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

flpc-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

flpc-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

flpc-0.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (889.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

flpc-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

flpc-0.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (958.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

flpc-0.2.5-cp39-cp39-macosx_11_0_arm64.whl (807.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

flpc-0.2.5-cp38-none-win_amd64.whl (708.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

flpc-0.2.5-cp38-none-win32.whl (634.9 kB view details)

Uploaded CPython 3.8 Windows x86

flpc-0.2.5-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

flpc-0.2.5-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

flpc-0.2.5-cp38-cp38-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

flpc-0.2.5-cp38-cp38-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

flpc-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (979.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

flpc-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

flpc-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

flpc-0.2.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (891.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

flpc-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

flpc-0.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (958.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

Details for the file flpc-0.2.5.tar.gz.

File metadata

  • Download URL: flpc-0.2.5.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5.tar.gz
Algorithm Hash digest
SHA256 9ca742e861bf5979a66572a3c0017605f43cbf38b2097f37e0793a48820f7605
MD5 756e81544a899e469640f6bc975f44f9
BLAKE2b-256 85674bbcf181b8ae7f23cb91e06135835ae6ccc5169fc51fcc0f3f2a054aced9

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6ddf9ca8c5772001914cc0b73ae87d1ffa45de9ec75b0771df5ddae1d2791c8
MD5 a0551087a7ec2eb3c5d3360eeb9ef17d
BLAKE2b-256 898e0bd1c9df3fadba3f4728f20a6a7f5018c89fc7088681fb31d771f7776bd2

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65d11e9fef5b4cc0237c74f6effc10f74cae1d784383bf85f2f09560163afa0a
MD5 ec768a320d057a0cf62533478f662349
BLAKE2b-256 848c9601ee167e8023b9754c06583c7eed9fdfa11ceca2a2c50ca8bc097036d1

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1e51a7de6e2c76d9e7efc0c574234ec5cd0a3000c8db824ba4d83ec983acad39
MD5 7efb4086c1669913323e03a0cb3b1d43
BLAKE2b-256 1942b2c6b199cf64cdf603cc33f35f76e0b4daf5badcae749b58b2642d18c0a9

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 946b9f0a0ed208dfe2ad518965fea91039f8eb84827a67dc5d0730f0fa44123e
MD5 e3f92eb1c8245fcdbe654121fbe88adc
BLAKE2b-256 0c4c7fa1e5b09d715768993bdc9efecde4adf5570fc989cf6c200bbb1a71a8af

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8be419705fcdd2a89d78ec24abb3f4db4901005dc0f5fcb7ac23ab6e710165b3
MD5 0dd87e5c5f6d39fa33e8f7fc2a7a908a
BLAKE2b-256 18d8f0ad0d41c9ab32f9314afd38161baf1169ced0350758a35e137f60088102

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e8b71874a693bc35eaf75f957b0404036c5490bb01e9049195a0a8b3aaf17cff
MD5 2b446e2eb2ef20c5e55d92c274a2225b
BLAKE2b-256 491767849045aa219015e6d21cfbeb176364f2f1842481ee9fac3839ac71772f

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e297a1ad159f807d9d979898993a1e86911d70f368868803365f066bc8925cc9
MD5 dc4ab0f6aa759bc2e0ae458a8344cde9
BLAKE2b-256 bfc6e30ad580b3c4980afdbb5dd728aa5eeeef137997242114d5d954fca5ce1f

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c7e976dfc8475eb7021ed745695b6847cd589c67695dcd277d3e3c629c388424
MD5 f844b1ec00e7ddb720fe7836d4dfca80
BLAKE2b-256 4ced8068122f535fbd4d579faad2ba9c0cb7899e394ee345b2d8bf8b069bc4af

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 342e1cc991711969c83a94ebe8d1d340c9303e879dd9b19b630b12de1664a4fc
MD5 c710443f8f1ed89cf41577176dcb6b59
BLAKE2b-256 f908db55d08c7b6f3a103748510266ca417afe6610e3074b73bba6fcca2fe114

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 243e0a99e6f4f957629399c1328e69203ffbac000d4cb4f9382873be44f6e499
MD5 8458bfcc59a9b7fb86cfedb86326db53
BLAKE2b-256 018642fc5aa759135595aba740ea634ccf35a043b7a65a29eda13b6a3cc068c4

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edf34777a5303718697786294cb66b2595989c4eaccdd9ea80ce6dc1b82e3924
MD5 19f0d0429eae9363673063b63f62acd1
BLAKE2b-256 931e56d47da35c816dc8c9afb805ea338b3f8737f34d76f308d414bc165cb41c

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cae1722ac67c9c53e5f3dd58e264b25bd72e707cfb48b54a649ab80f06f5f157
MD5 3ea4005e66cf7bd96ec2bbd57b33e6b7
BLAKE2b-256 ca016cabd05f2b9374ff51c0056b9a602ab70697b86ac7122f8c81dda99fee10

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cd175fb7d65f3bcb728bb481b434752ce07e05327147bd72c861dc065be97dc0
MD5 379a4134c910b93a1e39b23549de9fed
BLAKE2b-256 0c30d11a805f161a596263248c5de6b832c0e18f229df08f4ce9185454498853

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97792cef452045e11eb52222861fe0bc222cf5937cffd7feaecc113e25d7c3da
MD5 e94fe97d7dc8b503fa1cddee886e11fa
BLAKE2b-256 f3b798608ac8427284c569297806929fdd1e164c0db1021a2d027aa3455fd3c2

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 341aea5532599d887418378cc877e80c624caaf803780e43d6dbfb159d60cfe9
MD5 a4f9e5a7d5f0b1919bf1a7a036a98bec
BLAKE2b-256 f3860623c3dffb8ffd165c13aa82ff3a2527d4c340efa713f2683973021a57d2

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f1adf2668d38598b51b1505439327072650c809b25aeb114eabd009b789a7d5d
MD5 965266c082c9462ea561d51f94404950
BLAKE2b-256 a439fb2c2a62483a794f02f7167c61478fc1d1ad36e2705cc9e4acd83417111f

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0ca38a5fb3ea5b1ff8351297d09c127f6ef1c106dd0b336d7efb100ccd2e304b
MD5 0bb87d250bff09143b698205d7b0f4a2
BLAKE2b-256 c2fabf7d5d96e026a357ceb5edb3dfc66ec2c596076f4e4525f5a1dd8fc41b5f

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a6d60e50cb6969155171ef61d4b51a081b346580209ec99105bd68cff2411a8e
MD5 084674a8455cd8136a87adb9cd95f103
BLAKE2b-256 3691ac70a7db0573a5510e355a41793e7f84497ee8a84483ceac97b89301442a

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1de4edbe0f0510beda0d97a19df323f6552c7747c72d7821cca2dbfdefd90859
MD5 d738a097b017d30ee2f26819d8cf2686
BLAKE2b-256 fc9c235c7f3d15710c2d6affbd7627077eee4a107f558724c5c1b399957b3beb

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3562594af83543a020e5d01b56521b5b17b0b7cf70e969d976fd6e035f111602
MD5 7a1de21b835c6947a92d7cfb20020df3
BLAKE2b-256 8814b7957a39007ef307f08ee8e27f0ef05ca5022510e595fd86a29e83c3e326

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57da24d71aa5a25c4867e08578af589acfe42213242076bb2e79d816ac68661d
MD5 2548fe42b70f1c6afbcc418337e9aff0
BLAKE2b-256 9e5a16e6f99ea21ed238cc7bcc25769e45cd5ee43252e7616936284b51a11d69

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a184ddfca75b346b2f680ee70673bb4dbe265ad5e697f24f96508736333a418a
MD5 87a7199d80efabe82cc35606f9140930
BLAKE2b-256 b1d89c2481ad1629f2901b96320ec43aa5952ba2e417a5f8758c3f8b43f8f694

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 44b3c9504bbb6bce54d2b3e6e02fda7637f4e17550b60199cab4a258a3e93d38
MD5 61695d76a4d3eb0ee4fb9d245fd84124
BLAKE2b-256 b97b842b7787b16eea17a2ad826d149961c3ca15ba1bce7a2b46e444123204fb

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1a76cbd83f46794d8a771dddbf25f55c4804c49ecee1aa8f134054a9e482436
MD5 524974ee75f76c2e66b814df882e4d7a
BLAKE2b-256 84495ed3e36a10eed0ccd17fd057aa4022cc2d0dbf2dfae921a5760ea032450d

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6d3ec684b0b741e00cf42656781ed08468d423a61203e70aabc431af72d58b16
MD5 65a64961f2ab6a726484ac6064bd6401
BLAKE2b-256 13af985685f7aae9ac9a22f0e04f94d6348073f0fa37937b263947b79232b9ea

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4cad5012925aebf9dec04d72c48c6de3e4522910abd8785d727c875ccbc31065
MD5 74b7f7e9f015dbd17eeb47d6486e4f9b
BLAKE2b-256 81dbb0be2c50ad8e8989fe4f07c1ed7a13c19b845474916b24abfb6078de7463

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 264149b41ab7658a7101c507da3ba98c62bd310c6836705dfc4dc34239055fe7
MD5 a003d8a5c07bf3cfac8f3e28ab858544
BLAKE2b-256 de10d1b773e2cbd46dad56f15611b666d80cff85fac3473e76eedb22a3379a8e

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f451877da3c2197ef444ce830e60907e9ca1d845524fb81f4b5659406f43190f
MD5 6dda1ec901a08c24e364520cb408237b
BLAKE2b-256 1ecb2c508dd175c16133ccb41a29b78f1b1703dd2ed5a24409630d42ef07de2c

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-none-win_amd64.whl.

File metadata

  • Download URL: flpc-0.2.5-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 707.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 4a161546da6fa9fa96540096d42c4cf21f3963a496eb5ff6bb556bf570896412
MD5 d5ba668aa60c25cef8ce584197d0d85c
BLAKE2b-256 77c280a06f4a3d9c91707d3b17d3e5d6e94516de5682eb25890fa552651a27cb

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-none-win32.whl.

File metadata

  • Download URL: flpc-0.2.5-cp312-none-win32.whl
  • Upload date:
  • Size: 634.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp312-none-win32.whl
Algorithm Hash digest
SHA256 2572b966ff9546739233198c13116cc5c658acc1bbd33d97f68e79e7f4807d7c
MD5 05d863f0a5d00e67ee08d40dffa95fed
BLAKE2b-256 81cda9a85a39623da587da06970965f1581296da0d99a2cee7837f241c18db64

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc1d0889c3c4f1c4a41d75ccf484aee456b47b90c4e6d54c8a928416a3df2749
MD5 1cbf1282f41b7bd76c6d2e446a4705e8
BLAKE2b-256 e920bb99ba489d380c59fe7a6016ec4ae7a07140654008a491a8c62345aafa38

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37ef2a74460c8d0bfad8834c821e49d1febba38d33860bef539dcbac3f678549
MD5 22b5fe430422a10b25e9a43ecfa08f3b
BLAKE2b-256 59b9c7d1755b2370844c014318e0b31e26e6949181d9d230cbae78476dbb3a07

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4f6434c2b212fbffa8092620031a4bbb9880aa2c5feece9fb4d686840d6a6444
MD5 881bfa2ef8df36cf5f1becae0c34c59f
BLAKE2b-256 f050f9396b9922d559c92ac8af4a69af1102ab372643938b9aebeceaaf6864d3

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 180458ddbc86cb62197fd8c200658185757ad1bb1d96a3908acdbf53f5fa500e
MD5 f6237363ffcae1600c2a4f92fd5bd391
BLAKE2b-256 992a2f53600c0538e43e8f6d7604a1f82d2dc5011384acfee54481552fc41034

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4597eb03264996b7ca8dd90e9ad44ba0ed3e2d58ec03def04a5a8d0e52f012f9
MD5 9102742b83670ca250a4c62554510f5b
BLAKE2b-256 2b2858177e5e6c1570304696e2ba9574dc339f39995a1e3e125eda33df800186

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e08312441cc10553d027099ee209fa493788953b8e4f24f5090f977f75a2fa29
MD5 221b55ccc4e5352e544cf47756316d0e
BLAKE2b-256 78f9c389e50339134ef29041f67fa8ead391cebf5b35f505189b5448a7c25a71

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d2e30458cffca36dec79c79ad60b1ccfd2840c58ab2b26b754416a677ee15a4a
MD5 21143f4770379127b65c4e586702368d
BLAKE2b-256 b8c32488f915f801241ccda0c178ecadd39a50b8464524cef47d9355654f7ab0

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b8ab626703d5e8227fac5610e297af74923e5377f11d92454af70e337eff2ce3
MD5 d5fa018f1cd588f0036ccf6c5981ced8
BLAKE2b-256 eba8d7640413d4bd74e3c50e8edefab52b370d623f7d78d3c04e6f2ca9df316e

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 938d7fad07765f5593a0ef1f9f329bed53178ff86d50679f72ef160cfd4440ef
MD5 90232302136b75d5b5689f75cb6d0043
BLAKE2b-256 d46aa5414644b79875e73ae0d4f8dd93ac73181bbe5202e8a746920496f58612

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f496714305f942f3502cbadc67dec5c5ec9b50ffccd0dc4d37fc822f3f1dc652
MD5 e29a5e4053c46b69f11ba1c9ff45435d
BLAKE2b-256 6dff78bcc06c1596bf09de1b15277a861653752bf7ed9f3da85bb4669d8e1bc0

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10bf0547f915ef608e3456dfd98f73fd46c4ecea95b943d538ccac3d42d3e5a4
MD5 0743aeff09d26424f4712c3fc38ed2af
BLAKE2b-256 033117d11a96c87f36c8e9b4e739a265c650a96baa3e72696a488acd829de3a5

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 18309a89ee4079099a69bddf6c94aee02954a4c5a39810fced5c818e88ec482f
MD5 d94bb9aba4c5cb4d6c079091c7ae6fd2
BLAKE2b-256 3d4a858f3bbe7531482acbbe880f77b835f395120c290a3d6fc3451c2e9c36f9

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-none-win_amd64.whl.

File metadata

  • Download URL: flpc-0.2.5-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 708.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 2a35a4a2b118a735dfa0f885c97e71ec1c872c9e75d1494210db9462f0b35b2b
MD5 83522f5643268757e9117bd91575527c
BLAKE2b-256 a63923fe6a1fc9bb7ee849dc2898fbc26e47dabcd2839c0e362d7c5a609be5ba

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-none-win32.whl.

File metadata

  • Download URL: flpc-0.2.5-cp311-none-win32.whl
  • Upload date:
  • Size: 634.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp311-none-win32.whl
Algorithm Hash digest
SHA256 862cdf339b241ef041f2c6e1734adbae26e8e3ce3004f9ab83dde0fede58f46a
MD5 6aa3d557f34540bb637762ce42c5219b
BLAKE2b-256 fef38086c14384603133e899e157488ce62bf7b8e9dc29690a10dfd40da0ed5f

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 801c99e0fb41995cdce4e03d2afe0e4e3b94147c7d54cc8001db0c561f83625a
MD5 b28d52cf12c1efda7cb2cc555f3d75b5
BLAKE2b-256 6adf449aea28dc1c8e83c42b46e7b7b0cb070e9dac127158dddd817c6448e72d

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65f4d6d84d736c8e84eeba890abfcb18fd1bfc54241a4b64cef93632b336f025
MD5 1672392e8214ac18fe552e980ad7a88a
BLAKE2b-256 9e8825e1ed5a34c01ab61b7d801dd139e65d2d53dd186e417cd45baf3a9da4cf

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fe83f6ac00fa2c284dacb9aff71ba114b00c19d01fb675d7d13e598ced60edb4
MD5 c9f3659a68067001ff30013bfefedd0f
BLAKE2b-256 652eb6700d4b3d27776b8865e74a64d36a0d3d9523d00ac199b77b6aedc403a6

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46a449d6e019c3c25d7f74ff0c7e76f48786b7f40ab6838078a582eca962bdde
MD5 e6dcf6b6ff15e54dd756c1be35362d98
BLAKE2b-256 8144ad9d6252c957ad9d6c90faaea8d1f61156e87fd61a530c0c78401921cf5b

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1cb186b9e47fd6e1794c77ecbcf40320bcd4f8ec559fa0db7861d490e3c01ded
MD5 2ea2ec0be5846d7d16c5eee3575bcdb9
BLAKE2b-256 ef48aacdaa7fba7bb3fbba0d0b19cac6cdb178cb809f7f571da9e2aa17463fc2

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98fadd008e697a461a69b0334d3a8327e398b89be7ac40ee9d9854ac78a9d860
MD5 30e2c132f33fab0f971d0f3a3a0f2041
BLAKE2b-256 4cbd6666356bc1cb10cd4305b066710256b8014c3f7ed223b244d3d2626a2c56

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8cab9e789429b412cecd556596a7e45dc6d0f63beb35bc79309c9d142c28516d
MD5 e4d665f2a9c76e22820ef34fd32d9aa7
BLAKE2b-256 39ddd5ae8b8c93b9ed1e2c7357ded71a7e0556c96e445972f5ed5adafe123c02

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dbc91c44aa5bccee8c819a2fdadd5fb512c8d7a099816a0853660919ceeaece1
MD5 6b94f2ef2ec1fb9f41f6aa3de611b519
BLAKE2b-256 483caf95bb8b59883c17af71abdf72d32c2dec424991341fc83490ba04aa1b5f

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 940d1db7df17f6030600edcc02ad9b1ad4952f763e1c08673eb3ac2c3bca2592
MD5 2d4f4ac0d60a57c927a74b3ebae4133c
BLAKE2b-256 7585d1a16ca52ed7940c5de334b308b5aaecf6f92153054e74d88ab774ff41c4

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ab619cf261389771ba15dceb096726cb7e95512ac011738177d80ed904b20387
MD5 d5431f881263023aa4fae173aacb63ab
BLAKE2b-256 1a289566201cfb54f5490b63748790130c167d8648a0cf9197f5ce0db99872f8

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1d0729843e963fe401b99c318001f8be507d486b8c391b28e531be883cc221d
MD5 cd5e46e42b27d361443ddd78ed0434fa
BLAKE2b-256 3848c75af3a4f826893a218a0d7e98c9b516b18b1f13808a515d7743e657ba37

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3dbb0d9939ac1f66f8df8230f3cbf7762bab955479c155c6871d121597ea8880
MD5 bbe453217c47e5994ac5861d6f429395
BLAKE2b-256 05a6351f04e7a92377b35cbd08d44a47f6d975cda28158ee15a2635904f5b3a1

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-none-win_amd64.whl.

File metadata

  • Download URL: flpc-0.2.5-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 708.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e380e2f98c2fa1999d775b77c41fd8e736536353c5fd74e30722fb747f96a888
MD5 87ac2c652c2ec65f034c33d06b0e2362
BLAKE2b-256 91aa252e73b209417b000d2eddbc44eda3d0ecc52a18d771df9941b4fde08b1b

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-none-win32.whl.

File metadata

  • Download URL: flpc-0.2.5-cp310-none-win32.whl
  • Upload date:
  • Size: 634.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp310-none-win32.whl
Algorithm Hash digest
SHA256 816c15701a5c8ac5acc76b68d6da3892aba7f05ca4551524354b48f947567775
MD5 a6e79e1277184a8fdb9e8e8614f9cef9
BLAKE2b-256 28b6e4a443e3f36e2ae5336a0a74902f2790c984ee984f02db4989f965f8c3af

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 950679e57f6e1f399768fe06eabe41aa9080eee664c6d4f12820872ab8f7d131
MD5 b802688a06307deaa7ada313cfd3a4cd
BLAKE2b-256 77becd61625c9299755fa13facda20c2b522c4efe1035760093cf040c6b78aa2

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3db0d8e888465362dec9bb0fcbbe758a993d0588e827f85753dd28ed666294eb
MD5 a474f4060cb7890c418b44572467061d
BLAKE2b-256 bfa6829778644708bc08537e814d7f1a13760fc7e4e6ac26b246cb13338ce500

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2fe4234f8a80ff7d1b4b20aae9b5fc632dccd0a1af2d52f03382ab98a1299c07
MD5 300203dc26481397bc4474010a000e64
BLAKE2b-256 c7f81c596c79aec469d6847472d6ea96ff97102643e6b8747a2554f508b265e4

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 89caa21976d77ac7a932d89efd42e84990b34d095cfb8cd9443987adc72cb827
MD5 2f6bc9a5285380b20e97f73935185414
BLAKE2b-256 b21f0d4a96652174f631b63a37f17b39d7de2cc4de6ecb881ad884fb5f8f066f

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f1faa3af35e265892ac3c7b17e7cb8d7fc20d952bea4c49811f071f4ae61069
MD5 239d3e014d4e06c504449908b4c1c107
BLAKE2b-256 ee5404e9400baf47653c8da8a9d903e1845ea34eb72fc5fa27c97980461ad557

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a718e781986dcdb0f4da657a7113d4d8692286c8603b67a58b81fbccb686d31
MD5 220c424d61db36c9ed9a0673d9e8b1e6
BLAKE2b-256 259562376b18d5626e6333123a6e19797afe28d7c564f75d7fe1e6fed8163919

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3618fd4fdfdea93bb32fb5a0bc0401026e96bc9c4288e659138b638e8ad48c98
MD5 782233fe5750103672c6764abc32c4ee
BLAKE2b-256 e94a77f7d7159f93434be17ceb1f7442d80d530a7316d1c93ac89dfff20f9d6b

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65a63209e929c8c3c2528f6c6c291c33004dbf0cbd9fcae1f109a300676d220e
MD5 20da5e00b51361dcdac06c5a772131f6
BLAKE2b-256 10b9689fb1c905bf50ff1e6766fe1fbfc3f9effd049ff85e187ad930f7e86e50

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0799013094765385d63bd444aa95db3828a54d3b88c5adec972ae68ff87f80ff
MD5 41508524aa4e7ccaf333369617635ea2
BLAKE2b-256 0b3a2bf5bd8f613c337bae32978a4e27e12ab5368b53cce87628b0b5daa9992e

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3782a59d5199a1d61bd514db5a839de7f37ed2431be6705bcf4e920c740fcb0b
MD5 aa3fc9d86cad91ba8a22600367fc31d4
BLAKE2b-256 3e53973bdec758944600133cc295615c8eb11e6f23455ee4c16f916ab6acea5f

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cb2f8ca7ae9e834af02d4c0be14064c674783a22035b6dfe231f98bc8f96b4f
MD5 a442c775b760aa7b67eb7a53283fbc9e
BLAKE2b-256 f2932da473b4ceb7cf33aed22a2302cbfb7c967a6ca623450d3eb16ddce6a836

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-none-win_amd64.whl.

File metadata

  • Download URL: flpc-0.2.5-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 709.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 2160ea37455767d81769264667d4906b72c107931691117e741638c5383d325b
MD5 287dbe8d4af8fac95abc19bded5c9eb3
BLAKE2b-256 f51c8c0a885af6e502faa4f47eb2d67112b8244f949c363c512c43bcc7e8df7b

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-none-win32.whl.

File metadata

  • Download URL: flpc-0.2.5-cp39-none-win32.whl
  • Upload date:
  • Size: 635.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp39-none-win32.whl
Algorithm Hash digest
SHA256 409c84053634664a30fc869568f82b611bb4d27462f7654e1d3857d2015d7039
MD5 b7e1c7a79b7d406faf06095d3e5ac4ce
BLAKE2b-256 98eae20f9849a6cc04c5b706eb55b32c6efa4d11c4c5dfbdbe1cef928e98b0a3

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fca6859882d5c29d9f63afc432f1f60014a80f6808e4943136f34ae6812d34f
MD5 03d4900419b056cf5d6a59c8ceaf30f8
BLAKE2b-256 191ec09390f746ebb80eeb3d35b88fbefd85dad8ee0db0d484e28128423a5a7d

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 118681824e23ebda0bf3b0c3dbea28d3f8088b689a8e4e04e02c7272e2678863
MD5 638570de2db72f7f1a7a88be5b90b5da
BLAKE2b-256 4d2b6a4e438d6ad03325542431eaf461ad2f9b0b8e140880fa6c91827d51e1e5

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 35148e13e6cbf18455e3e4f93087e62574e63fea7b2483256f9ec02428d0d41b
MD5 0b3f0a757935575b86c8ad3b2ea8a68a
BLAKE2b-256 f90235f28edd6906b4ffbce86b37403ce15cd9bf66782293c0965b3fb7cdffad

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c8d0ee5b1237a641e13b1743ccb94c573d7ae6a55fce35af2f15dfbe62e4b21
MD5 c9cc59bc0e4006d95e2d27177eeabbc5
BLAKE2b-256 95bbe28c5167996f45f8b83ec6c73f74e33422fea7501f2a074ca639fefaec94

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d780f70a7e248e4d677bc49e1588f37c136e733335b6cd690629fc8bc9031b9a
MD5 d6195e09c634e091108fc53b504f8c6c
BLAKE2b-256 6a59988e05b4387fe4729c299653022bc89a6e09928a5051583f89f73f003509

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b8a2ebc7ed947924df10be9426bd8bb55dec57bb4e5dc5685ceb81d81a1bafb0
MD5 043057ee9b20157b6d0af8f8405ee920
BLAKE2b-256 74e3221673610564c6039e1be282b09c4f3e3867e184b45933ee3cad9f4627f9

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8d71eac462f6bcbe5ed505eac64fb5abf3f41c24688ae00a63ab9d7def23ffee
MD5 43e6c50e154f25751fa583143becfc39
BLAKE2b-256 b3b3e317fa3a5967847bdbc8690a0f4212f761978b2eef101c478b44445135d9

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 45b6f466c50893b9b61435a40214d19bb05509c6d214637c0ce4fdf8cc7b6317
MD5 70d0b12dda025d6d71227eb0d4dc963d
BLAKE2b-256 329f78779a641faf18b2e0a0519fe0d463dc6b5f8e3fbe393d4a292342d6336b

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b6ec54e9fbb235135456b017bef92ecd65eebafca301791b6d1efb7f9688708
MD5 05fa3525964f93c599c62d630c933089
BLAKE2b-256 16e996397d3f9d9337cbab131410087c6edf00ce8eb125bd027157512da55841

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 11e208344490367d2ec84f5f3bb53b882c8858ce5bbe1c4d4e60273d4f25f088
MD5 b1d9100f69f1199ca17e778c0f619834
BLAKE2b-256 423c61db98cc838fc14209b612b9189423f73bd6991c88569a18a05decae74b9

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfffe8fb3255ad112b271c7d4b79d1f251cebfe6e6b15e0e49b997e6afc1b34c
MD5 a0489ba1ffe0c6ffd5e1935a1f2694b8
BLAKE2b-256 99bfbe04ec37a06f6d5765ff44da6b7c2a8324cb9904f60b8ce55a82e9fdeef1

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-none-win_amd64.whl.

File metadata

  • Download URL: flpc-0.2.5-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 708.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 782204267eeccbfb2a78a4cfa183d2c8b18eb082dfed883dad830c381f2e3145
MD5 997126cdf4f2aa8eef52d7c4e94f1bca
BLAKE2b-256 8fee9cf756e9dc485a4ea3ede8ad0515a2f985b275292616e062fa41337b8581

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-none-win32.whl.

File metadata

  • Download URL: flpc-0.2.5-cp38-none-win32.whl
  • Upload date:
  • Size: 634.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for flpc-0.2.5-cp38-none-win32.whl
Algorithm Hash digest
SHA256 7bcf5ee96073cb3e406b9bbf7d23611938393adbcf2e5ecad69406744b0df472
MD5 1fab315d94dc46bdd849efa31ca3e064
BLAKE2b-256 bedc980239d55babb3077b3ab7f69b9bf530a8f3fb4803dfa8d440a7ce4690e4

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 210706c3f905b467ba1b929986f9cc871f2776526f38300d03e2f27f0129b382
MD5 030f28bad17d4b74c940a91e609ee596
BLAKE2b-256 6811e3f8005e345622c9ab62c5c6a90660794a9aed9832708236fc3e489c51b8

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 26143c7371308673dddc8cda3711ae46e08ea2d3fcee2d210014f87ef390018b
MD5 ac6904036e2e25ced649f0266034032e
BLAKE2b-256 2571444c65147a7091fa3884d1efd98132fc321fe573e2cc137ac088904a7832

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 38da21ee0d5f3da176d3a75809d713651b74bd4764dc95a6f96bee259474bf3c
MD5 c4772dd98cdb72d7ec19d0197b04f7e6
BLAKE2b-256 c19ff110ad5ca8b506e0bff724926479bb850ae5d56a432dc1325e3bd2246900

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8fa1f588c5f0414e982e92349a472c665834aa6ffcfba1a2e326bb12d649ca9
MD5 0032496470e4bae375232d2d06b48011
BLAKE2b-256 433e3bdbdfe65727828aca9a44ef57d7229e6032695f39617f824a3824865fa0

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd7b912e95db2db0e4692586d58f4ee18e52ff0285bfb65fd752418844beecaa
MD5 fb9c42543ac1b01dece8b1a647885352
BLAKE2b-256 636204de28557a3490c872b2f0bf6ac2de02b9f49e48d8ca4aeb1786c54fb869

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ca4045b300a20db70bacaaedc67527329deb81886eae568d9c7a66c41157d900
MD5 becbd17759e2846d7071d1680360f48b
BLAKE2b-256 ad307458956ae0e954001e98039169db5e72cbf5299c82a2a9495eb697a34c41

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 000fb44212d27667c1e9dae481f291dcb96418bbcc41f05a764ec6d50dbc2fb9
MD5 5da32a2069318ed8a5cd353ea68fa47b
BLAKE2b-256 0227ad5e2ad30dce0c6b34a0f91a792e359b273c70a6b30bf6784ea6853e8192

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 23bde8bb44a08da62dd1f1fa6aade84dd21ac56b71031dd73ca9403ec163e4ed
MD5 5df425114e5a7f70cd3f4e09c49b2357
BLAKE2b-256 033a89a91243954c47a9b6bbab3688ac840db5db9e3c576b319b40b1aafd4ffb

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d226f5aee7c05bb5dd041407b58339894d810d573f230af23cbb6943b62e4a11
MD5 96a753ddca49a0b6b3c78158a25b2a0f
BLAKE2b-256 b61461a46d54e2ef0be9482176f00d78fec49ccf3a5054e6d706593c3982d1d9

See more details on using hashes here.

File details

Details for the file flpc-0.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flpc-0.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 24a95f18b7d0a9baa7a10a3e02b923b904ffd719170a3ce76daeb89b5b7154f4
MD5 dd889803dc4c37b3dfc5d06947da3da8
BLAKE2b-256 10d04e2bb9139a3846d080142b33b954dec2f64a14d7e8ddba23e2cac0628f29

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page