Skip to main content

Fastkit-Mobility logo

Fastkit-Mobility

PyPI version PyPI downloads Python versions License

Fastkit-Mobility (fastmob on PyPI) is a high-performance Python library for mobility analysis. It combines native Rust kernels with a Narwhals-based API, so the same code works unchanged against pandas, Polars, and other eager dataframe backends — no rewrites, no backend-specific branches.

Beyond individual/collective mobility measures, fastmob covers the full pipeline: raw position fixes → staypoints → triplegs → trips → tours, trajectory preprocessing (outlier filtering, simplification, segmentation, smoothing), mobility models (next-location prediction, gravity/radiation, synthetic diary generation), and network/social analysis (road/rail-matched distances, co-presence contact networks, mobility-law fitting).

Why fastmob

  • Backend-agnostic — pass a pandas, Polars, or any other Narwhals-compatible DataFrame; fastmob works without changes.
  • Rust-accelerated core — compute-heavy kernels run in parallel, zero-copy Rust instead of Python loops.
  • Full trajectory hierarchy — positionfixes, staypoints, triplegs, trips, tours, and locations, following the trackintel model.
  • Migration-friendly — API shapes mirror scikit-mobility where compatibility matters, with reproducible parity tests against it.
  • Measured, not claimed — correctness tests, coverage, and reproducible benchmarks back every performance and compatibility claim.

Install

pip install fastmob

Install optional capabilities only when needed:

pip install duckdb  # fetch road/rail networks from Overture
pip install statsmodels  # fit the Gravity Poisson-GLM
pip install "fastmob[vis]"  # visualization package

Quickstart

import pandas as pd
from fastmob import jump_lengths, radius_of_gyration

traj = pd.DataFrame(
    {
        "uid": ["alice", "alice", "alice"],
        "datetime": pd.date_range("2024-01-01", periods=3, freq="h"),
        "lat": [41.8902, 41.9028, 41.9109],
        "lng": [12.4922, 12.4964, 12.4818],
    }
)

print(jump_lengths(traj))
print(radius_of_gyration(traj))

Fastmob auto-detects common time, latitude, longitude, and user-ID column names. Pass explicit datetime_col, lat_col, lng_col, and uid_col arguments when your schema differs.

Documentation

Development

git clone https://github.com/gefgu/fastmob.git
cd fastmob
bash scripts/setup_env.sh
source .venv/bin/activate
pytest

To preview documentation locally:

uv sync --group docs
uv run --group docs zensical serve

See CONTRIBUTING.md for documentation conventions and the repository workflows.

Status and support

