Skip to main content

CI Wheels codecov Tests Python Platforms GitHub License GitHub Release Dependencies

pymp4v2 - Python Bindings for mp4v2

Alpha. Python bindings for a subset of the mp4v2 C API (v2.1.3). This is not a complete wrap of mp4v2: hint/streaming, generic iTMF, and most profile-level APIs are out of scope for Alpha.

What is bound

  • pymp4v2.MP4File — open with mode "r" / "w" / "a" ("r+"), context manager, .tracks / Track, .tags / Tags, duration / timescale, get_info(), optimize(), save(), close()
  • pymp4v2.raw — file I/O (MP4CreateEx for ftyp brands / iods; no I/O callbacks), tracks, file/track properties (named + generic get/set), sample read/write/copy (bytes, including lookup by time), iTMF tags (string + numeric setters, artwork as bytes), chapters (MP4GetChapters / MP4SetChapters / Qt + Nero)
  • pymp4v2.MP4Error — raised on C failures (false / MP4_INVALID_*); subclass of RuntimeError
  • PEP 561 type stubs (.pyi + py.typed) ship in the wheel

Not bound (Alpha, out of scope): iTMF generic atoms, hint/streaming, custom I/O callbacks, MP4ReadProvider, MPEG-4 profile-level setters.

Requirements

Build Dependencies

  • Python 3.9+
  • C++17 compatible compiler
  • CMake 3.28+ (pulled in by the build backend if missing)
  • Ninja (optional; pulled in by the build backend)

The extension is built with scikit-build-core. mp4v2 v2.1.3 is fetched by CMake FetchContent and statically linked.

Python Dependencies

  • scikit-build-core >= 0.10
  • pybind11 >= 2.12

Installation

See the Installation file.

Usage

See the Usage file.

Scripts in examples/ (dump_info.py, retag.py, extract_samples.py) exercise the same APIs against a real file.

API Reference

See the API file.

Running Tests

Tests generate a tiny MP4 with MP4Create; they do not need tests/sample.mp4.

pip install -e .[dev]
pytest tests/

Contributing

See the CONTRIBUTING.md file.

License

The pymp4v2 bindings are MIT.

The native extension statically links mp4v2 v2.1.3, which is MPL 1.1. See NOTICE for the pinned tarball URL and SHA256. The corresponding mp4v2 source is the official v2.1.3 release.

Acknowledgments

  • mp4v2 library authors for the underlying C++ library
  • Pybind11 team for the excellent binding infrastructure

Support

If you encounter any issues or have questions, please file an issue on the GitHub issue tracker.

Changelog

See the CHANGELOG.md file for a history of changes to the project.

Download files

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

Source Distribution

pymp4v2-0.1.13.tar.gz (66.2 kB view details)

Uploaded Source

Built Distributions

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

pymp4v2-0.1.13-cp313-cp313-win_amd64.whl (617.8 kB view details)

Uploaded CPython 3.13Windows x86-64

pymp4v2-0.1.13-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (736.6 kB view details)

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

pymp4v2-0.1.13-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (663.9 kB view details)

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

