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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

fastmob-0.2.1-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.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastmob-0.2.1-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.1-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.1-cp314-cp314t-musllinux_1_2_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

fastmob-0.2.1-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.1-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.1-cp314-cp314-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.14Windows x86-64

fastmob-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

fastmob-0.2.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

fastmob-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fastmob-0.2.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

fastmob-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fastmob-0.2.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

fastmob-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fastmob-0.2.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

fastmob-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fastmob-0.2.1-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.1-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.1-cp39-cp39-musllinux_1_2_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

fastmob-0.2.1-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.1-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.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastmob-0.2.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ffe30fb579e8c99c5c32fe5149180b9b7c89d06625303105c6de5a32deefd55
MD5 97b9994d7d48880850f847c6c67c4108
BLAKE2b-256 1c9cb896fab4a1e75136b170ab887987c030fe9b69620007ad3cf6b95d69715f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1109e64917f11fd054e8dd0e063c52bdfd60b29583d16daff8cdeb4619e40d4
MD5 f98ceb9fe34564bd9ab9b78d1d756f37
BLAKE2b-256 6fa0253d9dc5f4721c2330066797c0ea7477f1bfc97b6ea0d1a61597e33651cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f09aa730076240988d0750bd138adcf403a475e6bd6565982a6490349ba849e
MD5 72dc73f338b43195e9f1ee821fec55bc
BLAKE2b-256 1eea0245c742697d9777affe188f5286037342493a1425d93fb6975ec9286627

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d991f697f34b1a8c35b204ae42f8287e6ba5e6390d6fcad5167780927d719c4
MD5 83a5aa0d5722bb04c877c596b0cf8a3e
BLAKE2b-256 a10a5e8fe73711cb49c8deb4b3e943dfbb68768cb7509f05b330c143103d882f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66ded15844d6c192f5bdac707b6c0b858ba040d65efd73503ed0a960de4456c4
MD5 bae6fade0745f0f8bef1faf5b2c4e1c8
BLAKE2b-256 20613a27aa09ef6bb327078368668340ea0391e1207c5c299152c7df221f7d2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24d61fa2e50c2f145ae72cbd9832c4400cb9302eb20d47f824432ef77d938af3
MD5 a4095aad620d1afb2cb68b6c61fd1f33
BLAKE2b-256 d8e833ff5ece255002b248adfbc316b95d504284d435aaf4b15bcae7eaced4bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 192d82d1d993543505c5b28ddf9042e334d3481cbbaf73a9189513d04fb5fac0
MD5 6914a7e060ecb4c13017da555ac4d297
BLAKE2b-256 4a0e5be293ae4fe269b7abbcacae9b7239c1f567293c0d0ab8e3cf31a1f13311

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fa84268012d9d3bf159a4aab032d3007095faf831ec7a8b2dd100eb0bd51ad4
MD5 345c85ea58082214a862dacf49fc181a
BLAKE2b-256 145285d998e7050c7fcaaccd1597c697a3f1d06d6772078706655c0eb4c26a17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 600369e91eaed44efe63bbaa1593b0629443375cd9340375615cae2bed1e75d0
MD5 f5ca27f4de627b3c92c589cd0c14948b
BLAKE2b-256 c615ab6cae4d47d69f3e1426b84ffd76599f1ad9aa3c38d3eae6a93345bfe2aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13baeda18e34c2045f82f468718ada65334e58496c1f7947670ad8264c7ba317
MD5 50ff6ea8f2348e6562ec90cd4e1598ff
BLAKE2b-256 3a4671ae7f044eaee33deaf44e1372ee18016aa9900d3cca7881ea34b30a93e8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastmob-0.2.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6459710e9989477b52c2056d934c01a05a266b58f0d6a8f799a7b743fa20a6dc
MD5 8e3c9c53049cc88c8da05c97b97b1027
BLAKE2b-256 9052b03b529af53b0231dc008a0a16f9fee219f75fb9b3b814705ea5ed324e50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f079a48dae9d4ddb9eea809e3724a5ae4c57ca6efbdf35d34dd3c1e2109f574d
MD5 4cc6c56358976e5272c0b2a7577c591e
BLAKE2b-256 0d410281e766619edb181c1f6df22b22fa3ad3bcd195f263d9a6805ef2098c96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32ff891b360d54694d03491ab0f7af7fabdcd7d53944332518348fac631d8ded
MD5 82ae0cced0c64a5da33ef97240f56fd8
BLAKE2b-256 bf739c08cea25ae5c5fc0dcd78108f215bdb040f10446904a341509e759287a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a0523b2bf58dab2e725d374a834bd38c205c3d48a087eba439ff2a2eabb4a9b
MD5 18cdfabbf0113e49d846159a0a218065
BLAKE2b-256 09a3a3d28b0504da018e527f260525b928c6914579f36ac664d3afa199ee60a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae9ab09a069d4dfe4e158e84a8282d08298d9d253a09c2052cc503c3dd9639cf
MD5 ec417912cbb39080bdab4bbdde7076b7
BLAKE2b-256 20fe3a0b68a0b585aeefc8646b6f48ff245545d84f34fe89968b399c31a651a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5889e56e499cd4de7621818700e2e4fcf1739c97bb87e44d74de3b8beced0320
MD5 d473a8548c9a8518771448eebc6d47b4
BLAKE2b-256 b2eccb12cac9f69e6b112aea227e7f3e577ab06d446c806ad2225f444882aa25

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastmob-0.2.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7e157e086fee6ed6033f0d5ecdc58e7ccdcba73f5f4254ce59a17d1b8fd2140e
MD5 d26fc8597a473d1d0ec6e7463127f27b
BLAKE2b-256 c6feb31a338661e97385646fa1b870a72513cce3cc477c75cad48c222399784e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b56a2c61de73935d8465baff68fe5db640dd4dde3415ea8bd393673491da41e
MD5 741fbc25b428a1876545230f3cb6bc2b
BLAKE2b-256 742a5328b6f7b81a3dc7ac1d13f21f007d169a11760ab4dcdfd6b4bc1bf80827

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23ea6df7ef74bfab8f17ac4694bc42ea5a0c24c43259493e226d14ec3c07959b
MD5 1dbafb1efd7a1f7897b59dd58002bc0d
BLAKE2b-256 0c9fd718e788bc75ce3ec0918940853ac927be9cb2ec761f09fc59193d02891b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6380606ff9ef17fd745ced6d499e3d1c078b23eb1f09274230f8028f298f8536
MD5 aebf50c2d5df949e848a3e627e4803d9
BLAKE2b-256 1a0e85b69ffab681b41031eeb11394890906a5c85bd332b72723119915253eff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75b63d0678c10ace39302ead3e0ae66d348a81fbce9b3acd4152bcc0f1cb1400
MD5 c68771c3b0e8b171b5d61bd5e834464e
BLAKE2b-256 0ee809806fa96a7e4eca7fc7fd31b53949c9d9f07736963862dd1d5b97b9b4ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38a755a9cca939ca31127c96aa9db4668e5db40aeaf6e153fc3b2c199bf467e2
MD5 7a4b2acc99b0c5cde75fcc42da45063c
BLAKE2b-256 2fe4059557131b7b09f2010b3292840813ebcee533f63190bce442aec9bc59e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastmob-0.2.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 759f85679662150b124517f36bd764b83c6329130f04bead91ada3e74173c883
MD5 cf3bfd32c80b653a9e789812a297e0fe
BLAKE2b-256 dab0c8e9e81972da60daedff64149359ba9c69169f121123f740a52231cd5eb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36941217af87463c02a22013ad58c517c49c87b8db891af11fc9800ef9f19aec
MD5 9425cf598c901da8992842981e5d6464
BLAKE2b-256 2f3eeb14b4628251eaa41c000fbd2f96b241b1de0081b3ba4386f89e1d32d83f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c05e0843bacaa5c1696cf6f761070784b041b6233cac3ddbe1e586202a8c15cb
MD5 bdbf6739192fe016afd45b3c06b6e115
BLAKE2b-256 ee8667f8dd2ad5f9cfa6ffa41c96eedefd960568b72501bca2e1c88bc8bd6717

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b52b4032bf35d838ef5bff772af406dfa6ac08a23abc5433d61a23d70e58144
MD5 44bd2c65843735d9e534f47872d226c9
BLAKE2b-256 fdef17e8fb613d5ad324c6e98356cba273222dfd395e67daee11bca0cdc2fe3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6eee5335c49b31196e4f082fc95b3a67a396d6ad20c0b31ac2bacf1ef0f4dab
MD5 f022319523622e9dd768f66216cd7ce0
BLAKE2b-256 e7a6345ad2616b4b2b6dfbf6785cae7cb8318afdedfce15fd918e14fc53aad14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 335106440cdebb850ce6d4f52ab0c99065cc0a4cf6f65427504b1b92dbf0bc4a
MD5 49bd0c4fcb4abddc9da0a69f0dd1e3f1
BLAKE2b-256 ccd7f74a08d4c0f4e43c72ddfbf7dac6cca23082ca593fa7460fce7abb2f24c1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastmob-0.2.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a3e5e366292abfbdd6536dd129032d0dc88e7e74644b41dcb450c1b5022f117
MD5 24fdfdc216838ced5a943df8060c5696
BLAKE2b-256 549716d4123a449b1c07af58150d879fa56000548684eec483b8c3040a3f8252

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4263be4aeae0b3567c90ec1832b903ca9a103eb127619c8be5c6d5f988892161
MD5 1f762a55a6a8ccdafc140ed634413990
BLAKE2b-256 bbb482240a754fa312f2bde634569e6e75141b7154b2b34a0174380351087f59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07d27f48dcc7b57f06636e46040182098d619536494fb10389988466389aa0cb
MD5 5c6ea634876b3153ba2329545dc96fdd
BLAKE2b-256 9c97f06bdee3850d0f3b40a0b777db4bd0a9c28b244ed6542eaf9f538fede957

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9227789bc6d3e78112dff6ebf382e0f77950d93793b094bd7b455c318e9444a
MD5 f2d13640f87a94d24fce41de73e994c9
BLAKE2b-256 710e58aa7d53ebd2a2bbfc0e910c3ed7e78219366511628c1195ddf6a7702609

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3c2842a89fd48ce3b082bc5c15887896d7a551be1d820a451d2c865305ec7cc
MD5 1d27dd878339c0c07f36cd1702822f71
BLAKE2b-256 47cad172045158c50bc171f33b894600808297dc957f8c9d15ffa26301526a7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e73402d8714a06b4a46c2646018e1473c652a55d30219dca26696a41c383e16
MD5 7da80f54eb2d1148dd4eb87d2dada63b
BLAKE2b-256 79a7f14a5b4c3001be7ba2a7f70339518075afae2eaee707220cccd0a03e0f90

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastmob-0.2.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bbe3f8ecde4826dd66bbe2ae4c9b27e7cf101c259af98782d61f98cf265792de
MD5 f16b5297006fd423c5f1e4422a518917
BLAKE2b-256 eaac9fdc53bd234ff551f85cf033963e09fca619caa3b6f5349bf467e8a0523a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbd58c7047d6b129823b2e27c8bb248d81bd265877980edd08057ead009620d4
MD5 bbaa4db62b5a2cc1708cbd187e158c79
BLAKE2b-256 0ad846685043b07a25edd018c09ca619192ddbf58dbd5524f9b708e22a1edcd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbecba6f48ef8d7ebdd968a01de3faf2eda5b7bcafdfc3c7a7535ef1b439e611
MD5 13d92097d326247eee0b01b925d8dc6e
BLAKE2b-256 06e974c3ab007caa7975c778bb211deab88c2d2ef71cf379e07f930edb090025

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9e9b8399208c4f8913197e907908d5f9c833fda727706b7c5edb933e62410c6
MD5 bfbd55c2837b7a6c476a58fb835eb5af
BLAKE2b-256 101164d85cba6b8b7b31b5eebc59e2a268a9fe46c7da15c25567ae44d98c4208

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d25da66652a4b695b443160075f002b021692078b69cb634358df0f733ab46b4
MD5 1b5bdb0d827a1ced056f3cfd30d46708
BLAKE2b-256 fb9beaa5b54d29f3f7dfab0adbbf727f8e3ef66b84cd784eda86d95831836251

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71e1f3c09029385b0f78eb7c757911c27c5cdeb62cb223ea6a2a65e421450920
MD5 3d216ff4436c1c9b34ef0d6bfd8e1c79
BLAKE2b-256 f500caea7107145e02288d400a059f8dc435a34abe0c020f2dba13d9e9450726

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f0d2a286bf69253332896285e5fb4a76c83504c474c0a35c0ae53f02cf1365f
MD5 de0985fed24a5b820512fd80cda0c015
BLAKE2b-256 569ef884917e9d0592a9a8cf75dd01a781a4d913aafb735ca696d735f0ab4963

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a2bcb50502ac7b3761381bb2f5fa8f959abfa2f7e79097fde0ba5ee253639e8
MD5 480c907dad4d9d51e9dbb7ff97251a21
BLAKE2b-256 b7c48d56378b28481ec4a8574b6362fe756d34704d5507155c9298873b3c8339

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastmob-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b51129d2621b2dd7e69cb811866117e84ed909262401fa2a9b74e72600650d8
MD5 dbbfd823428e58f99a892d3f1d798144
BLAKE2b-256 e4f2672d1edeb9a88bfb873f6c88f7b04f45fcf0a23079ad843443c87e2692cd

See more details on using hashes here.

Provenance

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

0.2.2

43 files

This release

0.2.1 This release

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