Skip to main content

Fastar

Versions PyPI Downloads License CodSpeed

The fastar library wraps the Rust tar, flate2, and zstd crates, providing a high-performance way to work with compressed and uncompressed tar archives in Python.

Installation

pip install fastar

Usage

This section shows basic examples of how to create and extract tar archives using Fastar. For more usage examples, please refer directly to the test cases in the tests directory.

import fastar
from pathlib import Path


input_file = Path("file.txt")
input_file.write_text("Hello, Fastar!")


with fastar.open("archive.tar", "w") as archive:
    archive.append(input_file)


with fastar.open("archive.tar", "r") as archive:
    archive.unpack("output/")


unpacked_file = Path("output/file.txt")
print(unpacked_file.read_text())  # Hello, Fastar!

Opening Modes

The fastar.open method supports the following modes:

Mode Action Compression
"w" Write None
"w:gz" Write Gzip
"w:zst" Write Zstandard
"r" Read Automatically detected
"r:" Read None
"r:gz" Read Gzip
"r:zst" Read Zstandard

Development

  1. Install dependencies into a virtual env: uv sync
  2. Make changes to the code and tests
  3. Build the package: uv run maturin develop
  4. Run the tests: uv run pytest

Release files for fastar 0.12.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for fastar 0.12.0
File Size Uploaded
fastar-0.12.0.tar.gz 89.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for fastar 0.12.0
File
fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64 Details
fastar-0.12.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 macOS 10.12+ x86-64 Details
fastar-0.12.0-cp315-cp315t-win_arm64.whl CPython 3.15 CPython 3.15 free-threading Windows ARM64 Details
fastar-0.12.0-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
fastar-0.12.0-cp315-cp315t-win32.whl CPython 3.15 CPython 3.15 free-threading Windows x86-32 Details
fastar-0.12.0-cp315-cp315t-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp315-cp315t-musllinux_1_2_i686.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp315-cp315t-musllinux_1_2_armv7l.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp315-cp315t-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp315-cp315t-manylinux_2_31_riscv64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp315-cp315t-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp315-cp315t-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64 Details
fastar-0.12.0-cp315-cp315t-macosx_10_12_x86_64.whl CPython 3.15 CPython 3.15 free-threading macOS 10.12+ x86-64 Details
fastar-0.12.0-cp315-cp315-win_arm64.whl CPython 3.15 CPython 3.15 Windows ARM64 Details
fastar-0.12.0-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
fastar-0.12.0-cp315-cp315-win32.whl CPython 3.15 CPython 3.15 Windows x86-32 Details
fastar-0.12.0-cp315-cp315-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp315-cp315-musllinux_1_2_i686.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp315-cp315-musllinux_1_2_armv7l.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp315-cp315-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp315-cp315-manylinux_2_31_riscv64.whl CPython 3.15 CPython 3.15 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp315-cp315-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.15 CPython 3.15 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp315-cp315-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 macOS 11.0+ ARM64 Details
fastar-0.12.0-cp315-cp315-macosx_10_12_x86_64.whl CPython 3.15 CPython 3.15 macOS 10.12+ x86-64 Details
fastar-0.12.0-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
fastar-0.12.0-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
fastar-0.12.0-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
fastar-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp314-cp314t-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp314-cp314t-musllinux_1_2_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp314-cp314t-manylinux_2_31_riscv64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp314-cp314t-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
fastar-0.12.0-cp314-cp314t-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.12+ x86-64 Details
fastar-0.12.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
fastar-0.12.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
fastar-0.12.0-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
fastar-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp314-cp314-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp314-cp314-musllinux_1_2_armv7l.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp314-cp314-manylinux_2_31_riscv64.whl CPython 3.14 CPython 3.14 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
fastar-0.12.0-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
fastar-0.12.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
fastar-0.12.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
fastar-0.12.0-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
fastar-0.12.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp313-cp313-musllinux_1_2_armv7l.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp313-cp313-manylinux_2_31_riscv64.whl CPython 3.13 CPython 3.13 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
fastar-0.12.0-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
fastar-0.12.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
fastar-0.12.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
fastar-0.12.0-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
fastar-0.12.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp312-cp312-musllinux_1_2_armv7l.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp312-cp312-manylinux_2_31_riscv64.whl CPython 3.12 CPython 3.12 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
fastar-0.12.0-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
fastar-0.12.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
fastar-0.12.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
fastar-0.12.0-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
fastar-0.12.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp311-cp311-musllinux_1_2_armv7l.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp311-cp311-manylinux_2_31_riscv64.whl CPython 3.11 CPython 3.11 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
fastar-0.12.0-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
fastar-0.12.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
fastar-0.12.0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
fastar-0.12.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp310-cp310-musllinux_1_2_armv7l.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp310-cp310-manylinux_2_31_riscv64.whl CPython 3.10 CPython 3.10 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
fastar-0.12.0-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details
fastar-0.12.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
fastar-0.12.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
fastar-0.12.0-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp39-cp39-musllinux_1_2_armv7l.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp39-cp39-manylinux_2_31_riscv64.whl CPython 3.9 CPython 3.9 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
fastar-0.12.0-cp39-cp39-macosx_10_12_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.12+ x86-64 Details
fastar-0.12.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
fastar-0.12.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
fastar-0.12.0-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
fastar-0.12.0-cp38-cp38-musllinux_1_2_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-32 Details
fastar-0.12.0-cp38-cp38-musllinux_1_2_armv7l.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARMv7l Details
fastar-0.12.0-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
fastar-0.12.0-cp38-cp38-manylinux_2_31_riscv64.whl CPython 3.8 CPython 3.8 Linux glibc 2.31+ RISC-V 64 Details
fastar-0.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
fastar-0.12.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ IBM System/390x Details
fastar-0.12.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ PowerPC 64-le Details
fastar-0.12.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARMv7l Details
fastar-0.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
fastar-0.12.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
fastar-0.12.0-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
fastar-0.12.0-cp38-cp38-macosx_10_12_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.12+ x86-64 Details

Total release size: 135.8 MB

Release files / fastar-0.12.0.tar.gz

