Skip to main content

High-performance mobility analysis with a Rust-accelerated core and backend-agnostic DataFrame API.

Project description

fastmob

High-performance mobility analysis with backend-agnostic dataframe support and Rust-accelerated compute kernels.

Key Features

  • Backend-agnostic dataframes: use pandas, Polars, or other eager Narwhals-compatible dataframes as inputs.
  • Rust-accelerated kernels: run compute-heavy mobility operations through a compiled PyO3 extension.
  • Trajectory preprocessing: filter noisy trajectories, compress movement records, detect stay locations, cluster stops, and transform CDR records.
  • Mobility measures: compute jump lengths, radius of gyration, waiting times, location frequencies, entropy, predictability, origin-destination matrices, and related individual or collective metrics.
  • Modeling and generation: build gravity, radiation, EPR, DITRAS, Markov diary, GeoSim, and spatial-temporal social trajectory models.
  • Privacy analysis: evaluate mobility-data privacy risk with location, frequency, dataframe, and attack-oriented utilities.
  • Tessellation and IO helpers: work with spatial tiles, trajectory dataframes, flow dataframes, datasets, and file-based mobility inputs.
  • Validation-focused development: maintain correctness tests, benchmark outputs, profiling support, and compatibility checks for performance-sensitive workflows.

Installation

pip install fastmob

For development from source:

uv sync --extra dev
env -u CONDA_PREFIX uv run maturin develop

Quick Example

import pandas as pd
from fastmob import jump_lengths

df = pd.DataFrame(
    {
        "uid": ["alice", "alice", "alice", "bob", "bob"],
        "datetime": pd.date_range("2020-01-01", periods=5, freq="h"),
        "lat": [41.9, 42.0, 42.1, 40.7, 40.8],
        "lng": [12.5, 12.5, 12.5, -74.0, -74.0],
    }
)

result = jump_lengths(df)
print(result)

Development Checks

uv run pytest
uv run ruff check

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

