Skip to main content

Fast Legendre transform for NumPy and JAX

Project description

flt

Fast Legendre transform for NumPy and JAX

This is a minimal Python package for fast discrete Legendre transforms (DLTs). The implementation uses a recursive version of the matrix relations by Alpert & Rokhlin (1991) to compute the DLT via a discrete cosine transform (DCT).

The package can be installed using pip:

pip install flt

For more information, please see the documentation.

Current functionality covers the absolutely minimal use case. Please open an issue on GitHub if you would like to see anything added.

Array backends

The flt package supports generic array backends via single dispatch. Currently available implementations are:

  • NumPy+SciPy (install with pip install flt[numpy])
  • JAX (install with pip install flt[jax])

Other implementations are easily added, even from third-party code, and will be picked up by the flt methods automatically.

Example

The main functionality of the flt module in contained in the pair flt.dlt and flt.idlt of discrete Legendre transforms:

>>> import jax
>>> import flt
>>> key = jax.random.key(42)
>>> x = jax.random.uniform(key, shape=(100,))
>>> a = flt.dlt(x)
>>> y = flt.idlt(a)
>>> jax.numpy.allclose(x, y)
Array(True, dtype=bool)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flt-2026.1.tar.gz (12.8 kB view details)

Uploaded Source

Built Distributions

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