Download URL fastar-0.12.0.tar.gz
Size 89.6 kB
Tags Source
SHA-256 checksum
How to use checksums
bba71522eae6a7627a5514ffdd4ac9645ef27d82e23931d79fd974bb49c3f2ad
BLAKE2b-256 checksum
How to use checksums
cc525bee9a672f418008d34c708d66e89e8f6fed8f0812f406a1c92fb5e393a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
70077a6d327ffa5d54f9d7bad6e6583c010530a5b120f5ad71a83b0a14d26ad9
BLAKE2b-256 checksum
How to use checksums
1f8662c8477e775e1c035b817fd64964de3f8bd5743a53ca547c656484f5c356
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Size 1.1 MB
Tags Linux musl 1.2+ x86-32 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
689fed84ab320e428fb7ee1ee7ad5dae856f8d75c12df6860258fa94497eae7e
BLAKE2b-256 checksum
How to use checksums
3bb294e2a280eae42b9242331938f0013b6b02c02ad369eef205ba822bc98f21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags Linux musl 1.2+ ARMv7l PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
b9dbdd0d9a7082d924489411bf84d8dd392f18bbfb4379a60fee97275e6d8c1f
BLAKE2b-256 checksum
How to use checksums
4119a7dedfd11d7284b06fcc12edf1061fb1d5dfd9fceb914c695ad09dc280db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Size 971.0 kB
Tags Linux musl 1.2+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
7fd86318da844a9553e02d0d1dfdeb459b4d516c49c8ed66264ae59a40e3b7aa
BLAKE2b-256 checksum
How to use checksums
e5f162a464e871dc6d88ff313f23499388e2ae86bd38e0e648f9f188cb18e4a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
Size 879.9 kB
Tags Linux glibc 2.31+ RISC-V 64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
7f00ba54a5b44eeb6075005915a8a11c93ff04cf82ac620c7d33105cf4f7ad3e
BLAKE2b-256 checksum
How to use checksums
9010d43f674ec205ba22252e5c68afcabfae620ae27374889b6f9012762d6bb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 814.9 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
cdbb38929383fefe38909421eb0bf9d0ae058c541b93e80383b678755eede190
BLAKE2b-256 checksum
How to use checksums
79e5861a52a25584e407c0d2e7d905d93d8b79dcbf6aaccb9a57a3a7fd2fc7eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 814.1 kB
Tags Linux glibc 2.17+ IBM System/390x PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
6b57afcac03ef59dc3b26b0669b8da7f61d0d8961896b5a809c3d6b31f664ec0
BLAKE2b-256 checksum
How to use checksums
1945ab80bbfdcee67dc588f10a7a3ca93f6460fa95b9b71d51cebd86a9d0155d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 922.9 kB
Tags Linux glibc 2.17+ PowerPC 64-le PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
a84c2c04e77559363e7da7b3a99f94a48d938043de09bfc13042f4437ae1f86f
BLAKE2b-256 checksum
How to use checksums
0cd52f8604ff20ce259b4ee82590a44774344525f67639716e9e94170ac82c4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 753.3 kB
Tags Linux glibc 2.17+ ARMv7l PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
3d47478fc6ac75e6a2f7a0adf7d5d0636f36fbd2b1269bf87530c5bc404af1c1
BLAKE2b-256 checksum
How to use checksums
cb373e8c6417ee220fa723cd459446705f067464b0e63eab98fed169ca6b636e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 760.6 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
172ab2b39a9307b0fc56e603b57d01d98f92bcd19cc78c1d3451142d00b3eee3
BLAKE2b-256 checksum
How to use checksums
9eb175f5930e5516eae44e322b5a8c19101457f7d7192586dfff7f3160336ca9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Size 861.6 kB
Tags Linux glibc 2.12+ x86-32 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
d3f780bd6d4e39df5b21862d23df636ad03fea45d73e105bba2493f467fe2b86
BLAKE2b-256 checksum
How to use checksums
938e9e05cca947c0ec6bb68ae58c4ed3496ad475f65724822ca21bd44076da6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Size 632.0 kB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4da24effffd801bfa5d39c7b68c59a1124df8ce8ddb4048e1a5bbff4a915248b
BLAKE2b-256 checksum
How to use checksums
5fcef4247f505dece38e7e45850b0b5f62139f85889794e26c0b0d257070ddcb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Size 699.3 kB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
5fa463374dde07fbb7a46fddc75288554ce9b89f5d0129fa073028e2e13d6db3
BLAKE2b-256 checksum
How to use checksums
9962ef58b40eaec831be0a92c0fc56536e454dd474176528f79590062cbe27c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-win_arm64.whl

Download URL fastar-0.12.0-cp315-cp315t-win_arm64.whl
Size 458.3 kB
Tags CPython 3.15 CPython 3.15 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
e8e0fb057b5c271f46f3300b539b0d3dab8c8cb2515205a37c818c2f68d16806
BLAKE2b-256 checksum
How to use checksums
bfb9b2ce5a79c57150d36aa8e0514dd65999ea76f091242aba93c403cd20e491
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-win_amd64.whl

Download URL fastar-0.12.0-cp315-cp315t-win_amd64.whl
Size 482.9 kB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
00cda9a3f11871261a4e77a3b8f0eede85c9730fb7516811bcbcf96a2bb3b75b
BLAKE2b-256 checksum
How to use checksums
7f740adeb47b838c62ebd78bdf11ee2255e6e205ea176f9147978efa022ef855
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-win32.whl

Download URL fastar-0.12.0-cp315-cp315t-win32.whl
Size 449.9 kB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
39dad3351f1399cd28e2e649b6651299ef857df6c745e598b00b4167dcf93dbc
BLAKE2b-256 checksum
How to use checksums
514572c2bf5ae3386407009fe51c40e548e41f70181bbe34a6477bb6078be047
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp315-cp315t-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7d875d99946a11538f7ecb183f0a885d1d0a0495a6f1d6d2aa1de9b5fe6e5e9d
BLAKE2b-256 checksum
How to use checksums
a921e113f8aebfd874d3c78945a094fc803ca295b92e12dc0d80ec81e2a7701f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp315-cp315t-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
f69400ebb83a8d754aa7735165c12f8029ac577c3c08eb6d174eedc5901b7cb2
BLAKE2b-256 checksum
How to use checksums
9aab48e90600f5c08e7869c8cbd346cb9cf846414f85ca1f9e7aa6976222c6b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp315-cp315t-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
067094312cbea82ef2efa3999dc31318ac539805965c9505d99654f01775cac1
BLAKE2b-256 checksum
How to use checksums
3d57a4376b6e70e6ca8909b8788b6e0ccc55cb9f0ada4c2bf7f95490d06659fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp315-cp315t-musllinux_1_2_aarch64.whl
Size 965.8 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3053bb800b5375fbca8f96d256654ae3489c439f1b55766896d1c703d8281804
BLAKE2b-256 checksum
How to use checksums
fda8547881f35496d5b5b64f3e29552475d92d55d7bc213244bd7fb59938a116
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp315-cp315t-manylinux_2_31_riscv64.whl
Size 874.7 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
6857a79691c5c033a31d76c62ad02f2c92d173a0e1fb2fac7fcb7ac686108bd3
BLAKE2b-256 checksum
How to use checksums
1834f10ca8db20176ee9e685da80fcdad2c79e66485ed025ee16881e8113d97f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 809.6 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5d1e50c423cd064f29f11c98f6d995b8fa7df7bbc19f3fdb9f081859afd8e00b
BLAKE2b-256 checksum
How to use checksums
45a40c0e9c1bc422272df07414d137d25eeb4bec8b3a8966c8e2b179967390fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 808.8 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
7b362e5404dab262e85f0d93bd950933a0935dac6a9f5f0516bba6c703c440ec
BLAKE2b-256 checksum
How to use checksums
0806b3293a2a8bf7bac81e848fcc1c67411a0770b186a3bfe5232ea6dac5e929
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 917.3 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
7f59d3243d8913db385ab822be8f111f188218ea73f9f14f5d70c869a33ff4d1
BLAKE2b-256 checksum
How to use checksums
fb632880890777d680271115ff6b2e8b891069610463308e7779e0fa9c8d9e75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 748.8 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
613466f628667af03de8f914de58a07bfb3ee1bd0347e3532ec9790df92a1e72
BLAKE2b-256 checksum
How to use checksums
fa01a72bf87d4a26ef1bc94fde3b4c37c97500c1db5e2431bbfba865fabd8eb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 754.9 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c048c732e3ca28a132732f83130ccdab58d9b27dd36bb26bdeb42c2d48827da9
BLAKE2b-256 checksum
How to use checksums
7999bd327da80d86309f6f5806cb3af70f91473d26fafe53f7cb646aaf35a4e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp315-cp315t-manylinux_2_12_i686.manylinux2010_i686.whl
Size 856.6 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
6a83ae278bcc718dd155219fbbd552a16bd8c178effc5021600c3be2806a01cf
BLAKE2b-256 checksum
How to use checksums
adaa234c34a70d5e9e30420f43a9bad7a0046593ce5d65c2452f147f0a65e86a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp315-cp315t-macosx_11_0_arm64.whl
Size 625.4 kB
Tags CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
aeb69fe64537deec4902f45ad9634b85d44ebb42ee1a33725d6584e8d9b33927
BLAKE2b-256 checksum
How to use checksums
ab755e28ef81c3fac04a8d04a1068399069e28e4dbc6df221254c3a75b43af4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315t-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp315-cp315t-macosx_10_12_x86_64.whl
Size 696.6 kB
Tags CPython 3.15 CPython 3.15 free-threading macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
6f25c1aa6d55a457d95dc2163bbc27942e1541ca6792d4bf323a922688b8597e
BLAKE2b-256 checksum
How to use checksums
a47fcffe7bae35e9e80789396f03cae4e8c4c761c3bee6003d2e622f6c9d8d6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-win_arm64.whl

