Skip to main content

Get video timestamps.

Project description

VideoTimestamps

VideoTimestamps - CI Build Status VideoTimestamps - Version VideoTimestamps - Python Version VideoTimestamps - Coverage VideoTimestamps - mypy VideoTimestamps - Ruff

This tool allows to recover the timestamps of each frame in a video in any units (seconds, milliseconds, nanoseconds, etc). It also help to convert a frame to a time in any units and vice-versa.

Installation

pip install VideoTimestamps

How to use it?

See the example file and/or read the documentation.

How to build the project from scratch?

Unix

  1. Run: ./build_dependencies.sh
  2. Run: export PKG_CONFIG_PATH="$(pwd)/build_dependencies/usr/local/lib/pkgconfig"
  3. Run python -m build to create a wheel. To perform an editable install, first run pip install meson meson-python and then pip install --no-build-isolation --editable .

Windows

  1. In MSYS2 (any environment), run ./build_dependencies.sh
  2. In Windows CMD, run C:\msys64\usr\bin\env.exe MSYSTEM=CLANG64 MSYS2_PATH_TYPE=inherit /usr/bin/bash -l (replace the MSYSTEM value with the one you used in the first step)
  3. Run export PKG_CONFIG_PATH="$(cygpath -w "$(pwd)/build_dependencies/usr/local/lib/pkgconfig")"
  4. Repeat step 3 from the Unix section. Verify that python refers to your Windows installation, not the MSYS2 one, by running which python. If it points to the MSYS2 Python, use the absolute path to your Windows Python installation instead.

Project details


Download files

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

Source Distribution

videotimestamps-1.0.0rc3.tar.gz (3.1 MB view details)

Uploaded Source

Built Distributions

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

videotimestamps-1.0.0rc3-cp314-cp314-win_arm64.whl (18.9 MB view details)

Uploaded CPython 3.14Windows ARM64

videotimestamps-1.0.0rc3-cp314-cp314-win_amd64.whl (21.6 MB view details)

Uploaded CPython 3.14Windows x86-64