flt-2026.1-cp314-cp314t-win_amd64.whl (86.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

flt-2026.1-cp314-cp314t-win32.whl (71.5 kB view details)

Uploaded CPython 3.14tWindows x86

flt-2026.1-cp314-cp314t-musllinux_1_2_x86_64.whl (473.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

flt-2026.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (480.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

flt-2026.1-cp314-cp314t-macosx_11_0_arm64.whl (84.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

flt-2026.1-cp314-cp314t-macosx_10_15_x86_64.whl (85.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

flt-2026.1-cp314-cp314-win_amd64.whl (74.0 kB view details)

Uploaded CPython 3.14Windows x86-64

flt-2026.1-cp314-cp314-win32.whl (61.5 kB view details)

Uploaded CPython 3.14Windows x86

flt-2026.1-cp314-cp314-musllinux_1_2_x86_64.whl (480.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

flt-2026.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (479.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

flt-2026.1-cp314-cp314-macosx_11_0_arm64.whl (79.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

flt-2026.1-cp314-cp314-macosx_10_15_x86_64.whl (81.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

flt-2026.1-cp313-cp313-win_amd64.whl (71.9 kB view details)

Uploaded CPython 3.13Windows x86-64

flt-2026.1-cp313-cp313-win32.whl (59.7 kB view details)

Uploaded CPython 3.13Windows x86

flt-2026.1-cp313-cp313-musllinux_1_2_x86_64.whl (483.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

flt-2026.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (483.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

flt-2026.1-cp313-cp313-macosx_11_0_arm64.whl (78.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

flt-2026.1-cp313-cp313-macosx_10_13_x86_64.whl (81.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

flt-2026.1-cp312-cp312-win_amd64.whl (72.1 kB view details)

Uploaded CPython 3.12Windows x86-64

flt-2026.1-cp312-cp312-win32.whl (59.7 kB view details)

Uploaded CPython 3.12Windows x86

flt-2026.1-cp312-cp312-musllinux_1_2_x86_64.whl (478.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

flt-2026.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (479.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

flt-2026.1-cp312-cp312-macosx_11_0_arm64.whl (79.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

flt-2026.1-cp312-cp312-macosx_10_13_x86_64.whl (82.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

flt-2026.1-cp311-cp311-win_amd64.whl (72.0 kB view details)

Uploaded CPython 3.11Windows x86-64

flt-2026.1-cp311-cp311-win32.whl (60.1 kB view details)

Uploaded CPython 3.11Windows x86

flt-2026.1-cp311-cp311-musllinux_1_2_x86_64.whl (488.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

flt-2026.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (486.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

flt-2026.1-cp311-cp311-macosx_11_0_arm64.whl (80.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

flt-2026.1-cp311-cp311-macosx_10_9_x86_64.whl (82.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

flt-2026.1-cp310-cp310-win_amd64.whl (72.2 kB view details)

Uploaded CPython 3.10Windows x86-64

flt-2026.1-cp310-cp310-win32.whl (60.6 kB view details)

Uploaded CPython 3.10Windows x86

flt-2026.1-cp310-cp310-musllinux_1_2_x86_64.whl (463.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

flt-2026.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (462.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

flt-2026.1-cp310-cp310-macosx_11_0_arm64.whl (80.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

flt-2026.1-cp310-cp310-macosx_10_9_x86_64.whl (82.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

flt-2026.1-cp39-cp39-win_amd64.whl (72.5 kB view details)

Uploaded CPython 3.9Windows x86-64

flt-2026.1-cp39-cp39-win32.whl (60.9 kB view details)

Uploaded CPython 3.9Windows x86

flt-2026.1-cp39-cp39-musllinux_1_2_x86_64.whl (463.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

flt-2026.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (461.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

flt-2026.1-cp39-cp39-macosx_11_0_arm64.whl (80.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

flt-2026.1-cp39-cp39-macosx_10_9_x86_64.whl (83.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file flt-2026.1.tar.gz.

File metadata

  • Download URL: flt-2026.1.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1.tar.gz
Algorithm Hash digest
SHA256 4bf2818d4a9137f5f715fd2ff13acfbf0175639373155cd89ea2b788edf00093
MD5 ae86eb57ffe46f2f0738e5fc8eb8ef75
BLAKE2b-256 8066538256582e373d81a944c0ee3a12fd0e4dd0f39d10136353c4ce914d7061

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1.tar.gz:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: flt-2026.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 86.7 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3834808a559b4d56c63691291a43ba19d5bffdfeac294e3464b34e05f887d9b5
MD5 ddbdc48d641a28895742a0c3b5f39e06
BLAKE2b-256 62969679a576c32d43fea21c58c55cc3f4b3e9fe71b1e8fafe786b82a3360c77

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314t-win_amd64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: flt-2026.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 71.5 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 e66eb20bfd115af172e2fbdeb2a838d51c54cc37c5456f9682b7f54fd1886191
MD5 9c9501e307f324355367953e55e04bd0
BLAKE2b-256 3a1cafc70abc52a3c747609cd6ac944b341ba35efcad037d659c5e6da5eb762b

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314t-win32.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10575dc192697bd024ab22f7948fa7f850c40ca6a036e80fe2e96afec6e5c703
MD5 f668d77432dfc7163f579b713dff8660
BLAKE2b-256 c07b700fc7cfc5033090b27e14e69d9678b1973642f684cdfeffdcf08e561a98

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 999f1ffbea353fd77b1797ecd8b69a7bae7bb098723ae0dca51a05fc6e4df6dc
MD5 428fe709fdb65e491c98f4ee9f5b3616
BLAKE2b-256 6094a12bc6dd3136b187dacbd5b820537c0e5507e8f63f5c7db10019eeb54394

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92d5d440be9bf4ab38f7c17cb76ff99fa1c1d0da697e8fafe6eaafb80fdc2687
MD5 23eb021af8f96cd248fd47daa3954244
BLAKE2b-256 f2d58d7abe03a9d8b12c1df00976f8dccb447ab16303e12eceb68b7f645f6286

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4198f8e727388f5a2cec0ce430c1a7e999849b8074479204f87cc9159b61d08e
MD5 e8db5893f873c9a225f10641adf5ea80
BLAKE2b-256 1d2f27198324f45fa211eafe3f8fb8d2839fa38af02efbc36c49cb108e247074

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: flt-2026.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6e9106b3cfc3821a8d6e1a8ba69c6f9b34d94b7ee21ee97e9dc6f4622e707fa0
MD5 376640d26c7bf9297ed166b89ec24c19
BLAKE2b-256 b878187a721bf81ff72b244f3951c0d4be8eb039bcf5bbfb7eb17fe75971487a

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: flt-2026.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 61.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 12754d1aec0a470c94e0f59e90775366ac6acbdee10ba807ffadcf05718f3fb6
MD5 9c4ccf6ec56a6b0c605ca891fc1210c0
BLAKE2b-256 222f64a066a72eb51bd069896ca3838e62473703d1f157139f684ab174c7c51f

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314-win32.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f011917cb43d3590c5fdb8e622a9641b5a42e5519d6fea27b4553aa8fc6c8f32
MD5 cfdfaea7f0391c041bd30f6d8c3a1830
BLAKE2b-256 1ad954d75cabcacbbfa79b3c54515167f5a3b2dcfcb7af1ec23e8df46bc59e52

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28c43c464fffa6edbee4bcaaf07565fdd8046ef649764d5647b0de9b2faa19a7
MD5 30aa1aee2b6e67a4d6a96457cca675bb
BLAKE2b-256 f193a24b0937fa882fc513d399713d6780262ac5beacdef16a3638370669c960

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4ffb099b70a1d505be43bedd47e8541f3175711f369622541d59810ce68d2d2
MD5 610c298ce9f85c2fcd7c38e71ffd3e67
BLAKE2b-256 573f999757a03542fba7d40b8540d5d764d78308a1453fdebaab72e6d633fef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c5e7b273eb0a680f464b4f260adf469a479deb2657b32897e95f02c6519aa113
MD5 3f74d0daa90d31ded472e95eadb3e23e
BLAKE2b-256 0e898563778d5fb743d6c94dd7d6d7e784266cf58711ed762253779a2cd04fb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: flt-2026.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 71.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 835342f9c301c878e482644354e035aef7a07bbf10c066a9e226a7b3b7893c73
MD5 e558dbce3092cd6ad8b39999a6010fca
BLAKE2b-256 3b0b369fa27bd86cda81ecd4172c099ac028a708fd0f7bd90cdef72cdf6afb2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: flt-2026.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 59.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3d946f32b68d4978cdc9d897045cde4d291d726ba4804df2db26b32369289cea
MD5 b844ff2129a85a6d210e5ec42a72bb4e
BLAKE2b-256 b324111f8bbccc65f603de973db60139bdf50fc0d5379bff4fd62c6b8695f72d

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp313-cp313-win32.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef91c6dd6e453062b5f5d3cbb0c489bd8b3ee1440ad9e5c940d22921664bb69a
MD5 59e5b022a0bcd5c5763eafe14958d99d
BLAKE2b-256 9505086fd21633043fe19dbe972cab79a680199286c57ba66a88f899c1f51dc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e02e75d2c8d6441cd7de2d7a13e62bb8feb687cee2d70c4bd57c43c5c78dc630
MD5 87257dd174a9e2bc6765193d2ad7064a
BLAKE2b-256 1e149beb3e8a64536741b6f06f62324305171391f9b6d84b804c42e0519f472e

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6501da64014fb12341980f250041c167e73110ba3e3d0ef27fc03fb10bbe7841
MD5 844e408fe40a486bb32b66ff52326258
BLAKE2b-256 5125f7798972deac7dbc677e05aba64a71de48abe7b5ae27fa41650edfdb4940

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e62d5c106936dd650b3a7dc1d1a0c16064657fece08d08aaa22bb23794f2dd87
MD5 ce44346b59f76084c49d168a5490bbed
BLAKE2b-256 fa861ccfcd83b186f6b846f84c635ccb3167e81ccb956ff2e4eb6f9c7d2a0a3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: flt-2026.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 72.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fda7eadf42dc5dce15a921a1799365032b17f2b3621f4ad9b9832066f3308bce
MD5 6bed883a3ed77c3a2edf48a5cba2115f
BLAKE2b-256 17721415ee75cd188a72a0c3a3bfea3a5a908bbdf05b1d4c884d849fad9e73a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: flt-2026.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 59.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 378b445b1142ea391712e58a451e2566f38293cab2172b1980e0062a74b8864d
MD5 d68dfc9a8ed4dc476cdcce6abafdfa8a
BLAKE2b-256 a039397d773c13ca945f8d88250d976da3cf3e9d308336207d06c4c0e8142698

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp312-cp312-win32.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b73c4aac4874808dc66e2f7a3cbcdd20a65d0ef14d6f2d378a79930ff3d0bad
MD5 29af35800856c5de3e710136a1383b7e
BLAKE2b-256 7c86c525fef761b2bf9cd961fa6e06a4e255ea9eca529d37e22098d8baa900f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2962fd252df62d77bb2861859173ffc7cc436921a234a52c17eab7839bcce588
MD5 7e157eb801957060d0748d5e9052510f
BLAKE2b-256 220f9911ee41dbb2eb043d6252aa8f9bade8995f7b7ee01406e049088c96acf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7e98be4f5bd091384756106f3d443107c13f71fa72717474bc7281836520cb7
MD5 e5ce2eb484c1131f38ab4b7b254edb0a
BLAKE2b-256 53cbcab70bfbad8fa85a3012f617724cfd1ba61d680e210d30dcb89df44b5054

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fe9a36faa867e057e5112f250498b93ba58ff3cbe5014ea96c55c33146f294ba
MD5 247f617ab0bcc21b59bb689794767bb3
BLAKE2b-256 ab8e4013afa83c7d2d91613feb527f8493b49d63abb520d245f3677a543fb848

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: flt-2026.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 72.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5ae1e654d4d04c06e211e8ca534095b6b064ca7130ef10c2e9277002209d0143
MD5 4b25b83a1b35ea5acda528b4a9536b78
BLAKE2b-256 efad3ea9551846d240d3e5b89d37cc5d559dcea62e68b0b3f82988cda6b9c435

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: flt-2026.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8bdbd70557100138fc810d79cbffb704ef4353c6914ae6758999cdc2a45aa820
MD5 3a253434d33454046089a5770ec7d9ca
BLAKE2b-256 d9ee9d502411289f52c8c6e823afc9b502ed9975f5bb8ee65e63ad3c143c376a

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp311-cp311-win32.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1d0bb5435413e3142c55f2aec6cffacd714049e05f66ce80d6cba12e3d2ce55
MD5 ba8772dbb84904402f928aef15765d81
BLAKE2b-256 d07852a91bfe50da0da316e9d2d7aa7ce6d44932c27d6e9e2ef1226a1d6c16fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d5e0b434f8a175abba0066e3a320500ca652b85485addc85fe30749ba779410
MD5 043f88ae4de5fd4948dfd557d9cac3c5
BLAKE2b-256 759e46de6c5f8489cb1341fc598a2bb0a501fb8370e16c8d74de7c5663b31e0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f5b7e76a8273a965d85401d2a5b09ced1bf76ec2edb189ac4c9875e28b74680
MD5 e32a1e6527914b1eec99a8e853818177
BLAKE2b-256 b509799289aab0a2927dc2f09c73713a767a648e24e4344e0822d8887fb17be5

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c9c531000da989ea7133730f527475c82a362b43af0623a934fcc9ce8f59014
MD5 46b400791ae3213774af1b207282ac08
BLAKE2b-256 354b6d4993f1d0febed7bccd6e08f20e483c510a41dbad8ef0b6b0900c9e6590

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: flt-2026.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 72.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 25b09ed0a97ed67b2c73460c8b4577ddadb8fb576b85b79f7fd835c5d6eac59f
MD5 a7cb4b4e0178e145e1c533cfe9131d22
BLAKE2b-256 a2a2eea2a78080a5a2f99b3012b9e7eb72e8981cea749059ea751c5685372231

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: flt-2026.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 60.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6e828ca81b072291adbcfd3da9190ab1711019231f88ce49c8be3f7173bca29c
MD5 9576d5fbd263ad1222f49b09e8c700af
BLAKE2b-256 4c99026969d8a53ca52e051effe964a5024d610fcc01b266271a6c6ffc11e8e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp310-cp310-win32.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b19169d2c3a8e619b97629253a3bb483aff924112168afd3462b85d33f0d1a1b
MD5 2f26cec39ccbdfd2872d84dbfba1e3bd
BLAKE2b-256 6a6c46d734c56f351557af165418ad2a61b8b0c8816972fba0382c0f985ca029

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e142ad7f7055693a6a0ccac57ba58fbd73f6058c0eaa9d6b8eca61bae589c02c
MD5 e3a9c6f58eb4da9048dcb6f63be0a2ef
BLAKE2b-256 f85b6fd34d3d9b06c3d53f8fe44f03f1fb592d3682f2276fbf4da0c7a97a67dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc8e3dff2c196fb7906dcce32c1d02e347876a01db80ba1e09c3dab4d6b019f6
MD5 080a06fb6ed0cdf07eca6301c6175f42
BLAKE2b-256 050d01d1f48db06cfb9f99cd1fc27a6773a9c2554317e61474555bd1ca1074d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee0a0ac4a27ee318a1ec83002745ec5ed5b5fa7c68ed3564968309057c8798f8
MD5 623c078a7009349737cf2974ce42cd38
BLAKE2b-256 690427d7dc202b2475400becb73dc3bb818c05891d0201687e2b629614d1b6ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: flt-2026.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 72.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3010b97c968be9e20876abd3586fe3861102a58f25d411997dfd80c01d28afaf
MD5 782dc6c7e63a4ccdcf4ccd543634fe23
BLAKE2b-256 42d900f1c34b655392a92a881822cba4cea3df3c767ff637608e28559022745f

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: flt-2026.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 60.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f5449a7e1d3dd801a6abaf6c11d3a2c5bf15c9424683833ca44b9f3c104a2fbd
MD5 ba49d59e80b2d7d32111e83414d96ebf
BLAKE2b-256 84c5175a304dc8f7b4ae0ff7ed077f8b961f83185da935ce379f1de06976fa74

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp39-cp39-win32.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: flt-2026.1-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 463.1 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b8486e00a81c2173853363c73dd65d2aec7a4a11aec4d8aae887d4c3628edb8
MD5 f46fbd616d2dc3eec1e5e429986eae8a
BLAKE2b-256 1e961cd938e15974ded141a0ceab883f4d8b8a672c4df1eb1612d12ca83e0c52

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for flt-2026.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59f46d20934bfc317b0121a29318a6f99512f50db220e83152a5e889d329f64a
MD5 31368d65c795e152c1a847aa4da84361
BLAKE2b-256 b44bd4782a8dd369c7b10c301d69f25d90b50481421d751a81e6b845c8377c19

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: flt-2026.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 80.9 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab376d8bd23fae37d91acb6728cfb0d1e7ddcb70c69cad66e588223de4b249e3
MD5 f177bf267e20e74c1971f391ecf43c54
BLAKE2b-256 b2c27ce6d9d917c52328e4ef35544ba6a48049a6ecd1e7999822720f04dbf4ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flt-2026.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: flt-2026.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 83.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flt-2026.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1233408c1713094673d99d6ca507faeed0075aaedf8fc0a56b189c44b60a043b
MD5 2d001dc9e1524913dea204c735518416
BLAKE2b-256 961b67970e338b5743ce29adb91796482d6515ce7ee98c13d9ab43a19364e6e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for flt-2026.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish.yml on ntessore/flt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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