Download URL fastar-0.12.0-cp315-cp315-win_arm64.whl
Size 459.1 kB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
a8a8130f236a5dc2ceab88486f77bbdd516d08dc949d0f04194305845cf44c19
BLAKE2b-256 checksum
How to use checksums
fc32a2eaddc9b4f63d1560d4467df586d427da52717e01e88d9a0202439c07c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-win_amd64.whl

Download URL fastar-0.12.0-cp315-cp315-win_amd64.whl
Size 483.4 kB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
a2819b9061cee89da560156b77230d4ffe81e75b8f64b9732ca34d7bc546e49e
BLAKE2b-256 checksum
How to use checksums
4ae21feebd0c4e7ea7839f250a4ab77663d3a6149124a5ff6ee01859d788b6a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-win32.whl

Download URL fastar-0.12.0-cp315-cp315-win32.whl
Size 451.9 kB
Tags CPython 3.15 Windows x86-32
SHA-256 checksum
How to use checksums
ad8185a7b379e5cd81ef65209d21db4c63e8a62bcaa2d17fe40a8e50fcb28427
BLAKE2b-256 checksum
How to use checksums
0246a44dee8cbc14601a91fc1818ea3e172cd5db2cd9af55f29c866bcee4c22d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp315-cp315-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.15 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b16451d5b50579e4eb7dc1761946bc6f6186df44fa84310a06f455c26eb4442e
BLAKE2b-256 checksum
How to use checksums
e38ec31c84446226f20a217bad3921528bd8214b714ab1aa634afb183c1d852d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp315-cp315-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.15 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
74858c4648bdc4450a66f3d6ec16a4e61ba48c16c9898a88a061d3272f82c65b
BLAKE2b-256 checksum
How to use checksums
deac4fb738d3ab7ede5545ebf8205beae5c9e3fb97088b68b2c2103357349efd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp315-cp315-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.15 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
883f1e06c0d9649a2e54b767b3384b47306098ea73be3ca288d562c4d73dbcaa
BLAKE2b-256 checksum
How to use checksums
a47c8c37e19cc9248b35d1b13cb6d27828755e2b23be9dd06437b77b572c0a01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp315-cp315-musllinux_1_2_aarch64.whl
Size 966.3 kB
Tags CPython 3.15 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b4a7b6ca4a04e269aa26533ca8bfd0c674e4ee7328b0d3d80d45ab979a7e613c
BLAKE2b-256 checksum
How to use checksums
6e8a83ebe531a4a6fc93511c719ce8e505a2b23711e9ac4bed627cd7950eeb60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp315-cp315-manylinux_2_31_riscv64.whl
Size 874.6 kB
Tags CPython 3.15 Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
a843704912dc3b20e152743bd5fa3e225bf9cc23c34fea0debeceefead477e78
BLAKE2b-256 checksum
How to use checksums
9b00e568dfd06fbb14a70f165a9972672dc21418edbf25590229e8fb2176cd19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 809.4 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e8056fb0f3ff2213eb00234d32b2d701cd288b763d3430b67033a393b8d33b47
BLAKE2b-256 checksum
How to use checksums
881e0cb98e45845e442cb04b4dcc5d3a149184b188ec41425960fec62ee140b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 808.8 kB
Tags CPython 3.15 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
4e71715c64695bc80fd8fed2a82af30acb49b6bf085c06876cbfc2116b53cc7c
BLAKE2b-256 checksum
How to use checksums
84b6fc72480b7771ee14541b04ece4f94327a6522883ca51ebf46d9112723486
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 916.9 kB
Tags CPython 3.15 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
45164f7138613b76918101ea28842cb69c10ff441c1ba2d56d7c6b28053f28e2
BLAKE2b-256 checksum
How to use checksums
346671d24540a462eb5dbff8993dcf674844ae8355b8f5ea63195c10207c10a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 750.2 kB
Tags CPython 3.15 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
fbeb5fce858248d6b9b1fbef12c3e14d174432728c6e6eb1e2a63447432571c2
BLAKE2b-256 checksum
How to use checksums
0ecbb8f2f3572e0ec95ca9f0eaf6889e6d7da65782461b5a983379f833d6a453
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 755.4 kB
Tags CPython 3.15 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cbf3d5bfd73516b506a916f6809b90a4ad73ff5840c0af6cbe0142417a03b014
BLAKE2b-256 checksum
How to use checksums
8cd8551b13387ae7ce88f165e7201757f031309a0cc9226663245096fba40554
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp315-cp315-manylinux_2_12_i686.manylinux2010_i686.whl
Size 857.2 kB
Tags CPython 3.15 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
682c531ac174d63919374eaab6fca91f92432cbf6a2262acb72719ba2e2a694d
BLAKE2b-256 checksum
How to use checksums
c4d1dfaf600497cdd4ddf3942c188d27171689f370d6ea2156b7646c606be8a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp315-cp315-macosx_11_0_arm64.whl
Size 626.8 kB
Tags CPython 3.15 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6e94e2881c3aa53da5d9161e2e64c0d698c66506a62024d5900943098220ebc7
BLAKE2b-256 checksum
How to use checksums
a7f29e570204757c36d3ef1c94012294b1921a4c51af55da4684f206d88c09df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp315-cp315-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp315-cp315-macosx_10_12_x86_64.whl
Size 698.7 kB
Tags CPython 3.15 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
6109ec55528a975ab3644dc1c9ccccb2c2315daa66ca34f54e1e3dca60afa757
BLAKE2b-256 checksum
How to use checksums
0ab721ec24e28f98554f727ba78a8703009d44ddc8946a91715743e574ed3f01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-win_arm64.whl

Download URL fastar-0.12.0-cp314-cp314t-win_arm64.whl
Size 458.2 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
b1d56e2a52bebd3e379d0cacc2b018b819a0b99f0dc19b4453f304c4e2fce5b3
BLAKE2b-256 checksum
How to use checksums
ad1017b9b24e129dcf3f4b4eb57b148888b128930180e9babd0e166cc828b2b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-win_amd64.whl

Download URL fastar-0.12.0-cp314-cp314t-win_amd64.whl
Size 482.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
07d861c7ddf31bccb9615a0ba4c9f06987d1373a6b357183526d68cf9c3f5552
BLAKE2b-256 checksum
How to use checksums
d98f832c7ca0d28642d5869a1aa194e4fb644bae2013101a1e9357168e6e1383
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-win32.whl