pymp4v2-0.1.13-cp313-cp313-macosx_11_0_x86_64.whl (516.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pymp4v2-0.1.13-cp313-cp313-macosx_11_0_arm64.whl (489.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pymp4v2-0.1.13-cp312-cp312-win_amd64.whl (617.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pymp4v2-0.1.13-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (736.5 kB view details)

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

pymp4v2-0.1.13-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (664.0 kB view details)

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

pymp4v2-0.1.13-cp312-cp312-macosx_11_0_x86_64.whl (516.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pymp4v2-0.1.13-cp312-cp312-macosx_11_0_arm64.whl (489.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymp4v2-0.1.13-cp311-cp311-win_amd64.whl (612.1 kB view details)

Uploaded CPython 3.11Windows x86-64

pymp4v2-0.1.13-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (728.0 kB view details)

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

pymp4v2-0.1.13-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (658.4 kB view details)

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

pymp4v2-0.1.13-cp311-cp311-macosx_11_0_x86_64.whl (511.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pymp4v2-0.1.13-cp311-cp311-macosx_11_0_arm64.whl (488.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pymp4v2-0.1.13-cp310-cp310-win_amd64.whl (610.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pymp4v2-0.1.13-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (727.1 kB view details)

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

pymp4v2-0.1.13-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (657.3 kB view details)

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

pymp4v2-0.1.13-cp310-cp310-macosx_11_0_x86_64.whl (510.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

pymp4v2-0.1.13-cp310-cp310-macosx_11_0_arm64.whl (486.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pymp4v2-0.1.13-cp39-cp39-win_amd64.whl (611.6 kB view details)

Uploaded CPython 3.9Windows x86-64

pymp4v2-0.1.13-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (727.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pymp4v2-0.1.13-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (658.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pymp4v2-0.1.13-cp39-cp39-macosx_11_0_x86_64.whl (510.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

pymp4v2-0.1.13-cp39-cp39-macosx_11_0_arm64.whl (486.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file pymp4v2-0.1.13.tar.gz.

File metadata

  • Download URL: pymp4v2-0.1.13.tar.gz
  • Upload date:
  • Size: 66.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pymp4v2-0.1.13.tar.gz
Algorithm Hash digest
SHA256 ccdd120a210dbdb7dee8ce7b1b0f4b9db2cd4b6c7b14e3ed726f09340a6e49d6
MD5 f04b75092807ddfab55b0f6d959bb8f2
BLAKE2b-256 37bd86cf07a3e9dc45d723403bf403620d82987442eccbd917da84b6f987fc1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13.tar.gz:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pymp4v2-0.1.13-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 617.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pymp4v2-0.1.13-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0630e6a57de84512eb97293b8ce8c5f049da1ab1a069be0b677e704dc266732a
MD5 836aead11721b724163f04cc364d1b8d
BLAKE2b-256 6e8787b76189617c9199b7cc1a912771e96dd6a7c59eeb4f080e19e1a7ad19af

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1ce2da7af9ad6759857c096dc6681ab03ebbe1db3d376386500d2b80a45baa4
MD5 6b490aa01cf34514338e0ccf9a4c6e2b
BLAKE2b-256 ad910064545551065ff011abc8874c3d56215b97024fa7b6049739dcd9fecb4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fadf6c09cdfeb363612ba5fb04851f346663ac70dddce938d0c360fa821219c0
MD5 ecde633be3385e7071b0092ae9646d89
BLAKE2b-256 94aa85f2d8f165b1d9562b789815acab1dcaa73b64f9b1322caf4aa478896ebe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 561abab667413beea27092a1cf01ee43db07f1bd8f5f59a31e9eb3c069dc3552
MD5 9f133f4abda5ca759e19012a20df8386
BLAKE2b-256 aba4e2cbf743fbeda697067ddd1738c9e9497ec03a6b6164b9b1ad6f9779e087

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 162f3544eaccdb1b4536044732c28e19d9b65275715e4cfeb8e1e4f4dd3c897d
MD5 b1887669ade215412f9d9d6181664749
BLAKE2b-256 2761eb4cbd021c092832c5af0fcb0cac895d29e1dc56433068fff808a6672bfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pymp4v2-0.1.13-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 617.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pymp4v2-0.1.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4f8f0773ed44e9afc8f99c8ce3ae9a014b5e4f2fc2ac2a3bc0ad6245dfdd773a
MD5 d47c8f432a39cdd6fa862ed5f885d2c4
BLAKE2b-256 b2618ca5eb0bc714b86972994b7d76dfca4e7b919603987872e8017ceb49b040

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0107816b6f517658191765c3e63d16f1057077557b128e9a9e76b3c8029d64d
MD5 9f0e247f015934d699b59cfb7a640829
BLAKE2b-256 61f760575c34385605bffcd524ff24c2756f1d496986860721e29f9784e82fcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33759a4a31b26e2334291d8ba8f59acc63cf873620b3ac8e791afdb147d8b1ea
MD5 162fec2471b8b01ba633059a6a0f09fc
BLAKE2b-256 c122beaa553be84c2d4b6ae451de19e64764defa477b9442c053d37eb2722b60

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 870b2d79166b6292b17e845d393999467a42ce04bd06154aff57f88215edd65f
MD5 47aca3b56ef14199007a64b19298c6f7
BLAKE2b-256 44209d18e7e8029b9757004ca00c0a84eb20be67685fc12306f96f5e97197753

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4673d534e60249621e001bfa4ebeb899ad2cef46cc6fd960c440a8d383762a9
MD5 a21dbbfe4ac8d108f359205594e3d77e
BLAKE2b-256 b46eeccc8e93f8cc0676ed24759f327d9c300c59d1dd00523250fcc70c3ecbe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pymp4v2-0.1.13-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 612.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pymp4v2-0.1.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b6b9131771a3dcff22c47718edb15b43d0a97a92556ed08c0883b1b17d78e7a5
MD5 05145ae7956766e3e8406846a71708a8
BLAKE2b-256 2bc1c396923d66ec0d266b2522df0589d611cd5a010e515c38725eb81329dd96

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44ecf888e23bf185df36d90745efa78bbea604616157a6e4b2cf3a164c39f272
MD5 24d944b89d3a34e6bd9c25c73fac49a6
BLAKE2b-256 a195fd46ac576fa2d832441bc8b6dd07ce7cb4559d8b627cb78b7483f6f75fc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e61886fa9095e68b1d35e9e1469d5d8f39975474ae17ffcd36ca43939ab0cc30
MD5 1e7df98d98ff271518ac9bd76f539f29
BLAKE2b-256 63202f82730f30e0ab904687861beedc63670aca852483d1b24e1206e5c2e2bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8703550af0f5d71466e256ba0abc53305ee5fb910307e055d83d6e1ee6a2ee26
MD5 323558acafa83bed99e154c36da02e84
BLAKE2b-256 d082ad2d5784e2fefd3e6e718dd4a8136bbf8c688cc944179a3dae5a844115be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 769f132656b1bd72d70e993088c4d07f1e4c37450f74dbaa315ae0f8f567cb4a
MD5 b78c5cacb4ecaa8011e5d4b4cbb08526
BLAKE2b-256 44d1c475a1f5d90e329b839622e489d965ab35f76b077a460a7df1f238df3d08

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pymp4v2-0.1.13-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 610.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pymp4v2-0.1.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d84bf8c320a2016097040951ddf4b7d0fad6765005aad774704a1cb0635dd1bf
MD5 cdb731f85573d41424157d8a60ff7d48
BLAKE2b-256 13330a1b354ceb8dc3df08eed661f58b3189fda136be510b653a67babdac942c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c0dc1ef36d4ac33a44886b2681c21d1dad2bd8e2843d0bbb8daca9980d8281b
MD5 ab67893a3a9146c134581cb4d4a5df2b
BLAKE2b-256 0555c2a757738c81efe0f6a4acceab8dd2bfdf89f139bb031ba338ff160e7a8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 29c493c84573de957db591acb50b1aa3f8b183a79db97723002293dbb30be785
MD5 09fb976791f4b77f1708a80e1c22e242
BLAKE2b-256 1d23e703cb507d9f3d27c2435b9453809cea8cbbf02f271bffed06a97745970f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5fd51342e8aae29cce813ce488ebef3dac17cf13eb588c526ea6404174707bc2
MD5 8545526d65fc3770b7625c87ebdb496e
BLAKE2b-256 dba761417232c375ffcd81ed2e58b811976e78fcc7c0c916b83ae6809c0fb7f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90cd659e8fbf6129d908f38993adb8458531e2df5a6850abe01b773e52e427fd
MD5 c90d73434e808972133a85381adfd0e4
BLAKE2b-256 29d6be2c9ccd71b0a84b598a77dbea880c71023d1adddd639093f304b1d5e7f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pymp4v2-0.1.13-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 611.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pymp4v2-0.1.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 38d347e638d3b8e7639ddb6bbbf5c72acface21f0171f401803673c53473b595
MD5 c77d79972c1f30a2ee35bc1eeec80b7c
BLAKE2b-256 98eb8a53cb71b0190b7e3eb9ccf0c7cac3a7a68faf3b71c04eaa4519cd2d2adc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c4406feb38ded39663a9d98f16b9c3ace95adf9d57a69a525c2b834fe483150
MD5 641b1abdb0ea4b72665d842cc0983dd3
BLAKE2b-256 c12bd147cbad2499142d25edf2ffa0932352e07f47381fb4a0502e538dbe6870

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 caf9216cba4c124151d31a8e4ae674929899a2078b6e0e4fc3b5ed33cd5a51b1
MD5 23fa726a02519ffbcf196e1bde7203f1
BLAKE2b-256 13d9f77dc6819559445b9b69e0de5c83b82e9a5d128ef0fbe4a83c806219deba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3b32de60d68ed53a18e0d57e5140c7d87b86d2124bf9b03884759e4b944ba2c5
MD5 b85990099095068214b4bf1e25313b30
BLAKE2b-256 52d2c557908f091678390bf927bc7ccac172d2074e2b18c472bd52f3659b6666

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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

File details

Details for the file pymp4v2-0.1.13-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymp4v2-0.1.13-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83583afcef4322409a4176c8488058230d91a5a146d24080387df389e7e7a517
MD5 7c532a973dba905329b8e35f29451ee3
BLAKE2b-256 55b1d8385e59e4bcc653ff0fa2994d32f3bcdee383d1cbd4daebbd9685aae77c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymp4v2-0.1.13-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on DarkDemiurg/pymp4v2

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 Sentry Error logging StatusPage Status page