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.11.tar.gz (60.5 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.11-cp314-cp314t-win_arm64.whl (533.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

pyafv-0.4.11-cp314-cp314t-win32.whl (914.9 kB view details)

Uploaded CPython 3.14tWindows x86

pyafv-0.4.11-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.11-cp314-cp314t-musllinux_1_2_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyafv-0.4.11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

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

pyafv-0.4.11-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.11-cp314-cp314t-macosx_11_0_arm64.whl (691.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyafv-0.4.11-cp314-cp314t-macosx_10_15_x86_64.whl (716.2 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyafv-0.4.11-cp314-cp314-win_arm64.whl (445.7 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

pyafv-0.4.11-cp314-cp314-win32.whl (824.2 kB view details)

Uploaded CPython 3.14Windows x86

pyafv-0.4.11-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.11-cp314-cp314-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyafv-0.4.11-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.11-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.11-cp314-cp314-macosx_11_0_arm64.whl (578.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyafv-0.4.11-cp314-cp314-macosx_10_15_x86_64.whl (599.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyafv-0.4.11-cp313-cp313-win_arm64.whl (356.1 kB view details)

Uploaded CPython 3.13Windows ARM64

pyafv-0.4.11-cp313-cp313-win_amd64.whl (722.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pyafv-0.4.11-cp313-cp313-win32.whl (629.8 kB view details)

Uploaded CPython 3.13Windows x86

pyafv-0.4.11-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.11-cp313-cp313-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyafv-0.4.11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

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

pyafv-0.4.11-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.11-cp313-cp313-macosx_11_0_arm64.whl (471.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyafv-0.4.11-cp313-cp313-macosx_10_13_x86_64.whl (488.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyafv-0.4.11-cp312-cp312-win_arm64.whl (278.1 kB view details)

Uploaded CPython 3.12Windows ARM64

pyafv-0.4.11-cp312-cp312-win_amd64.whl (553.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pyafv-0.4.11-cp312-cp312-win32.whl (459.9 kB view details)

Uploaded CPython 3.12Windows x86

pyafv-0.4.11-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.11-cp312-cp312-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyafv-0.4.11-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.11-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.11-cp312-cp312-macosx_11_0_arm64.whl (364.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyafv-0.4.11-cp312-cp312-macosx_10_13_x86_64.whl (377.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyafv-0.4.11-cp311-cp311-win_arm64.whl (200.1 kB view details)

Uploaded CPython 3.11Windows ARM64

pyafv-0.4.11-cp311-cp311-win_amd64.whl (383.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pyafv-0.4.11-cp311-cp311-win32.whl (289.8 kB view details)

Uploaded CPython 3.11Windows x86

pyafv-0.4.11-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.11-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyafv-0.4.11-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.11-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.11-cp311-cp311-macosx_11_0_arm64.whl (257.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyafv-0.4.11-cp311-cp311-macosx_10_9_x86_64.whl (265.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyafv-0.4.11-cp310-cp310-win_arm64.whl (120.0 kB view details)

Uploaded CPython 3.10Windows ARM64

pyafv-0.4.11-cp310-cp310-win_amd64.whl (211.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pyafv-0.4.11-cp310-cp310-win32.whl (118.3 kB view details)

Uploaded CPython 3.10Windows x86

pyafv-0.4.11-cp310-cp310-musllinux_1_2_x86_64.whl (625.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyafv-0.4.11-cp310-cp310-musllinux_1_2_aarch64.whl (607.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyafv-0.4.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (625.7 kB view details)

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

pyafv-0.4.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (617.8 kB view details)

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

pyafv-0.4.11-cp310-cp310-macosx_11_0_arm64.whl (149.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyafv-0.4.11-cp310-cp310-macosx_10_9_x86_64.whl (153.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyafv-0.4.11.tar.gz
  • Upload date:
  • Size: 60.5 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.11.tar.gz
Algorithm Hash digest
SHA256 14c5ce8fc751e98af043c5fe2d9cc354a13b9ecf4caf9daf41f0943f4700724a
MD5 61b8e9f8f685d555f684c18d0325335a
BLAKE2b-256 2efad6714c25e2029edfb019ab27915fc36c0dd0ef8ca463aed710ccee0542ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11.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.11-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 533.8 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.11-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0c132e440db7e9346fa273ca52f48ccede5b935a0fac6adfda543eeb762e2fcf
MD5 12c36486fca43a530747a12d74ebcb42
BLAKE2b-256 e413ca4a3f9099fca2364b0ca0876bf0e4cbbca42d98943949bc3a0e7db84ee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.11-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.11-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2fd203fec173a71c9a1332d8463c8f867955f133496241bf07b79253cc084712
MD5 08fdf385e17f98d5a287d4c76236d092
BLAKE2b-256 e5c9b8030332293bd71234c1b0a66952ad036e497f96a88d773c497d40ea3c7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 914.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.11-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0d349436999d4c4cae9625ecf0e838b13f614c90287614b9e63fa1b3abcdfa47
MD5 d2ae0a6f84dfccd3e374a61fc108493d
BLAKE2b-256 cbf4b23268ae9868ed9b7e0675defa9996afe07088aa9a82a8de3291fc798bf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0163784b1a42c3f8bfb91df2195947855b315505cb1f98875bbe89eba9fd695b
MD5 cd3105b7090dd0830f314e598e2bd9b3
BLAKE2b-256 b94cf4b4da0d966cc7ab9dde56a122c8a7c8d981bea2c4221e5c0dcde054d16c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1da1f71f24d9e88833400c4e20368f01f9b397e50d74ad8fd40ad63b92570c92
MD5 01bb2048f200f003538e25956a01fc9a
BLAKE2b-256 991b1b5ed1e2de64fd7d3debe0faf3b7d1b34524df10368aa14be7a45b61f1d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-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.11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06cca62fc440c770b024bb984ffd4fdc1e34f45ff841c0223cd24cc4926de191
MD5 4adb02834d51ac1f5e7cb176f2f12157
BLAKE2b-256 b693aa2dc9b79f305de7f899002aceb35024974fd3530f5e5055f3157f0ee519

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb4e1baf134d12e9f68e9501d88488fc6844cba94fb435a0e8988923502dbbdb
MD5 ce210ac1f46d7f44075c2c2da8d1d288
BLAKE2b-256 c0dbd044d247ac90da4e7e4c75ebc4f406f4d7a4c3d53899b4d78ec0413f39c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 511717d704df3d4c1303683ecebd9e184423103f687a197226b12a5c2e4ef48a
MD5 dcc18d671ac177c8b3328acf4dc64cc5
BLAKE2b-256 7c0d5d3ef09dc00424b1597d31d1c8d7b7327563d3e047427b943e218840c3d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 de1d64cd8fb6b19855a8511d751edeb8269e3d438ea709473b83526a3eaa5e8a
MD5 11ed6280dd8665f23b1bb56523dcfb81
BLAKE2b-256 5f394fa788ffac72cf00f65c46c4c7920e96461fb8f90546f97691112b53f0b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 445.7 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.11-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 5ffcda475f3fcfa454d1718a02709c921627c10660682930775a05dbb5f0bd37
MD5 c8f46109a549cc05b96bc78c81578765
BLAKE2b-256 429b70a25c075637451c1716e4dc25cc88f44d69ffaace9fa95707987810488a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.11-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.11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3b595eb344af7d508a0fe80ed9460483686c9adf0478888a4abcdd841d4014b2
MD5 b30c51bdce7d639f97d12e45862927e6
BLAKE2b-256 033531770ee10b29353b18327d22b547b18b70a46b3bec430ae75ef3e8e36dc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp314-cp314-win32.whl
  • Upload date:
  • Size: 824.2 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.11-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5d758af4f7e3b0f97606532e9e61d32689eb5c2ae70ff191f392a1bd63534a66
MD5 3ccd0f7cbf7b64f17f8125ec5c5d9258
BLAKE2b-256 7cce6b21261b7a60b8ec91a14d3549de1c930c629c4bb801b21e4b2672f60b66

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4cbc5b730212984919cd04f16353538bc8a212de43240839f3808e5fb837b51
MD5 b2ab6228c10c055a8cd082f58c86c895
BLAKE2b-256 c091be37348c0bc127578b172c7bae21b8751d7f2ba48db534998fac6f3cf14e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f80236206b3e99d0c6f9b20779019173b9f5439777e90895c5293799ca3a5cd
MD5 5a7d4c1c93af857206de10ca92081689
BLAKE2b-256 d33f312dccd79237da4aef1332b4c806b4505b1edc05a0783319989018cf8c64

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-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.11-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9ebbfe5bc22929bd21f641ae8b3473846e35ccfb3a7538ab2c60d2f53eaf83d
MD5 caaadc9ab984a84b2f389202767875bf
BLAKE2b-256 1602f2ff92d369890bde9e387f6b7efba4b54656b661591b283f95d6e09b3d17

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27e684065fe86daaf32e06dbc85d725c73b5ab77a30b5f7edf69dea6c22ac02f
MD5 1d78b364a765adb3323fa6f11fb2d910
BLAKE2b-256 556f453111b46e1a31777337cd4f60d193ec235aa9762914c466b2f1cb829512

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c0fd5243531431810b6a0b2a87ba7bc5c95c500a5c6ac2b75482a388639526f
MD5 c2ac23bbb140554644d364146ffbdd91
BLAKE2b-256 88307de02b541a94425416d7b3e976b633c7699fde1c06a98112c28477d53c94

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c8222db918ed134201ceacd3645e642dd6fab8ea2c0abacd63b3c62a87f6f38e
MD5 61ae24cd5515807d9069b7f003805768
BLAKE2b-256 c1808c98b0c2da4004398201f6f099d339a8846992d96d3824c1c454d477710a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 356.1 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.11-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 93aaf43bf4c626370a79a684e06fe4082ce5b85a0fc9d90bd354c46608e8a5b6
MD5 baee1e20a86900df278c5ec50b1ac78a
BLAKE2b-256 0442ca5ff473430d8a1a3a5e3c9be6cdbc0f03896e16a5df46409998102b73b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 722.9 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.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 98b3417a6f5c9b0633cb89ffff01225e6fe41b9ae535bba8f38b5f5e0deded95
MD5 0c3eb88cbcd1cd745c08dbc326eaa2b7
BLAKE2b-256 f9abeb58bbe41c16219ba837dee5d548c44c98249b5192c08e9197008545cc54

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp313-cp313-win32.whl
  • Upload date:
  • Size: 629.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.11-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a49a84229125a03c1b573e07a9afddf8c7a496ddf75b2a16bbbdc75d864ce82d
MD5 6b53cc0af120243ad9267a62c9a44a19
BLAKE2b-256 37e945c1e73f91e1c6c8ff2e46fce54b937299aaba7bbfc75b8f01e6a2e28366

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa848eec46f23930bf7fa763b9752afcbad328a3d2c302274ca26c3b0da4e7f6
MD5 48471a57b89fede4ca2c1454c6d46a50
BLAKE2b-256 5f2cdb505383e3bcf72d6ab2135f47562c0bc1047f841955299275dc5a4ff50f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af2a43717b53773376c7b50534dce4733de73a319df8c844a193b0f8e66fffcf
MD5 242a7806519d59670e39faf362774788
BLAKE2b-256 83cfb28c893dfe6bc654235155ec11dce6a989a50bbf0eb877e6b7f417967212

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-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.11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1db31fa60742fdaca15d573578c55cddbbb2fb9e7123dd3917e180ba497aa899
MD5 c7525662a2684e083f7c1e0ccc559f9b
BLAKE2b-256 f480fa8e8fdc736411f21d9db830a70887e8eec9f4793b6c90ca6956ed703a5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aacfaa9dac58e129c23e15b020d53b6374179f3afae1f627305f32b3e17065fe
MD5 97df17b2ab165e952b8b9dd7c7ff97ba
BLAKE2b-256 992b8e6afd84c23bf484a6c1163e60ed0678dec523230acb2220eaea8fd8e808

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61084b6ee042381a6027a54aa070e390432c8400faf207279895129143554bdb
MD5 b0c23841a169d856c7fcfe9198b25440
BLAKE2b-256 8cbf582b2692cb410fa597f675004c017851ed602c9c435a77e2abfce2810843

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 22e51ff68cbef6deb7af204abec756ea567b281aa1bb490d05d43f112b1d8ad6
MD5 a0e380dbaad5853e84781aa0c517adb1
BLAKE2b-256 77aa3a5ca15af51e2b211ec03137e8279668fe388b7570b9beb04171d9907657

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 278.1 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.11-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bd71443d3def8faae318c87dab688a72b67b5cbbf42ab2e98cdd36f0902729b6
MD5 e6c586b328709ca63f21d93f832f38a5
BLAKE2b-256 320dc2c838066e7371cefb1f822654a1bd62ea8b01d2439972d8d47862bd970b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 553.1 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.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 005ba3b457a290523c2028d2798b95ea8f4cfdaed97fd04098dd3bcb113c99b5
MD5 4405d1407727fe177a153c672aa2d16e
BLAKE2b-256 290e41350e04893b1b99e2786f1e0308dbf29efa27643c153b617b9c7534bab7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp312-cp312-win32.whl
  • Upload date:
  • Size: 459.9 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.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5e481fce64fe16e12f64463a20f1bbce276bc7af7e10f3fab2a3ff50c75252f9
MD5 b61ce8d22d980113919fc79242f9526d
BLAKE2b-256 fa5c2083f0188c205b1929729820bff634de5513df3838f2c84f46b7b0ff0360

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5952a3c89f88d098b3f2d4fb20357c1fd15ce348771cf6aa7ec20d0c250acc9
MD5 942216a3b408764b326ffd5a3c9bec16
BLAKE2b-256 4832e7e00ee7eb0728531d11168ae331cbc453c474282e7f9ee0add080e010b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c79c67e16a4df0bbfea6f73812706a98c58ab3cb3f5804241b7742e93cccd42
MD5 1cf6971ba861c1be40b46497db37d22c
BLAKE2b-256 83761ce72ab9fe2a1e59f69b6c1286a6a3cdf5ac3333429df3bb13513db6876a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-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.11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e4d5cf95474d1794e97129da21ce281873d8e63b7146eca4df0dbc8951ec4f5
MD5 abdd03de1ff68b42ea685fb8c241047a
BLAKE2b-256 0f9e5051f085e0c83a7e84556f0b47014f5531ff5f45338ca9eb1f319f197e28

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 934e629dafb76b8f623b90199450cdd33bd538e38deb9f21f4f9bf78c52a5f22
MD5 deeb047c9493aabc32e0c566aa6ada59
BLAKE2b-256 7c8750c7c6a8f09cef53d0ad378f4566a42d33ee98a9f9019a41fd3fbb16f148

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eadb573ba239dbe3b30d6615ceabc6d606cc1e29b74ca1318efb4a4d2a77bdf4
MD5 d82edbb4de390e06e7441ab948b5bedd
BLAKE2b-256 5c4ae5c38e7f80bba1a975f97cc8427a79e00b00cd2a9507cf6134576f41ec94

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cb8e6f697acf054aa824829fed3866f4927fc63f84a033fe2b741a8757cda144
MD5 b433f0cb3f06888871e361dc50b61290
BLAKE2b-256 46e1374c864c416be411f46ac9882bd4b76f75e9a57d92204c610485c2c461e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 200.1 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.11-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 22e03a4216aafb77e85df6a83c2ae890d20a116a8c094702a8091af4b177d496
MD5 73498c9e5ee5ff6d84657b65543f9c64
BLAKE2b-256 90df3a3f29a6471e780690db78a7ef3887548bcd1a867bd8ccefdfb3ecb0eba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 383.0 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.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3579b68353ebce4e957e66d249a80a827fe270a430eb3dff8bad29242a7c841f
MD5 7d6cbb08f39b2c33e6440744ca63721e
BLAKE2b-256 cae2016cab1996d5b51e1b7429724ea37efadf40439c15c07aa8f1a04c48ff03

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp311-cp311-win32.whl
  • Upload date:
  • Size: 289.8 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.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6ed55089cb31a162d5ad1267acf9f5d61918cb0d0dfe4d8be0c2a62d70b8bf5f
MD5 7e3a4f48c179db3fdacfb5625a8c1f79
BLAKE2b-256 a26944e2330116257f1392338c36a286a716efde52e3f243b665347ad79a979e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b70715da5bb91caf377e025a273224a3ed9ab9303cc8ae478e6f79accbd742b
MD5 3b34238ff034147cdfe80a4ed914e7f8
BLAKE2b-256 68e9de8357c0b62454c774386587ba30c63ad6b291fa89505a8972c5e757778f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6a971814ae25c69142425126bd9a5bb032821c3f82bbb4bb02225a7895a3113
MD5 8c64114e69e7210abb025d82fdb0bab0
BLAKE2b-256 a69da4c6a24bc1f61fb75bb8428767228cea03778bfed04913afba1838b49b6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-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.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8fb09a91fc239f705feb2f95ce70d157637833b597ed71b2ff50d02620416c7
MD5 d9b75e62d5966a741239e4c23897cb0d
BLAKE2b-256 36f95b0c14baf3686c82d22b1fbdb83147e45d4b48c3645a03fa5aad14af4953

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cc74cdb4590fa26f53697fbe0c2481dd45d7e31992bcef89043ce546c4364be
MD5 a72a5d7bc9f66f9c930503f331f33119
BLAKE2b-256 b68c65dda1c03449ab1158d2a4b3e8c5ae3273c56510e4f27b1d45f738de108b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69630b0d79fd050c731a662884f91adc5ac0a4c6b4018f4ab4de193f6affd117
MD5 166f33b60e7b97bbe69ef22b93b21101
BLAKE2b-256 c993802e76f63c26becbb5a7f019080d182d74a5cf1a373457fc8ff72ff4b8c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b733ad87c8f3a53a55488e3e387df297c05fa6cca94580bc1d3d5e2bc4518456
MD5 bf87eca99440601af7f0aaf3268cf121
BLAKE2b-256 0250d59023c3af30f1b2e9ce4f185c82cb650aa36686c703a0d7ebc5d0f4a7df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 120.0 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.11-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d9d65f47bef4d8ba2d2c6b06b8a42be2a622187c8a8e040112b053d5e0fa2c4c
MD5 925caa3b2cae4e689c4452e435f4db06
BLAKE2b-256 a12a026e8e2eeb8767b5e14e8e86b7dc7a5dd77c1fd281d1519829874bd2cb8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 211.7 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.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 10d1aadebcb946917166b9930d900b2e5177948ff6f2a058e33da9a84437ee1e
MD5 bdef34d574a650efb24ca502a703c1d3
BLAKE2b-256 573db48970a05f9d4fd6bccc30841448fd3772b5d3e29cb09104525024a41a5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyafv-0.4.11-cp310-cp310-win32.whl
  • Upload date:
  • Size: 118.3 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.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 590cf8fc8ae78e6493c1ef3a1c74cda2e5dbe2a72f369f6eb584ef9236b0a36d
MD5 d9cc7b1c25c93ad95eb960345bdbb8eb
BLAKE2b-256 67b1eb7e524a5d8ae48a4133810656d4587d79783058f15ea73a261d5d657730

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7c587bd927a393a43662efd3f3a8fadf8147911e195e3cf190412c3ec9d7655
MD5 825c23e6370d443a2ca97cabb105e302
BLAKE2b-256 52653d83cd29ba68a92e547742391bebb291fae857255413929f8705e3b94fe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 96eb5d2a1e666c2c646812abe11aa530d90a9381e4b25b1274c628a28588ef42
MD5 5782a65a1d88b1817c528e00df6e248d
BLAKE2b-256 f1c40b15303c0be74a502afaf8f55ae55dd130cf65e0bece0e5736fc7b3482ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-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.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c557fad4d4553cbd5a231a79fba30f73efe3bcd96860b1235071be8d50a7866
MD5 8c73c8f99e2abcfe8149d4df07f5f136
BLAKE2b-256 fd22057453a5e8ef2dbaa2664ffaea3931c2a80a53be3e9b8e7b4320fb85f8c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55770ae0ac3bc8e09197ba0bad887649622812c8c41664e14f61cab1a4f52708
MD5 0ffc80a7b94bf269c1b2d84c3f755f97
BLAKE2b-256 b32765687390e8501f8b7ff685b5bff4f963752f754c2ea27ccb501afd9088db

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c303b7adea60fd09d183dcc6c848463bd3457b59c5a851e00e384c8db16972c8
MD5 054f986360c60f5a0f4bc3b2c208b732
BLAKE2b-256 d9bdcd32f69b239325f0faf71ab8c18c03c962d66d5c2d9d780309e92dc5a577

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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.11-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.4.11-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3bac9e4cf0e62cf3f5cbbe374142cd17a25e7ea327da68f2cfaa8cb8dbc34d5
MD5 a688c082f2e3f86ae1220d1681f69c31
BLAKE2b-256 1c0c2268c92a089d22ce9ebeb60843885c339f1ea17463c62b9122f8f1fdd127

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.11-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