Download URL fastar-0.12.0-cp314-cp314t-win32.whl
Size 449.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
c5755332572756061b29766a9ceff2c837d52d96828e58f908cb46cc49123bd7
BLAKE2b-256 checksum
How to use checksums
6146c0f6a5b18981425879938fdf8ae38dfe7ef031d7164cb5b40eec29e5a4a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
eb75898c166ff6d232bceb68a5a7dc4a8f17239fb40925d169649a3967b76c4a
BLAKE2b-256 checksum
How to use checksums
b1e1bfb903579672ae213f5c81a5d289e3b9ca92ff2b3f789b08577de5f51050
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp314-cp314t-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
860516a52a3bdcaa746be42fc1bdbbbd48e05c7579f9f61e30d78a7e065835bd
BLAKE2b-256 checksum
How to use checksums
42ec3c6bda956cd88d22ed9cb3fdc15e43a6fccf58ac64b8856f5aebd23117c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
3766bf0aeeb6a03d114b185472593a2a3f0ff43f1b56c40fe0cda4283f9f4351
BLAKE2b-256 checksum
How to use checksums
f85a329cca10ae74a8b40791dd59868276e66d9e9321d1c1c4f1284e6c864f9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 966.0 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a7d9fd762e7eab2262ec004aa9c714b53d303e11cca7c814b7b634d9d2424691
BLAKE2b-256 checksum
How to use checksums
227fc56ddd4e7c9035170b4513c2cd24673a4ce7a2a6b6cb9a18970672e14455
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp314-cp314t-manylinux_2_31_riscv64.whl
Size 874.7 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
a47a68d1b9bd59062af41d9809a340739ab1ba13cb5b4beb23466a621d6479f2
BLAKE2b-256 checksum
How to use checksums
d43e1c45d7da2e67134f161c25f733ba231df67fdcdd018ceb9aecc50feb01d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 809.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
cc892486eb242ac55dde185d547d2723289da50c6cdc06614868416576ba5c4f
BLAKE2b-256 checksum
How to use checksums
07aa6a083aa6f7089f5ee7cfa99f15f299658953074035a6b7ed4dd52e21b8fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 808.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
ea6c5addb01f206bd75f784540a8a11bbddc451293318a823e3fecaf0d62cc3c
BLAKE2b-256 checksum
How to use checksums
538f9a53202c1dcb3a5cd5661c04c201bff358919f23f6506e73533411cd96d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 917.0 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
644f6d06e312bc47dd315aa36fba723854859601e184113de7b887613ed9a5ad
BLAKE2b-256 checksum
How to use checksums
3e85e9556fbaa8183db72c6d3cffdb56384299b2bd4d7a5e0eb990401ea221a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 747.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
f0d60682ed24fc6063b18e76a947f1cc0fcd0777709357b801b3e3458a87c2e5
BLAKE2b-256 checksum
How to use checksums
af87c35f3c3effae445d1b51b56ad6629df6d2001aeb5051646d081904be2081
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 754.5 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
96ae27bbb807e39e05097bdc2a6cba6820f31dd053aaf8cf0a045e5969041778
BLAKE2b-256 checksum
How to use checksums
0277e62ef58301d2d79d624fc17fdaaee61c1a827d5f4000a8482be6a20bd10c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp314-cp314t-manylinux_2_12_i686.manylinux2010_i686.whl
Size 855.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
f1f3e70447f45e54b488eea8bd401cd3774b7b688d5b507915ae415058d8ac86
BLAKE2b-256 checksum
How to use checksums
c7518b05253149a568bc62b9a2d774f26a4b963dd91dae3da4e843a2cb7c5b40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl
Size 624.4 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
74c928183d7ca19056bc0eb24d8c1907c115cfb2382ad4a7c32ccbfb04ca0a0b
BLAKE2b-256 checksum
How to use checksums
0584227ad56548f2de419a5fb948cedc866ae0aec6fa0cf057b50e96e50aebb8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314t-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp314-cp314t-macosx_10_12_x86_64.whl
Size 696.2 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
22c882f1096199d5e63f3ea4d9313e10799fcbc70166d315aa07576148601326
BLAKE2b-256 checksum
How to use checksums
312158b9e84b20c50d8cbd31d25aa99ce852a463e60c8f88b3a44bfcdecb46da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-win_arm64.whl

Download URL fastar-0.12.0-cp314-cp314-win_arm64.whl
Size 459.4 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
fce60bd91fd982bf52e9a4c87820a44f92ac0d896bd64544891d6995fa6b8b98
BLAKE2b-256 checksum
How to use checksums
ae0beb965694e157e09aa92857db73dd46d7cb10c24dae261a50dc46e0d361e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-win_amd64.whl

Download URL fastar-0.12.0-cp314-cp314-win_amd64.whl
Size 483.6 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
81534df96e775ccaa37fcd1f45e06f48c245ff77e30d3bcb0d3c1101da9399e8
BLAKE2b-256 checksum
How to use checksums
02a7b2f55b50aa446958225360a20a16a87a4717c2deeda4ebc85edc62b58f64
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-win32.whl

Download URL fastar-0.12.0-cp314-cp314-win32.whl
Size 451.5 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
56cb3b3c46edf26f054f2420573c7c69c03997203a7a867ca835bc305b4a0f30
BLAKE2b-256 checksum
How to use checksums
adfe9dc92104a021396d2cef2d7d3a8a8db2f3409bc19f41a7e8370642e980f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4497098ebdf3c1f89dbeafe44ebcd7f143f8a774641bbfa13d1d793104464c41
BLAKE2b-256 checksum
How to use checksums
42194010752bcd7f7f290476fd4eec5f9611324b78a00575ad7224b4375fa124
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp314-cp314-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
20d5e52c45e75a55ed27e7952487506269e9a64559d6cbfaf6977529db81298f
BLAKE2b-256 checksum
How to use checksums
2b8fe865bf29f54c93a6fee55c7248ae64de91e0c68c6ce7f9a6d8c4adff471d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp314-cp314-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.14 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
4b395c3d4375809d0d55b5ae297f6bc037b90b382f35f056e453732e4f6f523c
BLAKE2b-256 checksum
How to use checksums
4a6efcecbb90c6784ca0d5a54a9c3f7edf78ae5393c71b8dd0088130c3a4c82a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl
Size 966.6 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3fa5fd057b4f4537f04dd4e4f13be92433bf47bc479309335755531c5af34560
BLAKE2b-256 checksum
How to use checksums
6e5c13d20ec4d2c1e5ee15bf3b01fa43b282ff93f481d162e5ab507d8a341fbf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp314-cp314-manylinux_2_31_riscv64.whl
Size 874.8 kB
Tags CPython 3.14 Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
ca63fee43f07408efec09e1c0ae34a1b29ae52b8c1adc31bd6434ccc9e1741cb
BLAKE2b-256 checksum
How to use checksums
6e75bd2540d70c6e4deeae3693cd41725dc42d4a96ced0394a9f845ac6afe148
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 809.6 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1450e0325897e87594c29837fdd9e338b1d281f6c81d14d7a75b6776285b5b6e
BLAKE2b-256 checksum
How to use checksums
f3676336def57f2b4701f93289a999a42de7743dfb78320a6b8931e9c0472da4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 808.9 kB
Tags CPython 3.14 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
15d89116b102fb7d4c47b6b723dc32d5c12122e7ffeb41b7a8b22cc777c9eca5
BLAKE2b-256 checksum
How to use checksums
ce5d5a46751dff921b344ce995ee364801a867d80331406a96215336140182ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 917.5 kB
Tags CPython 3.14 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
21256ccb3946730e3d601b6a9c9de61a127855957a7f0852cb14b0dbe15f8aeb
BLAKE2b-256 checksum
How to use checksums
367c0ea040fdd20fe90c39e008f5c8b54b54058afb78faf261484c67b4ea5e94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 749.0 kB
Tags CPython 3.14 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
968d64c203d10d257c2f2268cfc97d94f273fdfc64b37a4739fdb6e2cf2c3f03
BLAKE2b-256 checksum
How to use checksums
acff768ec3c6898fb20710ab222b8bc7caedcb9765a4c78122bb0267373f8255
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 755.4 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ad38b27e93ba9c7de076ad694d224153bf8d66695acc27a114cba8087078fd54
BLAKE2b-256 checksum
How to use checksums
89d3d4299d3c73df485d2bf095cca7e3829036f6a3fce26728ccfe4c3db3798b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl
Size 856.8 kB
Tags CPython 3.14 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
4af6be78f7ec6ef8e6da7d162361e4198be10fe81bfc95112f635c2c14e12922
BLAKE2b-256 checksum
How to use checksums
e53287c1887bcbe311a913a2b5b2f4481cce9bae7dd05115575c9f6cbbc892f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp314-cp314-macosx_11_0_arm64.whl
Size 626.5 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ebe324ffcb3e8efb2308255f60de911bfa4ccf10f087b6e60c62606f091f1807
BLAKE2b-256 checksum
How to use checksums
be3fc0ef2beffeeb01f9ec27b0ba8ce23697919b2247316d923f5a3bed6fc26b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp314-cp314-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp314-cp314-macosx_10_12_x86_64.whl
Size 698.0 kB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
7116a770a4e47262734fafe06d3e835a23b833e81b45b3054558301385a0f2a7
BLAKE2b-256 checksum
How to use checksums
cff9cf4b63a3b8bfa7dba8de8db364246d9e8390108a789de3f6a9628bb75c8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-win_arm64.whl

