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 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 elaborator uses a structure of a compiler's front-end to generate a intermediate representation (IR) of the circuit described in Flote HDL. It has a scanner, parser and a builder. This last one is responsible for build the IR. Then, the IR is passed to the backend (Python or Rust) that is responsible for render the IR into a simulation model, an object that can be manipulated with the Python API and simulates the behavior of the integrated circuit. The model object it's a set of signals busses and uses event driven simulation and dynamic programming to simulate the behavior of the circuit. Also with the use of this Python package you can save the simulation values in a waveform file.

✒️ Grammar and Syntax

The language is defined by the EBNF file 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 scope 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
  • Implement abstract Python components
  • Make order not important in signal references
  • 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.5.0.tar.gz (59.5 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.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (536.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

flote-0.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (561.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

flote-0.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (628.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

flote-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (537.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (502.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

flote-0.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (384.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

flote-0.5.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (536.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

flote-0.5.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (561.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

flote-0.5.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (628.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

flote-0.5.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (537.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

flote-0.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

flote-0.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (502.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

flote-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

flote-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

flote-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl (535.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

flote-0.5.0-cp314-cp314t-musllinux_1_2_i686.whl (561.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

flote-0.5.0-cp314-cp314t-musllinux_1_2_armv7l.whl (628.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

flote-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl (537.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

flote-0.5.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (384.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

flote-0.5.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (501.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

flote-0.5.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

flote-0.5.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

flote-0.5.0-cp314-cp314-win_amd64.whl (214.2 kB view details)

Uploaded CPython 3.14Windows x86-64

flote-0.5.0-cp314-cp314-win32.whl (200.3 kB view details)

Uploaded CPython 3.14Windows x86

flote-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (536.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

flote-0.5.0-cp314-cp314-musllinux_1_2_i686.whl (563.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

flote-0.5.0-cp314-cp314-musllinux_1_2_armv7l.whl (629.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

flote-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (538.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

flote-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

flote-0.5.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

flote-0.5.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (501.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

flote-0.5.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (362.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

flote-0.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

flote-0.5.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (385.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

flote-0.5.0-cp314-cp314-macosx_11_0_arm64.whl (317.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

flote-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl (535.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

flote-0.5.0-cp313-cp313t-musllinux_1_2_i686.whl (561.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

flote-0.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl (628.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

flote-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl (537.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

flote-0.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

flote-0.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (503.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

flote-0.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

flote-0.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

flote-0.5.0-cp313-cp313-win_amd64.whl (213.9 kB view details)

Uploaded CPython 3.13Windows x86-64

flote-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (536.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

flote-0.5.0-cp313-cp313-musllinux_1_2_i686.whl (562.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

flote-0.5.0-cp313-cp313-musllinux_1_2_armv7l.whl (629.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

flote-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (537.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flote-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

flote-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

flote-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (501.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

flote-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (362.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

flote-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

flote-0.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (384.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

flote-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (318.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

flote-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl (330.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

flote-0.5.0-cp312-cp312-win_amd64.whl (213.8 kB view details)

Uploaded CPython 3.12Windows x86-64

flote-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (536.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

flote-0.5.0-cp312-cp312-musllinux_1_2_i686.whl (563.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

flote-0.5.0-cp312-cp312-musllinux_1_2_armv7l.whl (629.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

flote-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (537.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flote-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

flote-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

flote-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (501.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

flote-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (362.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

flote-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

flote-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (384.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

flote-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (317.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

flote-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl (330.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

flote-0.5.0-cp311-cp311-win_amd64.whl (214.0 kB view details)

Uploaded CPython 3.11Windows x86-64

flote-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (536.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

flote-0.5.0-cp311-cp311-musllinux_1_2_i686.whl (563.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

flote-0.5.0-cp311-cp311-musllinux_1_2_armv7l.whl (628.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

flote-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (537.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flote-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

flote-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (382.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

flote-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (500.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

flote-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

flote-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

flote-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (385.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

flote-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (320.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

flote-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

flote-0.5.0-cp310-cp310-win_amd64.whl (214.0 kB view details)

Uploaded CPython 3.10Windows x86-64

flote-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (535.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

flote-0.5.0-cp310-cp310-musllinux_1_2_i686.whl (562.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

flote-0.5.0-cp310-cp310-musllinux_1_2_armv7l.whl (628.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

flote-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (536.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

flote-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

flote-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (382.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

flote-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (501.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

flote-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

flote-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

flote-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (384.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for flote-0.5.0.tar.gz
Algorithm Hash digest
SHA256 5c742f543c15c08f4a79b54ab16f96190b4bfc349ce1ed29be2300d2244abf84
MD5 2f1efff1749f733aef7d3e33b7d4929e
BLAKE2b-256 e0a73a39ffc2a5144f3e470aed1a74b604c68817793c5749131ae606fb828c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f226dcdc8375f09c18b052bfdc0f6b4a08254bb2bc634dc89c0004990e79a2d4
MD5 79df524287dcb33339c2783c95f1ac31
BLAKE2b-256 f25a5706aaa3e585175da69a08b18f9691aee9f45b5e96ef04111d5e89590f5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d54aad392f3223380dcbe5881840f5b21b737f63552940b80378f6b6a1ab58c1
MD5 fb2545be2b396f139b23ca1017292324
BLAKE2b-256 0eeb58747d38365d56d929e8753b0b98f2d52b8c2b48a6cdb52aafbc42983e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c4c2e8e466e9af02a02337721e08dbc02153e25a65b9df60ce1793fbb1da693a
MD5 bb3d53743ddacf57dd49bc4114bbd7d9
BLAKE2b-256 302ce32364ae434eb89f578f62909d2b0d247ca79afeebeb1bcc0cf242f37382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f92f2ac130e8d518dadc205fa76ce25a01d5308216292d7c76942305323ee75d
MD5 fd4e9d76e21150e5ef92d6c2abcfb543
BLAKE2b-256 8c4fcac18d6a4ee3a4583c5ae24186c2abdafedc4d9a6fac2f09c89e9c94ec13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 764bdaa85c59acb971187f96bd11f93f01d7491c0fe23c218016d4a1e2dc867d
MD5 6e718362f0f86f3956e901ed0d3999f5
BLAKE2b-256 3e28f51d056e83340e601e44414e4a81707ddf40c36ba68aa3242c99f72c9856

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f3cc210b92da68ffbbddfc0ac7b7b220417beb8038b0665aded1f4e71daafd94
MD5 eee3747564a6a875357245ac24a719b0
BLAKE2b-256 fd70324f2f10489b9a5451fd576b3c05d77c4ca8752881a6876bbe8ad7c575e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 923e0a0e1b54d2b3c84ff60ab999d8fe4b2cafc4da1f03ac4ea7116f8d3fabd6
MD5 7df0d95825a90bee20a5a2779a10fd29
BLAKE2b-256 26d75b09f677bca01b2eaeba60d8adfcdf8eb3cd898c946cea2df6521c0cf95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fae593d67ec3d3238ca65f49ce3b6745a4f2eefa5d0ec3207f243bdfec67b067
MD5 16c7565c94d8437fe83cbf75314be009
BLAKE2b-256 765857d44836045cf3d236c6e256dcac032183f68095531e438effe9536cd13e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39d46803bd54df97e26223b6d192bedd40f0c6a58de3da29bf2211866a571654
MD5 8beb382b5fe8b9dc843b32bddb69334a
BLAKE2b-256 0c9d7258d06a0ff3d2cefc3f4045b438b43170dabb6c75f91ad7fff4b32f8644

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9db950e8471ecec75dc8b6f47a0c0fa7100b2d8b2226a7489d0f257454f1a25f
MD5 e7b1e937f4c8c8f7c1cd3fbf6e1fd17e
BLAKE2b-256 b91b394a60b13d7a55f5dd4dca69e6021850792d617117b9c6310d0365112ecc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 923f73e08a0b477406d83185a8024a52b640cdb07128501aa8451afd3ef7116d
MD5 5b7e17458eb208d6e258d69dff88d32f
BLAKE2b-256 6720c5db25fb795f0beaa9a42ffc720e2f232104af6285fbfc7dd10112fdbcd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e08fe7c70f9a42b4caabc5f84f4608c5d0cf7913462213de83d3501da2c0404
MD5 3e8b0058a53708638b727507a042a5a2
BLAKE2b-256 003e5aa764565d6924955b3d156b924493fe9a56403e287d99b064e7ae36bba3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a8848dd843215c53ab22b7f6e8de1e3f47dc4a194b9086601e177a7437e63bbd
MD5 7488eedd5499982f8fcab99417ded196
BLAKE2b-256 88888043c80298bfa9399e1bb78720752e7d87199a6a0dfd5f41ee6ebb8f2636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6ce01f4cb72dbf1c2bf314e430ccfe3d7900c0e16b37113e03b1029d6b657f7
MD5 bf11a765ff34774a9ad7b378d4ee17c5
BLAKE2b-256 79b1a8c187464117b6c91a28ca49f1927927609bba404eb5cc2adc0db1a248ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 87a9fa6688484b73d310f4f31786c99f139d3a7b25dfa387450db480b67a63b8
MD5 180100056449bcacf6ca5ebc850b7324
BLAKE2b-256 8d64f7334c4d446834cdbb34520b5f9b43b05f1f28ff9d84622e797c9e35985b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 640ae369b8096edbb4235c864cc5a989ebe5036e9e0a9dbfe6811db27d3e2e5a
MD5 de6792676ca67bb01911eafa82e324d8
BLAKE2b-256 76d5c8cb239df92ee91fbfe4fe12f9d1291d52d1cd62aae6a680f1d33f7f76e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 848c1c5c75c98dbd6ae601978b1793f5d62251adfed4ef57a84370f1ae76e2ae
MD5 76b659ffd84cfd51cc7bb8b4d7a5c73d
BLAKE2b-256 d2bf42dba47d3fce9a169ca81693cc61e8a273d90757574bb1d8dbb984ae22f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 445f3c800d671361a270edfb1c8d5004d9404a669caffafd806e6bdf0dcaba78
MD5 8d7fb101c5f62722f5e19aed6a348edb
BLAKE2b-256 e5396b791f596217c7d7530f416cfb67a2a4950e31e93f1f53ab8e741f114dbc

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50d9244287ccc2b3b1d66ca221794c17c4ccaa3229511d4916c390bf5e4a9172
MD5 0186214edd616bcccf5d1660c6ae65d8
BLAKE2b-256 36cc3dcfd931399237522774731375b03059fbc8eda75e1b6d93b4eee0301beb

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 774999d1d7599811acdb6fa2c0078a34f284f24a3594d21eca3c5b9ed6195917
MD5 cb95be73478b96ccf966eead50bcaee8
BLAKE2b-256 c07de73325b01a8ee4a88b4fa900074e1bdfd22196d360839a31b2eb9abc04e9

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e65a56b1230ddd49e92514d53ba5b58118849b9e69d44aa0f2071c6bde520e02
MD5 2ed8a33853b409b35724b613470927c0
BLAKE2b-256 220be6830ceaef37a2c9b68fa437d79d4f9aa5081a92fdbd461fce291a63d107

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a1912c8fb2932b194ce7816f4ba5903a75914c4d517d3e031e271fd0127c933
MD5 47f4a3d10e64e9be225a17ff98923fe8
BLAKE2b-256 04e8c40f527eb90be3479fb1549d062cbb4c8646caa1d1e5428a2d98292b6a02

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1060750ef24e871eed33bd899d1cdb8cdfd037ae9ef2cf49876b24b34849c595
MD5 d0b21a28a5258ecfade4ec889b88e714
BLAKE2b-256 dc8eb63b7921f0c9d16fd79e7c2c74e26edda0eed9439aac63a9b5f5353919ec

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 37fb865bfa7c387dbd169c39bc539f5f5deee572876c1f6b7115f9ebf09120f6
MD5 977646aaac0bfe45a72997bf55e86d3f
BLAKE2b-256 1674962c7cfde028adc640c93e4a4d16f45934cc2ea0bcf86cf54925e7be56a7

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f7ccad0a7ee4af7c71da8620c614c829a2c9f80abe03529343df3a887c552747
MD5 019134d63f82e32e8fcc5018921338b7
BLAKE2b-256 f77c5d687fa524537491acb3fb36a1b8bbc3c1c61ba946115ac60ea32a3040f3

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 496f8c15b62c6c58c1c4cc2c2bb7703cf05113a4b8c90389e20664453843b340
MD5 aa6eb69f4f98a182482bb1dde684afca
BLAKE2b-256 4587b8e6f410dc9d7b76474e742e9fe8da2ebc9a4082f150e0e9723cc9931108

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flote-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e6fc7686aabed90751d1b23512c676aefb0bf4e20993d1cc1c438639fe179038
MD5 94b6ee6115d39ed4c870b7e4c507b2cc
BLAKE2b-256 73698057a410a272e8c3a2d3f0c3b3c691e589ad2b11b937170b7cd7d7c20cae

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flote-0.5.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6749698c550d52ba6aa9ffa5accf629297a9e138c4aac9d6b0c37b5c62b736dd
MD5 0f0a01407082b23bcaf9c7b783ecbf27
BLAKE2b-256 25718a4d733b9a9287e7555dbbec931ac713a3c930c2914cfbd607a49670fdf1

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b0b161cd505f99b52f905f20307eaa6ac0286aac507d7fa863c1f1510863644
MD5 7f777c4469ac799404710f7994976f3f
BLAKE2b-256 37f995486f72713e640d356a49496dbc59167520e5ada8c8c7574cfd268bd34f

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 468c0b8726a1428cdd1f0010d4843e4becee431a4a2579011d8958e5cdfc19af
MD5 4d11a9a239f2fa9c94f97c78becc9e67
BLAKE2b-256 dec1ecd30e3a9ca11c765c047b15a9bdf82231e31dba424508094efb89c3e5b6

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a3075cd595f973d2c37d0b5bccbc9b9fe74c5bc93b832a2841f2ff8ca8c611ad
MD5 f5dba21d98008a4d6042facdbf2b3b0a
BLAKE2b-256 9e99b4df7b8ec51d544ed95e25d0664038a5228c645af28c45d9bd5be24b511a

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f89ccb6b4d089099fac52b263b746a0f293d05b3602ef6e59a65351cc811a2d4
MD5 ba6e8858283baad416c20a1d86a26bca
BLAKE2b-256 ffd6a56e2ad86a56eaf0a145f9b65166d651993a2886f76336efa3f9b34d84dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed2e58ad90fc59fd1a0b8e0b9ffe2e88ff7a58de168df6acd7a9590c951f1352
MD5 8edaf94de50053417e7cf0d4caaa9704
BLAKE2b-256 aaec0dfa6e149f54e3c2f10f7eff31105b13c3ec81301d4689825a14df0c3285

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9cff68734deb9800afbde41002cd72dd6ebd43b654045c8387964e6916dc41e0
MD5 36e77df2bdd1218ff7bce27fd4f1aa93
BLAKE2b-256 c3c878a6ca9853524ec081cbcc2f35b83c1a968878deecb109d77c5a98c23f97

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c74514c13672bf3b4b864cbda48f9f4a2252467886ad0268bd2f99ffbcde5ad
MD5 f7655335259a05c5cd7c52c10d562d22
BLAKE2b-256 3df2682f54ff47a394cfdf2e4d3350832dc354a5622074ec4f12f9a26794fe83

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c93391d5e04f5dc684453c3045988755624cf4f2ec7bcab7cf3022c3bb24e5c5
MD5 7e2ddfe40a0994171fb4f41dcb674754
BLAKE2b-256 0b85aa6d8d11163cf3843db12c4dc9a12bbefbaf177c3880767251377f05ed9e

See more details on using hashes here.

File details

Details for the file flote-0.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72cbfc9e91a4b8c85cd933d3fb3808eca55b03348bcb456e519f254d57ad8949
MD5 9e82ddbc73c03d636bc460eb402c1173
BLAKE2b-256 55576cf5cb26ed6eec4bf1fd2f6da438739ac34504cb8b588982eb8106f4ba06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8a5a2d2d7b3ec322c4e8e1d1d359401b91452bf2c4e764a3ffa9a64e285460b5
MD5 be729004f08391b4b9f1090426ba935f
BLAKE2b-256 c194e95a74494350ee1f58d4386ac7e34356850a87d802d8783cef488a5c3c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d2b617537cf83840481982c123240e4f0f8537526ba7ad78e9c10cc929a1f09
MD5 d94e96c7f315c12a53d2d9064926cdd0
BLAKE2b-256 c7760f45677c235b5710c1414c25a977e1b9e77a91c89b58cf1435396c8a7424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e854f3d2b4b1644a16290544c3d2becb2332b388ab256804d5f7d26b2593f2e
MD5 0759254c86ddbb9ab82779c21347e7ed
BLAKE2b-256 f31504fb87bc5a984c7b6303ca13b812d1c9fa35f3ccca3c44d089a1e6ff4c08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 877ce288b5cf892e9886d2d107e985cf73adefff48595e3f1e4d312a5234e514
MD5 65893d804641101e2a37c8778e9ad986
BLAKE2b-256 0a58ac3ef7e86a8e483dab832000b08b4390b3a232cf0d22a0faabeaaefdc8f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 33621a7a6c0fd3b0afb5bedda7e3dc45c8e981da9184413650ea075466bfc271
MD5 7333ece824f5e5b25e74a933c2770199
BLAKE2b-256 6809205d72187ca4cb28787151e29630d43cee7aab18ba729aca01f33b3cdd2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7afabda89e6d16947380ca888687c8c02e4c7eb662fe78c19f8e262697ca16ca
MD5 8b2967cb97ad919dbf138702b6ae0d0f
BLAKE2b-256 79cbbf2b595f71a30a321437cba698d7bafbd1bf5a3a00ff8bee44aed44e6c4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 344a9b82e4bf65d16223162975f78ecee9f77a4234892e4909ef380d5562371c
MD5 65e040f4675a00f7eeb2c88699e4a62f
BLAKE2b-256 2fe5a9a9a880bc2b024b4a381ff504ae2c6c7fa5be1fece8a4f6a5fd53fcfab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e2c0ab7d31b234d2e60eb5d9a49b7f4f0500982a5303fd01c16673f61208e98
MD5 1b5c99fc073c35eefbb6a8d5e7cbb323
BLAKE2b-256 a7b46a6b1b85a56684f00fbaa5cced403bfddebd4cf68f4cf3185ade814883cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bdc2e1e1217bc67d41074825d15a1c8a856927416d5fd2da8156c8eb49e4988a
MD5 787355f42b579332e72481b1f5863b2a
BLAKE2b-256 b875c9af007dbee8f5e6b87aed836c03a775c97ea935b00f6b4ae9c8215627db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8e83bd6039390301c5afb97a5e930d31c3402f5c3bc54497e8510582320210d
MD5 1c42cc5bd355c9cb099e52b695d0ab06
BLAKE2b-256 86a223052c04a53032c9737c9b01610813e11f73126a8ab8c3b888b19b7eb897

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flote-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e82ed9e72b397c29e6b6342c1c008f8ad177a94c9226cc5d76e66f9ba8798e4a
MD5 67ad75088751d6279751a2968c9a974a
BLAKE2b-256 0be81441424c1d0ca453dc7ad41e10e89ddf80f37af54d189b8595dcf21228e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c08859eb9269e77157d956b1789b102a0695e4fcc54c4afec448a9a1b52c093
MD5 a4d1910f41937abaf706009f2394bbdc
BLAKE2b-256 02234fed32ca5fbb87d584b4d37e57ae7652149637e4f33c8468e57fd86babb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca38240a4ed0d80875d075f6f84fb88fb32016628657f5d4c171c0da9a01fed1
MD5 35546ed37733641cf6b11aa53a382746
BLAKE2b-256 1903a41e14e4b8ab90c0fd38b18508082f9b5db680a672a01ed0c82685c3c5d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bf58db8c74622312c7766d1f98628d052759d3e499c791c6bf99f54af14c304c
MD5 74ab876a6bb6105ba3409b3cd24b6e47
BLAKE2b-256 d6451d5e326264e4b453e477ed684676e2498d8a69f4f015362357d9bd0df4b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d971ee476577bcd3b59bb24babc01f2ce4cf267b063eeff371381bb37149754
MD5 adfb48bc00e5aa3f014129c56e4dfdb3
BLAKE2b-256 10a7af0a7a7efadaea3f460b5f3b3873dedcb357889f796c98f48c9f5dd12b8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 422d1556f1b7aad29ee268c2991b1e0ddd11a86785b7304976abd733713008a2
MD5 66571bfe1259acde13e65a4b224227fd
BLAKE2b-256 df483b82370bf76f1912caf22d3bb1f999b6a8dcd26ab48f8d3560d48672d156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7a80c99d27339ca6cd505c7f6e276e843ba753e81cd55082a1571b75124bc86e
MD5 6081556aad8b2d48462d4824ee33845c
BLAKE2b-256 ea0cf10106588d745028a66c1dee033a22e44178f1c861f2059fb8b5497e27ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9f7741d9bc34f89ee04836d2bd7a2fb453f91a64cee0600bec42cbf05ec076d5
MD5 fa8ee6f6503264b381fd242d52e9c972
BLAKE2b-256 22b65df07884678c1183e5083817357e76039bd32eb82fddafaeca44f0bb08ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 79a8355a67842ece03565a8c75fa169787cc37a6a4f65eab5e5ef07a0d2526f1
MD5 e3ea3b7ffaa3bcf99b56f14ad9fb4b18
BLAKE2b-256 8a87efcc672d88e5f6ce71e72d31dd68d74a2aeac783c53bc6409534c39c350c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 239f16acf69aecc193fa697670636c5d00be5c15bfed4403a64370126fd28e1d
MD5 d6959c8e11f7958506e17e5e7184789e
BLAKE2b-256 fb814e284821164d702cc5ff22a3b91b7740c0dcb11335f72437a0a02f8cb50e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 04836a6a3c682d71783cdeb58532c97a1c7c8f5f48eb9cf59874972c260da850
MD5 9c0253b3503b46301f5b681d27350d4c
BLAKE2b-256 0ebe02012d6b9f61362c91b711347a98a18123eaf9a64ea003d591975aa41c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a57af240c7d79f07aa7bb51a9404fc4d8e5af73406557590cc7b87e4a2c91df5
MD5 239dc565cabbe859bdc45499b21c07ea
BLAKE2b-256 d59e4e8af1aad88aecca49c824f26b3c3f3f874a1ed686ed922abea2c798b040

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e4870408dd21616af579036ab1e38c49c16fe63dba5d81819b5fb799e15efa99
MD5 5272015ad64ee1f16224578963f346ea
BLAKE2b-256 7a8d789354560ff885eb1f4a3584c6368d250f8b03b6396e756e7ae09f358465

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flote-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 16880168f8a8cf4290aa80350b0f6bb262bc6c57e1e444bff68e022bf8736936
MD5 60b80186d3f5a91ade1ee64de0400091
BLAKE2b-256 f9cc810440a3b4cda558efd0bbc7e0e3ee98825bd1ef53ff32fae0b8f24e1fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd9d2a30e9fd0175d4c3f426e02112336d1317f2b8c80bac685c43f7f6e208fa
MD5 e0ab9cecb3396597f8e81dab88248d2b
BLAKE2b-256 c13bd4632c5ad99a0afbe00fb03fc34829701b250b9ed8a275acb251c4b66820

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ebf98befe5163db3b66b0863716f94eb0655551103e0b0fc729b8715fca39a08
MD5 343119bd8abc58cc94e0f6fb70ca6418
BLAKE2b-256 f0663ccbd87815d87e4541f1119d3a3737e7e2f267ccef578dfb763c2fe6496b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2b5dae59229b70b3c82fdf5f0007b3909ec26f0bc3806994ab9e7c78a57dc695
MD5 e1833bf4e201392610f82cc7ab33bef3
BLAKE2b-256 63942f7aa54bfe867590322bd959dcad29395ad265371f3f7c9a14d1f42a4d3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7747a8501162a4bea3e63f7fa00ff20cfef81c05563bd704bd32eaf3105dcbd3
MD5 408d23d4ea908122d11508dd50efac5f
BLAKE2b-256 bea99df7f42b6bf8ca925818a5cd779882bddf53a1fb2a2555642a6c0109dd06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 682e5cd8ee8f4e0570c07a3df29bcf463415750f8106e5b1a68cc1be23a24feb
MD5 81dca40ba9616c3423f7c4b6743c6fad
BLAKE2b-256 b936e513ee1342b88171111771f3a4dbf8fdb6da291b4c7d6ac6e31002695b88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b2d50295f33d8c3d896e0118768afbb0026d4b32ca3c5c5b597a6f69fada9751
MD5 c207572af6132af60d72a71ff454c2d1
BLAKE2b-256 4da7a5394e6a21b7382c33238585db886dc96f6852bb85f1ee330fd8be461134

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f62eeed181972caad5e5bfba7bb2beb423efd13295aea5b6f686ec89c436ed08
MD5 13fea05660f7e183d0e10f0b6e4a3040
BLAKE2b-256 a17f69aaa496f7aeaf1ec833685b4b481af4dd381a0b47391d5df05aa7a0c0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 17962415117fff50613d8eb24c4548c78be398d35d1afc1a1f4be2332c2e283c
MD5 d3487c51824986f0a90da0940e718133
BLAKE2b-256 46505496895ba874b3365e4066cda682e1264ffdcddf4c44145dca1738ec2879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12112e73f59870bfcc4c0bd82aafb76a58388b537638cc60f32c9db3d75912a0
MD5 919d5ab03a8935e673ac01e7e1e590da
BLAKE2b-256 59e7c61029555404fda81bac34b47ddad50c183c17c998e5306be6d5d3a1c3b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b5c85068dd58527e400e776f28124fe2fc597524d1cccd88cb1eec61e4dd7a3e
MD5 638b5b9ccb1f6f8ef623396a20491df3
BLAKE2b-256 c0caac911bdf3be155462d92060e11b949fd1bb56e2b9676ac9102b018fa4456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3074ceb2403cabf4d8dfe2422e0430be65b9e1eed90664bc806cb5644401b7b
MD5 ca688ba3ad1a54466c13bbece0f19b6a
BLAKE2b-256 277da325e704deb5ad75abe6559165fb093cedbe16b80558bbd532f1e8d417f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3b2ef8455c53454876a9cc3c01b30623c8af1012271810103b7420994fa45a9a
MD5 57d4e9ad20df38946d7f6ee5166c205b
BLAKE2b-256 3263a6168ca0337c6346d37f453ef6caef7262e110320226c31431caafd95a2c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flote-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0b14cc1dcddfd1a2c42dcd29dcd9ecab919522628ff29ecdc792a5688b30055d
MD5 94b167e80fdd3f34317b9e6035a037b8
BLAKE2b-256 4b06ebbc7c0a12cdc92d5cbe9344622c654751f5a5d55fe9e5c2ed8f7facec5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1469542f8001acd1ab8be9996ca8a57ed56487165666e6527a33560e5e956c2
MD5 395f2b9bb305106411412ada355958be
BLAKE2b-256 9c999b04511df8d59f44d851bce5379a59bb186b721c5568ca12b40bdf74aacd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc016f473ed63942cc29a1d5a9982050e416f67e61b694eff5f750a4cbf45643
MD5 2a2c7889e54c968dbbcfa5fb68ccdb05
BLAKE2b-256 54e294f48d2955a56ef09d9fc4c33d41ae6e1e00f46615474c87bcab8d0ec501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 11cd11b3a1969c92a3aee54eac9c122900b54ce105b4a973f1e36e661c697740
MD5 b06f2b78e1e4a2a688438a96b893758d
BLAKE2b-256 134cd4e7e89b1cedd25e459fdbfebed60a13934d900cbaa81f13280fd59b5752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 870ee27fd8cc51bad7f03a4c87d5d2374b35c18092349b0c77cb53f93a53d831
MD5 90e91a13b22437c1511a4a9ce3be8df7
BLAKE2b-256 6fc04923bb64836432c37f9a127c77717c1a4b4b248f7a2cbc63b541ab15b372

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 408e339271bb1f76b51b0024dc3e16084b474be6769e570d334e623820b3b8a0
MD5 909036e68d212aa158fe08c6b040176f
BLAKE2b-256 8487b54ec730bfe304916de858086be9edf164a890bda07d21c99fc84fce9ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 27d848b0de494e156b6a4c599f574a5aaa1599b503e35902a2fa9174358e5cb1
MD5 1185109bd4420934e990306ca69f8d0f
BLAKE2b-256 975602cb730e82927b7ab345a1296ec95cbbdc8fc1d8c3e3f4832b469bcdf08d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7f8e21a5ce8e7390325cfa5bb9ed9bf2b375c8d3e8c1e7a012493bc7cc0cf54c
MD5 b639b35e491a0e3bee57b986ae895200
BLAKE2b-256 5d90c375cc8170bbb6c2723178437359acba4117b3e66c0649bbf3d3bca1518d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4058f0842d6dd15048e752b313d4aef3beefab4d9a81dcc24e7e5942651ccc07
MD5 514110a160068df3093215061390328e
BLAKE2b-256 ebd7ca0b89d26cc07619fa7aec02210f48b826c7e8de3aa19ecf886e7acea1b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 670e5d2687dd211397ddb7e29eafc7298d4df3ee33901eee6f4daf005e94183a
MD5 407568ed36cb0fe36c6cb971e3329f7f
BLAKE2b-256 8abd594f95c3cc45878f5f2fb1ccbcaae5897f246aea8780c97de57720fca74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b248be49aa37091cba8fec98cc16c1daf07f22aa065b132ed8e888f9b467d35e
MD5 e7fb95ce4f93314a80b07ce1fa82f365
BLAKE2b-256 d3bfd7d29e0cc6b653c32a5696b48a95057c56dca4631d3b4530c5463ecc0c45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 224fd134419879c7365f5c5eca99dba5ef20a98b8bc3ac45a2430150beea4e38
MD5 5c3f43064d197a839489a533a7a3346c
BLAKE2b-256 f406583260f25dbfc0febc00a75238f62102d83e81941f6078a0d4780a289e36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e3b6e58e062733a739cd610542f19c99dda2df312983f6e8170a84a1ae30c9a2
MD5 7ed5a199246f6ac8ea1c05ef2b4b4aa9
BLAKE2b-256 4be5886e4f1eeb20ad3a0d4178d0ddc77059dbc175c089c540c7ca79600e6d4c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flote-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 938cfe03e3d2062e65e786d53d48be6e20911b97a2c5a4a49bdae59b77bf3513
MD5 06245bf0a0b8163abb734eb3e8327993
BLAKE2b-256 f07cce536c50a547cb3424e91bb1fbfb3286e7d66bc1f7c79e3488c2d009ad09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 364226fae66bbbb822827556cc4e3b100f4279cd1f22466f52999f6eb6116836
MD5 1a5c0c63de2412d855b79c13804452bb
BLAKE2b-256 1b1a7d6cf56a01214f54a49be059faba75777d97405de658644eef5a925cb60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5688798ec359dd30c26210e4def17faf933e10c2dc9c7b417777b5439ee038f0
MD5 bf12a355975d297f875afab22baed12b
BLAKE2b-256 7334b68282398f62cfb651b9a8880562a0e17af7746c4c9281bd8318e889cb21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c096eb510f9b8a968973becf720c908fc63a436eb21254e4d0edf68ffc143ffc
MD5 76e00dda84679f6fe7f3a28bb9b576bf
BLAKE2b-256 ca7dba52cc60f8abda8a4fe264d8c5300c245b2ea8091bb2159772572a3f0d96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af5fe2628881645beb8f3228d36510b7e1cea45c3cfe412a188eeecc7f516ec7
MD5 3f00875a893ae667998fc97e91833744
BLAKE2b-256 87ef2128853b70aae859be2097155725fd333d684db57fbf3b29a4b59e4f5889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13eeff82d94e25b282f63c3ef06a60e89b0886c3171fc1524fe1a7c34e70aa39
MD5 ed3bd514957f1d32809b295147616369
BLAKE2b-256 64b8f43f85ee56e4d8afba172b0aa45bdbb75a564f4a42ce9fc0e357d4a6281f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 51386430421405c3283a0af6194174c4f51ad021f5d383d1b67dfd672a0033c3
MD5 9f75e963101b77b18bff4de89dff7869
BLAKE2b-256 31acf8b89f742ab7ffdc6bf0a4b367749d923e036784dedbc866223b7cbf70c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bb11938a3615a4547149e628268ede63064c38bd1d04f2deecff15acc284e72e
MD5 42a49cd6b782254f47807a00044ab4dd
BLAKE2b-256 72dc1d97915f08eedd68bff6a98ce0a3f375d11a2c620c81a49648d422dc6f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ba7afa049ec2555ed84087e920ce76228354ce9d81a6687122489146db3016a3
MD5 10a8c40d9f6694e5d4cdda762f8fd58b
BLAKE2b-256 5d298263ad267cc90e30daef540078ab99f1bb7c972a99e7f93f1b034721e390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f1058b3d888c0c5d04877f9b65d1452cd50a863a570e269d6b399d08e358904
MD5 6448a573db691eb4c8bb70a8bd021096
BLAKE2b-256 e869f3033546a5967646ebc9a97bcc9c7da16c4d2426bbeabf23859507555880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flote-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a78b7095d0aa1893dcb22b2a8679a29e866a2282f78f6bc3d416887c6b2c5ad0
MD5 8b6e1bb0b0e86ba57a7ec0bee14d81b4
BLAKE2b-256 fb80269ae49d00568e21862d0a89fb7fb3ca02d806cd51778ad8e60a768d508a

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