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.13.tar.gz (72.0 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.13-cp314-cp314t-win_arm64.whl (549.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

pyafv-0.4.13-cp314-cp314t-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.14tWindows x86-64

pyafv-0.4.13-cp314-cp314t-win32.whl (944.7 kB view details)

Uploaded CPython 3.14tWindows x86

pyafv-0.4.13-cp314-cp314t-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyafv-0.4.13-cp314-cp314t-musllinux_1_2_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyafv-0.4.13-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.13-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.9 MB view details)

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

pyafv-0.4.13-cp314-cp314t-macosx_11_0_arm64.whl (712.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyafv-0.4.13-cp314-cp314t-macosx_10_15_x86_64.whl (740.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyafv-0.4.13-cp314-cp314-win_arm64.whl (460.3 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

pyafv-0.4.13-cp314-cp314-win32.whl (857.3 kB view details)

Uploaded CPython 3.14Windows x86

pyafv-0.4.13-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.13-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyafv-0.4.13-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

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

pyafv-0.4.13-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

pyafv-0.4.13-cp314-cp314-macosx_11_0_arm64.whl (597.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyafv-0.4.13-cp314-cp314-macosx_10_15_x86_64.whl (621.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyafv-0.4.13-cp313-cp313-win_arm64.whl (369.9 kB view details)

Uploaded CPython 3.13Windows ARM64

pyafv-0.4.13-cp313-cp313-win_amd64.whl (754.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pyafv-0.4.13-cp313-cp313-win32.whl (657.6 kB view details)

Uploaded CPython 3.13Windows x86

pyafv-0.4.13-cp313-cp313-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyafv-0.4.13-cp313-cp313-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyafv-0.4.13-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.13-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.13-cp313-cp313-macosx_11_0_arm64.whl (488.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyafv-0.4.13-cp313-cp313-macosx_10_13_x86_64.whl (507.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyafv-0.4.13-cp312-cp312-win_arm64.whl (291.2 kB view details)

Uploaded CPython 3.12Windows ARM64

pyafv-0.4.13-cp312-cp312-win_amd64.whl (580.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pyafv-0.4.13-cp312-cp312-win32.whl (483.2 kB view details)

Uploaded CPython 3.12Windows x86

pyafv-0.4.13-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.13-cp312-cp312-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyafv-0.4.13-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.13-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.13-cp312-cp312-macosx_11_0_arm64.whl (380.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyafv-0.4.13-cp312-cp312-macosx_10_13_x86_64.whl (394.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyafv-0.4.13-cp311-cp311-win_arm64.whl (212.5 kB view details)

Uploaded CPython 3.11Windows ARM64

pyafv-0.4.13-cp311-cp311-win_amd64.whl (405.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pyafv-0.4.13-cp311-cp311-win32.whl (306.8 kB view details)

Uploaded CPython 3.11Windows x86

pyafv-0.4.13-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyafv-0.4.13-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

pyafv-0.4.13-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.13-cp311-cp311-macosx_11_0_arm64.whl (271.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyafv-0.4.13-cp311-cp311-macosx_10_9_x86_64.whl (280.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyafv-0.4.13-cp310-cp310-win_arm64.whl (131.1 kB view details)

Uploaded CPython 3.10Windows ARM64

pyafv-0.4.13-cp310-cp310-win_amd64.whl (227.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pyafv-0.4.13-cp310-cp310-win32.whl (129.2 kB view details)

Uploaded CPython 3.10Windows x86

pyafv-0.4.13-cp310-cp310-musllinux_1_2_x86_64.whl (640.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyafv-0.4.13-cp310-cp310-musllinux_1_2_aarch64.whl (622.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyafv-0.4.13-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (642.3 kB view details)

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

pyafv-0.4.13-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (634.6 kB view details)

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

pyafv-0.4.13-cp310-cp310-macosx_11_0_arm64.whl (161.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyafv-0.4.13-cp310-cp310-macosx_10_9_x86_64.whl (165.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyafv-0.4.13.tar.gz
  • Upload date:
  • Size: 72.0 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.13.tar.gz
Algorithm Hash digest
SHA256 07de5edce3a3c003155c715702bd8099cb5fb315202a6e006ac334c9b1a6755f
MD5 4317da2c3f5b38d503a032c2cd750b93
BLAKE2b-256 b7c67fa99fceb2395ba04f8fc6778e59cd1db2be3d7184875bd153654e35e252

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 549.2 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.13-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 25577e44f1d5adce09c4b41745b18d99eb0ae45ccce8ced22ca837480fd3e7f6
MD5 e099d658edb2d8a7b8e2d0e8011763d6
BLAKE2b-256 8e22471b450bd53339c1ab42c218b762c7ae3ffff7001210679872f4356c36e2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 1.2 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.13-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 91a8ad7e3e86eae4fcdcad1de5741d29a79257b6120d2cd9db3b333f89231fb8
MD5 f3ecf56ba92c5602fdb454d6c6f8435b
BLAKE2b-256 2f89b66d909507d4476729a5175a9246947e7c819b63c8014917e058e52192da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 944.7 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.13-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ea7b0ab66460315defd38bd03f8000f5a77830c4be06874ab2596fe6a0063ebf
MD5 71a0651625093c5e7122ebb1f4d6d735
BLAKE2b-256 26b65e3db0d0450955e4ff28ce80f23530565af4b9e7a804fffa190f2e99e10e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ee930704aa1b7a60c098b02951062f1e0ba93037257d460bb59bbda6f9a0192
MD5 42f16cbeb7fc77b359e5fdec57a57861
BLAKE2b-256 c3cd010cd9b3a457c9171279706d123ec76801f05d7227793ed3cb493794dd5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d0f23d348abef27cc71236efa4e0b65b6416a8ea01dad876d578b9ff5b47db7
MD5 e62d47073cf46b6fa6c4c1a5c2be32df
BLAKE2b-256 7a61861c7caf51e143f66dab821e329307f8efc0dc58be24b5e10662e68d4d37

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.13-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.13-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.13-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7d6c9ab182e56188f8e00c0975d567cba981eecbd579968198538fd8d5286bf
MD5 6ec23c2334baa3564e40f4a96b99b2b1
BLAKE2b-256 e50f7503fb06b37de6163f728c987ca497bbacec971ef9f011443541cb5b64e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b74da397b67bfe1680ab26b3d754da0869288b8ab51289e45804e1b4bacbf16
MD5 cf7c5b675f1819d09cf7630bde402f15
BLAKE2b-256 6c279c25eb1532dab78f8370d9be6c0da66a38e21f283c5a2eb2c0e2efa31a1b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1427e23353d01a7a25b18a93d6ad3ce06b17aa12e59295f88a2562594a1ce67b
MD5 e1d4e5f270a6dec148154a122a04699b
BLAKE2b-256 d5786f0f1f5fdbbfdffffc9dc700176b46ec2bfb6011af84f68a0f7c210ffcc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 997dbf2f17a79ec2fef94b3b8d10770b5be23f91966b85c7ab204bcb3da52423
MD5 53ef46a59ceb5a756ecbf365ecbb5e62
BLAKE2b-256 f4e305714962d93b0b02519a6c62cabf74f0c5b76ef7c18bbf2a3398d3225faf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 460.3 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.13-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 51087de71fe8b0b993eb91ef74250c83e6bb2dac5a2c18085c2c156454d9bcb9
MD5 118f530f799bf9d2a58c533a820f1401
BLAKE2b-256 fcc4f814c3be12d448efb0e820567daad6ac4bb0a3627e9dbe603e749bc38470

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-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.13-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b5388c1d17701f0549853e946bad7e7eb0c6e42d2f590d1bbe5f5b3522724d65
MD5 1c2999e09ab28a924728680ef407ed19
BLAKE2b-256 3093eefbfb3f9cbbcf5cd838699412542b3c7ab761f87e9d32c5b6842134e7cf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp314-cp314-win32.whl
  • Upload date:
  • Size: 857.3 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.13-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2379e21d68063bb48210883095cf8af75bfa05498e3f023f65d2bd9888db5336
MD5 b7fc87b5dd057870d21f4b848b24659f
BLAKE2b-256 3bea21e4aecb36948b44b2e8f08bae9a79b90e6621298eaf05e3330eb592a051

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9f1a7a5ccd800a3ceb3c99768b2719e4e6c9931f842c79d848fb6f35ce54dcd
MD5 31910bd57e7d14816e3ce8598ec77e6d
BLAKE2b-256 a22acf17ccc7ff46abe909d32a1bc0d64639f0a6cbde8652355b78d8bbd57677

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8ea752e68573e5a1ccb04c053404d410a8e82d57f76a6c5000ab876f31e90f3
MD5 73ee70c133f47aece6049bb5f0070457
BLAKE2b-256 b00d90d5c42585e5ed0fa79319f2a735a3648136003dd623f8e0550571178170

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.13-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.13-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.13-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbe613a810d50fa5fea69d1c581ade5125f69ac7e7a707b876e42590cea755bd
MD5 6a47b7ddc46f2c0eecce919ed9c40e14
BLAKE2b-256 9993cf75e2306dde2ad5d879b81538e81b1b863039bb2cd22eee43dd158c7103

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5970038f40bcdd868d99f0d658cfc74172067fae4a1337bcb5b24dfcf6ee13eb
MD5 15fa538e344730fdb0a0a1fbca1fd73a
BLAKE2b-256 b24c7151bc40fc2a0e78796eb6822c1840a62535b220291b37e68fcdecee13a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3211ba0c7af2919227249f216c05b9a85f874a87fbf1409774536e13a51467ae
MD5 33162860fec002f4826ad1141027c12f
BLAKE2b-256 48d29b5a545bd5b13fb1c3af7f94c3a20acee76fef9f43f11cce2cd869245cff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cf8499b50a838cf6e2fe9b46ba72c28d3aad5716486d68eb5f4abc3f45697c7c
MD5 c68bcdd37df2e4ff2024b83183c6dace
BLAKE2b-256 6e3f38b7e9cfa45ee6c404b407bbd3449e55d0cb2d8f85aa4465aee42edb2a2a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 369.9 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.13-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a34776adfea2ae83f75f5fe992ce16a4c6c04c837b77713b54fecf4d8eef8ecf
MD5 ea3e8f9834687a4dd79a7ad113852541
BLAKE2b-256 014276cf0be63174364a216d32e23a2b76ae588d68ccc167b5d81bd9e1f425f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 754.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.13-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 95be9565b89d7b06a83b5bae795517ea52cb0fa0bb25dffe913a54b58449cbf5
MD5 6eadbb4c4afe9b340ae0f331c8ec431d
BLAKE2b-256 5ed0cc12025b3ed8010b0597b70f1ad2ee33d5d8ae65995e947b0058cdd318e1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp313-cp313-win32.whl
  • Upload date:
  • Size: 657.6 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.13-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f5eb0a9c0bb3b63e7909c77ae30f14282a2145319f14b65a0e8505c13b9c323e
MD5 dacefe3c202deb3f0a768f19863d15f6
BLAKE2b-256 4390912dec8c7482a19d6a66e0d677e6eb59cbffea52fd1cb47bc4df09ff60c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3db01d3b1904e038a495f9a72937eecb731c5abf559435b7d8a4938e60410826
MD5 3d165e39fb0413ff6ca5699698afa5c7
BLAKE2b-256 1a78c72946954bddbdd98ac850d5a5853f556b61769238368ac0fea25a825e1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2de38a22ae00d91d0e176d7dc6281bcde4f538c0243f6627254602d67a45ddd
MD5 bc7a082a2c176842691d1d837cc4c58d
BLAKE2b-256 e1e5d1dcccfd1fc3b3fa437aff641a33353b8f5b8f98766c137cedbfa1e48d1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.13-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.13-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.13-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e72ca18802e89473a4d945552e7bf0b39bc782dfd7cf0808837fdca9d87046f
MD5 43373ca1687f4f5f3b1766289c9116ab
BLAKE2b-256 a72deb1d4d5b9167e6ab43b63617eed219364496b1b0c9150fbf9444bdd0147a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eead1e79efb7cfe8e6d947d8492ffbd4ff88cdfa0540b5ab5c53a79b038bdbac
MD5 7ce0db9ce3456999949a0b74fedc6065
BLAKE2b-256 8d680ed4e6c112b568027f2307ea9e0ab6b5ba13308cad50f8ca673c2193d797

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1396613cba794dead1e8fdcdda4b0c4addd68d0d24623bd22a885a2822530d15
MD5 9e22a1a2c74f1ee75b39e465281d25fd
BLAKE2b-256 b781f195e2308205968d240e77e84a6b804c47d1faa930479072aae1fc7cded0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f9c3900c21458c4973997ed2ada64e81e1083ee22126b21ebe46c9d7a3540410
MD5 c7efb0bb9a772a3be433301b76745bee
BLAKE2b-256 d48b2fa5ecead4f04d75436bd08118cf00b41253fe8aecb8d3cc06f90e6cc6d2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 291.2 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.13-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c1ae4af3a69743054606e24a9ebb4802d2b54160e3c2ff588b971e7cef05fd0b
MD5 4a99948b1927a134bea7d60b2ab51d22
BLAKE2b-256 fc3513e0dccde3ad3feb93fb33979f26e1d2e2700f492b180f590568d83f9281

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 580.0 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.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eb5ed61eebdc026109d4cf9eebcaffc3502460d1408d69df02c6456ca8969098
MD5 5c49d43e9190b7c4ed1d8b5974361764
BLAKE2b-256 f1c2966936f1fc0112af27db5aca6f9bd00ae165e80a41451b531b3f7ad07957

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp312-cp312-win32.whl
  • Upload date:
  • Size: 483.2 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.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bdd75da2c700c58b85c8daf6ec9d6a75c5f539f2eba7e0180d124f891a53cf7e
MD5 ac76089d18e14e63eb86e7b0c4ab66fc
BLAKE2b-256 ecf01726345fd73a98d64e9342e43be64f4e780c0bb35eed9808b944fef88a1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17e06648db60af3ca2e7b18f6b3f4d75eb9c82e4853a5e11154c9051d0c636de
MD5 d66d3ab73dd9ad815f452b3eed4929b2
BLAKE2b-256 a47a101d811ae467d139d156f35e21547522005a7531159605ff8b412c149b99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bfacabc38925cba364fc81ecd70adb32b5590a47348517a06e655f4f46c40131
MD5 170707d26012465b67e9b13480417b1e
BLAKE2b-256 6fbe07b48776da37c1164ed95512e9e8d026d851f09c177f829a8fa110c9e22b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.13-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.13-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.13-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 422c0b82004617cbffaa2b2afe657f7f18e6678d8092484b680a77364a73fe57
MD5 75fb7b3f04659086d2caf8b8066eb2d2
BLAKE2b-256 cbf2ea2978dccf55544658244f3041e4addb5b847efb936eef34812fe47eb03c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1efdb965622bfac5df75b76648c2a70902e987be35ced2b81fc7be7a52f05a7a
MD5 f68a6591e3922f41bc5e7a93a53ba882
BLAKE2b-256 b25bbf462696ed1bcaf623021a3d0554850e86330d9a0924ee3443065aac60fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 340ebc95ebe7dbd26d4f0ee1a9a808722ed2e46e3f9cf3d271409bc43a898138
MD5 5e118cc061ce4d68358172275c94e946
BLAKE2b-256 2684f545cc4e0ab9de1f8351e142ee53300af0958385839255d68a8c19ee48b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a8a3bcba82abd83e41f4ad1fc450ddbf37a68b293243a4f15bf172435a8c3436
MD5 4fb66539e1da6bd52b8b1c2ec5918624
BLAKE2b-256 d4188bc148638229fedf2fc19ec4a3f7eb40567357f499c2417eda56c60f727b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 212.5 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.13-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0a51378d52712ff311aa0b58ef38031076968ba9a7ad4dc2f648c94d0bed5560
MD5 6905e33ecb33b9576e2e0f181ff1b9f3
BLAKE2b-256 8469ecfec8c912ac6b4a92bccc23b056ee934ba604c62215433180975668693e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 405.3 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.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b2f851f1c82d0e22aff89e78af3ad0ba55280be6521c859aa9b4465450aecf9e
MD5 740a89f463dc59cbeb9a62c766fe1277
BLAKE2b-256 1a28f0f0d3e987a7a3569b6417e4492c231dc55f9ebd8da155d252e599a0c9bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp311-cp311-win32.whl
  • Upload date:
  • Size: 306.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.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8e0d63f55cf3fe693b757e9b5dac2846a1df51c58eeb0c670dc4ba69290b0a17
MD5 4fddaf102300465861ac6dfe57cc15b5
BLAKE2b-256 d4aadf12dd38ff9743aeb531f6bde2b64d4a67551ee25fbcb49f71db29cf228f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7441ef58406bf8bb553cbe56d01ae553296dd8dc099ec1907bc30e1831dc1ff8
MD5 2a0568e150274c3b99e3e9149ad0b5c1
BLAKE2b-256 95294eba1269a44056c9383b9ac28ee24773c31925b9b4592b55cfffa4051c86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80979d53ebbd019ac469ab92a7f32fee8581aca4b5b1c0a8eb92062b9f19ae1c
MD5 5793299bc49bbab13ff1121dd2c87d11
BLAKE2b-256 c906e655966ace3ecc4fca0f142bf273c87a60615265b322b7cf4c66fbcf48de

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.13-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.13-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.13-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6679abb25b869f366663020827b0ea78a8115be4932375b678f561189a87c93
MD5 de3bd610dcfbcecaabec9d3f08cad93c
BLAKE2b-256 2c8d8d6de9ec6d6e4137e939c90eb4ec53e3a50b14ae5e4e69fb8fc06f0816fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 556d4d057bda45ec468c2de049a24441742642d4f532a76fab586f48f66d0e82
MD5 68103aad8b5b4e0431c2cf9ebe6234e1
BLAKE2b-256 c2fcb4ce02e488e455232a680822f2142d6a64f18948f04d4e18f8c3315cc84b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16b0bb028d4eed0ca77fac5212966f78cc3db9a658540d9a1aa66560d0da5efd
MD5 a29e9049f6980b71fc0275a53ce53389
BLAKE2b-256 f4a0963edc003d6854b65af3671f3016e7c6e6f0b80fb34599e723132aa9ff7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d9ce54eed28c047e4f76c2e2aa5d1127a3cec77bd3a2b7fee63e2eb4ad2210f
MD5 ce28010d82f08a2254680edd433757ed
BLAKE2b-256 bf79ee500d721ca41cb806b92770e05e16d1495eda0610e48428a5717f79c7eb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 131.1 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.13-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 42cf5b9d4b44c639e5556a4d30df0ea25010a9bfe5874944b01554f46d59af5e
MD5 0c6a325fdddb29052297281c156efd91
BLAKE2b-256 902c8c1fb01c8cb1a57362b96bc78e8dd8c79d8057dc16092e75cb7f90b087bb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 227.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.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 31e90142656d2e1430af1447c51d9d7bda02fbff9e420e6f9257f86d852e2746
MD5 0311bcf4ceab71ae7693964970f3d72a
BLAKE2b-256 3af1d939e0ac4498eb0bd698cf25ed990016f5a11bf9448dfeec92125dccf6ee

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.13-cp310-cp310-win32.whl
  • Upload date:
  • Size: 129.2 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.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 92c6d80d200325c11ce3d35c644158394b4b84163c158f6261e3c28bfaf80d1f
MD5 8179961fab612cb7f655c7c3eff07e0c
BLAKE2b-256 628e006db696768353fc125e156fe49b46fd524a57ef94c6a24ea12e10d1c7a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 676d37bf5e624f2b9d1f029f9fd80d0e95ed74dfe140a6c3264a99a6ee0ec414
MD5 f841e5af994fdbe164983fba7119f846
BLAKE2b-256 11e03e146c6fd6a47e2517587cc8e50c47c0c8dffd3f3e241e0138fc9ad15e3b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 898da85de0b0ae0cf1a0c942c6f87cf59babfa72af986bc0615d352270d45752
MD5 5b386242ef99ba4dc18881459a177a19
BLAKE2b-256 5ebaed108b91b41b66e3d2a740833c308b6ceec0c5257a346f61d6c4122408d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.13-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.13-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.13-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18c6aabbfcdced1d16dcdff4eeea715b60fff68b081cc591eeffcde7019c6d22
MD5 8bbd9b06ebe017819e10314d386593c2
BLAKE2b-256 55d536b15909f0dab89e13409691d68cc1f7dc72651aa1073ce421d78f063800

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f26b552e02b983b53c32a936fc4b0590f548bbab43abd38e5a2517c3009199ca
MD5 b312e7f14fcb352448ebc694bf7c40c1
BLAKE2b-256 1b515f58907f039daeb0485b32dfc91e5efbb9103422b9c3d64084c43eed4796

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 418fee6bec50f1aa7bebe16c3877d3566caa9048ee0e54898a958f6d3c6adeee
MD5 bf824b07427c1544fd89691bc2229024
BLAKE2b-256 8d01ef72e73425be7ec5c68484eaed3a426e6eac9340b774e6170bbb60fabd21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.13-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e680be3cd06f0aaf0c84ea207f60e95a3feddacac449ea7787a4c8d6bea0226
MD5 a375fb9caddd30ed5006d4c5ba1d724f
BLAKE2b-256 e8360594a14826101d061066737e3010ce95f7402949d843caf624d300d75b97

See more details on using hashes here.

Provenance

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