Download URL fastar-0.12.0-cp313-cp313-win_arm64.whl
Size 458.3 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
a3de985d942247fa924e185ff2744a6da0005dcedbb39ae1b811bec11710e572
BLAKE2b-256 checksum
How to use checksums
1ee6ec8ab1d44d73c0cad4f9e0ae4ce7b9330f2d504f835774802845dd465a42
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-win_amd64.whl

Download URL fastar-0.12.0-cp313-cp313-win_amd64.whl
Size 482.1 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
84caa362865cac75807c51afbeff2e9b313fc45f89e0865f7c8bf627ea721f4b
BLAKE2b-256 checksum
How to use checksums
a79e483982c1e60e3d9332c3b870230b34404b5b44340d647a97fe8f91d4fa0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-win32.whl

Download URL fastar-0.12.0-cp313-cp313-win32.whl
Size 450.3 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
61f1eec258b328182c6b6258641d33264ac3080fb7fcbf40ea1e326fc855d917
BLAKE2b-256 checksum
How to use checksums
8dc859a1791df4f128e6f8fffa03fd46d9b6c8ca24bcb6b7e9071973648edab3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ce9a7e7757074a3d0920a8bc3936cf4164f63786d8e1b64e425d2957ddcceace
BLAKE2b-256 checksum
How to use checksums
f5d2c841b941fad02b5fc6e2277fc8ca35d963685fafc9335b76925bd166d11a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp313-cp313-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
e7d7512b5c747edfce129448a72c8f6223323748ca3e98cc54401241bff70ee5
BLAKE2b-256 checksum
How to use checksums
a83573d04733a06175211fef985f4e89604882b849cf1125c4a792ef022aa85c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp313-cp313-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.13 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
4587a08d6de2e62611278fc4cd36186a3ebbf6609d9e49df34d79a407d66f599
BLAKE2b-256 checksum
How to use checksums
7f5544d5c532bfdbff48f3f6ce957744a612f7a169af9e4a673f00e21f8c83ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp313-cp313-musllinux_1_2_aarch64.whl
Size 965.0 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
29b87474b2e7c9e64549b87aeb2c1d68a94e78c887a3a8d88bf7b804ddbcc0dc
BLAKE2b-256 checksum
How to use checksums
2c8e74671e6cc6d9056347806ed9eefd0ea0bda25292848b32cc8cc321f956d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp313-cp313-manylinux_2_31_riscv64.whl
Size 874.1 kB
Tags CPython 3.13 Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
1155e1dd9c60cf636b6b3d35edfe242348f47286724fa84b5b4055c03d7fdbf6
BLAKE2b-256 checksum
How to use checksums
818ff93e981114034eb901d301690ad8e21edca6a2307b380d5e20e4e4862c7d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 807.6 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e2bfad69679111e4567d4bad41fd795071c9335cd94bc0f26e24b7d19e95c9b1
BLAKE2b-256 checksum
How to use checksums
0c7b68e681a12232ca2dc46d7d6de0c0fbe770137a204e4a3c0b5864a9548d67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 807.8 kB
Tags CPython 3.13 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
6b05c0c739c43b9228e57fc59eb68c38660c62030bcdea3a032b269df71f5bb8
BLAKE2b-256 checksum
How to use checksums
033f0460223969f5dae9a49d09a29a93d5ccc359e701b0a18c0972a0ebce29b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 915.9 kB
Tags CPython 3.13 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
6958a332c55052dd8090b03de238ca59190d625f4ba9c292b34e938ac64105ea
BLAKE2b-256 checksum
How to use checksums
4f8eb4792568d3e544b4e2b00b918744e4edb7e8c6be3c4fce268514febeb844
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 748.0 kB
Tags CPython 3.13 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
042fd43c4e0c3f3ba3f7b8a083694d1c4bd77d60ce266090d4eb96cb8a8021c2
BLAKE2b-256 checksum
How to use checksums
1b9b1e6262fe31b2e8efc90feacf3f2213c9d2dff5fcb6e88f9084f26f18d62e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 754.2 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
13c2df8db1b7a4d783429ffa1125c53f7dd9534baae7218eb49273797691e2a8
BLAKE2b-256 checksum
How to use checksums
8a272781690ebabbce0d2a25b9efd359a13a5df2b0098120167e58b013c9f65a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Size 855.7 kB
Tags CPython 3.13 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
f8da75b5eca0d3b540e50ab6b7dfe4b148d7ae8a0b444a9781fd1219392859a0
BLAKE2b-256 checksum
How to use checksums
5a00abacbfa2e94c1ff4b717e07ae2e5521ba84804884ff51f18f01706d024cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp313-cp313-macosx_11_0_arm64.whl
Size 623.9 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
685d3d45943b43c32c71c8470552a615c90e06ca532db1b7a5633f01aa108f0d
BLAKE2b-256 checksum
How to use checksums
87b0dd24d87b58b4e99257ff0b0a53b60c89b0a32e89bd33c1f966e9bda58ad3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp313-cp313-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp313-cp313-macosx_10_12_x86_64.whl
Size 697.1 kB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
654165090cdcac7ff13d43ee4012c366f0f2061ddf46658bc0ad248c8aa3960a
BLAKE2b-256 checksum
How to use checksums
93eebfce95bdf2bd61a1e311c7181e0ff99c39a6eebe4ca2bfd2d04eb403970b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-win_arm64.whl

Download URL fastar-0.12.0-cp312-cp312-win_arm64.whl
Size 458.8 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
c03a61a149eaa857a4af8bf6c0bc0895bf668b8d5685130337a1ca42e60f9828
BLAKE2b-256 checksum
How to use checksums
1a93f5742b59178f8767ffc8913b584310784d0b6db4f0fe696f19b44cbd45c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-win_amd64.whl

Download URL fastar-0.12.0-cp312-cp312-win_amd64.whl
Size 483.0 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
ed84522ddffb4c41c247f3e6823c763faf45af2ba1bf887eaab7f907e74e0bbe
BLAKE2b-256 checksum
How to use checksums
cf26453fc6e1de62a7e79a2f636424cbc46a38297a2fd172f2b24349ec8be620
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-win32.whl