fastmob-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (12.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fastmob-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fastmob-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastmob-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastmob-0.1.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

fastmob-0.1.2-cp314-cp314t-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

fastmob-0.1.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

fastmob-0.1.2-cp314-cp314-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.14Windows x86-64

fastmob-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

fastmob-0.1.2-cp314-cp314-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

fastmob-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fastmob-0.1.2-cp314-cp314-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastmob-0.1.2-cp313-cp313-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.13Windows x86-64

fastmob-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fastmob-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fastmob-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastmob-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastmob-0.1.2-cp312-cp312-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.12Windows x86-64

fastmob-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fastmob-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fastmob-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastmob-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastmob-0.1.2-cp311-cp311-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.11Windows x86-64

fastmob-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fastmob-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fastmob-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastmob-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastmob-0.1.2-cp310-cp310-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.10Windows x86-64

fastmob-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fastmob-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fastmob-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastmob-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

fastmob-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

fastmob-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastmob-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

Details for the file fastmob-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5de8ad435c01a5ddee3f5eddff5998cfdfda08a4b64ebc34f36d20e241cd0fb
MD5 96f8e0427dfacdf47a3e906c3c9f939a
BLAKE2b-256 06c86dab7f826a6fd1245f9a547a9c93b804321607b4a6b4ef8e9028359e7052

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82136a4e1cc2238c1a2066522b7a560d340cf94860289efcf36d0a96b08e8892
MD5 1d398aca99738bfc0b94181a8972be3d
BLAKE2b-256 a3e7129570c883f029cff06c9e403eb2af710877751c8925e9f3535c3d3323d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40e0e4db7bcde1becf0b8985804f8e1fa8abcf6e4e982a744013fcae71a09e6e
MD5 8bc15a2aa9e34370304289d2a25e2b68
BLAKE2b-256 c097b075d6c783e0b27ede8a21f4adb5292e8e732531bd8eeb123241e469dee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0a181c8e9d4823afa00ec603749e4360e4bd5860a9235bea9e17827d00b3362
MD5 795734ed90a770dc017cde5f4472c980
BLAKE2b-256 b6df3ea7df05c2441c5f3be0c165c51fd935005ef1779868b6894dc6bbcf7a50

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6a23248035829647466031b0377c7be991bcca12d9e2af5f0259c148f127e67
MD5 cdfedeec7bba5577d4805721e3f525f2
BLAKE2b-256 3c7c5e3e7096f5add317e409351f8c899b6d9ca3692e30bc14da4c1f38469065

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba187ea38e11fcccb50fe5f07e2afa3769442f19b02b1fd7346d0a67f3a21964
MD5 7b75c856079c63f4304c008a765ba122
BLAKE2b-256 e03d34532c6bc2911a7a9f6f93f79a2e075ac68d3c4251f7905392d88af5950c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31fc3e5cf2b80c34f44f777af82ec9c6d7b292a4f3aefe9b6dab1d1fec885fdf
MD5 6eb8bb3e4bfa6a049fc47288cde30f85
BLAKE2b-256 4f700cc7a6bb2a91d8ee8ff0577bc7bea562c852824d8c69d999979c596c8cd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b781b49ab0ad913a2d3879d5a22e8f9fea29af86b1da80349515349dc80cf0a9
MD5 3eb399bb950fb24ad929eaa5df2ffbdd
BLAKE2b-256 ed9597c6bb3b3dd2cef7566a3834584623d4d0f6b94aa791dc2d44304bc565f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b13d460c3cd30b84145e179a27f8bdd726ab2834249249cea331d9817c9a964
MD5 f3bfd9d7c4270d03d6e800bb2481ebc1
BLAKE2b-256 d677230b9d29a0b6e098b41b9fb75d0b257fb7f7fbcc62bf19608b5ad30f78bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cd7a94d2788aaf01b2673552574e7ebb68e071242672e4c0dcb34481ef64fb9
MD5 3ee730cac8a8bd4150e67e4930d46d0b
BLAKE2b-256 94f20d58658b1d30552328b26066b85e87a49d592786aaa82d80ac1970372803

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: fastmob-0.1.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for fastmob-0.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1398009d1df2702a7efa9e745e73fd9745defcfd5c30c1cdb3243298a598b6a7
MD5 3a3c5dcad09b69a9c54ae818d5edd1a4
BLAKE2b-256 fd582045d6f158013df187ea602b14b84de151fd56696a8b9c3188d1a0d3f407

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314-win_amd64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc812c7280056173538967fe265640bafd386d6e3b4d804e7283cad5d7327ed1
MD5 a4cd2b9a885c19bade27c3cac22b45d8
BLAKE2b-256 129df8960978d62bd45ad3ff5c71adab80b632a4182cdeb9360c873e0fa83236

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e50224884d98ee50714efd788eb1b30e68aed250f82ece73024db5985bafaee1
MD5 40bec99655a94e0d2a7727ffa2f64c0a
BLAKE2b-256 010b2a8877efdbb6afda7d98d421dcb949f3b76f682045d390460f311effe606

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 895ab8307908f34b55891c79f1a6b138fe5ff33ab0784a2786053e03ad0d32d8
MD5 c234c432c89f70264b6f082f3b14cb28
BLAKE2b-256 ffcb6a1c21a7fdad0ac4ce2c8dbf2cd13773d9106f36bc66f838a912fb9dec09

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 827f99171f1d7aba43fd12f2a6bc0b4f534f70b50d80f577b72d7a96a8a4be55
MD5 8b81fba1f7594c31789cd41a64683a22
BLAKE2b-256 a005fb5354ae27d77904d71df89dc1c77033f73c2004a946bb84b56b47a8b12c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 263b2754a24b4bd7d743ff5f5b639d401d86592669dc71205bb3ce0fe4cddcd9
MD5 23042be679fb15a80b4a0ccde6b32621
BLAKE2b-256 f27dc8e5d1c5e64b045f6b58225fe4432ea69a5ffab471c5cb18294afc04995a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fastmob-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for fastmob-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e94aff9bd8ba9abcfe5b0339593f62800359d27681d88ebe232764676df97b6d
MD5 1bb57d6ba05b76e0cfe53951fd211aae
BLAKE2b-256 48bd34abfaee37eadead1f5f04018a06242984f29f87e520b599acd170485850

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp313-cp313-win_amd64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cebcf8e8a92c0882ffad61062dcddfbf58e0898cd858e2745bb3ec4fb91055d
MD5 239fc2b7c154ce244bd84fb2daed3b3b
BLAKE2b-256 e17a8dfe98d576aa50ff590dd568a44993117c3df8b13b7b52b2bfcfba2ef0a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58fc07e9363c038cb652973d2bf9598a4fe3cfbf3d6d305a1e7814f04c448204
MD5 08361e8577d97f3b2e22c7105be71b8e
BLAKE2b-256 0fc2735c08887c3af17037347c9742f011ecd14fbb6a4d0afcda28e2c50e5da2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a418783b23f2f86e6951485ff703eae4e15f8b9679291db59e3a61bf481ef331
MD5 2017fb44270500583455d2edf5f146fd
BLAKE2b-256 5387abdbe3fe580831b6eca4b721a22d7f2154c58c9dba1c223daa25c0415ce8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ffff1196ae772689d98fb085fe83ab6a2d37a52d11edd437b10cb4da252a157f
MD5 a7fe54634c749c08a30cffba330703a8
BLAKE2b-256 64b53db600e0794fa9295e63e9415a99bae8e998a0b573935277cacc800f95e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fd64fc781697fa0c27aa1723c9a49b99731100d44d60fd3d003b0589a996605
MD5 d79ccd5469064f48dfc562bb7a369159
BLAKE2b-256 4fc0a601459de7eddec183f82d2afb6a5e218bfd5b576e0cf50d5ec9daf74da6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fastmob-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for fastmob-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 09241039fd3519acb53cc507f5657078603d96b63524a74bd69d0b0492ff69c0
MD5 9606a1ad4719894fd06a2d6928215a2f
BLAKE2b-256 557e0453bfce66b13bc6e7ff4480acdc10cd261e5a1273fc26d03a9d7694e7eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp312-cp312-win_amd64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbb09e6dc51e660f3e22995b88bdeef8f84f58391a41e3fda326c3df05993dc4
MD5 1537a2959b9bc451f2daca03d3b0c5e5
BLAKE2b-256 0c649c4e3941ede50573febc7f49556abcd7ee9625b5d042568763c62ba6ca1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8fade38e9748e363a3cd49f7966702d5da9e03259d3d8d5c092b44405500764
MD5 92589a0ee22891725e2eb658a026209c
BLAKE2b-256 24cf94fc7e1d32fcc32696a156843437a68e3bb5d0836a5e76aa86bb68e6e883

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ae5e3ad673194388a5de366a231867148f1d5567921dcfaab06118f51bc5297
MD5 dfda6cdd0906635208cbab6568ed2054
BLAKE2b-256 13dbc0b99b98482ea321d35ef40cbb58891145c201431805480306389fb8fc16

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd3c6a3903be4ad46d225c93cc50a05e96bcc9be6dffc248ba5a43310d353549
MD5 ee8671442e01cb84e4d5e6e3f19e4ed8
BLAKE2b-256 28beaf3a8e2b3990eeb089512f603640d6f6af63adf7b6f4ddd5c0b0a20628b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 018bc46d2d06d1ee3d7027d56291dfd5d297ef33c09aeeed8f89a0a2f17d42f0
MD5 544decb2af9f6a38b964a014aca5137a
BLAKE2b-256 6962efbc0b1e299ce2b538f9b57a829cb1ae0b6b0cdedb45bcf28799df3eace9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fastmob-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for fastmob-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fe1abd71f328f97e2aaad0ee50e468f7ffb135daf07c8db0f75411553929f15c
MD5 5f21101343fcc8793dcfe3245c7c8cd9
BLAKE2b-256 cae9d521addc7d4cbc83ffc0cb433229c21e11344a804e4b959af757b3215269

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp311-cp311-win_amd64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdc3282d0cf079126cdee87d51718a0538366fcd2d6d24d5beb110936d482e1a
MD5 2cc909ef3f3c0dd233686b8448a4cd23
BLAKE2b-256 0ac6688f4c128e78453f8ab0bfc6575fb0f906297eb3d4b41963bd201ee698c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97303dfa16d8f7cfe8e2543af47529f1ccd5be51fac5222774fe229cdc8c8d9d
MD5 47a269378c232d6852d76c47f909bd68
BLAKE2b-256 79b36bcac27e4742213d5aab8cb1f60be6245cca067961738bc880afeadab807

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c832b9e923c7e5740e775752b164d008b3a5d51347e5bb835c1517b55d8bc01
MD5 9247bd78e1a89b57e10ea24e4affd78d
BLAKE2b-256 f0e3328f23c0eaa9be8f3174208bf932be81612191ae74c9da23d2395f4ae242

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90687abf4181c9dfb6787ad95e90b833fe41af1cd1780a695d7723be125a7895
MD5 3e2cc370e4480d48f1bb35da4897ae8b
BLAKE2b-256 d7f6c5221a1366b1dd1642eb144df3694c64953542a5e30fcdf2ccd852170e4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06c54a2d1740ff16ca4308b1d671f1fce7fd6cac08a2ca6c9020c666d6d4f56e
MD5 1796dbfc49069cb132e414e1e66e8ead
BLAKE2b-256 7d5d3514ead95fb34eaabc69457ebfc2ab3cb190b60ae85b0ae0010785da5a93

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fastmob-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for fastmob-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f09c9cce03fa961b09baade08f00b0c9a9f97e01648c81465d040c4618178120
MD5 3503a0c19a5c4e426d960c9c7b219c97
BLAKE2b-256 e59c6fdb4717a9be5fcde54527bad47aa57921adbe994e90a796eb3adf0172cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp310-cp310-win_amd64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa94bbe451c66907c5e25a6b285281c8cc82a50c24637cdfb325a77d1a5ab88f
MD5 a9890547210cc51bd5160fbb4bad8820
BLAKE2b-256 0a6b5422b61ab03b83cc944303b8a66ef71eedf7c49a581cb7c06275be53af4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da7bf87505442f12516cd1e6fcf1f923d39cb0f93312c9056946555286d81a31
MD5 9cb7aee4ddab33d56e3355f8fef6ed8c
BLAKE2b-256 b233281f86fbc424a0ce7e844d53aded1e5d5c7c29ad4b8a05b616c05f6f6ef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b43fdc885126e1a5b5cff49cdc4ad8a4dc328241da45e79f18faaa6126a152d
MD5 baf1070fce5cce7a6a21d59becb51f20
BLAKE2b-256 0e68497bacc5be73005ae069771ec5cccefd09fad7382ee5cc2e6c8e0135bc66

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17c706239460758feb11233663a82bdc313e7af6b8ddb4a48798d3332df46ea0
MD5 7c6f7c8c2a2ac4a4a15ba815e134c170
BLAKE2b-256 4bec2a314af0a2a1e86496550d8da2e338767c42ce7cd0af05acf46b154e6230

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41cb1c78ab60d098a0351206be5309963b479806ff507f721d31f40719d017ce
MD5 f31cc8c9f5f4d72a4b6e7aeb78863297
BLAKE2b-256 963e670a7eada92880b8316335846261604093b9f9ac7d213a5938aeac3aebe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81b0f472a963c6e41d6c9c0f2d3b78f035f6cc6b93abef3ffb95715053182c57
MD5 497da4844f6fa02cb2bf6419eb70e653
BLAKE2b-256 787744590b61e841a2700b3b4defd7e021ab504d8f7254f0e162b197f29781bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0825853a98ef4bad70f372f50e648c8e459786aa55e3c62a536ba0caca83d99
MD5 0f3763084f0cb0d813c5e397ccc1690c
BLAKE2b-256 eded1c2066aa48ee41f17c15a7ac5e171c64f2ca00a210d6f602acd09f1de414

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on gefgu/fastmob

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

File details

Details for the file fastmob-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f020fd52abe439ac107980535179d53291e4f055e5ec9f7190f020643149f807
MD5 485d2580226d1cc76cb0405a3d360bb4
BLAKE2b-256 e891b942b31d70cf3a92c255f5d070d259c1eb1cec2df07e4df43b5f4cb70664

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on gefgu/fastmob

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