Skip to main content

Python implementation of the active finite Voronoi (AFV) model

Project description

PyAFV

pyafv_pbc

PyPi Conda Version Docker License Tests on all platforms pytest Codecov Documentation arXiv:2604.15481 Open In Colab

PyAFV is a Python package for simulating cellular tissues based on the 2D active finite Voronoi (AFV) model. It provides a computational framework for investigating collective cell behaviors such as motility, adhesion, jamming, and tissue fracture in active matter and biophysical systems. In contrast to standard vertex or Voronoi models, the AFV model incorporates finite interaction ranges and cell-medium interfaces, allowing for detachment, free boundaries, and fragmentation. The package includes tools for geometry handling, time evolution, and analysis of cell configurations. The AFV formalism was introduced and further developed in, for example, Refs. [13].

See an interactive simulation demo using PyAFV on Prof. Dapeng (Max) Bi's homepage!

Installation

PyAFV is available on PyPI and can be installed using pip directly:

pip install pyafv

The package supports Python ≥ 3.10 and < 3.15, including Python 3.14t (the free-threaded, no-GIL build). To verify that the installation was successful and that the correct version is installed, run the following in Python:

import pyafv
print(pyafv.__version__)

As an alternative, you can install PyAFV via conda from the conda-forge channel:

conda install -c conda-forge pyafv

If you go this route, note that for Python 3.14 the conda-forge distribution currently provides only the GIL-enabled build.

See the documentation for instructions on installing the package from source or in offline environments.

Install using Docker 🐳

PyAFV can also be installed via containerized environments. Pull the Docker image from Docker Hub:

docker pull wwang721/pyafv:latest

The image is also available via the GitHub Container Registry (GHCR) under GitHub Packages; use ghcr.io/wwang721/pyafv to pull from GHCR instead.

Usage

Open In Colab

Here is a simple example to get you started, demonstrating how to construct a finite Voronoi diagram (click the Google Colab badge above to run the notebook directly):

import numpy as np
import pyafv as afv

N = 100                                          # number of cells
pts = np.random.rand(N, 2) * 10                  # initial positions
params = afv.PhysicalParams(r=1.0)               # use default parameter values
sim = afv.FiniteVoronoiSimulator(pts, params)    # initialize the simulator
sim.plot_2d(show=True)                           # visualize the Voronoi diagram

To compute the conservative forces and extract detailed geometric information (e.g., cell areas, vertices, and edges), call:

diag = sim.build()

The returned object diag is a Python dict containing these quantities. Refer to the documentation for more detailed usage.

Simulation previews

Below are representative simulation snapshots generated using the code:

Model illustration Periodic boundary conditions
Initial configuration After relaxation Active dynamics enabled

More information

Citing the package

To cite PyAFV, please refer to the associated paper available on arXiv. Here is a ready-made BibTeX entry:

@article{wang2026divergence,
  title   = {{Divergence of detachment forces in the finite Voronoi model}},
  author  = {Wang, Wei and Camley, Brian A},
  journal = {arXiv preprint arXiv:2604.15481},
  year    = {2026},
  doi     = {10.48550/arXiv.2604.15481}
}

References

[1] J. Huang, H. Levine, and D. Bi, Bridging the gap between collective motility and epithelial-mesenchymal transitions through the active finite Voronoi model, Soft Matter 19, 9389 (2023).
[2] E. Teomy, D. A. Kessler, and H. Levine, Confluent and nonconfluent phases in a model of cell tissue, Phys. Rev. E 98, 042418 (2018).
[3] W. Wang (汪巍) and B. A. Camley, Divergence of detachment forces in the finite Voronoi model arXiv:2604.15481 [cond-mat.soft] (2026).

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

pyafv-0.4.10.tar.gz (60.3 kB view details)

Uploaded Source

Built Distributions

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

pyafv-0.4.10-cp314-cp314t-win_arm64.whl (531.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

pyafv-0.4.10-cp314-cp314t-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

pyafv-0.4.10-cp314-cp314t-win32.whl (915.9 kB view details)

Uploaded CPython 3.14tWindows x86

pyafv-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyafv-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyafv-0.4.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.8 MB view details)

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

pyafv-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

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