videotimestamps-1.0.0rc3-cp314-cp314-musllinux_1_2_x86_64.whl (23.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

videotimestamps-1.0.0rc3-cp314-cp314-musllinux_1_2_aarch64.whl (21.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

videotimestamps-1.0.0rc3-cp314-cp314-manylinux_2_28_x86_64.whl (22.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

videotimestamps-1.0.0rc3-cp314-cp314-manylinux_2_28_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

videotimestamps-1.0.0rc3-cp314-cp314-macosx_11_0_arm64.whl (17.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

videotimestamps-1.0.0rc3-cp314-cp314-macosx_10_15_x86_64.whl (19.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

videotimestamps-1.0.0rc3-cp313-cp313-win_arm64.whl (18.9 MB view details)

Uploaded CPython 3.13Windows ARM64

videotimestamps-1.0.0rc3-cp313-cp313-win_amd64.whl (21.6 MB view details)

Uploaded CPython 3.13Windows x86-64

videotimestamps-1.0.0rc3-cp313-cp313-musllinux_1_2_x86_64.whl (23.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

videotimestamps-1.0.0rc3-cp313-cp313-musllinux_1_2_aarch64.whl (21.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

videotimestamps-1.0.0rc3-cp313-cp313-manylinux_2_28_x86_64.whl (22.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

videotimestamps-1.0.0rc3-cp313-cp313-manylinux_2_28_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

videotimestamps-1.0.0rc3-cp313-cp313-macosx_11_0_arm64.whl (17.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

videotimestamps-1.0.0rc3-cp313-cp313-macosx_10_15_x86_64.whl (19.0 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

videotimestamps-1.0.0rc3-cp312-cp312-win_arm64.whl (18.9 MB view details)

Uploaded CPython 3.12Windows ARM64

videotimestamps-1.0.0rc3-cp312-cp312-win_amd64.whl (21.6 MB view details)

Uploaded CPython 3.12Windows x86-64

videotimestamps-1.0.0rc3-cp312-cp312-musllinux_1_2_x86_64.whl (23.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

videotimestamps-1.0.0rc3-cp312-cp312-musllinux_1_2_aarch64.whl (21.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

videotimestamps-1.0.0rc3-cp312-cp312-manylinux_2_28_x86_64.whl (22.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

videotimestamps-1.0.0rc3-cp312-cp312-manylinux_2_28_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

videotimestamps-1.0.0rc3-cp312-cp312-macosx_11_0_arm64.whl (17.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

videotimestamps-1.0.0rc3-cp312-cp312-macosx_10_15_x86_64.whl (19.0 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

videotimestamps-1.0.0rc3-cp311-cp311-win_arm64.whl (18.9 MB view details)

Uploaded CPython 3.11Windows ARM64

videotimestamps-1.0.0rc3-cp311-cp311-win_amd64.whl (21.6 MB view details)

Uploaded CPython 3.11Windows x86-64

videotimestamps-1.0.0rc3-cp311-cp311-musllinux_1_2_x86_64.whl (23.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

videotimestamps-1.0.0rc3-cp311-cp311-musllinux_1_2_aarch64.whl (21.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

videotimestamps-1.0.0rc3-cp311-cp311-manylinux_2_28_x86_64.whl (22.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

videotimestamps-1.0.0rc3-cp311-cp311-manylinux_2_28_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

videotimestamps-1.0.0rc3-cp311-cp311-macosx_11_0_arm64.whl (17.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

videotimestamps-1.0.0rc3-cp311-cp311-macosx_10_15_x86_64.whl (19.0 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

videotimestamps-1.0.0rc3-cp310-cp310-win_arm64.whl (18.9 MB view details)

Uploaded CPython 3.10Windows ARM64

videotimestamps-1.0.0rc3-cp310-cp310-win_amd64.whl (21.6 MB view details)

Uploaded CPython 3.10Windows x86-64

videotimestamps-1.0.0rc3-cp310-cp310-musllinux_1_2_x86_64.whl (23.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

videotimestamps-1.0.0rc3-cp310-cp310-musllinux_1_2_aarch64.whl (21.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

videotimestamps-1.0.0rc3-cp310-cp310-manylinux_2_28_x86_64.whl (22.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

videotimestamps-1.0.0rc3-cp310-cp310-manylinux_2_28_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

videotimestamps-1.0.0rc3-cp310-cp310-macosx_11_0_arm64.whl (17.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

videotimestamps-1.0.0rc3-cp310-cp310-macosx_10_15_x86_64.whl (19.0 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

Details for the file videotimestamps-1.0.0rc3.tar.gz.

File metadata

  • Download URL: videotimestamps-1.0.0rc3.tar.gz
  • Upload date:
  • Size: 3.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for videotimestamps-1.0.0rc3.tar.gz
Algorithm Hash digest
SHA256 683ed699b2b48b6358c9672e6be0914c1a1afff6283e9b3c17fdfaa6880a5680
MD5 2b0809020e64f135b5f12e37675d96ef
BLAKE2b-256 317cefc1ea98d077675fb1f8b6d22a735a3b2557cff8e83fe781b96f0898bdcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3.tar.gz:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c81ac5b44841bbd59082f45f67871d9965ea3ac368fc7c5e4af9a2120f0d6718
MD5 44d9146983544032035cb35f61316a91
BLAKE2b-256 a5cf700df89b47aa300ef9b53dc03f7810124733d0f367abc517f0c0ba6dedf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp314-cp314-win_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8a4be6ab1a21a9925fa07dbbd937da00cc5e98e136e095492cebb76b5779afeb
MD5 5b1c02fde014902dcda8c476620fb187
BLAKE2b-256 04be6b2918e27f9a07ae4fa4f684a57fe2c9af3485b8ecfa75332691fdd4ea55

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp314-cp314-win_amd64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a22ce0d6870979390c48b2faf3b996f51dd8afb221c5f7513f9026451973732
MD5 4eb015e14f20cb79aad2bba31e3afaca
BLAKE2b-256 0f5584e6a471b7c11f6fb8db77e88cae6ae4ee8135f8690e8f637aa03ddcef7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6325b240f53c8b99fe0c48a4fa834f2cd9eafc6792759b750f8e8ac432a28351
MD5 7289a7db14a0ccd892cb413afcab2153
BLAKE2b-256 f77bb1d7d39465203bae9e01bca66ef5ec2745e5c2f54324340c26b3921f66dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bcecf5c39a369c1b77a9f591c4c9150c2ebadc2612585cb3875393e57c7f757d
MD5 885c05a49d64c23cb9166a46fec7b4d4
BLAKE2b-256 647844a2a440124edd450341a2a0ea3907921f75df1df66032ca128d0c6f40ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9867ab82a62b50f3b3ab811b117771114ab523676f3198f3303d30fff5998f8
MD5 408c27fdd073fb6e62b4477d6c4b8486
BLAKE2b-256 c4b0347c8fe6b589909b248f1e62d7a3a35226c1dc110cc1e94607d892d8a93f

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 501124d38604bba6fcd7be27a3650f36f2b7c90a7ab7ce4d3a1d4941564230eb
MD5 6bda95837214e4cc0ba221b7a68c2145
BLAKE2b-256 66401044fb90f86f09ea9439ca367a0c2622ab490ff28f820e5eb4739368a8bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 67a7486add6f7dd72a4f7cc3b02128a1989003e10f0b308d4d17a553fb56c541
MD5 6fd151d20cea0fc8cc98bd42e6da1472
BLAKE2b-256 f66e4f05618581ed1f5c85d232066e3dac892571c25d2464754a44171659f452

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 603b86090ba7379b57da4aeab3591b9c251907319f78c20bf23047f01fc16dad
MD5 0e89f257972d8e67efda64127956e994
BLAKE2b-256 f2300c927ee94da7113d9fef8073c23c5bce694ae33b1a79e485abb5c79929c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp313-cp313-win_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e2b48a744899e09c025251c218557a7fe2f0b2326f1f61ea0d8e8e50a81d1463
MD5 e9f796d3f6845736d5a0f813c260482b
BLAKE2b-256 522b8a183e73a0d432067f9c250f760ec314e0907dadcb83d55fd5d7fd0e732a

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp313-cp313-win_amd64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae36d24377b9c6f3625dc84e0dbf2e3bbc2a0000c152912dc3586500572a2570
MD5 148e9192aa513e660424cce6910eb6e9
BLAKE2b-256 7aa989095b825695efeb22513079e78ed29e71fac0a062944b8ac9e6f70f7dca

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d49664291df9bc1672508a049495f373610c02151175c7dfb41090778169a285
MD5 e3410f4663dd52c7837636237674587c
BLAKE2b-256 b76d6618487768a5f8f40896041f8feceb8dfab6aa72b123db986b5e0d14980e

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6aca93810cc476b078d62dde5d6c329265338777c698332fdce2c3c95cd8594
MD5 54c1f6066b00c6175f2e22cd7432523e
BLAKE2b-256 bc7262926f6493901de3070637bd3d2cb010449a2a3cd5c412c97b38c55a75e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d450887fb3d96e40daf910fc0e92d5b856517a6b6564c726a8b6b92dfb97f13
MD5 e5af8b684f645d282d0d288e2515755d
BLAKE2b-256 6af46cc29d2dff21cb04ae1ef94bd18a20a8d07bbc3b6d04da6c91fd658ca053

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f3f065a8a39f7b294cadfd203f046fa16a14e1af2408c09094b60f37798f511
MD5 080fa128a43a6b51c8ee24cb16366f2c
BLAKE2b-256 698a675d5fa7c225b84cd24287e22407855f7f1dff565d60b77e62876fe7c645

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7aa6c069ff2b6423f89b1443c905424baf6fbc3926862dbf73cbbd559b23eebd
MD5 996a383ca23a68f0e42662e132b30fbd
BLAKE2b-256 d1246144d18034fbf0db3645e691c3fb2d8f791c6a5ec79decbe2410203516d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp313-cp313-macosx_10_15_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a97e962909af0a702705afb6fb487f0e031c504f07132a984e9137f3f7deab38
MD5 8bf2c3cd0f207295096cd6e0e6dbfaec
BLAKE2b-256 b6c6a67093e89abaf04ebea85d19f51f90d8fd9c968ef39beb350a69041c59cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp312-cp312-win_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 edf0d466226d38a1829e702dd79f49a090773e6db2fe93205c81458a73f6cef5
MD5 d0bac945b87cb8e51dc1637003f9fef3
BLAKE2b-256 242455c8e1769b1586b7ae9e605ac6ae9f2ebd43831b73020ad694884b2ae220

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp312-cp312-win_amd64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddc1ece75e04b2e198d26295893d8b2070c2bb2b721ca1633c1731912dc43e66
MD5 1da227ecc1d3674249359804033d97df
BLAKE2b-256 0084d6948dc21e17b29ab4ce3a72126c1fa6e068ba56316638092548ef3ee7a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a4d0816c5620825cc216e6c212486511c570e2f553346d63fa424709ffded31
MD5 cde2319257d335ccdf2bcb7195df5e6f
BLAKE2b-256 2e897278d03b54cf0f9e5fe977b7d3a49f47f72c73c3e54d30fe72213d874585

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59a5229811ee923cd912524a1487e981b49aefd6e40a1898072202d7910e994f
MD5 221817d23c4a8949745c490f1eb18eb8
BLAKE2b-256 b218f9c574e1e043593576111050cf8045584266af0eda1ea892d7ff5a5fdcae

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e344aa3c2393d2a6c0c556fbb24ebf0c9603841c71f946f9f465f96b06f2a443
MD5 5038e3f495e6a7784e7373f3f9e3fa8c
BLAKE2b-256 475ff4e036ef966ea9826725f168d3c9f58d08dbb48abebfc6ddeb7296dca3be

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43e6d36c4479515e9cd43e55074ecbda9628556f4f3203fb610ae594f3076b16
MD5 edcd26bdb8e7989d96a187599baf0b99
BLAKE2b-256 159917d22c41cf096b9fe9d373bb7a3ddbbb5d261b818405bf263459058df692

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f6ffe5cd2001c7f9d7b3128147b03000b05fa0c50f4436c5f6e386da7fbacf81
MD5 1021b3f5705d66b08093a5488f1bfb42
BLAKE2b-256 cb3fd83ec82e46aa07792f3d308814a088d8f5ee42a0ce0b4c6a1b58ea8525c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 bc60464f547661342ae779759ca8efb0d25b6516fdb99b80bef56a22044bb729
MD5 064dd5324e0b253b5bc0e0ad58596a6d
BLAKE2b-256 2dd9b820d5ac930ad9493047b049e0933405d24eac77c3206d3cfbca88499238

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp311-cp311-win_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f675e391799b48d714bf86c6b9207dbdfd5f549e78a33997539e0e03d3f488bc
MD5 d3360e563e40005242cdc09d008800e4
BLAKE2b-256 032d4583056a7606f4f1454cb79885c3700658904065b3d2719b7b8c98c1a088

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp311-cp311-win_amd64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3c76978b812bed2baf8897bd85f991e489b5df47605c0f1426a30c53123c08a
MD5 7f34ebca23b64254ba56be912b6c0fe7
BLAKE2b-256 67c058f7bde8826542d45fd74995f6736022dda41b0b92a720be98ead14d2046

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27180a0de2eb1a9f927ccd244c2cce9d3375752eb1eb78ab04a3268201b97023
MD5 e2056c5856dfa701e3fa88e99118830a
BLAKE2b-256 9f704942f17bddce29877edbaae54495da0f8c0a42134e0f98d7e14a1f931f94

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b34c278cd1558c3a8a011a0a456d73ac254f0237a11c6fc1d4b2bb844e65885
MD5 8f4f4e69b98179b96b61c035cc5e3337
BLAKE2b-256 e7706b0d0c687a34f63200d5d3c9a0dbbf99edd05808853ec59d63d1b01d8c5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83dbe9fa7429361864e5861551f15269efd6f68bab8732dc95118d4a11de3be0
MD5 3bd8bfe7fe487274c14fb0f4214865c7
BLAKE2b-256 0e17b49b085bc8786685d2cdb3b1f227b7a7195bf80387bc4a549613c96dd0a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb194e9dad5aa3db844501db00e46976f130bcfe41f52b9349e326dc068953cc
MD5 c6926be8d3c7d1ff5c670d70b362763c
BLAKE2b-256 191ea1a06646ffbee6519aa4b168949959b7d5170a76b1666afcfbc821eb294a

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3e6aba3525eec48995504f666336d00e3dc4907a0d1e6e8a6f7012c6b716e6e8
MD5 985e7fe4130db1660129090733656f8b
BLAKE2b-256 baa84b15ba3bbf1a7347303848d39deaf217e623737eda9e107a22f3d1da9234

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 cb64e00aca418302bdfbf015890d5a12212c4d89169f9772945f180429a1b625
MD5 12ab676c7d0f0c384fed65204325b083
BLAKE2b-256 3916f26f236f892b5f98106d77692fbf183f6c47836de9e8ab157635ba0be5c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp310-cp310-win_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 acc1468f4065d480143ae074155a327b09cbbb52ae69a8b6870f3992f70866db
MD5 26fabb55779fefd9ed67b4b4adfac7e2
BLAKE2b-256 02131358f3d487b8ab844607e217971a052ea2689f562f7ece317da96297e1bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp310-cp310-win_amd64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8879bc70245e1eb6c1988fb49f63474cf0072971dfddfb7560b6f5db475e656
MD5 11ce8e25244e18e16f32c7a848cb25c9
BLAKE2b-256 15a0265b1417768d0fa57e38b00b4d57995f5a033eec77d03228d31e594dadf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47b91fca9cf4d0058c7c17764e1b8ad6dd14e0740d76574052e4f37825fdf5f7
MD5 cf5f3588a2be9995eb569c43c825aad5
BLAKE2b-256 042ea4bd7ec9c29193a89ce6cfd6b489865196fca0ea96331c08f47dd7c0d222

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49f47152d8b8413e52369ea21bbd4a51d29e81dc839f11724dfa1130bd0a0586
MD5 8ef3189334ec0fdff3da5dcd4d4db5e9
BLAKE2b-256 57405e8d991e95f726fa2b05cd250ad881a6156970f11703dcff7fb7e5be827a

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77466265be7a4029236ac84e08aa0e5f3bd5762f88c55be97cd45beefc320603
MD5 502ef13d37af3f4aceed20717733fea6
BLAKE2b-256 7d17ffa675b47c1754e43e7fbcfe9a6647d15804408e971cbbcd8b47990306cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c0bec0d314ea9ab874c06ad36391c1de1a4433e91386ee7b9fb683de6850fdd
MD5 0b68e32b7246a5b36bc7f964195386f0
BLAKE2b-256 8a760daa44813702b3ceb12d52c22ec5abeb9807797c3058f0a4559651c6ad75

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

File details

Details for the file videotimestamps-1.0.0rc3-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for videotimestamps-1.0.0rc3-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 80557265e2ecc1bdcad097009b41c5336de6211e92ef75703c1f03797ff77d1a
MD5 2ae8a646c4d9d6af03c937bb63658572
BLAKE2b-256 b521eeb7f6bd0f4fa26e86595e99908ce0a49e62f0390c8d51cb79a1205db186

See more details on using hashes here.

Provenance

The following attestation bundles were made for videotimestamps-1.0.0rc3-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: publish_to_pypi.yml on moi15moi/VideoTimestamps

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

Supported by

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