Download URL fastar-0.12.0-cp312-cp312-win32.whl
Size 450.6 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
f62411993976d5c5a0d1090f8c809f96e0671d824ee0d844e5b5256bf31fe7a9
BLAKE2b-256 checksum
How to use checksums
2890c8e6a51fffac4d4c6db21354b0a36c00b24d11ca2dee896185be7d15fef3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
60de8b81a04cda78e5281d72ff6d0c50e4925621cc5eb55d99c2e344d1b291f4
BLAKE2b-256 checksum
How to use checksums
7bd85f60c801b1cbb8bf18f1d33d8ebe7af6b7b2eaf966fce02d157391cdb726
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp312-cp312-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
8383404eebbff9832652ddcd32f91bb4acd8e038b27597dc12aef33c4e72f7b7
BLAKE2b-256 checksum
How to use checksums
60097a8ca1592f758c8e63e10c4cdb948a19c972fc16e136804b60a7aa68c978
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp312-cp312-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.12 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
f95a59a11ee59701a6c0048c90601063894102343c4bb09462eed5df0fab0077
BLAKE2b-256 checksum
How to use checksums
42d705913a98ba24c843c0c1765e48cc81523bf24f19db928d0af9da4ea23f3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp312-cp312-musllinux_1_2_aarch64.whl
Size 964.8 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7ec2100cea7274ec4b1ec77cd5613318a2d9fc9f7a291a6acf642a26e3856a93
BLAKE2b-256 checksum
How to use checksums
d1c8a2156f8b274f241f8290e0fee56c3ad82f694b1776ea5557e4871a262824
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp312-cp312-manylinux_2_31_riscv64.whl
Size 874.4 kB
Tags CPython 3.12 Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
47739deed9e4ccf6514821d1c7a79c9188e4a5029d80b618078739d91e7ed9f0
BLAKE2b-256 checksum
How to use checksums
a4aef55472d62e0185f9850b536947ec0772e8dad0dbe675ff99d814a9eab629
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 808.1 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
deb0b3882626832361dd0fcee1f4ef1c6e2a7aaa4165e51c86ae0bab95caccd6
BLAKE2b-256 checksum
How to use checksums
0cdca58f3c205d2934453ba643d0064d2735f359f736af2d15bc00dbf774e4d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 807.6 kB
Tags CPython 3.12 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
1eaf9306c98e22aa7650c6ec02522d77b61c539bc81583897ca351de125ade14
BLAKE2b-256 checksum
How to use checksums
6249b14461a0edf407bf4b1be5674870798dad3f36196ac1e95d5ebfc2210019
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 916.6 kB
Tags CPython 3.12 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
27142e096eb5765b4dca66e4dbd29a9c61a0a4bc4c0ca649f6e661475da2bf8d
BLAKE2b-256 checksum
How to use checksums
7872464ab962c9e0ead4e1cd48ede8805d07ea7ac11f3830673a9377def041b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 748.2 kB
Tags CPython 3.12 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
0df33b22848b96beb8b229869abcc6592592d654f25b6cb1856c08717aaf1544
BLAKE2b-256 checksum
How to use checksums
e9fb54a3b1a4afb643157d16b518dc5c7d6b34d9715a7cbb055d7022c456e8a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 753.8 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
76115050e8f076fb96f1aa7662dc502b5232d21b610aec08035957a93a830cb1
BLAKE2b-256 checksum
How to use checksums
2fc80cbb9f59d598ff312f3781f8e2cc69101c2a843427c965df8dfe43436d51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Size 855.9 kB
Tags CPython 3.12 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
8fa10e692ca23aafb88ab441bb280724328da7b8cebddf3296c751b4e06324ed
BLAKE2b-256 checksum
How to use checksums
4115649c243ca97cbc2a36e9f650ff37d4491c444b580578fa54f2e6452cfdb8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp312-cp312-macosx_11_0_arm64.whl
Size 624.8 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
787e3c8018848b56b7e47918f9a9ec0e13a68e39af6e4d386cf083b2973d254b
BLAKE2b-256 checksum
How to use checksums
2303856c091b035b9672c435c3f71e25d3fb5b9151693ca434f8804865bc3a93
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp312-cp312-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp312-cp312-macosx_10_12_x86_64.whl
Size 697.1 kB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
d7a37d672233031bd41b000852e2520d34a1dd362c2e3b9000b6400a16b3bba4
BLAKE2b-256 checksum
How to use checksums
522524eb7918c62a3053d1b7ac7c79262ddb50f942f599da263be865eaca9b8f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-win_arm64.whl

Download URL fastar-0.12.0-cp311-cp311-win_arm64.whl
Size 461.2 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
e8fe9f8e8b6b4df05f1a3561ff9a5348553b93fa6fabc7e31334d1ee720c00af
BLAKE2b-256 checksum
How to use checksums
6569ed531b78cf08c0be4541f6ff0759459c4b3c186ac5ac3c4e07a7795e1a65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-win_amd64.whl

Download URL fastar-0.12.0-cp311-cp311-win_amd64.whl
Size 485.2 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
b2fcbdc9b49fb240965941a21fd45ac9f7f75bf87acc33106e1ee70ab912cfdd
BLAKE2b-256 checksum
How to use checksums
1801b6233c28684745098e379b2921b160765cebd8e5771f471f5754907f9fae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-win32.whl

Download URL fastar-0.12.0-cp311-cp311-win32.whl
Size 452.3 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
423d2b0ff5a43405c9776f1ef0779502c547bdb2d7fa7857b4f7434c95035556
BLAKE2b-256 checksum
How to use checksums
06d295bddc1eff0dbdf63b7a577a7165413a77fd27f43013e0fdad5cc80a6987
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c19e0d943e68ee9748610e510639e438c07d4dda13743cbb2d928689aad15599
BLAKE2b-256 checksum
How to use checksums
b3fa49137c676db7b13195d5990e2fe2158ac3b4c08cb2da65a8de6974f571a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp311-cp311-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
75ea567751a7eebbc5cee86e3df5f0e699afe984e6b76eed91fc304485b0808a
BLAKE2b-256 checksum
How to use checksums
f6345c68b5c11d60c4899c9df25a6f87ab606b83f9f29330488ffa9259aa33ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp311-cp311-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.11 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
adfc7981f3b3aaafcebc555437e66a37bafbe48d4e3e2129b782b52ed96b6c06
BLAKE2b-256 checksum
How to use checksums
5fe8440a0c31ec32d8e80d3e68d6e44ea58679b6436d3454be9dd2e03f499874
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp311-cp311-musllinux_1_2_aarch64.whl
Size 969.0 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
1c2926264f000e88e214a23c1a308a4851325ee72569c27b4188d8d44262fa56
BLAKE2b-256 checksum
How to use checksums
fd34600103a3bbf119b9b9eee64d374e5a25662022a24cd85ad12b62a4f2816b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp311-cp311-manylinux_2_31_riscv64.whl
Size 878.4 kB
Tags CPython 3.11 Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
6bc9c294f2aca5590b8188ab09e04099b727444cee7e56bd89d73c57adcdb2b8
BLAKE2b-256 checksum
How to use checksums
e81bd96a355dc73fada5aec0baa7da4ca71320b6c709f28f1c63341de8efcc94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 812.8 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
471a2f3c7295c296252463ae2eadd87f258dec33a7fec053a553c90930e03392
BLAKE2b-256 checksum
How to use checksums
0b4ebe067dce9da50815e1911684639d8404cd4d49352c9de1f9deb92417e574
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 812.0 kB
Tags CPython 3.11 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
bc98215d7cdd32b70d2ab8123448071f33e5cc4a4af2ddef67af37beb420dae2
BLAKE2b-256 checksum
How to use checksums
a389ea4e3a8d7200b76a4a7345ed12997b1998041b5240216eef03da8c2866e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 921.7 kB
Tags CPython 3.11 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
e33b9b67d9fbcda49559c653390698a3e4d89c4d9cb9974fbbdd8a8aa0bfe3b5
BLAKE2b-256 checksum
How to use checksums
f1e74dd058aa4a2af76d7b2e789969aa0ad099440b7880ed48e6f9eae613c117
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 751.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
930d355b98304984b70b30b8a678c782ecfa958a9c710134c71ea54db995a21f
BLAKE2b-256 checksum
How to use checksums
1cf3f0532adc2833d93ba1f3bdca7dbf70f8408495e5b70168278e225274bf15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 758.6 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
1f0432d1138e7f3b65a3afc324ac373706751d1b8554541fe33d5e62ab08ff11
BLAKE2b-256 checksum
How to use checksums
80f153ccb90c01d78f58cf95f48e7caed8af130760c24edd8da90d1717802d04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Size 860.8 kB
Tags CPython 3.11 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
0e16b0d029411989b9459adc65b9b553a7051909a96e4432e4a151490e42f0de
BLAKE2b-256 checksum
How to use checksums
2dd30e52f06e11d6c68f40df635f326ebe23d4f995e2d782b0ab4795093a9277
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp311-cp311-macosx_11_0_arm64.whl
Size 630.5 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2dc6149218fa5e34526714aefabc148b25fc7d27c2f25c8b942f1567875511a9
BLAKE2b-256 checksum
How to use checksums
cec994922f85e83a283d8d56ca86c288a9cdd66da230eddc3d85485abacf7ec8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp311-cp311-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp311-cp311-macosx_10_12_x86_64.whl
Size 697.9 kB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
474fa88aab2aa2ea32682edfe46cd4d24a5f75acaa2021b40d1e247e33e21b7f
BLAKE2b-256 checksum
How to use checksums
1d725cad0f74095e961708da3b8924bb0e51a9aefba1a05c7e1cf55496957159
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-win_amd64.whl