Fastmob is actively developed. Please include versions, dataframe backend, a minimal reproducible input, expected behavior, and the full error when opening an issue.

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.2.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (20.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

fastmob-0.2.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (18.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

fastmob-0.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastmob-0.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastmob-0.2.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

fastmob-0.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

fastmob-0.2.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

fastmob-0.2.2-cp314-cp314-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.14Windows x86-64

fastmob-0.2.2-cp314-cp314-musllinux_1_2_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

fastmob-0.2.2-cp314-cp314-musllinux_1_2_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

fastmob-0.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fastmob-0.2.2-cp314-cp314-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastmob-0.2.2-cp313-cp313-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.13Windows x86-64

fastmob-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fastmob-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fastmob-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastmob-0.2.2-cp313-cp313-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastmob-0.2.2-cp312-cp312-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.12Windows x86-64

fastmob-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fastmob-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fastmob-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastmob-0.2.2-cp312-cp312-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastmob-0.2.2-cp311-cp311-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.11Windows x86-64

fastmob-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fastmob-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fastmob-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastmob-0.2.2-cp311-cp311-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastmob-0.2.2-cp310-cp310-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.10Windows x86-64

fastmob-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fastmob-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fastmob-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastmob-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

fastmob-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl (18.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

fastmob-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastmob-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

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

File metadata

File hashes

Hashes for fastmob-0.2.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4db92dc9c5f257edb00ae27993231115f7adf93f88221b31ab9b5258dbe5d427
MD5 7c685c863767ca3b10c91f9a7e2857c2
BLAKE2b-256 60abc239a0144c08eeb2941285a8805c20ff94ccf5f292dd7e4786a508de7b2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4a8cf8063baa115ff3d5d855ec1ddf2322a4766acef574871311d87a399ad17
MD5 6e4dc97382b97368675cd2c98bc535d6
BLAKE2b-256 e639c64ad6c1d5c352e09659518d4cec34baf8c843b9d6fb921c433a0f1ad793

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c4b3e931d625a00d8b4d6c2202013d6bafb42fd74e4465525f26ab6db7aa929
MD5 11ce150f3eb6aef9e2133ea93e4cd831
BLAKE2b-256 153b06acda99cc98b3b0364ea77f3c93d8c727eba34462b656529d4469c251af

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03e0ff000e3b9b40435db48a47936e56b4bd723b5ee176efa06a5cdc32db1fa9
MD5 5500d1c8a9e25d86eac759434cdfe1a2
BLAKE2b-256 a805f40d1359f380037651c85de060ecc970e1f7a84e0f5402bf9c115423d898

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7b542f87b8aab31a0b4bca0efc41f2025a5c19465060878e5952f9374acac30
MD5 e75702826b04e5ef1a20ffd6b1950d16
BLAKE2b-256 3abc73c455c19c157873ca1f296218bb3ccf24a32a49312ae1b8e3fb50b6b548

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d55a7dd654c067512852357e415c58794e9e09b00679173db9b09186931ce88
MD5 a89070346e4a04bef58123c9a1387579
BLAKE2b-256 8ec183411983bea939424335a7401c36ebe65f71c3d495ae661a2ea69c850ddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34504a981c51a1b5a4b55c071baedc487363cb434289cb147e78352fb79e51d4
MD5 95c5c9a5feb031109ada54c2ec14f18d
BLAKE2b-256 d698ec082b68ef9d04752142853a12001c08adceb2eead1f92e39446077d3147

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4395eafcf3e81380c00abcf04ffddcb10bf31c39f2a7290e7e573731e7ca2ed
MD5 aa8b755c915800f1f6f90675ff6e9486
BLAKE2b-256 a6b3245fa756213fd61df6151b71c3f7a0a9c0520c142351597ff91d2f7fadd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21dacfc0f5d6fdc211768c89607b2492a8a8b5349a10e2c6d85ef38e89e1724f
MD5 5df1307e1e86616775869ccb69570a2a
BLAKE2b-256 73287c7cc6d207141e2b8863b4fb9e7da79f977a72f520b92beb07d721916f3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3714b1656cfa8cc89caf967abac0842817fd8f9d04a501c12f67dca0f266764
MD5 6ae27e64f1883119b77eeb78ec2d876b
BLAKE2b-256 5983c1feac96ec53a443b5c98d9ee4395cb94f6f588a67b6753125d4f74eeda6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for fastmob-0.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0cac54e348c0c13c4770fbe16226f0deef23f7cc2a69429d5ac21991b8946741
MD5 1e42fdbb338230ea6dcde5f5ab8fe0b0
BLAKE2b-256 0f0ae6c2798bae9d95e909137eafa81323c030d06cbc61d26a26d40a05f0c3d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec8d55016cd23848e1120e94af969674620129d99e50b4cec83fc94f87f4ff25
MD5 baa659c715eff470791cca4b426ee906
BLAKE2b-256 d95a84f24df71d537af9d80dc2646bf784626c3b4b627336ef99f5b5c9986ead

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5929e6f260741a0f5a50c85fe00b95ea7659871a15d6e68a692f0f08ac0bbcc
MD5 f224e05a3fdf6966877c7f5cf9ce6bee
BLAKE2b-256 42c8fd675452effa72bb8691298461a2322cdb233aa97f655df86a92a8a2e7fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 902cdef52103f1b2fde6210898c072f84416baa3da3f68008d313c76463e5b3e
MD5 fc9f16e6dbb22479f192f9d42047bc9b
BLAKE2b-256 46f99dc22e69adba990258c9552d174755450bd91cb657333710e8713cf64d54

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b48e178b0bce4702cb05efcf9bf4d760ea9eebc4e820a45d72ccfdf65dc98f4
MD5 693c39a3599bc877dce8c76f162f253a
BLAKE2b-256 19b39c2cb93df74d12c8ecbe1de4ea8d9199909249aabe2b9da539440477815a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a06c913c5839e349da3a18ee50774b9e3d2f47672c8c3cd77e606e3d55c1ab79
MD5 0aaf76c6daf0f2ddf5ba5cff5089440b
BLAKE2b-256 6c63fcb564b5207ec39f9e44f6e606737d86f7b3dd9ad6adff4783b2945363fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for fastmob-0.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 76831483f0ea209662b13359aa663e0f7edcc27a4876517e43848407c8027112
MD5 9f6ec53316d5d49a76d37714c4938b18
BLAKE2b-256 d38c227d1787e01a282f356ecd17633b1227af694af4108e0e490789a04b92ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7af2f662e9e59378ff3d40aedf71228b4798ca39a47bd47c19a715af1f96729d
MD5 c723dd0032157eab42c7b627da1aca1f
BLAKE2b-256 afcb4083fc7b78c34470061fa715f9bd36302c09290c583b508913b8940cfa93

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5c760f0c46f85497baf04c46f63e16b674bb3eba1d3063e7b1c3c997d150985
MD5 b5c5cd2e449e030db7e6e90545ea6caf
BLAKE2b-256 1d983c9aaa97e6115dbb2bb2fc199342a6f4112bc9a87ccf5024bf887916eb38

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 872f3c3987e5ea6d4c7cd3c68ef2b87295ab9912fe81ac04782426976497d18f
MD5 82012a4c19162d35d1c149ce56cdcc16
BLAKE2b-256 29e7ee2baad6900d643f166b743567eb877a0a2e839f0ad32eb561401faade7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fcd95f9387f49e136da2d128bc1810590761be40f36fba06a88257dc2095e93b
MD5 b36ff7f2874e8617744156a7ec319c30
BLAKE2b-256 5f7ac0923160cec64bcd3cc09d18eb73920f0e75714b65450a7ccb1efbd94071

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74f0a235b6391edef65251044a92f9df6468c68af2d194ec855bf25a5156d1f6
MD5 00b7a7c847779f9cff205558262e2e2c
BLAKE2b-256 23dd0117da1a3b556b1cbf0fe525dd05065e17589fab85b53fecc00e16584359

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for fastmob-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f40d6bf7d64e95234e416c598f5e0095885e4954f95433f4d73247051a9b43a9
MD5 7a9d004b4f6b42e8e68135458ba6ec0e
BLAKE2b-256 bc873baf0381812cfa89580a5c85855bdfec715c96355bd393bb205fb9206d06

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e07a27c78dc811a72b875e5b2647f44a9cbf87918c52025a31d5b1a91d4ef809
MD5 f9961ba3d405d47bc3d6ac41332e134f
BLAKE2b-256 96f0a8528f5318a8aef50554b286ecb3673f7a3fb4b6861c974d22aa075d6615

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbd562fb1da222f9b44b4eca07dfc25e29dc27fe100c44859a4a6661723ae735
MD5 3b2607257113735df8ee3e9703028920
BLAKE2b-256 19cb5f1ef585dd3e07dfa9c0c4de2ea374e232fa04ceaeb1537f16dffd68d297

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbd109bd7b5dad553a2d6460eb050e9c6828e7a7d1df9bd449ac8c37190c2ce6
MD5 5fe8ec8624f4d4fc81db18a1cf6df13f
BLAKE2b-256 c4e7157e30e3cf24d8ff38bf8466dc673cec58d64c4fa51db413b8ed54e2f853

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 336bfdfcf8fd298f1401d8c11e3f9b5f120d7cdd170c62abe346fd0e14979781
MD5 541d83878ee3457a5824e74d0dae1532
BLAKE2b-256 0d694332bd1327d62fe7d3256ac3724d8124d3fe146ee6705d742790cd034aa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 158dfcf5907948502b50dbca616cb39aedab1973e207d05c39efb3f71646f745
MD5 02839b0a04965260897e7f6aed5f332d
BLAKE2b-256 6fe1229aaa94ac81357b75e0390058dee979abf20cf39f9fafdf643231019b45

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for fastmob-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e1fa4e3791301641fc72d9d12913de495f031611d95dd29e6fd98a82e6f72624
MD5 df7ed1503c0a1833a2da66a537650fa8
BLAKE2b-256 80698b320d2445efa931e587365f41ee628b12b221533b8d7dc53434051b9388

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c354a663ab117cb038f9638f6649967eaf6a963f551c035e4586cc05b04434f
MD5 03bb6c5e1e34de6807ef91316be63379
BLAKE2b-256 70fe27042883347c69e29aec71d0f92f45180e5a2330416f9a4ae074321a5822

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9283d185f2586d858c2cd26dc607bbf0750bae5d25e7f1398aedb8202071ee0b
MD5 68a7965356eae71a342737447a3b3196
BLAKE2b-256 dec4a7e252b7f0731be4dba2040e11dbe9f58afabc0d756ca21d6ee1789b0c65

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40a07f0b2c201c4449bc6ffdf6883bbd795e64d09b1e8a29487b44c0282f8ff9
MD5 e338acaeb7d25b0a531b1a359fefff51
BLAKE2b-256 f00f7cf19fb2f82307457a3c8814be2668844286ad349c419a508269092e3f6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f240dff7604a967c433847f7e195ce7ca7705c178152c4bb5a77fcf7ad8434d7
MD5 43f4e42661734179ec7cdcd0bd2a26ee
BLAKE2b-256 0181410716136f3722e0864bce6a7ee0131acc97f4c7ed955c802bc3d810d664

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c39aa664243f60a99083c5b50c0d1363c6436e354fbfb42c89afcbff51dcad4
MD5 a32987064515f32e4e79cdbffc873d7c
BLAKE2b-256 f970eb5cf2e9730176bc0300d70b165b2ebd1e43cfe72a8418683ace62e8683d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for fastmob-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4c01b067d1394a2f4875929eec1b413598d73845620ee63d3364be5f7fab49ef
MD5 85eeacf230d3877a84da6ba4c40ecc75
BLAKE2b-256 cb9f351e132976d37ede1d55c1bbe62a6cf64ef8ec26db7291f890ced984459e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95a16dbb160c5d7a56cd9376700be5e2bd0f9d20895b14b0de6c0ece2a1aa5c9
MD5 2ccce9e8a8c1b98213e6543aae269843
BLAKE2b-256 8bdee513c197f021095a8d74f9d013ecdec06d25cb45c240ac4e91d74b172489

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0223ef49bbd5c5eeb2d95ea52a9d6bca2da67d78df72b6214d568c42f44dd1c
MD5 6b0a745375e65f774fca16114cc6fc3c
BLAKE2b-256 16ad33250c06d92648be917c5617e748ca56243f4d012b99e03258679216efec

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44a28a7dbdf3404329e49df9bd163d1d48e99b1d723b91393e4cf5a9c41b06c8
MD5 98491499167d1e12c5d9486ccdab62d2
BLAKE2b-256 45df9c994cb0745b50cd934a0e91e6895f906b118ffe57f03ef726471e52fe72

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6506eeb81cfdf7937f13a0728d775c189151caae1cc78b030abc5836f5750894
MD5 6114b11a19188f9d98bb33ffa4e54b08
BLAKE2b-256 c730e5e10c2d813670a2a69c9c399749b2f1656a1c54c9167a6570610cf08771

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7db3e0bf3b2d8db512b3b54d233c53e8c372859a0fba50f0c42b2d39cc220fce
MD5 aaff64ebb93f2a6ee25f445435844efd
BLAKE2b-256 75110f922c6611fee85cec6b4e3ce0c8948f28f80d46fe7163183e75e0a75002

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7df8d578f8f33f1ae69befe0a23aa77ffb71fdd269ff0045fccd75e9ca311f7a
MD5 52e39e1574ff5f78f4361dc8111f88be
BLAKE2b-256 273bd4aac960d812541e12d00ef736156912b2aa6513a09faafb7b99379bc5c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4006306e4c5354099d35e330a45f67d169a25d3fcb170b0787bf56ec6beeea8
MD5 b6395526d6353b5f63c14c16c802e94f
BLAKE2b-256 e3b0452b521053a7c395ca86ae7abeeaa3fd6077dc0e1a22f891a13e8c4e5b28

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be3918e9f7fab75bb0b30d6917fa62e0b1b776c6374af80e43f10faa86ad5e85
MD5 15955426e569286394d2f0be91914fe0
BLAKE2b-256 8323e655c7937ab843d845f148a6b3c052cac27c21a279176e878faab786bc41

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastmob-0.2.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.

Release history Release notifications | RSS feed

This release

0.2.2 This release

43 files

0.2.1

43 files

0.1.2

43 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