pyafv-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl (691.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyafv-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl (712.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyafv-0.4.10-cp314-cp314-win_arm64.whl (444.0 kB view details)

Uploaded CPython 3.14Windows ARM64

pyafv-0.4.10-cp314-cp314-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.14Windows x86-64

pyafv-0.4.10-cp314-cp314-win32.whl (823.6 kB view details)

Uploaded CPython 3.14Windows x86

pyafv-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyafv-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyafv-0.4.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

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

pyafv-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

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

pyafv-0.4.10-cp314-cp314-macosx_11_0_arm64.whl (577.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyafv-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl (595.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyafv-0.4.10-cp313-cp313-win_arm64.whl (354.6 kB view details)

Uploaded CPython 3.13Windows ARM64

pyafv-0.4.10-cp313-cp313-win_amd64.whl (723.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pyafv-0.4.10-cp313-cp313-win32.whl (631.8 kB view details)

Uploaded CPython 3.13Windows x86

pyafv-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyafv-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyafv-0.4.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

pyafv-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.5 MB view details)

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

pyafv-0.4.10-cp313-cp313-macosx_11_0_arm64.whl (470.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyafv-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl (484.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyafv-0.4.10-cp312-cp312-win_arm64.whl (276.9 kB view details)

Uploaded CPython 3.12Windows ARM64

pyafv-0.4.10-cp312-cp312-win_amd64.whl (554.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pyafv-0.4.10-cp312-cp312-win32.whl (462.8 kB view details)

Uploaded CPython 3.12Windows x86

pyafv-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyafv-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyafv-0.4.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.9 MB view details)

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

pyafv-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.9 MB view details)

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

pyafv-0.4.10-cp312-cp312-macosx_11_0_arm64.whl (364.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyafv-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl (374.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyafv-0.4.10-cp311-cp311-win_arm64.whl (199.2 kB view details)

Uploaded CPython 3.11Windows ARM64

pyafv-0.4.10-cp311-cp311-win_amd64.whl (385.5 kB view details)

Uploaded CPython 3.11Windows x86-64

pyafv-0.4.10-cp311-cp311-win32.whl (292.0 kB view details)

Uploaded CPython 3.11Windows x86

pyafv-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyafv-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyafv-0.4.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

pyafv-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

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

pyafv-0.4.10-cp311-cp311-macosx_11_0_arm64.whl (257.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyafv-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl (264.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyafv-0.4.10-cp310-cp310-win_arm64.whl (119.5 kB view details)

Uploaded CPython 3.10Windows ARM64

pyafv-0.4.10-cp310-cp310-win_amd64.whl (213.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pyafv-0.4.10-cp310-cp310-win32.whl (119.1 kB view details)

Uploaded CPython 3.10Windows x86

pyafv-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl (625.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyafv-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl (604.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyafv-0.4.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (622.4 kB view details)

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

pyafv-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (615.5 kB view details)

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

pyafv-0.4.10-cp310-cp310-macosx_11_0_arm64.whl (148.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyafv-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl (152.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pyafv-0.4.10.tar.gz.

File metadata

  • Download URL: pyafv-0.4.10.tar.gz
  • Upload date:
  • Size: 60.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10.tar.gz
Algorithm Hash digest
SHA256 21ebd80999c2ce5856004ffd8da07edd9a199ee0b0d0cda2bebec7e0edbed1ff
MD5 a1ddaea412a0ee1664d093f03f4a132a
BLAKE2b-256 efd3fc59dc67b02f1d0e222354ecc10a52db2987506aafbaec645ea465db4b0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10.tar.gz:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 531.6 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 c475e8f77540b53021877af461b2e243f29c28fc2d2045c4ddf05095bddfabe5
MD5 40973fdefe5804362251a19c70e0c67e
BLAKE2b-256 d58dd95487ac76b312a2c8f7d97d06a6124ab22036d4b2f72ba0526c5f7f4b4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314t-win_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8f99ddbd92153e1eccc16977b1a9b1cf62f936bb0b2dd4d0f83813153a05ff64
MD5 8ee985f92127743d7e975e5e5abcd89f
BLAKE2b-256 e93604f3317355650f68f7b15d1912d483c33c8305970d8eff46b0dae588bdf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314t-win_amd64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 915.9 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 07b3b11df4b23f3bf3c4bcb4562fa236f4648a182a90d738ce702607cc63c963
MD5 c296099d8f934ee419fd52b4338f2740
BLAKE2b-256 ef131969d364e2df9228d29e8657b0482f7f8c6f1a5f353b5347e9eebc354af8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314t-win32.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7aaf1396748828c9c193392259c5fabebcef71f011b902bae12a0186e55d17b8
MD5 736ba63fb5507267345d0e55afc8e758
BLAKE2b-256 ef43bc71100f8d9a37b58422f3baaf0aa05c8d990e996dc021a8872190027ee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0fd0cbbd83de23b2b9c7f081730353b9545099453ee13f4e52d02e2050abf4b
MD5 9bf1ff192526c4fbc0d8d55c19818d1e
BLAKE2b-256 5fb4f964a2fe37a5b1fd23ec599b813acebf504ff15e7626670d363a70c8db74

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 064772cd4ad3fe153d1400ba7cef99ef301356f05e2c84babf3d063605b25212
MD5 80801f3b8016685174e4ae818b2b633a
BLAKE2b-256 06e159c5bd23e844e3678a8098c3ea02d287bbd7f483ceb01619656b0f3526c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27dcca433542187855808c4cf5950aeb4bff1907835ce53a8da453817148e291
MD5 d2aadc7fbb5196f896a5cff4fd3b1418
BLAKE2b-256 6cb888b1f6645395eae2ece6e7817e24af547665077ad3120f38bee70483ebfd

See more details on using hashes here.

Provenance

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

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed371ac9b618f3a90de16b8a52077cebab67aaea7d7696669499bd672fa950bd
MD5 4b435ed2b42a0427e2c2bbf9bf82183e
BLAKE2b-256 58953be00b7ddbccf935a4f45a51f2f39b52ef07d18e4c81aec603bec6ce1eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 994058811893ee6f8a829ff2c7bba67ae214a3793c7c3297eadcf40cf008b32f
MD5 fcfe185457e96231c2079d49b46d9d29
BLAKE2b-256 ab5f9d31f22cdfb8c65914488bbf511352e2c970888c409e546cfa6c53e4435c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 444.0 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f34c43617f1c0a0363850848aaa51f32f63642cbe8a5c4dea579cb3642ea925e
MD5 be690e895586c41d92cb73bd36d41568
BLAKE2b-256 b08cc85d78b0d719aeeac3381adc594b452cc449c0f4d7632818caf4350ebabe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-win_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 00c8d5b0763d67e866b29f03519b4109afb05f01015347cbae4aa62647ed1ee3
MD5 1899769f414879219ca31ecb407f9ddd
BLAKE2b-256 27985fd12198bf90c20c8930465f102b1d9e867b7eb6d3249d476601d2469c89

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-win_amd64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp314-cp314-win32.whl
  • Upload date:
  • Size: 823.6 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2e47cb23a1d84c38d376d508f4b5053a95d4c6d7b7f49d06c98a8903955cae9c
MD5 15024464fc4146b19f373747ef1e0560
BLAKE2b-256 b97a43124497fce9817b0b5a4e8077425697a58e1d65e58fda83486c5f5bf23d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-win32.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f65a2857c20e784749d341d377fd11be3123ce55252a1067c4debdc24c2f3a0
MD5 28b6c4ff50c35cb79e9f48674f8d362f
BLAKE2b-256 f047b6779d344e48f9faa04c384c140e1d5de723c2a1838bf134e35bad089219

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 890b207b0e69db6acb47bdc8a3e218c261ed9a8977ad2d27b116ab0cdc17ab1f
MD5 1a3f976248708ab96b84b8f55f09369d
BLAKE2b-256 689cffe970a440825b03c29a595bbf38f3f38bee11f33f494105cfe1bed228fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90bb8ce22dc6aee41d212392accc03a66e2b5eb4ee5b5186e19b45e1f9410115
MD5 4f98c46eca9c2404ac32c55a0bc329e0
BLAKE2b-256 5c99d32a742e05e2403f6a0bc2b9fb9dfc58148989c8319113f97b263bd607d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92d708211966a42a9d31f7e13e354b0efc28cb292cf0e2182e550bfae0980969
MD5 3ea134cbc911f0a7c448768d914a4e8d
BLAKE2b-256 010fea77100b7ba1329f15a82f05d7480aac4a590e65e01446a69c65383f3121

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d447371e8a7acd8eff38037e0b544dc7911632ceed267b1c41e06c7fe9c68e65
MD5 a79dbfd656da01a79ac831e0551747aa
BLAKE2b-256 fc504b8b64db6301248da1c2a7c1fee97849718cf1a9b620a8c17f395a512de9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5eaa119006e5fd41c4391003d99b1cdadc4f76199256a59744c53c164533857d
MD5 4b39c7973fe5492b0b7eced4425fea40
BLAKE2b-256 7471945cd2afda7646450e581b13edd19ac5b5364f229095062e288c5c7033f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 354.6 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c5cfb7506fad63261eb325acd324012e228aec4df8abf02c5ad567a96591af5c
MD5 6ee7f0b4c2ee8559958b39dfc533a598
BLAKE2b-256 1aa0ab9e071cbea06cd43d6a633a3ceb5c662c234274d212eaeb9b795180c615

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-win_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 723.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 747bf1991b9a4ed52b3371b54de593afe0932c9ee0e233bff9aee825c4e90fda
MD5 a13f34616ca1d097b8b24fff6714a582
BLAKE2b-256 3884357af2205ea165677eac0572a6e25056979251c8bbff2f82c2aeab5b2deb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-win_amd64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp313-cp313-win32.whl
  • Upload date:
  • Size: 631.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 04ff5c7b50f8e88c78adba5e27e7245d61b1376d1b771fc248dcabcc1ffb89c8
MD5 4c0528e92c8350d8e056533b272e9f85
BLAKE2b-256 f17bd4e26cd0a98ce05d353f2d72b906594599583e422ebe628926eca5258d71

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-win32.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5610c22bffdb1e91ba92bac43255fbcc5a8a9cc6d1adf9fa4094b05309f55dee
MD5 737ecf5191604f246f5494d6acf89bc8
BLAKE2b-256 9b923a7fd33664c6d6909201635e0a3eec3011839343b0c601000b74c2a2fea7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48053d47a3b0e039e367c8ea438cecdd102ae68b9bb0d731333aa0e8f65d1468
MD5 a93269f37dc14a354879f269d752cf1b
BLAKE2b-256 d901d309bdcce0fa238b3ac0db411a886773c5b5170145107f7429641586bc5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af55dcecea66b425b634d3df3cab70e654ad6aee18b2bb63cd072e09b57a03e9
MD5 3b42d190487145b36e303ca4173db53d
BLAKE2b-256 d7f9892786c2588cd9612ac4b803a86a1975db6ecc5965c3e2cd2a2b6ffcb9bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4dfff72722698992ccde4fcd030c2c85ed7afe05abbac60f4441a473fab52cd7
MD5 23cda2dd9e4b92e53f7c5ddf86175f4e
BLAKE2b-256 87ab26eddb825ae70ed92dc0659ccd7d411825e8d126b16879bbd44d746df305

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58e57b723ab860c9fee500fe80b008b357142d59b75481f255b798b1f57c787d
MD5 1bf168704b77b3d927c00ba74af31e41
BLAKE2b-256 e27afe29c5a8a6b511f8c555a6494e0be19dfc2b5fa65f79ca33bc84655d2e6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 12604d3e643548932ebfe6734295f7e5196df323edbfda0e88d1a81b2b557a39
MD5 2fec8efa92100e7e90fb952465fd6808
BLAKE2b-256 4051af80bc2753808acba51a15ff0ad58ef30947ddb70389619d516abad0af63

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 276.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2e8428fbfde31e1dff1398e0d074da21a7ebe9dc45e64fb3f660487a1afadcf0
MD5 8a347949cdf292e57120b95718c5574d
BLAKE2b-256 744a2643fb1ba19672ec988d4c44f5421f07b56a2a60dbb966f1faa88702ad40

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-win_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 554.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0e33b3a2d0ac4ae2218c2cd03d693fe70920ac21b8454f9d56abda8c49a53d3f
MD5 244b259dda9cbd5c35fb2fd9b862c378
BLAKE2b-256 24d3c3a7a6e7e43b76a85747e1828d69285918088d8bf730f753fc23956cfdd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-win_amd64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp312-cp312-win32.whl
  • Upload date:
  • Size: 462.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2f541b1344dd98a214c7099ca8279ad09ec2b48997b23b99460eff1c4d994771
MD5 cfc6c5f58d0b06ba19e80e22c3b97eda
BLAKE2b-256 a139cb9067826f2c6a8bc8fd24fa421d1ef6243024a437335fe42567b87a5859

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-win32.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04f9f1a307f474459a35603b426d234639541a1f45b8447894ac1cd3472883a3
MD5 679e90735477ef6e3b52243de255ede8
BLAKE2b-256 383801cfa4b48b7e7ae71de69e26f6ba652aea891e8d57aac4fd8480100d7d30

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 480a764a0f45cf8a4e04339068914e2b63d9b69dfc84f1dbfa48aff826a29dd0
MD5 fdf477a03eea1f6faecb143d6b3b284f
BLAKE2b-256 8c9bab1795e802cab18a2f687c5a47db9349b4f77f9667025217e1e2264ddc4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1dd627bb90a560fc6c3950c794fd3fa674e7088e53db4416bcbffa8fd61bee6
MD5 09a728709b9fca57fabc2ca6ee0e764f
BLAKE2b-256 5dd1997361c9ca2d0cd0f51254d206d5c42a94c880247ff0ec5335ac157b6d1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec227391ff2d502c60ffec29e8d22267ffa39cea703bb09c5c670ab0200e053c
MD5 c8a2f8d13ce5e1eb73e7d97c6194f85a
BLAKE2b-256 3b58318b20680b44451e102e1641d0d75b5a7f69acd3e7e6be85afa880555ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a09ff21ab2ce09aacc1c76381d4a015fee7d056027347c776cb510746fb3f70
MD5 7ac69e27fa4929d09f22d1139b8b1114
BLAKE2b-256 55e8d64d4c0a51e9b2fdd4bdf8db8d308c9dbe63fcef4e3c10f38cef9edf14e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 540469ddb51684377cbaf3d084adddacc98092bb20d59d01c4a2b93404ca3bcb
MD5 817d1c513adf18475c03413764120c12
BLAKE2b-256 43451fd9aabe0c8950b4f40b7ae654316f603026b01da926a27ab8ca930c29f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 199.2 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 088ca16997a8b58a915f947bf0cbe72fb5cfaec8596bb3a66a21afbdb5563f60
MD5 f8466fdcc311d2e3249485589361ef66
BLAKE2b-256 f9e9005e577ddbf1d8aca37250330555ef4e67bcdf41d0048bd5c0f580eba987

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-win_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 385.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 43025844205511500f8a4c4a9d780b007f5ec4959fc0b9144512296cf6b42c80
MD5 6746dbf572b8f89af22eebe9e3197a85
BLAKE2b-256 ebbda52e25190b946ab8367dcd2fb91c7c5ce64323c0cc67c239ff59057da15d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-win_amd64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp311-cp311-win32.whl
  • Upload date:
  • Size: 292.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 aa225da97fe4633b8b2ad4c41663608cef3c6f1be73b322be30cf0fc5eb2d737
MD5 ccbded97e38e8b11f276d63a3aeb09fd
BLAKE2b-256 72a4d4fede6c7c7df933bd3042a9aad689ac5036180c852316c0786839eee649

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-win32.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa95b3b7808835753fbadc841eec8e41ddae1189647fd74d2c560ffaf0e83e51
MD5 9c31b699d89108ac87f8795e49ecb6f0
BLAKE2b-256 1a9a63c4167eebfaaf964a8d220c53c73c1feb16bb28c04fb347ce8d6373568f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f73839e8b9280c500f1b7dc42d814c0ede24ec15448b870dbb550d410d8ca64
MD5 f47dae0aafdc7ea7e49aab0a259e5fa7
BLAKE2b-256 ccd0ac4521c3ca2f39987b26d38812498d5491184691cc5ff664a9b5ebc47d8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31a4350e0c28a70c43471d651fccfac8159755546f2c6d08f1e5af644615e425
MD5 a9d9703bb786caadb9e77d4b8e2e12f8
BLAKE2b-256 3593d3b44e60a75f1d5bf7a33988f253e5c5022219512df932a18623147b4f13

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a54977f0756a30a3ccfec609f6bfaaf899d182b89b6ff89322c6034bd13c792
MD5 838d2774e3bb8c26a0df34294c265482
BLAKE2b-256 9197652eae789e7aa3c39ae0ab40da807cba7473a705f4c20b069d1405292818

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12580d33495a59beece8c8344be283d9ede206e1a9ffc79fdd8f6746d4766078
MD5 eec604cd45469069911507d7a584990e
BLAKE2b-256 fee09188594510749dfe435253be445daeac5195dd87a863e88d71e59d561c76

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2324de061005625867efb143acf6da881eeb5bc02866308aaf93cbf37f63fac8
MD5 3f298dd0453646f92d2f58cee3537857
BLAKE2b-256 387827283ffee8ede3005224c927884d2eab8440a675cc95b6024f6fb40eaa86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 119.5 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ec36039b86699fff6fda71ce4074802ef83e6949e9456037e5f19dc008704982
MD5 38774adaf06fd1f35512726a865ee6ad
BLAKE2b-256 34b67263bf38a6953ebf1ca149e14d4a36d9e9970b46175cd78841bc02fcc7c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-win_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 213.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e8ab89f222e98ee52ea4e83b422c2e96e02bc4ab85a6fc55733996a7d8119657
MD5 1d50d98703dac8290295859fdf4aef50
BLAKE2b-256 71724b59ef3be3505065d8833ea1a2c53096173f08485e5273e5948da9cf79f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-win_amd64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyafv-0.4.10-cp310-cp310-win32.whl
  • Upload date:
  • Size: 119.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e404050e5950e6d54e550fb44bcd6dc976e64d4e476261fd614a21c099d4249b
MD5 9d65fc5c7ff1d264beb021fe77fe90ae
BLAKE2b-256 7fc378a71f1e75db7a5f66c9bc73c65e9e137ef31dc0ea17b65891bfd3fe58cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-win32.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d876849e1832acbbf69b046f1cd77d438185cc5a4956a9d426623b669bb377f8
MD5 77e4b036f14f38fd477da3cf8bcde5ed
BLAKE2b-256 f8dcb07304a7e17240a020d7c2918ea847f9024c8a814b23a4339f86f84a7925

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6dd3cd489df22b33f6e75b98c9f0bf806ef6f7986fc0ea0a83fde50059b6a407
MD5 fbf8ff16be12284d801992636a7a1fad
BLAKE2b-256 fc65644dca0c2d6da8580ab125f50018f8c6b5ae289cc6d16827852203c02ba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6705ea8bd9a1547f21f4aff4b58f060dd67a4e1d65143e10e74479a15ed5da0
MD5 117d792d044efe52de9526f9e3dfed61
BLAKE2b-256 4534e87cdb09a78db3b4b4d6a24e4b3c7649174c3eb3316def628faab94e03bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eafd8a5f1ab8b29d0561bd715eebe93d7b8d2e268d2bb689d26b97379982ef84
MD5 91e921f3219946ff83f7c7e00fe419e6
BLAKE2b-256 0accac2cbe1a97ecdacc75d7753313697d4c652e13ec79ec4a86613dd8c01f8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9a8669ec434d4f820ef2be5389b1e78fb836436f168e81c1ab56d31f40ad11c
MD5 e2158f7a04abae0d2246e90bdc8eef08
BLAKE2b-256 df022b51b61b5d23c8302ea1b282d64dab01ae69ee5f1998606a83fa297334a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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

File details

Details for the file pyafv-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f59b6ec24619b31fff50b6de23678bfbbda2e8b5242d9f1c9ea46744af6886f5
MD5 6b8c7db41f00a1bcdec966bd25861d51
BLAKE2b-256 e68ffba4fac20183842563c47094f16034dbffdeb05234529cbc2451ad7532ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.10-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on wwang721/pyafv

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