Download URL fastar-0.12.0-cp310-cp310-win_amd64.whl
Size 485.1 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
46feb733e23f2a85f097f5bab710e49ad3e4d9ad63d6a6c5b4c6d470239c6217
BLAKE2b-256 checksum
How to use checksums
66e4d1dc08c8a508bea5c76c1e670d99f6c41304e60a4b27e7910a75779d05f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-win32.whl

Download URL fastar-0.12.0-cp310-cp310-win32.whl
Size 452.4 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
f5e9cec09cf46ba60ae78bdaf22548b6128d4142c274632faf6c8d2a7a6abf0f
BLAKE2b-256 checksum
How to use checksums
bd7010421239278ee700fd5601cb3362dfc9873d661977a0d65c0e366df028f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0a30eced7e4c711a272336e8c6214ca23f30eaf57b06c85eb6f67cbf50e207b7
BLAKE2b-256 checksum
How to use checksums
08c3780fd8a74a308b7ec80952d408f3b9c895a5de7eab879052b93d52c1eeff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp310-cp310-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
682a8c91d3ee82179e44ffd7673f4a6a08e7465970b75d19c38df41c39e2dbc2
BLAKE2b-256 checksum
How to use checksums
d0f6c83f6fc45c137be8d694abd3cc8995dea1aa47e40fc0f7f8df7a622aff48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp310-cp310-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.10 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
09e6a5d4b111c5d40f7dc0813357260ee060b74b4e14bfdc66f5c3ae37f9832c
BLAKE2b-256 checksum
How to use checksums
7e281fb25d1c0013850f5149b3c8d7007cdfdb8f1ea81b378b5dd52941427b3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp310-cp310-musllinux_1_2_aarch64.whl
Size 968.5 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
868259b82a03d90eb7b618478a5f5721f293f477b9a1f2037546e9edec21792a
BLAKE2b-256 checksum
How to use checksums
6699b9957de723e68941a8c0be7a9e7cdd9f7973351930448a78d2d36f5f8bfc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp310-cp310-manylinux_2_31_riscv64.whl
Size 877.8 kB
Tags CPython 3.10 Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
3060521ae526301acadd84fbc3bdf50faa63e3f06f7faecdb286c7e4e4d8b22d
BLAKE2b-256 checksum
How to use checksums
666db2fbc33996a28834371fb17c66a6288b3a3e5807c3504043fdb996667dc0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 811.5 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fd7a28985d86a3d8582d6ce69d356fc498035d717938b5029df057d599718888
BLAKE2b-256 checksum
How to use checksums
14140f7f70bb42f09f95fbe17baf88f5a0edfbf15bb6d0aeac3169adab279da8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 810.9 kB
Tags CPython 3.10 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
69391964bbf1b170eeed382fd05d490ba8f6b00fb0b72627ba00cf7d037b9d75
BLAKE2b-256 checksum
How to use checksums
8f302ea54cb6c04586e3e1521410fbe2bb8fcc3c50bc003ad7d315587dfd64bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 920.9 kB
Tags CPython 3.10 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
2eef75f01b874968ac340be98d44a583ded3b50f29483fd3ec5fd86cce41db7d
BLAKE2b-256 checksum
How to use checksums
8a216896d3ce6c6a746adba380c872ec13c7bce8f70dbca3f23de3c7f8c40a04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 751.4 kB
Tags CPython 3.10 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
e54319e21ea309e8f2141ed88ace0cb34af72bbd5865eb6a819773a170230e27
BLAKE2b-256 checksum
How to use checksums
917097ac11cff14f5f860878fd9c7cb496e42c1d08683b4f231b0cd041448ef4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 757.4 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
12484b5f87529e9c0af4299a5db779c92c0c393b95867977e3ea02d22024dc96
BLAKE2b-256 checksum
How to use checksums
5a0051c878c492281790ae02d813d344cb102fbe41c0cb5d5b639ec6def4394a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Size 861.1 kB
Tags CPython 3.10 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
00104297bee6bec0c20aae27e82e62b33db4329575e4cfd3e824745128b9933a
BLAKE2b-256 checksum
How to use checksums
5c54bb85d625b1d338e813f5cd3eb21e7a9b1fa06ebb0cc3b9612dc20090425d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp310-cp310-macosx_11_0_arm64.whl
Size 630.6 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a57a4b3ea38937f95c8ac76432992dc29f672b265e021a4c8c7191a767188297
BLAKE2b-256 checksum
How to use checksums
32fe339338102ce9c9e9be639795ecb89ed82039bccfc53550908c99518509b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp310-cp310-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp310-cp310-macosx_10_12_x86_64.whl
Size 697.0 kB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
310c99a33f83f83f49917cee153cdd49ac0a3e42f78ad685a84a700ede3aece5
BLAKE2b-256 checksum
How to use checksums
c3c23b7dccb2a49a9778c88007c6188c10f765e0651969ca75fa30ea0648f5b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-win_amd64.whl

Download URL fastar-0.12.0-cp39-cp39-win_amd64.whl
Size 487.6 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
c46cf6767d71506b6917cddcc903b0b110169d5254717c95ea00e2920a85df3c
BLAKE2b-256 checksum
How to use checksums
9d0796640a43edca7278ddf823af1f86f4769719466761301f27847fa5b9042f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-win32.whl

Download URL fastar-0.12.0-cp39-cp39-win32.whl
Size 454.0 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
1664bad53ed42a657d1c9b8a939d3a1b2716ec9feb00a65b12c5c9668e3128f2
BLAKE2b-256 checksum
How to use checksums
6478f82c6f8aad8cc0ba5ea3cc185e2eb0f58ea17b21d6c42b74d8ff30c52f01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp39-cp39-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9612513fbf7fa906bb186c3e30f51edb4b6baf27088a7d4b4ef0c6e8732b16b8
BLAKE2b-256 checksum
How to use checksums
9a76d308ec05acd743ce436ff8dbd9c37b4d62f344652172611fe9dd87545877
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp39-cp39-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
b3f28f54bde75366cc1b9357ff739593fa61cd81736f0f31883ea026623108b2
BLAKE2b-256 checksum
How to use checksums
84fc05be8e5ffa2102b822ad7ec8e53cd34bbeb94602cd40230b33e9207f25c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp39-cp39-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.9 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
31196ca910579d0317fdbcefd7bbe82a08b5c933bd0a61269b66ca1feeb5c82d
BLAKE2b-256 checksum
How to use checksums
35a99f152b78d845b6ddabba80c36e639495303b1a92ee5cafabd4dba1d82cb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp39-cp39-musllinux_1_2_aarch64.whl
Size 970.2 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b79e69b2c9d0df293cda11881a1b27ab2893460a2b68229b20f7757fb5f5fe2d
BLAKE2b-256 checksum
How to use checksums
91d5b44bee9ae6832ff6b0674a262bfef9325b97c77ece2eee9673edf7abc5e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp39-cp39-manylinux_2_31_riscv64.whl
Size 879.8 kB
Tags CPython 3.9 Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
37e0d61c64eaf5eae1970c0e73a56c596b3487b14bd6cede3c6426d981cb2bf5
BLAKE2b-256 checksum
How to use checksums
14b98bd86d7fdf238e1f753b62b5630b526a953eb5340065f25114887b1cae49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 814.1 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
aef3e8f913fcf2150e664bfbdca9462c6472ad1c1c553f4b58c1b5d2b34807f5
BLAKE2b-256 checksum
How to use checksums
53785bf804c922a329205af7b966b7763d9dc8df4c10e8f3a972626f3e0a4001
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 813.2 kB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
bec95651f31caa9f505bbeb2019187e2f0ec561548ae0cd33cfa753ef59492ac
BLAKE2b-256 checksum
How to use checksums
ad1f2b5bc736b0b2839a64a8c94ba61986db2cfc260907b2208b77bb1e9c3775
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 923.3 kB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
91d6929f821729abc10b754180675dcd2e5328ac12d28abef4409afebd1a8c59
BLAKE2b-256 checksum
How to use checksums
a11cbbbe8bb0d761c9e26ee86ada2031ab06ac63f80e05273ffa70a1495a3078
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 753.5 kB
Tags CPython 3.9 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
fc7f09c635194e5e673703cffbd1eda80773edb8000faa42da158b8ea1ce5018
BLAKE2b-256 checksum
How to use checksums
64673380be9f942cfefa51fdf570aefd8d72d1b1d2f215236102ab53532ce6c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 760.1 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
dfc34a941607a44563ec4b4f0f5c7af7f237bceab73c372f1987d505ecd6165c
BLAKE2b-256 checksum
How to use checksums
dcca62f8d170f8e4beb5457062298233b15155d1a8c52af4412d9c2586e89601
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Size 863.5 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
bfa2891ee4bd86b71721b0afa6c410c2917c86522dffc13a5aba2038d147e81f
BLAKE2b-256 checksum
How to use checksums
e81027a96e05af73321f7c14535c1cacc5a20f1967976fff90993a85f50f05f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp39-cp39-macosx_11_0_arm64.whl
Size 632.7 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e2b8394d4c417dbc05c3a5c45e6c9742d5e78ce07e6eaf18894218c0a9dae5d0
BLAKE2b-256 checksum
How to use checksums
9a64dcb8ada0d972724d63f0a3d74bc3559f57d8c6e7e7229cfd378f28a54e8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp39-cp39-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp39-cp39-macosx_10_12_x86_64.whl
Size 699.1 kB
Tags CPython 3.9 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
7c9cad467ca85bb2629a5e4d52bc60997221fe91d19e93ca8c05735d23f72de9
BLAKE2b-256 checksum
How to use checksums
4c08594ca14196e9480207b2c9591a982c0d823f27f37ea38d6aca98f2c0bda5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-win_amd64.whl

