Skip to main content
https://img.shields.io/readthedocs/time-machine?style=for-the-badge https://img.shields.io/github/actions/workflow/status/adamchainz/time-machine/main.yml.svg?branch=main&style=for-the-badge https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge https://img.shields.io/pypi/v/time-machine.svg?style=for-the-badge https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge pre-commit
time-machine logo

Travel through time in your tests.

A quick example:

import datetime as dt
from zoneinfo import ZoneInfo
import time_machine

hill_valley_tz = ZoneInfo("America/Los_Angeles")


@time_machine.travel(dt.datetime(1985, 10, 26, 1, 24, tzinfo=hill_valley_tz))
def test_delorean():
    assert dt.date.today().isoformat() == "1985-10-26"

Documentation

Please see https://time-machine.readthedocs.io/.

Download files

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

Source Distribution

time_machine-3.5.1.tar.gz (28.4 kB view details)

Uploaded Source

Built Distributions

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

time_machine-3.5.1-cp315-cp315t-win_arm64.whl (29.4 kB view details)

Uploaded CPython 3.15tWindows ARM64

time_machine-3.5.1-cp315-cp315t-win_amd64.whl (31.1 kB view details)

Uploaded CPython 3.15tWindows x86-64

time_machine-3.5.1-cp315-cp315t-musllinux_1_2_x86_64.whl (69.9 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

time_machine-3.5.1-cp315-cp315t-musllinux_1_2_aarch64.whl (71.8 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

time_machine-3.5.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (73.5 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

time_machine-3.5.1-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (71.3 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

time_machine-3.5.1-cp315-cp315t-macosx_11_0_arm64.whl (28.7 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

time_machine-3.5.1-cp315-cp315t-macosx_10_15_x86_64.whl (28.4 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

time_machine-3.5.1-cp315-cp315-win_arm64.whl (29.2 kB view details)

Uploaded CPython 3.15Windows ARM64

time_machine-3.5.1-cp315-cp315-win_amd64.whl (29.9 kB view details)

Uploaded CPython 3.15Windows x86-64

time_machine-3.5.1-cp315-cp315-musllinux_1_2_x86_64.whl (59.3 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

time_machine-3.5.1-cp315-cp315-musllinux_1_2_aarch64.whl (59.9 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

time_machine-3.5.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (61.0 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

time_machine-3.5.1-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (60.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

time_machine-3.5.1-cp315-cp315-macosx_11_0_arm64.whl (27.8 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

time_machine-3.5.1-cp315-cp315-macosx_10_15_x86_64.whl (27.7 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

time_machine-3.5.1-cp314-cp314t-win_arm64.whl (29.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

time_machine-3.5.1-cp314-cp314t-win_amd64.whl (31.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

time_machine-3.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl (69.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

time_machine-3.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl (71.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

time_machine-3.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (73.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

time_machine-3.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (71.3 kB view details)

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

time_machine-3.5.1-cp314-cp314t-macosx_11_0_arm64.whl (28.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

time_machine-3.5.1-cp314-cp314t-macosx_10_15_x86_64.whl (28.4 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

time_machine-3.5.1-cp314-cp314-win_arm64.whl (29.1 kB view details)

Uploaded CPython 3.14Windows ARM64

time_machine-3.5.1-cp314-cp314-win_amd64.whl (29.9 kB view details)

Uploaded CPython 3.14Windows x86-64

time_machine-3.5.1-cp314-cp314-musllinux_1_2_x86_64.whl (59.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

time_machine-3.5.1-cp314-cp314-musllinux_1_2_aarch64.whl (59.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

time_machine-3.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (60.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

time_machine-3.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (59.9 kB view details)

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

time_machine-3.5.1-cp314-cp314-macosx_11_0_arm64.whl (27.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

time_machine-3.5.1-cp314-cp314-macosx_10_15_x86_64.whl (27.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

time_machine-3.5.1-cp313-cp313-win_arm64.whl (29.0 kB view details)

Uploaded CPython 3.13Windows ARM64

time_machine-3.5.1-cp313-cp313-win_amd64.whl (29.6 kB view details)

Uploaded CPython 3.13Windows x86-64

time_machine-3.5.1-cp313-cp313-musllinux_1_2_x86_64.whl (59.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

time_machine-3.5.1-cp313-cp313-musllinux_1_2_aarch64.whl (59.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

time_machine-3.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (60.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

time_machine-3.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (59.9 kB view details)

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

time_machine-3.5.1-cp313-cp313-macosx_11_0_arm64.whl (27.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

time_machine-3.5.1-cp313-cp313-macosx_10_13_x86_64.whl (27.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

time_machine-3.5.1-cp312-cp312-win_arm64.whl (29.0 kB view details)

Uploaded CPython 3.12Windows ARM64

time_machine-3.5.1-cp312-cp312-win_amd64.whl (29.6 kB view details)

Uploaded CPython 3.12Windows x86-64

time_machine-3.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (59.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

time_machine-3.5.1-cp312-cp312-musllinux_1_2_aarch64.whl (59.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

time_machine-3.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (60.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

time_machine-3.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (59.9 kB view details)

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

time_machine-3.5.1-cp312-cp312-macosx_11_0_arm64.whl (27.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

time_machine-3.5.1-cp312-cp312-macosx_10_13_x86_64.whl (27.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

time_machine-3.5.1-cp311-cp311-win_arm64.whl (28.7 kB view details)

Uploaded CPython 3.11Windows ARM64

time_machine-3.5.1-cp311-cp311-win_amd64.whl (29.5 kB view details)

Uploaded CPython 3.11Windows x86-64

time_machine-3.5.1-cp311-cp311-musllinux_1_2_x86_64.whl (54.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

time_machine-3.5.1-cp311-cp311-musllinux_1_2_aarch64.whl (55.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

time_machine-3.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (56.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

time_machine-3.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (55.5 kB view details)

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

time_machine-3.5.1-cp311-cp311-macosx_11_0_arm64.whl (27.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

time_machine-3.5.1-cp311-cp311-macosx_10_9_x86_64.whl (27.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

time_machine-3.5.1-cp310-cp310-win_arm64.whl (28.7 kB view details)

Uploaded CPython 3.10Windows ARM64

time_machine-3.5.1-cp310-cp310-win_amd64.whl (29.5 kB view details)

Uploaded CPython 3.10Windows x86-64

time_machine-3.5.1-cp310-cp310-musllinux_1_2_x86_64.whl (54.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

time_machine-3.5.1-cp310-cp310-musllinux_1_2_aarch64.whl (55.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

time_machine-3.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (56.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

time_machine-3.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (54.7 kB view details)

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

time_machine-3.5.1-cp310-cp310-macosx_11_0_arm64.whl (27.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

time_machine-3.5.1-cp310-cp310-macosx_10_9_x86_64.whl (27.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file time_machine-3.5.1.tar.gz.

File metadata

  • Download URL: time_machine-3.5.1.tar.gz
  • Upload date:
  • Size: 28.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for time_machine-3.5.1.tar.gz
Algorithm Hash digest
SHA256 eb2c50404820fde8bfc6a0713b2a0b8eabececfecefde3a5847ae8006037829f
MD5 93f6e11c3ab44b957854dda13b11a1f3
BLAKE2b-256 65d2065a4d202d7ba093145e6f803fafd84bdcea41f3ce5f5ee6dacc77330719

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1.tar.gz:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315t-win_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 1990c1a3234d1df441ce084618b68d3c4a083f17dea4fd47adcf68d6668b507b
MD5 007b118072e61ea0a4002079c5f3ee6d
BLAKE2b-256 cc3586e1f95600a353361ae138268aa53cc2d17e6404801827d4ec09dc59b1af

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315t-win_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315t-win_amd64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 fe970adb31deac67a6f7a1dee2a7a8d0cb4c8496a0dd87c7c6e2430fc767d565
MD5 50aab3b896187013a048762c72a9a1f2
BLAKE2b-256 e9bf78ac2f56be79300491ef775535a18230845abb0dc4283f30a95daaad9644

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315t-win_amd64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2f9761060f914802ed27797c3b311e992e13c5df3982c2450770d121a76803f
MD5 b0d0e1b935ec6458857ed62951fb8849
BLAKE2b-256 9d04783c797b2c33e10d4eb0fbf24b1ea4cffcc335d38cc931fc281b826a6e41

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 89d4a895af01d5fcef106e09d3b966be3fcb02b41bcbf901962b8bd37d65456c
MD5 35548985f3b6e32b22a14e9826b96545
BLAKE2b-256 7acda098587f4766f5d4310813a8a9a3ff9cc13edf3039cd8016b2dbaed0c4a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315t-musllinux_1_2_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e00130b5305f3d06661a04734a7284c1445b454d22b7ff2b3bd534508fb8fcc
MD5 0a15209cbd42703fe3f932d93b242507
BLAKE2b-256 6b75d6ce2f9883240c512db3045e5ee4949f262e6d6ae22a00c2e20ee681dfbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2f935a9beef5e31b7cd71ac600ded551c10a748177e679bbb2858b4aa907b509
MD5 d86381dac2206eb6c70a48b04c6e81f4
BLAKE2b-256 f2a31618a4d85a4670d073ec15fae7a44a99defd30652e8a38fd785e135d9474

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63c3f74787b96066e737408d679a6a75b750e6de30c276609e99f13c0a12e271
MD5 f79ae9a9fbec20028aa3ea64014e6555
BLAKE2b-256 d1226b618d2fceaf40c0963be7aa320063116abb9674cd4d8d862f01ff146a42

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5b1cd9c4429c2c4e341bee940166c59c030104afa6a99ba7053c118092dd9cff
MD5 d63473dea7ba5bb00acc3c71d6a83a2e
BLAKE2b-256 0586b4b5a1a691f4572d5e45dd5a912f3daf0851a56af6b21814583147bd8025

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315t-macosx_10_15_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315-win_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 73632a71eb038477a13212026f4ff26e0eb0208ee45268c345a9b97a5e102814
MD5 c873afe58281d56e850f0d774f867ef1
BLAKE2b-256 8b15075d9cd9c56de3ef331416dbd73639ba77f9108e5dcec64e046e85c9a947

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315-win_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315-win_amd64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 a1e9423f9c03a8076d67c644c6d4dbe15f6bfc5174f928fa34a84ffb2fdbd7c6
MD5 43574abcd8cebdaa90d4d87695493c2e
BLAKE2b-256 c4c1880ee7847301111a8e7bb531410e56fd5af7969a929bb174a83f0e3c0fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315-win_amd64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f7315ea64cd81405ed17c4a9835d8762a28a1471dae709b5c7d8680cd5495a9
MD5 f358a01b3f4681e4f2be545db0699346
BLAKE2b-256 04878aba4a897e2d4bb29e786bdf6757d8ab77b2c37ba75f7e22526f619c3c5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 714b27fa2a2d0cde33fe363a42f3eb477078661fa0ecfae185de67e1c9348c1b
MD5 97f0443da830e3ffa81524fb045f7e31
BLAKE2b-256 3778031646e6af3f36c8311888ec4c460a073c5c52d08c163df3d58c629f809e

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36c1b8790ab98103184d61866feb944589957fb30f9e6e05856012787ea3aea5
MD5 e37ac319ea60e4d09d24c84afa51f252
BLAKE2b-256 d720c39de4198557c112d4fdb00d14c73ceef05280fedce9ef113265ac2b5c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cf1b835219b61565bdc4e2bdb268b3f42a6b4443a0af4060260f65c7b3bdb781
MD5 a5d66f2207041483f79f7c9b14c32c3f
BLAKE2b-256 762c337bf3a7dda4e76e0689d2e10d9c9fb34694823b1a8cc6ad15d2c935b48a

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f1704e632dd05d93b2c350e9b317ee138071ad7ce53f38e5e06b8543d0764c0
MD5 ae2dec34362eb6324ad5b8ce4f8b3d57
BLAKE2b-256 676ab0f27d3831d440c91110319e7f2f733c32fa886ae6eae442d7f6e6a5bbc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f1baa36df51e750a9fae86f32dc8f92915ebd26dbebd4c61dda28ae46ab8faf7
MD5 2a47b9136b47b9470e1ec4d314a99171
BLAKE2b-256 8e3a5c9a8cfc1f0bc6add00eed747196c9269a7cd2fd2d13f4f7ef3c65564f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp315-cp315-macosx_10_15_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 66b1c8848794ac83551c643283497fd1ed9dff19b20e86e474fc15a8032e5886
MD5 acda59fa6377459a3a46d55761c6985f
BLAKE2b-256 c81eb2ddad5bfbc81691eb95caa11de00132222cd761d029be86fcc81e72d4ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314t-win_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 759ec7a3d175ae3b468ec5b7e426a8d0d85f05e543e5aefa20dc99d95fd87535
MD5 4916d0d4c8ac21d91b739a41b6103daa
BLAKE2b-256 66c9482b603caee78c3a459f85118ef327795d41a5858914152eaffffbd64478

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314t-win_amd64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee142848d6f51e719d23d233ae381fb7f1db12bffee1dbd4ed7eba9e0d81ea39
MD5 6d57c1d09342573572392bc2f45171be
BLAKE2b-256 1e4242c0796a8e1cd866fec78edb8ff1c6d360de26900f6fcdbe1dfe735acc7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbf8272e461ea311b9feff10021b4a735d6c0076569fb860bda49358ac8b1dee
MD5 8ddf0269bb85c131c05b1796e33ff312
BLAKE2b-256 0495bdaacbf58eee21eb14127702ff80fcc2e25c4938111fe948887507022f06

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6b409d92cca522c0c1d0ce51894803dd2997054004c4d50273a1d748764749c
MD5 aae413e0b4b7eca629eb9fe68c22979b
BLAKE2b-256 12321e34afcdec8afb135eab3304749d06e042c53974da547cb78ceaee2b2b0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b68b8f472ea34b4ad0e927777dc8aa49bfac77526571de40e358d1d5f5fa99bd
MD5 c3fb31584edecf5d2e1a8e4f34e85a64
BLAKE2b-256 210249113f81a3400f23c8494c89beeea8dda73cc4a70b6a193cc0ec7bb3f111

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b784ec07e978e7f504378302833ecb487b9007218fa5344c1346dd1be4904770
MD5 3cdf36bd1a8824bda04a568f93aea366
BLAKE2b-256 15fb4bf8ee92bef263359aa9490de65a2518ed5bc785410468ab91667d6a0f39

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2250eba37ebd82fe7235f13fc863f2ad21e02aa6fe3c9d3035acb4e82f321e38
MD5 76ae91f82a348e245dfcd31c3ce03ae7
BLAKE2b-256 2f5939e94a440624a954a6084898927df5fcc047bb726be55702c91655bfcbfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3138159b26ca711991b87b4141e089ee5ce5fe7db4958612271fffd0d4209081
MD5 d97aec6ba48d0695e3049e9ddf5c4106
BLAKE2b-256 54fa1d2c726ccc5492dbe73bbbbb195e34657c666bfaa8277816a0ed6c791c15

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314-win_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0f5012ac22f86366b8afd1aa01162f8ce6a7228a23a39168c7039c5cbdb9b08e
MD5 742dc0956431596ff92d79c739b0406f
BLAKE2b-256 a91eb694ab775fa2d8aa5c42fa68f02e35442531de84103ca2d1ec5c1ca86d96

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314-win_amd64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e49e9ff451a645906d621aba4fb2d22e334215230a94e0e582d67b33e24970fd
MD5 1311d665f105d59325666a606caf80a4
BLAKE2b-256 9844724ab17ece00036e5260c1411889cc244888a7e5f8af19a76675f9fa6138

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86014c719210389bcfddebd29be3da34651866a7b516648a18f310aaf994b069
MD5 d1e17d0ee2b1b13dd8f49b8148afa1b5
BLAKE2b-256 9282a15d3c763e68578e74a0542f0bc08b22179476829bc90cde785d17566871

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a0c375c0dc8a3f56a30bf044da2437ae4f869e1ba1c0ea9eb9d279e8174ec41
MD5 521582397849a7bbdd7864f3d495eeb5
BLAKE2b-256 c3d3a2d470d512e8f1753f7fe593a76314878ac06061d189b4594f2c0f9a933d

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 db80ab6d055a550d5c83f4f55d7c9918fc9531ca3f036c95db02ce266b36ac11
MD5 a769d7c3f05772e7e2ac207a28e2890c
BLAKE2b-256 b8a7e0aa85084621165d659333e5b47755e592bf101a677d8a3e52501a6b3cdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2dc5d12a355e4ab2103f3527f014eb2c7fd50693f3f176cd7750c5f6f83b7e86
MD5 c3fc15937779973bc59b8652bbb76804
BLAKE2b-256 82b3ec9b5758cdb3392a081d9d2da941bca39901a1709596a88695bb522f5423

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 af8f4a7d729c0d8700d826a5c6befef73010ca0a92fb19ac987d040fbca896e2
MD5 55a4122922155c88829580e7dce9e876
BLAKE2b-256 83ef67a4edd8f6f981be4424dc7eb086b42ff8886bdb333671d89009d57efed4

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 27095e90a2b42c2979f40146feb1bbf077dcf6a610889ae5dc36fa015e4fe2ef
MD5 03b5a4644ea417620629b56e9e8db4ed
BLAKE2b-256 2047224a9428327db95abe9bd52462db744fdc84db61da0cd19df2a611da3afd

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp313-cp313-win_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c0a865aca362e645947159f2e0e3022131e591ba113b95f2b355410c36ddcd60
MD5 f565f95783d4957aa3d783c78e3690dc
BLAKE2b-256 3fe8cae3230abdbd7fcf81bbd70c7a1047f07e98a31536db979960dbbdc2b72e

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp313-cp313-win_amd64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c615f45b3668fa2ccd4ad2b81899d22efe4e33d23b3540283922796de57ad37c
MD5 62f32e53e7a09a154770a845ea30025c
BLAKE2b-256 1015c4df8f02cbe773462dd60da9ab263407b4dd06b615350b889b70f6bd49b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4cea8ed128c65fe262cc216a4f46fb6080b745a3013baba188e45992ce673c5
MD5 f6f06ce8733c23a92ad17b52747d7053
BLAKE2b-256 f61b09acb019f25d918c04e470e7a410d5aeffb087b8457d6e0815c576e013ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6edb56e4a41b2d717f28fbdc04ac3fc7cff43b2f573e88189d67650680eb672e
MD5 472d9b7338293fffcdc32782a53fd14f
BLAKE2b-256 2be1e1814122b0ea321e2714f369dd3de8f052eb132097757112a9fe497129cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8a39af6fad7115e2c9d0deef287645260b096919d8918d52191d80ac31e43525
MD5 e2ee22ee766a5cdab5e4debaded3fe9d
BLAKE2b-256 99fc970e954e53e0cc3e241fc665b0f797a2708dc680553641942acf61ed6265

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd9252e190b2c6079fd3ec9a7afc26fd26008fee1dc9940714e7d4755668b7ea
MD5 e523ebb5053fb25eb6c9d7961f0bec74
BLAKE2b-256 41ce8aa00371e2e0ced89534e84753a880989794effae19736a9ef9d59934110

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 31aa239f2e02ec71682eadbf387d43bfe372b9409ff0dd148eca19d736402c73
MD5 eba623de40ae7b79392af81e9d114cd6
BLAKE2b-256 8eaaf2dd3acae3168f5e5076b46c42f52550d39b1b69906f77e81b486721a06a

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 991c4bc4b4a20a96355672065bafb2e517209de09b83d4ac92efe223632a713a
MD5 cf32743e1760d17cb1c2835e1f461547
BLAKE2b-256 0ac61b82e057031d242dea0a592f5b341588bff158e1bac51f8a1d863c93a530

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp312-cp312-win_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1b3575d91df2325270e0ae255253e7ecb5f3add4b83d3a01b8c74e02c26470a8
MD5 fb4e38ef5fb4bdb06c52dcf09b47881f
BLAKE2b-256 1bb3eac4fdcfeb225015e94ef5752e3f3fe2d1cc59ab4818935b2f6e00f5fae1

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp312-cp312-win_amd64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9aeaee418b1696b01edc8015b33c2aa746619ca0ce6ebcbc941363ad73b8464
MD5 c2393c5077c74d7627befabac17abe8a
BLAKE2b-256 fee75453e31a307d42d1174f476d4556d65d37a2a7d54d2244260ea022d349db

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5dbc1ffa96ff9100c617024d9119a27046f531c71839eaebd7ad8bb3542d130
MD5 2b39fc03ea85b7654bedb52a56b9aa9d
BLAKE2b-256 1b6ce4d839c9eff62ece3e8ed107288c06754513389ced43df2f97cfd09807ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 091bd22bf9dbf297dbff35b688b7667b37a30ab7c1f5831b0688e9ddd2321386
MD5 fe9a82a60da33945b2adae50a8301468
BLAKE2b-256 101145dfb8c4f12cc877a79e68d7d46817999f8d3765a23e4afe11040c9c9d35

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 075cc8ff3bf229d96bc7adb8b26be6b1021ee0a5213efe4f57898cda3a3bd766
MD5 d9aae52c17ec4a0d65e27865c4a2dd20
BLAKE2b-256 5e8b3ef1298a79f6352c232dc1f665eb526e4537a9fd55853845a9ef9c23618e

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8dc65728653643b742ae5ad859d4cc50fdc456533b23c942ea4011aa99b1e67f
MD5 b4a274e2a5f5c1818a44c552127f6aee
BLAKE2b-256 cf9eec6a281e6690cc2b8f64804a14c90c6e20397c05b05e1ee610d6810128a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a6415979fac70c7142cfb7d863a118ba2d8c45a96c8d6efa311c9751ec270486
MD5 6a3b389bb14e348dbe8bbd08a2af1324
BLAKE2b-256 c7d31469cc1d412328954e7cc0d009af3a57cbb47739e29ac26c3a61f1763abd

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6eb740c4d6fa982bcb773c693903807ac64641c1f14a6d1adc53b9bd582ab2ff
MD5 418ff0c963428e841c9119b5656b6da6
BLAKE2b-256 22fb4ad350fbcad15800866610ed7ab29ea2bfd8d3fa80a70e0c132f55713a32

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp311-cp311-win_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e9f54dc0f10093581c63d2eda7f4993c447232260b8120d8f7c196dd4c6c66af
MD5 87eab2d92edf88a7bcdd2ffb6136f7ab
BLAKE2b-256 682736f291627ecf6cf9379dc47ba8ff72c2a6f4ac8bdfe7f6e8b5ad2e56453e

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp311-cp311-win_amd64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db35ff86b4137f16cc004e40e47e34c6f5aa0b7463a520008aabf06ffac62b75
MD5 fd38970205fb218b4e9132455c040a3c
BLAKE2b-256 0a381602551bf5768b9187e41fb535f54709ba6971de3ec3d5095fa11807782e

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8d00c6a3daee89345d8f4cfb7022d81e1315bb85b2ec041a6b410ac56cb3c01
MD5 49da30d239a6e8bfc52fa6a29f085bde
BLAKE2b-256 d51f1331f7ecbeb7bdaed40ccf7c74582c348bbccbbdab0d8a215f6d237e5c6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 811916fec2ed38c02f6bcbfdfb6d57df7dc019ded640b2eaf06ccebbcdf81599
MD5 a16beb567b2d771c350efb3b94b08eea
BLAKE2b-256 d6a8a89b1fd44cc7babdd1c2c50b1748a5ce7afbae43c61b62bb8e10ab14425e

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 54bc68d0bbdd1b903c8d46cb0d42b4da7a50391dde4aa644b77e2480083a479d
MD5 69ee56e982db1a44f0cc993cb236ca00
BLAKE2b-256 a5a587fac70e43f71d1e3e22f9b796d8b5b06d250b454a7e75c2a883360580d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03ae7e486fbeda7750b4490cde8101a1b0e3f7073e9e502aeda863cbc250eb68
MD5 7183e1f675d0d06ce0abdd740adca469
BLAKE2b-256 4700ea7aa5da9028e8d9bd6781e09890a9855dabe65f9752dd130e6e44463868

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 619fc95eef5124da85c2d4e1e64c2cfb830264547f16c9074eefd29bce28f754
MD5 a23a92c416af84f9e25847c631b08cb6
BLAKE2b-256 1c07fa50d0567f3e2e460251e19bdd36ca366fa7605271c7691025b6f09f5cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 877f087965da40e1858be3077d990ce26404eb1a159b438252b69fe6de897768
MD5 1283e56e00cee5e54f4c57f43535063f
BLAKE2b-256 79bec3e1cc6970cacf46e4ba3fd263f0598ab023d4d2be33c3070102f0d2298e

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp310-cp310-win_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4e191c3e845c5dbbac36513932db1026a43a136dde2e18ef4bc81f419c4d81dc
MD5 1c1327559a92246263957fda1047bd53
BLAKE2b-256 732c285f7d9a5a326150be651d46386a880e6b1f30535890760f5458e0b2c25d

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp310-cp310-win_amd64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54c7f0c5afcd4f6fed8e2f83cb2e7f695231c426e7364f452976af9000608ec0
MD5 4798352a71c9531ced143cac57a2713f
BLAKE2b-256 4bb94baa17aeb52563e73e8a5969192984958bebf5f185068863e170cbbf9a1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 080030169c275b40522e85b6a0a86a02a97e4369ae118c49682b455a0e67d802
MD5 9be68d1a3acf4b9b180709da1e8bef00
BLAKE2b-256 a9f709fe8021b7fdb7ffc7f60ff9ad3a68cb1aae3141dca9b5027c3f7b7f6dea

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0cb9cd81a98efc6dbe1fb9b0197953955369297000c9c8d09adaf0746950a498
MD5 2dbb1b4bb0fbb1b385435d98b1f781e1
BLAKE2b-256 56ee35a92d05c08c716cb13ad9818bc687b322ee7f3f05e240c67c3930ff6c8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cf65e70122e4d6feea6a42c0ff27ade4c90d5ffaf1aaae65fc2160161d6c2b70
MD5 6bdcea51f3e32fb8913737e038ade1e4
BLAKE2b-256 2e062c9427ff971f0e518c0b6359f19d1271820812a7594f03d33cf0d2dc703a

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6001f4802e0eab1d62e1a74ab7d25f64816ba77671d04e55ba75bc139f636ff1
MD5 ad12d08bcdfd4b2489fa2662ccd9a808
BLAKE2b-256 9416e93bce121dba36967cd70cc83a3772897e21bd6c41e72dd25d54dfeed61b

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: main.yml on adamchainz/time-machine

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

File details

Details for the file time_machine-3.5.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for time_machine-3.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 687ede95d69ad67eec4503cf077d56bb06e62507f769ce87d384e60d1edd3d7e
MD5 3c4a0d8315a7e293ecda6b168246682e
BLAKE2b-256 9ea374cadbdd276da424bdbec8fcca99b5de1278ae3d74b18a38cee5591e0d81

See more details on using hashes here.

Provenance

The following attestation bundles were made for time_machine-3.5.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: main.yml on adamchainz/time-machine

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

3.5.1 This release

65 files

3.5.0

65 files

3.4.0

65 files

3.3.1

49 files

3.3.0

49 files

3.2.0

78 files

3.1.0

78 files

3.0.0

78 files

2.19.0

89 files

2.18.0

89 files

2.17.0

89 files

2.16.0

56 files

2.15.0

67 files

2.14.2

56 files

2.14.1

56 files

2.14.0

56 files

2.13.0

56 files

2.12.0

56 files

2.11.0

45 files

2.10.0

54 files

2.9.0

53 files

2.8.2

50 files

2.8.1

50 files

2.8.0

40 files

2.7.1

40 files

2.7.0

40 files

2.6.0

40 files

2.5.0

49 files

2.4.1

49 files

2.4.0

34 files

2.3.1

36 files

2.3.0

34 files

2.2.0

34 files

2.1.0

33 files

2.0.1

29 files

2.0.0

29 files

1.3.0

17 files

1.2.1

17 files

1.2.0

17 files

1.1.1

13 files

1.1.0

10 files

1.0.1

11 files

1.0.0

2 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