Skip to main content

Flote is a HDL and Python framework for simulation. Designed to be friendly, simple, and productive. Easy to use and learn.

Project description

Flote


Flote logo

GitHub Repo stars GitHub Workflow GitHub Release PyPI - Version license

🛸 Introduction

Flote is a hardware description language and Python framework for hardware simulation. It is designed to be friendly, simple, light and productive. More easy to use and learn than Verilog and VHDL. Using Flote, you can create integrated circuits component by using it's HDL and/or Python framework that work by the HLS (High Level Synthesis) concept.

Flote in VS Code

Here is an example of a half adder in Flote:

comp halfAdder {
  in bit a;
  in bit b;

  out bit sum = a xor b;
  out bit carry = a and b;

}

⚙️ How it works

Flote's Evaluator uses a structure of a compiler's front-end to elaborate the component. It has a scanner, parser and a builder. This last one is responsible for build the component, an object that can be manipulated in Python and simulates the behavior of the integrated circuit. The model object it's a set of signals buses and uses event driven algorithm and dynamic programming to simulate the behavior of the circuit.

Using the HLS side, you can create the component "by hand". Also with the use of the Python package you can manipulate the signals and sava then in a waveform file.

Grammar and Syntax

The language is defined by the EBNF findable here.

🚀 Release

Flote is in beta development. You can see the latest releases in the GitHub repository.

📝 To Do List

To finish the beta version, the following tasks need to be completed:

  • Make the simulation class (Component)
  • Make EBNF for the language
  • Make Scanner
  • Make Parser
  • Make Builder
  • Make Testbench class to encapsulate the simulation component
  • Make accept expressions
  • Improve the algorithm of simulation (n² -> n+e)
  • Improve declaration to accept assignment
  • Create signal class for waveform dump
  • Create waveform dump feature
  • Improve semantic errors by adding error line
  • Improve methods of Testbench
  • Publish initial beta package in PyPI
  • Add multi-dimensional bit signals support
    • Declaration
    • Assignment
    • Operation
    • Error handling for declaration and assignment
    • .vcd dump support for multi-dimensional bit signals
    • Indexing
    • Slicing
    • Error handling for indexing and slicing
    • Concatenation
    • Big endian support
    • N-Dimensional arrays support with concatenation
  • Add sub-components support
    • Instantiation
    • Connection
    • Error handling for instantiation and connection
    • .vcd dump support for sub-components
  • Implement Rust backend for faster simulation
    • Connect Python with Rust using pyo3 and maturin
    • Create IR (Intermediate Representation) to communicate frontend with backend
    • Implement the IR render to use the Python backend previously created
    • Implement the Rust backend
  • Improve README
  • Make automated tests
  • Create GitHub Actions for CI/CD
  • Create documentation
  • Create site with GitHub Pages

For future releases, the following features are planned:

  • Create import feature
  • Create std libs
  • Add generate statement support
  • Add multi-assignment support
  • Add in-out signals support
  • Add xbit(0, 1, x, z) support
  • Implement custom types feature
  • Add Python calls support
  • Improve HLS support
  • Add manual time control

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

flote-0.4.0.tar.gz (37.0 kB view details)

Uploaded Source

Built Distributions

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

flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (209.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

flote-0.4.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (38.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (209.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (209.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

flote-0.4.0-cp314-cp314-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.14Windows x86-64

flote-0.4.0-cp314-cp314-win32.whl (91.2 kB view details)

Uploaded CPython 3.14Windows x86

flote-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

flote-0.4.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (38.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

flote-0.4.0-cp314-cp314-macosx_11_0_arm64.whl (36.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

flote-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl (209.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

flote-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

flote-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

flote-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

flote-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

flote-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

flote-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

flote-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

flote-0.4.0-cp313-cp313-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.13Windows x86-64

flote-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (209.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

flote-0.4.0-cp313-cp313-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

flote-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

flote-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flote-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

flote-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

flote-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

flote-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

flote-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

flote-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (38.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

flote-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (36.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

flote-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

flote-0.4.0-cp312-cp312-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.12Windows x86-64

flote-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (209.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

flote-0.4.0-cp312-cp312-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

flote-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

flote-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flote-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

flote-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

flote-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

flote-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

flote-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

flote-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (38.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

flote-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (36.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

flote-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

flote-0.4.0-cp311-cp311-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.11Windows x86-64

flote-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (209.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

flote-0.4.0-cp311-cp311-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

flote-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

flote-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flote-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

flote-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

flote-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

flote-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

flote-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

flote-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (38.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

flote-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (36.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

flote-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

flote-0.4.0-cp310-cp310-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.10Windows x86-64

flote-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (209.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

flote-0.4.0-cp310-cp310-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

flote-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

flote-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

flote-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

flote-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

flote-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

flote-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

flote-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

flote-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (38.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

flote-0.4.0-cp39-cp39-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.9Windows x86-64

flote-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (209.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

flote-0.4.0-cp39-cp39-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

flote-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

flote-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

flote-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

flote-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

flote-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

flote-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

flote-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

flote-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (38.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

flote-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl (209.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

flote-0.4.0-cp38-cp38-musllinux_1_2_i686.whl (223.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

flote-0.4.0-cp38-cp38-musllinux_1_2_armv7l.whl (303.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

flote-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl (221.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

flote-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

flote-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (38.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

flote-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (39.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

flote-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (38.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

flote-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

flote-0.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (38.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file flote-0.4.0.tar.gz.

File metadata

  • Download URL: flote-0.4.0.tar.gz
  • Upload date:
  • Size: 37.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for flote-0.4.0.tar.gz
Algorithm Hash digest
SHA256 53798e705b61ae4d6ac0e1f8a8e25d928761a1b0359930a9c5186943bb0540a7
MD5 2881c7ed4822a16dc058e903af40244e
BLAKE2b-256 d27d1a69e8f63866bd278beb671bb8a6e350f618024b8df5270860eee543e10b

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 592f65802f618ec230a244e8d6a11309b75e049148a4e669bb19eca7d679489c
MD5 870e09f680908ba855cebefca3ffff5c
BLAKE2b-256 64422eb8ff26acb23d8ca7a30ce661ca4804f3cc95f567d97b1536018f7c5982

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 45215e120f62ba510fbe860436c8d23196c9f79d25858cdb2a30655bb3af2176
MD5 fc612d12882a4172bda911f3cafd05ab
BLAKE2b-256 8fe5d2346eb4ceafbe7e4e9b2715ea3fa4331e2c0b1f75eed265383fe9f4f739

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4d3d31b86b7bad37947e8584645caa497a8436a6b33823192f77032c7649a236
MD5 9c37e760bc3ceb4d11b3c5169a761f33
BLAKE2b-256 f960681c68f7d9e9d99678b6b22851ef1d97e3f1b2d60888e67d69ce0eac0e4a

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09c78ab42ec3e1ef92f6050264a9fb9517c1a35c7f34b7f00ab6446c8fd5cf6c
MD5 7baad4ba8248bdf93c32685c05d2f50d
BLAKE2b-256 13491a66412fd145c96d1df2ced2f179558b032a49b6d31941b9175d8823b2e5

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 898702896b5080334485b60d935c9cb234a9f82f937b3d818a13e900f3a064d9
MD5 c4c7a213baae73e0eadecc34d6276dc8
BLAKE2b-256 29927eb8d2f2b6a36f4c900130fa78d42bf29a5d5de75d17420b99174b772289

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cffb51c549594aa5efe7e5e440b78793d8b61bf005780894e694dfd9539bb827
MD5 dd4e3c9434a07f02bea6fb96359ec567
BLAKE2b-256 76bee0d76789eaa47207cffc57804457a3eeafc69a77cc2e2f7a2036a1020da2

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0680acf1654286278b323133cd4035557a3015988d93c57a597d61b7fe7762b1
MD5 00cf20e638d07bdaf80a1f1fe88cd784
BLAKE2b-256 127f23e95da87aa5b66178723d894613a4a4d13df53ba726ffcfcdfdc0392f74

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 12976d597e03ccf886de1557363edf549962727ed3933dc9acd71e8023b349a2
MD5 7d0689015f00d6cb1d8e473bf4d0b702
BLAKE2b-256 f7e12df52ffd3f3ccc4df0c38c02094ee8f4a67eed55aed5b7ab2b8cae60055d

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ecca029f2c7ae2c5031dfd6a57d524f96c4d9e978fc98193d11c6fd1bfad745b
MD5 66341b46eb56f269de3eb7bb01066061
BLAKE2b-256 434fbf68129c767ce68c153f4b883b40f793986c8711359699ca052ca8b1ddb9

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4bd01b176470973aa3a9cc144acada37df1e9e885a5ccd255920e67ebcc91167
MD5 bd03c2fdff64a13c07c1813a68f45de5
BLAKE2b-256 32bfb56f952b606c7db8f860681767477f9c0ff53c1e7dabb5d810ea2240f736

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51fff556d55f1213ac9890feaa6ec5a968d609272381e1ab8105301066083977
MD5 71c8289ec1c938d180e03a981c03468d
BLAKE2b-256 9e627b7f6c6d80a665c908b1605d9a086b3a7b143a780db56915dc2dbae78e5a

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cc10cffa368e0dd1e9d7b7dbeaf8f45575ab717c2333d6f75ebdf603daffcf9e
MD5 35916eee05a1ad67e2bbf73984eac4d0
BLAKE2b-256 7fa2823597c2be44fa9fa4858cfb3a5584352a6a393a23209edbfbfa398b5f67

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 337bb5b4b361be5a1246c4731a9832ea2ec23d4790d42b4026f05465a6692cda
MD5 c8a2932908b40737d0dc3d3d48226710
BLAKE2b-256 dd12eaf81ecf09e5c179b64c6a4f94df4fcc33d9c84daa0564b52b48d11e37b8

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84752ca7eaccfff150035c20f863cbf7ff58056267d694061257b10410ccb4bc
MD5 7e19a4b97f83c4256cdf2f51dcdd9f74
BLAKE2b-256 f8ef6f54e85a223cdd268ab4694d4fc1492fbabdacaa762b4e21a1c93c792770

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 458a77a069ae049c6cc210a5824b409a725480a561ed7aa500eb048c83723d28
MD5 3a3b5afffd65765358d96e2a491fc125
BLAKE2b-256 67fba2cef1c1f41d3203943fa56e685f933fa4aab410973d0e1a546ea980b5a0

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e169e08c78bf99ce143d6058aeda2c3ecac993eecf02a194a6bdc38f81d11b34
MD5 24f849cd2c8375fdbbc93bbcfd1e8063
BLAKE2b-256 52e829fec535d15775d4e25da04c5c5c8da5b36a520079d21e8cf3b9b9c40cfa

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7778167fe6f2f48f6fa22bf45e1ba43c3bcb439ea0ab13b58563b74c8a4914e9
MD5 01bf98b86ac6db1af2a5190665006ca8
BLAKE2b-256 45e7c4773075ad7c3870f9c27febd3498479f11e02636ad3c29054abffefbc8b

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19e713f0653ad5ee420133608c8e074bf70ca2c39f74dbd7734f7d64ffe5fe4f
MD5 fd407daa672df72ad0adfaf83898205f
BLAKE2b-256 48e74734c8fd00fe97babfc22b0779771c3375f7921efe093c6589c70b6edbf6

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d5466505ba216ce25b39a07e555dab9184305c960b6e988d0a97c2d04a6876c
MD5 4382a6a557925bacf418923fb2ee8abe
BLAKE2b-256 000a5a5591573e3474b3aa5c6899678d3a54c4720600b31c564f97765febfe52

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27cb83c5d7f3d5e1fc98afe674ef76fef1e693553459a333d9474500a1f45095
MD5 57f312cc6e239fd47c1b9e08d36a2daf
BLAKE2b-256 2976af8b08ffd81e552cfef30ccc2cc2d4414c666db50af4d6c9e30adcdd40ea

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f943a5d421f4c3618e99e5be040e50fe155560911c72059e16c523145415de6
MD5 6345bf305337b4be3dcc390e08a5527f
BLAKE2b-256 5a6eeeeb571aff275f958c0d6b177ad6762a04a0ae68fd396038a7e5b7d9e952

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 716a5e6ed31c1a9277b3b70b473937de2915d2cee58ad0339ef077a59999d52d
MD5 77b25f3042a66b26f5b6eabf7eb095d7
BLAKE2b-256 eec11b4fd664cb4bf3ae38584fbf84877cbb47be66ce422b6c55bdc1cb5f3a7f

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fcf92fd8a09ec5feaea2026ed944812783f2babb805d3fbb53cfaa0b4111ff3e
MD5 45aa4d136fd01ffeeb3550ef903d8db8
BLAKE2b-256 f71ec06acd87fb984784ebdd0c79f093cf451ada0f2aef590f2bfe166ffc9b31

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3ac0a0bd82f3dbb54404e096a805ca099224f3746db06f94827f3d96a06e82e8
MD5 c1638e13ee1a320e3150776eec949e00
BLAKE2b-256 54c950242ac59f60783bffefe04ea08a456aeaf9ba4d9b6c908432508c1cd688

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 103e9ae888dba0dd20ea2c60efb605c94c5cc184dabbfc02088fadb34a478273
MD5 ee78ee4e5a7b3647fd7cbfaf63a726d3
BLAKE2b-256 cfb326fb12c6f18e1745b7f52ba6689217aaf8714ea37dcef62661a601828a8f

See more details on using hashes here.

File details

Details for the file flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 770a7b26fa81d9fe6d9bd29784ec1915a4a9f1b59120973463e6b3f1a274d827
MD5 d200c332229d4e35f546f05ba341ec75
BLAKE2b-256 aa4daf2ed836952b2e76fa354895068c112aa7c698fb611fc165037b310cad95

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: flote-0.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 93.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for flote-0.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6f968ea5e352b8fb1b412bd6d9875904885081ae452992258f427e2f0ac00961
MD5 bc16243ea9f14795b67623580d2ec86a
BLAKE2b-256 b0d8d21557938f7406c25ade83c0f005f12886c04858aaf7a29fb55370039e2c

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: flote-0.4.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 91.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for flote-0.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5adc63ada332577e636f2cc63e487ef10c9ddcbe4947403579437d0b25a138b5
MD5 cda500a1c1b740102f0a6b194ac30a84
BLAKE2b-256 6acbe2fd2560a7c31dc4c61188b6de9d9c5d609f324019975fee6b2172be0f7f

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2933bdb1815e27bb1fa2638c61502377259a0770b52ba0983e88431a499b14a2
MD5 793180fe3d75531d851dd848cc39ea53
BLAKE2b-256 0cf49f8c1244f0716fd32aec682f98c7a29f816e014444f63da5c8f6d6edbaf8

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 97574c78b6ede213c9b549568fc7e2ede2da80f2094c0769b0eaabe136fd638b
MD5 47bc49bf64a6c287214012437212df1c
BLAKE2b-256 ba930a5b62625c31fd7923b36e7e398dbfb8ebf8102118213568d115080bef71

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bba45b8b29007061a4bfbc157e826fcde0691998d2e3df23d0bf6018300cdbb
MD5 eeae38463922b274bf16d2011ee36aa6
BLAKE2b-256 6503cee08ba6566fbc161ad6f73343da367150717c21b69fe60091302be11f9f

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0696621b7fa845f8a5a0305de9bc07a6ce8b200bf0b6c862b557813fcb26fd7
MD5 0a293be5b39caef394eb8fae89a7b492
BLAKE2b-256 e54df106d69d841baa8900ded5dce3d91c417fb6d0fc1ac5b43c00b8d0c5e7eb

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f0d5fbd79ad9b00e084469b4aa2ee715e164be0228b31c5e387e0eb7590b9bd
MD5 675f631b787d297b76f9195310dabac4
BLAKE2b-256 cee92f8b13d6dcd48c0c8c197820e9847d8eefc327226c1a717703cf2a96057b

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ae64f16c8f86fd2560ebb0228fb7c4526b8a3e84172fe72c078dbd2b480b356e
MD5 60a251263352b86084f605da5dfda3eb
BLAKE2b-256 22d319999953cfa56651170c40ad75bb4ffaede0847e3aa2a8dd10a8606c09bf

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c36aa7d512fbf6ce353bb14553aeadd88677f4a3b68ab2975ec968b3f4586dd2
MD5 b8e2d184c9f643f5b84b78d80ec2a873
BLAKE2b-256 3768da352e8cf6d1f86731b94ab5b283f9ef2894b0d3dd836fe5a606e05337b8

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1760f5ea0a7b024945734ff4bdfc98aa9f90e497bec16e0b58e41b9cba1ed093
MD5 50a31ec1d7c8ccea82184face472edb0
BLAKE2b-256 71b206f5a3d820e7b7bb7228753370e6b231c5483413feb6c43024f54243c5f1

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 60e22e0e318c44ba063deca6d61ec0baa41e193eea8d65739d5abd1dc71558e6
MD5 9d41de7ad256bd7876748ff24bc7cb33
BLAKE2b-256 fa9b78460886a4fdeb27918e9762414a519f6ffd8b1eb3bd580adac9c147c9c0

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9e0c39cb80c61f4d5b70f22c52ff4317e1e1c2167430b53635b5a17b362c65ec
MD5 89de4bee89eaf5d86f3d54b435ade472
BLAKE2b-256 c2ef153f85ea2acc4d5931664bd7e82e2df6aadb2ca57827257b3b36d64721ce

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 756ae98bf5406e3a4030f653e1142115d99c0dd3676ad06694bb928da3b8441f
MD5 f9605f6533ae4c4b93b4e7791bbebdeb
BLAKE2b-256 44b7cf11c677fef8e3a41fda640f3f8f15912eccf500722d9264ce9e0585a4a7

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: flote-0.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 93.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for flote-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 750420e8000fb5036f148f935ff096dd5b4a9cb9a552c176d7ae700f42a882fb
MD5 e00fc24efae1cd1cda66530f4257009c
BLAKE2b-256 47d438553b9ad41b31b490b7f04c690f5831312b7c69d40f402c12038495a98d

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e8e6dc51f63cd641d179baf4915c2e932d9977b819447b92e30eb0e5177fa08
MD5 da21d45c5fa424d7e0e08bfef74a73e4
BLAKE2b-256 e7c7796dd2b171f8b525173c1406a136fd021597959491da4291df270516a646

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 384d3d710070e813814e83c326ead23eabbf8bc06f2960c278e8b50d9ee0f7fc
MD5 b25cb139aca260ae66a43229ab5a4f70
BLAKE2b-256 6ae9afdb39402cae16db38b5a6c702c7ed4c2b4480eda172f74e4b76d9e74b45

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f685f75b7f515bb31d81a23f7f5f79f33a808874b530900e84cb91db3cbef64
MD5 c5bcc30553084f4521784df20d8882b8
BLAKE2b-256 f1cb54d48eef00f8b818d896a3563d4db06e7cea902f91e836467cc1b640d3b0

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42d2a38c16f0200025416036113db4348e4cbb19568fe7564aa061f33c1e103b
MD5 9c7df3faac38c9feee2cf38966e81ee5
BLAKE2b-256 74f5d94a6a560ec04652bc6d3b1d0675883e8a65d0b86372710005a5b9a0a419

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc2a7e19382b2f0838a1c7a829414a3a9ed27203d960cdb63bfe093da8b964a8
MD5 092d5fc0f250ade01aac34d17c527003
BLAKE2b-256 eeb4ff9575f236371c26b7f5ae55a73ec88244d55c7cd62e6b0eb3e8593ed79d

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c7984bc05334974e655b3c2e9a7a72e12a2c034bb51f93371abf53058efa57b1
MD5 9235073653676c1c2b43a5b020b37dc3
BLAKE2b-256 799fcd08cb9867e1b4a1f6ffb5bca6564dffee0b16ffef0e7c439d13bb342e47

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58f3d38aa54d2aad506a8ba83d65f3fe8535b50e6ccbd1be1cd12aebe2db9656
MD5 e5fc05ab87beb4e80ffed3d40b8c7d3f
BLAKE2b-256 4383df7907304d50cd9caebcace5dbe3f58bdeb829300b71ebdd1ef52c2d917d

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 28550fc7de65e751126ec503ec6777c93e7d11443eefbf2f38c205ff0c076759
MD5 c7bbaab565f1c393d426fd3f9b36fce9
BLAKE2b-256 7ec954d7022d81fde0c6f6f12afe1ccb257dc2aa0c25e7ceb2f6e76ddef9218c

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e2e50a24c22acbee147a6dc396dca04b2f210b142a6b7d7f402fe1b88514a6e
MD5 1650d80ad21b64f277b6bf3da26d9ff6
BLAKE2b-256 36d20ef5b44984c8e7d3dbc29e32bea84ef66e673ce0e15084c377ec9f3f702b

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 20812a5d0087a73ac697f91a22c723cdf0761872cd90a2faa5b00cef9121bddf
MD5 c569ea9fed79c0b266d38909af541dc7
BLAKE2b-256 7c5e9ea1ef71a12254535120868d26016894edf2116fa6ea4615802450b88c1d

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c60dd53167ff13737a3c988eab2957327a13a13ed9fc8789e4b6324ba5b23e6
MD5 e54ec81352b793d0064ce0314faf2f75
BLAKE2b-256 409e24da2d3224332816c8327c3dc93e6065e996717d692ea91a7ab5399353d1

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f00314782133e467676916ccda6bd6e81abd33b868238b13f25d5d041472f96b
MD5 2f9ae36582e076e1d50345d14a4b715a
BLAKE2b-256 f4352461e73ebf35db8946b0506a8cb0e1e68903798a8289830b68999c2676a5

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: flote-0.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 93.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for flote-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3efbc7997b3a2373eb08c1958294b091e556986e2b62f6a32664f3f011142b23
MD5 a6e290d3626a9a16742ba78451b8c979
BLAKE2b-256 849f767bc98e30a9ba4355199aec9280e36cd60ec1b0c7b5f1e07c2fd3b399fc

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ad63255e76f13b696f7feaa59be4cd5a405a1b6bf71a1447c3f95abf3c67c94
MD5 7ca7c5ce6541146c445d7b0b2345282c
BLAKE2b-256 f8a17e9861c3af6d4fafa5670500dc8e5dd0511827513504a25c357228a6d173

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6be3dd57120d4382d6c00fd8a2024bd75d56df063e4c1c3d7c03543c0c6e227a
MD5 1e95b5b4caefbbbbec4ae599e0b93993
BLAKE2b-256 3ba84d27fb4972a3434f94c0fa024ee73c8586d0e92bfc793074e99f75085093

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4f5e7d861d293613aae0c7425e72d7b70384fed9ee8b22b7aeda30a1910cad16
MD5 45f49decea48983242112764c7d356f7
BLAKE2b-256 1b87bd30bcad492ce65a43a60d6013f9e33847defce94a58468a220cda2ffdf0

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7be55978b06b4002d743f4bd651740a698424ce9298947c87a2616bafe6a6ac
MD5 787d3b839d3f962e1d5582ce5513ab77
BLAKE2b-256 d9f6528095cd76afe623d0cffa812100690867cde2103350670b4c50997c3327

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24987bbb28e50c479c6e0bed6e14ca4df4ffd4a26d65fbf00334c3d65e7d50b8
MD5 5630e267e04718cf07ab5523d9218288
BLAKE2b-256 51c5a7917855391b25248f9e62b7f04476ae9162abd978b778aafb8881f886e4

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 86e549c850103203320dca08d3c872de0358dfdc9f3ab4094df26ce2afbc3c95
MD5 62e0c91404548b3920b4f8fe3bac11ae
BLAKE2b-256 764c71d0d0a74eca2fc4840974fa91bb08960b6be86b792e6dd65757cdde14e5

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 abfae415c2144cbd0972538a85527687bab5eb89af3b731c6fafe4f19f85377a
MD5 00d097a7a0bb83d835f9df03dbd8c698
BLAKE2b-256 f9265b872ca1d301a93fb52268af55342ff37a03009de28965ac186c1864b4ed

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 810ce56c6c9d905ca091a2c93df72b5a1657dc331204b9c69956be9c79cbcb8c
MD5 febf8e4ebc22b546fe38f541a879ea7c
BLAKE2b-256 0c15d25b62bc692077e9ee96c5479955dc8276009a2dfa7531e260cd8c0dfc0b

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 706ab7e293edd44a8a6d2adc7f21a0ddba8a30cec36595e7937ec232baefd798
MD5 16e4ebacd03d9836a13519eefbbb373c
BLAKE2b-256 d8680dc918411ea3daefda01aa6d84ba3451bfe6b5c52b4f9a6da6ade72d8aa7

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b756b51883c718ff610887b1b7f957e081ca0067342324581426e05aedfbe45d
MD5 fa9ed5e4cf3598ad40564b3d284b096f
BLAKE2b-256 f5452b5fc8f04fbe40d0ceda7f68706e24ac4b76a1bda09127397f6549371597

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 480753c251bb1164d5a8ffa58f15a844b944dc721b9c4c095d8dfa7acf0e6022
MD5 e4edaa1f8424b3011877233825d1a5f6
BLAKE2b-256 2b8ba6b34632345b4b926e3529c442a8a85bd9dd3745c3b90dc74f3dfd6c2566

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 00f5199cdd5e605075c59d785839034bb8370f587b3cb8112dcb6e8a2e6bc89d
MD5 723854de275d54944b93567c2791e02d
BLAKE2b-256 b4450e78f5c84494b01145b4b831e2f9756c5c4899e5c29eae2e634f7f4ae69f

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: flote-0.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 93.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for flote-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 47527ec0ff2eb635bdcf1606f4f91232830bfaef4d7242094da168e5580633cd
MD5 8204e34d57437e6deb692bb1ac42d453
BLAKE2b-256 753e54292a3e7af322b056e1ea99683c2eb032f3962804eac2a20f2c23214b47

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7c9b962bd9959fced4ab95083fa2f988af00f4c98401849441b718efcf6c95d
MD5 e72000d63b1579b2e72825f82ae186c1
BLAKE2b-256 caf4b0d2ecfa22f2103fc2080ccdd07beab9877568ef3500a510c4456099bfdc

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66bfa741464e6d67dd0c293ee57a352381d43dcec752a2ea27477c8fb30669e0
MD5 c24262fb227dfa06c7a7fdb7f9b4e6fb
BLAKE2b-256 7bdec869ec4a7a9ee39125e73e5f83d72d627899745b92de24b3034fb5512753

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a91ccec6beb3fa01db8efdfc9fa748e4cd4f2ff9108760faa85bb856a064bf48
MD5 b64f0c2f93666665cdf2c7248971777e
BLAKE2b-256 721f39c5ae1361a82945fe6716b7443cfa3300da680f83ab377b76edf0c715c8

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 877862329d4e7b4b764e090a1fa549dce83e19cb1a2c289f67c6df2b39364f1d
MD5 9d28ea1d8687732488b0458aa77a8288
BLAKE2b-256 4e08f8d61547aff33f97b9c7ea7a33ebbe49d9fe6cc467fab9903d2dc0283209

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 244abc142bf42fcd9dbc5b8b5afa355812408027f02e7f5afc9b212e7a9c519d
MD5 145bd38365adfa4480cebd9098cd5636
BLAKE2b-256 dfddd6969118ce27a2f70f09b16ef8b8737509fffa8d7890c26727dd5338952f

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3fa1d6122dd83145cb1f6f3378adc2fe0df282942d84b6e96320f485a38250a8
MD5 b8169ffbcdc98dbf936804d6d7c61822
BLAKE2b-256 3d22e14cfd7b5b8a32a0a0a7aacca11ee9d1098ab9566a69ed08279548974749

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd1e1d8efad45d230894dd64fbe0ea2793ff97641f84f87e887ec0fc960f75e0
MD5 1c78431f42452e9c0156fffa21ecb223
BLAKE2b-256 3c46298b1313f830d0d11c90226f0b04dae7ced598681b1fddae9e4061bab4d8

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ef3b41614d13da4668beb4773b9101e3a4ccee6c2ff8926ea2b8dde277b876fc
MD5 fb4008fd4eff72670f21579119ad0dfd
BLAKE2b-256 fe694251e8e6ddabc2ba919bd3830d86af00cf432db7831ab53fae68df6a7297

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d207c6a52e0e4f8787444c8a56199c6adbe4298fd4a33b6e447ba849d099f8f
MD5 5776b783275f1cdff55f02ceb93d47f5
BLAKE2b-256 757db836209e2f17270c798568c0434584c96c94b506d7981915259b411a2725

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7e941c18a639065b9b047f1789f73bfef48c79a25b8e88bf2e6481d7baa23e22
MD5 2136bfbf6d3b262f1bc01086bf1025a8
BLAKE2b-256 1dbc853df85583a86cf25e6fe91c85fe10a03190ab7c4056ff9e3df1fd138dde

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ca43123f0ab21ff17cc1a32128002e0cf5904c5ee9c090d544736001d4e61cd
MD5 5a9769bfd9d7c0376426a9877984b776
BLAKE2b-256 d197b4fc9b87894e4bddc5533dad9fd6bf7f1cfeece9a8bdc1ed80f041a1f297

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0e5f47508d99adbf25a0d7ae5b7e8b1edf8f9f603cd967b1c70193478a9224dd
MD5 7695eb2978ae501e3274a9894f73954a
BLAKE2b-256 5ee4ebd52c1bebc4479f7aa7f3771f53e374c548a581113241ad98bf60bea5b0

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: flote-0.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 93.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for flote-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58d97ffd28e5396512ebb0f599f671ddb2d257c7433986acb11e5878fde32302
MD5 e102d460c6570ee05492e2cfc2a4b0db
BLAKE2b-256 49868ad1c7658c08ac7248dde230c41519a271e35a30f605e6037e50e4ec33b8

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a30d6b4c27c2248cf8f27f8ba06968dc5b5395c0af7f5c14c286c45ca6e2960
MD5 72856f8f96ed5975aa33683e984cc840
BLAKE2b-256 075cbf794539e4022868afe280e97e85b1fa1db88d73481c9842021edffc8a65

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 128bd54d993ad9a09b363107c025d1e3ea424b6a5d60f96da75802bf62eb73fc
MD5 711c9c7b892cb325c569de68a18144ce
BLAKE2b-256 ebce6ebc5da20b88de43b3087d22e8bee0086a5df6c5a3751e0c73ed76a82528

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 53e2520a18df51cecf63dd9d5144a89be9d71d977ba799cccece3796f449a32e
MD5 d8e3cbb9d89d7276b7be2edecc62f73d
BLAKE2b-256 49a1ea23768c4c392627370ac214a2e755922aa425ce3716c5ea40bdb5c8fa4a

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b021a7a7553e81ae1bdb0528ce81d6207fbeecda8684c077c6212c2f2a10b441
MD5 2d181ae9daa2a21aedeb82d2dcedbf12
BLAKE2b-256 16c820edfdd017bbc73d5069e35fe4e7df2152c55b4811ee2a7cf926b2b43e12

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ed53d363f0228aed95b19a4ee830ee24bfb3057f244e48b912b0b0d15ced121
MD5 00a90b8076d0a6d4277a414e9c1876d8
BLAKE2b-256 5efa3390a70c18a993cbf12ed2041acec33509dea5889782e61a22bcbbe0ed79

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e8e49180270249b9cb5c23026a0c36af92294819688002b7bed2f836b54394ee
MD5 3cfb5c1917b4344d0c4415ea973b078c
BLAKE2b-256 fbc0a6fd6441f4c9f8206dee2d63e898762bfe229f73584676220f7501eb9647

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 526eca1fdfa5c65436664c5b9a7097fffb7a6dff3e758db415b142e84d777a9d
MD5 90c2dfcd374d484c23de4eaf7c44a5d6
BLAKE2b-256 99d1d9f9f351da5a1b1f20feabc460bd17b955214eeb179fa0553add66370558

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6603a2c5c2eb3a5f947c220beb259c23501737ee49bf499f4743fe69604e164c
MD5 914e18d11494a761459714611be917da
BLAKE2b-256 91bb3f8089fd53409ceded207a114468d8853c4cba63d4eb67532f5b3d764b5b

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01d47c6294204ab36cfa14f60c861b05afdb2dadc4919ed47e7b260b8641ae30
MD5 8ee56fd3d095424aff3aaf4f04b0d710
BLAKE2b-256 3a3a386951d4abae77a995def8351c48b65161aa0f8b4309d130ea3e1ec59a7d

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c3515dbe928dc5a20e413552556dc6e076ac53b582e8354773bc68e11c2ffae
MD5 4c960fa29e6ba6f0d494e7cfa8f43fca
BLAKE2b-256 e04a039dda4569beb09bbca4c6651923cb2d90de0210afdf8082c92dc342e0ab

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: flote-0.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 93.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for flote-0.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2cfe8f95b5533ffb03bed6161d451f34b064d95ff961d4c6ac5bb7938bf6046e
MD5 174e44b295ab2cb2c5fd22a25e4e6a95
BLAKE2b-256 52c9cbdb3901322c6f3c65599629bd1d5d4a615b9c73f97320018d25ca9d79cc

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 320bd45a4f636c97aaa09d63b1089d3c8b09b70dd39d209f2127535645fb024d
MD5 24dab56525d6a236601717fad2083113
BLAKE2b-256 c5f7a1f39c3340424182debeb2d330c77246a82924b883d81a97225576ce91cc

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4d35ea79eeaccf3b341a027225c1d3046366b68614cf7de1b97c7ee91d3bb44a
MD5 5f147262cfcc52e63e8b2a884d4ef24a
BLAKE2b-256 cb014619385678649c5ae4d3e58434f8bfd44a3a72f19188d5c799aeb008c7c9

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 424a51df0513abea734f4525c87056801f9245d8f956eb6d13a745673cdcc4dc
MD5 e1ae545325a9d7cf3ecb7a2ae7c72daa
BLAKE2b-256 5bd27214bc498364e5d1e906359e5565dbb35d5cce8092806b8b892cda849326

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10322cc0199f46302a8c44528581a88e4724b5ff7556085a552389580b2e5f68
MD5 cbe768a1407301db27618c0e4f742ff3
BLAKE2b-256 4d1da597dbc302920b3b79e57c9ba159b01e8c1ea6f2326df1e523f1f4e641ee

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0215de5c20212841c0ba7d3190d5a003c3bf7343e94607c5eda77ff4c7c45e88
MD5 0e5a88e82e13e93b5dce4425eb48810b
BLAKE2b-256 423ccc9b889a03113049d8a684ce651c2acd41d51570ff9e4ca184f1f0406091

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9b6c5abceaf70c56d613ce8d3b86398fd96895f95884191eeff72de2a4eee6b4
MD5 05e954b01c37d682ac852cce5aec04a2
BLAKE2b-256 8c0e09e20797f258c042c4651e7ff5532c47e5b9e6e0e594188d7f8c3fb84dfa

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3d24bcd6d5d46655113fd331e10bc83610afb8b6c3a482b76423a102ba2a8593
MD5 1726597bbadba651af28d2b5f3c56181
BLAKE2b-256 ebe3c3fc20f51ba54decb4ecac6f62cfab76fe821b9f46330f29925da34ae205

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 58d84bfcfb5a5d02fe6bdad47025637d82cae1049e34cebbfa56403ea8b36173
MD5 c84d12a124d0d6add19aecb505775414
BLAKE2b-256 71701e3c9f5b1d6fc886e2d559802f907cae088819a5d2bb99b2d488940e00d6

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5704cd927ea2678ff3615cd5fc18aae7ce7ab57f25efcb895c6d816b7b8c0db
MD5 ec6583919e2f09889c8274068e8310ec
BLAKE2b-256 8c88ceb8849c7dc73dc82273cc8373b2bcaa25ad01a77e9c0ca4f9f44cdaf0b9

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c62b00a445d659b673636cca73fc9df891accd17c14a7e136d2d7435137597d6
MD5 812c9f238c9942cb3765aec55b0c4d2f
BLAKE2b-256 bd5758ade14fa59ee4de974d50f20e00a31060b4e6a4cffcdf9b95428d691f40

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 742b34662fa79eb0b64695c194a933aa16a066bcf7c854e5cd63261682b7563c
MD5 7cdff6b6ca4cacf7192281aa846c1dcd
BLAKE2b-256 a29d724c68df2d9d80a1f3afc89b218ddc0193a0cdd124b9fbf36a202e9e792d

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e7b74498bfc0c30505894cf93ecda696513cf17d7eb7f7a133580865ba1d9f8
MD5 c13d77f953d6c912b26032b6578892cb
BLAKE2b-256 4e1484835107425f67f37ffa463cfe1263867c283564a43bab27c2e623a7c491

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1b5bba4e69209d7a8cf7263fc87575782bf3203ecff7dddd35a6960a538afb8c
MD5 2a60c033292e060918a99e1bf0b41d98
BLAKE2b-256 fb6a0207d152c376f3f195e40d1a9e31569fc90cd1c3cd10d04bf1f00b4e20e1

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb6b7485768e03eb643a8a95f4a28906f710b14f2309563848d5f296a5412155
MD5 2416e210056660a4efb98acb42012e33
BLAKE2b-256 e6aeb01ccac0f5b22ba791e1b5d1d1e04f505e7a138c25852972f4e7ab1c1eb0

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e6633262a8f9d595f008213efc1b4416356cea1e342120a934d8c30433bc0e2
MD5 92f29b6c1e14482ea153593205e9155b
BLAKE2b-256 2a4a49154c5a6d6c521c62ab390edb92a87ed78522f1a4669372c3fdb8b62b01

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f7f185d86dd103ada3d4fd30fc85cfab85f3dae15a8b322ad6d82c59bc94f1b
MD5 481150b08586e30060ec3979edd915af
BLAKE2b-256 37f1c11cbf96bde77c79efab6533cf54fe9cf31a7cc97efe2e611fc337e99587

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99aa6202e7909af218e032bb842ed2f4654ee5cf813b85686d661bc015d144a3
MD5 bc94995cadbd169a6d970a940f501f82
BLAKE2b-256 90cce9781a296beeb32c3938d5afb4afce944c27d34904764f8e73082b3ec547

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6675b30d6600be4290285bd5b4382bb7f157d747283a5ecd9130f9a159ddbaeb
MD5 9fc4a4acabc2dccbc2dd7c2397a43eda
BLAKE2b-256 99702fd77675fe8721e4d01fabbdf4015031dfc7a77f25f3e895bbfc8ec2cef0

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 954c82b9eef1178fda166af074c55304051693c861cec236814f99a1620af39b
MD5 21fc06aa759190608dbc3e5845e33521
BLAKE2b-256 b5c00b6ae2b244004b9d88eeefbcb014a104ffa1d77a740f1118f25fdc66b212

See more details on using hashes here.

File details

Details for the file flote-0.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for flote-0.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 19e42864e81bad4666db662faa2b7f42b7018d750c56f73e5a6da2432ae9b289
MD5 fcacc333c1e160a456913bb55f8edab1
BLAKE2b-256 c80042b6bb4de4673c8d01b10c1ce10b073b920836144cc269f594463380b934

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