Download URL fastar-0.12.0-cp38-cp38-win_amd64.whl
Size 487.7 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
d03e32e47a98f02c6a99d894a07e54efea0b9c3eb6fa8aed4f81b075530b2c7f
BLAKE2b-256 checksum
How to use checksums
8e6c848912e5f13f9b93331051f299739caab494521ee15e2c8c4bf510426a8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-win32.whl

Download URL fastar-0.12.0-cp38-cp38-win32.whl
Size 454.3 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
6aac6e5b0c9f140a3ee0bfd1037b3c178cf5b6f7f1ac37c002006bb34d8c90d8
BLAKE2b-256 checksum
How to use checksums
6c156d6d35f4c71b024e1eab4ab4684efab0cf3375d79e6fb30ecd3ef61fd8a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL fastar-0.12.0-cp38-cp38-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b21937917620122291e65ed1644e8b8acb519fc7df44d2ea3b5b9963a5d804e9
BLAKE2b-256 checksum
How to use checksums
338f531d29e474c2b08a0306aa761585678ef8831fb8276cd56130373dfc7da0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-musllinux_1_2_i686.whl

Download URL fastar-0.12.0-cp38-cp38-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.8 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
304152fb06608208581e3340f51e5f8d9658fd1ea66f204647ab931eb3525b24
BLAKE2b-256 checksum
How to use checksums
eeb5f8eb21cf1188f4fe4d6d5cc72be8c13444f52b1eb4310f40625d71273da1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-musllinux_1_2_armv7l.whl

Download URL fastar-0.12.0-cp38-cp38-musllinux_1_2_armv7l.whl
Size 1.0 MB
Tags CPython 3.8 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
6c068844bbfbc26b42c4142c53d994df6b6bb71146f7f860a7135d49d916e01a
BLAKE2b-256 checksum
How to use checksums
6ef2c611a423408ed44a5718456e4079b555836139513e1341f88a7106fc3847
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL fastar-0.12.0-cp38-cp38-musllinux_1_2_aarch64.whl
Size 970.3 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b3a2b7ec287bfe7110a1c047698d681a0a1c4b888c7f4aa93862de9b541928d9
BLAKE2b-256 checksum
How to use checksums
726b3f8cb475291ebbe1b0fa527ebaa8045417e3204c974188e98b8bf0fd5c9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-manylinux_2_31_riscv64.whl

Download URL fastar-0.12.0-cp38-cp38-manylinux_2_31_riscv64.whl
Size 879.7 kB
Tags CPython 3.8 Linux glibc 2.31+ RISC-V 64
SHA-256 checksum
How to use checksums
d9e403be00e17d340131327f97789c6b640ac516926e1217cfbe522c24b5120e
BLAKE2b-256 checksum
How to use checksums
2de9cda87dbd708e3389bc37243312d13fb11e967d5d3b711716a4a234d3b4ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fastar-0.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 814.2 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
70fb44c26eb993bd676ccec24ce45b70354e4d1c0e35750a8a49233934049d7d
BLAKE2b-256 checksum
How to use checksums
1a4ba0934ebe0072b7ec32ed5fb4b00cd906f66e9db8edd2e1969a2511ce09df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL fastar-0.12.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 813.6 kB
Tags CPython 3.8 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
5aee7a7354425a9841991b8032d94509c022b509cb0e47f484c7fb56df5874e3
BLAKE2b-256 checksum
How to use checksums
48e0563b124920f733b282a9b7d7234841dbaae1fcbb115b1a334643da1f27b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL fastar-0.12.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 923.6 kB
Tags CPython 3.8 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
dfc8a2bfb1b52ea812eee3bf34f7c76ecc72b74e3346b46fc308212fa27c1f4a
BLAKE2b-256 checksum
How to use checksums
995ff2601f3ce78d95e5018ced425fa6e8e6db0a478eeee2596235e5caa47641
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL fastar-0.12.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 753.6 kB
Tags CPython 3.8 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
41d7d26a09ccc0e6a939194a640aa934ae5e263581fb0127c44b0b1dd720f071
BLAKE2b-256 checksum
How to use checksums
b95f647f8568ee087a69b2674c8d1afef6b0c264d5c344295144eebb01eb2509
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fastar-0.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 760.3 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4851974bf24c1d993617f5c045a323315b632ad48358dfc95f126d822937292a
BLAKE2b-256 checksum
How to use checksums
a25d4d3362398613e69fbf60a57f14674c16c0222bf1eca237e4b10489ddf2ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL fastar-0.12.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Size 863.9 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
4468813c739aaf498afc6f553fe082b485d39c3ddd4fa4b1ca130ce6d82057fd
BLAKE2b-256 checksum
How to use checksums
92568f293a58e0ab516d987c8f9ae3425c98ea32534603999cb339339cdbd487
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-macosx_11_0_arm64.whl

Download URL fastar-0.12.0-cp38-cp38-macosx_11_0_arm64.whl
Size 633.4 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
01d90bb64a83843a3ae07e33da300723de7ce50864d6bb47a58bc1112d68ecbf
BLAKE2b-256 checksum
How to use checksums
c1169b9d1a0fe75505e006d7d97c1a59ac1410d1e4233ee278654b19a13f5ed9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release files / fastar-0.12.0-cp38-cp38-macosx_10_12_x86_64.whl

Download URL fastar-0.12.0-cp38-cp38-macosx_10_12_x86_64.whl
Size 699.5 kB
Tags CPython 3.8 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
c745781d4836c794800fdda4641f9d685b14e1981ed9d898c7ac152ac62cd1dd
BLAKE2b-256 checksum
How to use checksums
26a30d3569cea04df81025c70db4224fba067452afac54dae8699bef4e19dd8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via maturin/1.14.1

Release history Release notifications | RSS feed

This release

0.12.0 This release

171 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page