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.12.tar.gz (69.4 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.12-cp314-cp314t-win_arm64.whl (548.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

pyafv-0.4.12-cp314-cp314t-win32.whl (943.8 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyafv-0.4.12-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.12-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.12-cp314-cp314t-macosx_11_0_arm64.whl (711.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyafv-0.4.12-cp314-cp314t-macosx_10_15_x86_64.whl (739.1 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyafv-0.4.12-cp314-cp314-win_arm64.whl (459.3 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

pyafv-0.4.12-cp314-cp314-win32.whl (856.4 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyafv-0.4.12-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.12-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.12-cp314-cp314-macosx_11_0_arm64.whl (596.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyafv-0.4.12-cp314-cp314-macosx_10_15_x86_64.whl (620.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyafv-0.4.12-cp313-cp313-win_arm64.whl (369.0 kB view details)

Uploaded CPython 3.13Windows ARM64

pyafv-0.4.12-cp313-cp313-win_amd64.whl (753.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pyafv-0.4.12-cp313-cp313-win32.whl (656.7 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyafv-0.4.12-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.12-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.12-cp313-cp313-macosx_11_0_arm64.whl (487.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyafv-0.4.12-cp313-cp313-macosx_10_13_x86_64.whl (506.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyafv-0.4.12-cp312-cp312-win_arm64.whl (290.3 kB view details)

Uploaded CPython 3.12Windows ARM64

pyafv-0.4.12-cp312-cp312-win_amd64.whl (579.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pyafv-0.4.12-cp312-cp312-win32.whl (482.2 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyafv-0.4.12-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.12-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.12-cp312-cp312-macosx_11_0_arm64.whl (379.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyafv-0.4.12-cp312-cp312-macosx_10_13_x86_64.whl (393.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyafv-0.4.12-cp311-cp311-win_arm64.whl (211.6 kB view details)

Uploaded CPython 3.11Windows ARM64

pyafv-0.4.12-cp311-cp311-win_amd64.whl (404.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pyafv-0.4.12-cp311-cp311-win32.whl (305.9 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyafv-0.4.12-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.12-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.12-cp311-cp311-macosx_11_0_arm64.whl (270.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyafv-0.4.12-cp311-cp311-macosx_10_9_x86_64.whl (279.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyafv-0.4.12-cp310-cp310-win_arm64.whl (130.1 kB view details)

Uploaded CPython 3.10Windows ARM64

pyafv-0.4.12-cp310-cp310-win_amd64.whl (226.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pyafv-0.4.12-cp310-cp310-win32.whl (128.3 kB view details)

Uploaded CPython 3.10Windows x86

pyafv-0.4.12-cp310-cp310-musllinux_1_2_x86_64.whl (639.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyafv-0.4.12-cp310-cp310-musllinux_1_2_aarch64.whl (621.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyafv-0.4.12-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (641.4 kB view details)

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

pyafv-0.4.12-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (633.7 kB view details)

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

pyafv-0.4.12-cp310-cp310-macosx_11_0_arm64.whl (160.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyafv-0.4.12-cp310-cp310-macosx_10_9_x86_64.whl (164.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyafv-0.4.12.tar.gz
  • Upload date:
  • Size: 69.4 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.12.tar.gz
Algorithm Hash digest
SHA256 9f6ead03da6193f809eddc96c96e78536f70578882c0714fd7b7a915823be58f
MD5 a4ca9a4a05300885e73cbee15c5b9230
BLAKE2b-256 5d5805b8d329d3777d2b36a7725994789674ac4a7749cccd41363fd41cf664e7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 548.3 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.12-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 4f298c1e1dbf6d96a0e8b588f449a623587760cc20c92037bbe1d4983ff29c35
MD5 a4cf248fe6e1252f5ca0e8371f0c4f68
BLAKE2b-256 ebb72f81b8454576fbfeeb8125b3449bada2d47fe66dd769cf5312a3d7919865

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-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.12-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3c41c533e7f9bb4652e3b8a8276f105f5d334a05fd4fce54b763b721f885b45f
MD5 91e41fc65dee5d417334c2831dad3d07
BLAKE2b-256 42057918e2c6ed39dabcc55ea0ba279ff7d33eda7d6ee4a71752c40c64bc531f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 943.8 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.12-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 62bb60d64d0d05702845a663b8aacb59039fe0c2b526fffa73377e1ee2b77d90
MD5 71e71a16a6cbe904f16dbea2e877b398
BLAKE2b-256 94fb04b16c379aeaf825ad468f2ef1fd89d50a6aaec3717ccc505fcdb02b147a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31fefd2115f37f557dfcc063a458eeaf3de63fc0fa8fb6afa954d3f2e747ad03
MD5 f3753e4f9d342ee8086f70416941a016
BLAKE2b-256 df9967210002193506c21b8d184ccfc7ae8c873a6a7e8c29fcb64ef7efde83f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8e86ef5f72df40680cd276173ae3e6c04b80afdd9b651d69501bf58abddfd4d
MD5 f5748eabe404927ca643db0d41f79b1a
BLAKE2b-256 c308e19d86657067848d41efd33207580135a7c2dbf4265ea9216cc553409a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.12-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.12-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.12-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d50965ed393956b210283468ddb9bd1c0619aca3feb43a33201bafb74757920
MD5 ee082418606ade10ecb349351f99d015
BLAKE2b-256 915afdd9888fb980a3269b8a995ab94b963ae846b90a916d2972391b4462c8c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e4221b6f7da818779347108a047417f45cf022e42aa7a2aecd7da0bed9b97006
MD5 6bbe2a54a42ea216875e532ba8adbd12
BLAKE2b-256 a826224c0ff880a845c4d1c2002f84f4a7e00e443cd0d9da0fc4ce5147d10f2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef3778a4c674c7e9e3d49276586b8d4a2b75086481bcd19aaf232bb9f3610234
MD5 8c1858e9c73ca205972cd065b2f36dc5
BLAKE2b-256 4d350d592db4b8b846d038358a0afefbd1afc15a98efb8f9f150cf441e100854

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 277531a85afa96ff8e2a1366e983137d14a6b2aa29f26cede818ac04fbcf7b46
MD5 f6f36a35bf5666504581fc6f113412f0
BLAKE2b-256 22f2c2d765c7c4b5e9b4a6d85c09b7c00aba65be5c9e6ebe5bc83740322501f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 459.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.12-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c4dc52ef89ab555f759ccbe11e03c8bc5dd9cb90c7a52fab63f911af175a7a71
MD5 0703073330cd3a4b2cb55d4093c200b1
BLAKE2b-256 fe0303c69c146a9925944b4a8764a274eb81ccb010d4cd2297e9c67df4d8f500

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-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.12-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7cd92e6187ba59436262277a1e60fad20f4414d7f09e241a9ad2069110218253
MD5 90593c7bcd296fa0f69cc026a5f5eb75
BLAKE2b-256 ccb281792761fd4053a045ae37884f69d172c5865815444408f48338854bfa65

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp314-cp314-win32.whl
  • Upload date:
  • Size: 856.4 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.12-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f7621ad2d2008839b40b100f67e8e45f76164bf465ee3996e08f939a1cf90043
MD5 eff22cc8daaf4ab5a5a7423b8f7c72bb
BLAKE2b-256 cc6a2420718ce50449f0d9a1627ec75677cb6e9374383228715f1f222a533028

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ce37894b19b456676d5c8a86227b8042c4abf519882fbc012391d75c003c10f
MD5 a63e9706831e2f9adfecf558d7294291
BLAKE2b-256 3b35326fbce4d40fd489c719ef3fde9d1b6f8d86bba7d0d4fc6d00a9d474f3a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76c7e5890d41bee2f0155f6143ee3735b1238056e8660485471777384bbc6ecc
MD5 fcbf4b81a41000bda3448f128c09c865
BLAKE2b-256 5712949c6c5f8ed1b57039b6e09f09673a157357be89660d30f6521aa85ac6da

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.12-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.12-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.12-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c5c21af834d2a48298eb87a3d853f428667b73620e77f899357c6a000562bee
MD5 c58a82921d5361d8de75e0590ceee019
BLAKE2b-256 dd2b840dd1ab75e8616fd44c69f827209670a1d072f67391307f0ba996bf26d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f81013ef5741d79e5c13a9166f16f01889a5a7652b45467f827cdf41632ffb5
MD5 eab1776fda9efc1950ae51041c3d2b33
BLAKE2b-256 88a51613b4a0d265655bb0cef4d85c3541d65623e818616725bd54f9e7e69bac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5145f1be2b7a39c3b65fad0565ca30b6c760f4f078475d394cb1fbca23287a50
MD5 e192fbc6e8b62a649f102ff40bcae33f
BLAKE2b-256 21a917602827e8c5555ff0a0b338cdc6a8067a732c24d265ae62289996e59823

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 80f93cad035c3c1a1aef7fc576763f391c4ad161d48a085d19302b867b25355f
MD5 e77bde8388c28bbc53e505427d48329d
BLAKE2b-256 84ee5f669c76c0c95c01cf680a487db89591da4e6c2ffb67974291bb794880ae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 369.0 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.12-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d13b7cfd2839e7e676103ed156643e0866131449ccf85982a979356a10b47bef
MD5 308f1e0b1b1bd361fb8885c3f466a4ca
BLAKE2b-256 f98d392fb8d500fb79e583e158b52793d0e08e6343650aa9f817d231eea2f20e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 753.5 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.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 99f94fc437146733b4bcaee8457bf58ecde398edef2e07e66c45faaf8bd82bb9
MD5 9d175f112a8be75fb069d4d5743a58a3
BLAKE2b-256 93b0e72d72ee1cb78a78e6f688a0b267dc98c558ab0a42482aedd64957be9ed7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp313-cp313-win32.whl
  • Upload date:
  • Size: 656.7 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.12-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2dd10b2dc795f40895e2fe30e657cce68f4bff1a86f28b541aedbf4b2e074c7c
MD5 937cc91a09fefa55ba11fa27fad10e9e
BLAKE2b-256 7fc34c827224eba35a33bf9d4f27c71c6fdb1cf5a680b1cb6c52b3b8f948014b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86b624434444433e8526b0216504149014926f5814ea52bcc5ff1e35883edad7
MD5 010b13ae6f102aae1621f73787a8209b
BLAKE2b-256 a5019c642613ed59e8697e1897564c192e1c5d7e57d706da1e091d422dbe7e80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49c0be84b014732ba62582411f80ca2aa66b0684c469dfe84d89a3a4f826d93b
MD5 2cef4b458417f0aeb505ffd200ff19f2
BLAKE2b-256 257aff910c39e05df727311f3d341ed2d2cd6868a4337ecba2dd5cbe6206d931

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.12-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.12-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.12-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b921fc65fe885abee9c4a4ffd1ebabcf413e413df5369eb3de189f519cbb9d17
MD5 fd531b0096df39f89d040ab5dcf49586
BLAKE2b-256 57ee9dfc0c319ef8778bc0143a253435e51cf9a94f89d9a8f9fb7390c72a125c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7579ebfe6d77d1a4952b2c668fba4cdceeadb304806f1940ad3065f26b976bd1
MD5 c64028e90c8b9403373fa51fe2556e90
BLAKE2b-256 ae471745e1db982a0f9b83e8a222901c52b08cc52920e7da7be7808c5179bab7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d9bbeaa650f68b04a9d59b0b972bb3d5ad2c3900f9e7302b1c182eaffca0aef
MD5 ebfea0b19a2030ddcc7382f59f3a1a38
BLAKE2b-256 f9fbe823ed755168ef81017cea9f0d2c7b827368917dff8330c257f5dc196e24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 adaf38a4e2279b7b65fb959e78eb2f4cfdf54495ca849a866cbdf7cc537c512e
MD5 63fcb02d5bf71029757471d96fe99ddb
BLAKE2b-256 adf2373a59dcedd67b3c6d5951e7e2b7b9ee1bbbd3ee873affa1f1109399b9d5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 290.3 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.12-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fc74aa0228c271834e1604e28210f1e8ca4bed175a988e98d2236dba3f285f2e
MD5 3c3bb25061e2d024f8f3d48e59dc9b88
BLAKE2b-256 bc048aa73323ddd41f01febb9bab6f3c6a7560a3771a49e1ec8a9976beba2340

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 579.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.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c7cdf1fdd2e691be777334963de89234a05fa43099bf119d9b87d2506896a9a1
MD5 97ea7acc082e397e602069aedad0bbf3
BLAKE2b-256 8b82d453e20d675e7a346daae65bc05b937ede021fe4bb47926a02a54e62c2a8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp312-cp312-win32.whl
  • Upload date:
  • Size: 482.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.12-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d669b4544841560ed2611390024f9623b1c51d14d3eea100d53a4ef4d8af4cf9
MD5 6fb9801186fd2e7cb07ac16c29eed77f
BLAKE2b-256 522fe5e65e94ee092b30dccf5293f2a41edd5cb5e730817b98f49d607a1b468e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 067c290f14ed65754237566e6bfdb49fec7118d01a950012d35db21a762cd0e5
MD5 ec0fe4e51c965ae164f895ea64360c86
BLAKE2b-256 a6c6454c1a17e06b2104dbde6e649a566c9a70d8e7c55bedc3fc823515215f7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4aa222ca95b4f3781572ea43284b7904e267c37c594543631fbe9278ebe23997
MD5 321b7594f0767cfae2ca2e255a3e356e
BLAKE2b-256 c4da4fc33f07c64aabaebb7bc58bdba9d35c233f3b1c9c1606685394b9e6c39f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.12-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.12-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.12-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a351d2c60e4af176749a9ee5ebea3bfbca8c487ae7a058e7dd759b3533c745a
MD5 cb21890f32c36a3a64e3f82c985fe2b1
BLAKE2b-256 e4e3242a0390d1baf949b58d523d40dc1034667ebc662d944af3a56d9ebd861f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24a6d62fa123cba4d35228c5a672892f555672ffa5dee699c5d6ffe768060a86
MD5 f331192839ed0691702c9d03696adb91
BLAKE2b-256 bcc456161a5c0ebbd5450419a0a639e61a6308aff38916ba162c17d03b72f468

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b9d67ea7d40713568cdc99c7f3c33782df1e3d4c841e7b409004024575a4c51
MD5 4b0004889984d45403777ac6fd9f73a5
BLAKE2b-256 21dc06800eb5dba45339a053b1aaeae6ca0b790b585a932bda0875a3612bdd77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ae254e03cba673df49849b5a2ca5d2a07b0c3217c76574523d87894cc41c2baf
MD5 60772fc72961c02e8f2dc9307c2827d9
BLAKE2b-256 7a1cc34e0e6122b8b88b7803ad1632ca7ea56641d77d7763201cb7a655dede5d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 211.6 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.12-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ccc49d030dba9e5e5b092dc66ad5668871c915c7863d3608e4e144473bdbe908
MD5 6e911fe1e42d55ba4772a0273901098b
BLAKE2b-256 7a28769060f9d2b326892f305df7e94dd92cb95d78868f1a921a06cbd4a36412

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 404.4 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.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dea7bc0a6f01f67f027b58cc750b3f62f43bce002d35dd572175a0314cccfb0f
MD5 2ef8d03923eaeb03bcf398f8416a3e0a
BLAKE2b-256 83e91b65dfaf9c9c95c25c270f18330605276bc4251a47d284066e9b38f6ddf3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp311-cp311-win32.whl
  • Upload date:
  • Size: 305.9 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.12-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b599638d60ccf66667046c1ce1ef6d0e63d9dfdbe955633742c526376e23d141
MD5 9d932c17c7310e1fd75fc84ad36d2c69
BLAKE2b-256 0f30ac857033b419201e810523215c36105dfcaad7926c972148ee28aaa5058d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ec7817f983a1c038bb832044873a18b141e44d03ac18903918c54b23b9e255b
MD5 874179b424087efcc7e948ed3fd91223
BLAKE2b-256 1a0c2bbffac54d54a4d0fadcefbc553459800c940338dc82967da05d0c3a064f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4690096d3f11c8e758f5d3e8973ea88b45071b93a147841f8bb92d58789e4e1a
MD5 f06c35094aa7affb54e545ebb4034fef
BLAKE2b-256 521c67ac00e6ea14950836cf8f54b8f27ec81a8175d702a79e1361427810ab74

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.12-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.12-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.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f41f32ba58f8b153afd942ade9b2424ff1f49b0fc6b6fc27911567bc0371697
MD5 75db80d75e3f6cc5d4228e2365756817
BLAKE2b-256 24c54e7175be872a932a4ac74d56b193faa014c378bdfab985baa149ffdf4e45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c9fd3c39cfb330c8f7c4e898975b0e710f10bb11095b79d7ed43d695ac7867c
MD5 c7087d50d3c587e77b8744037fc2127f
BLAKE2b-256 f9ee11422e40a52be3fdff0e69b6e9ec156103dead00882891f2393dfee63cf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6af7eabd9eeefb7d85f91980a472c9ed9653ab8a3b9dc03874ed519048020f43
MD5 aa914634223ea08ab7b43c254325a136
BLAKE2b-256 5743f68ed0a6a74902a836295d4c15270ebbce4e38f68a6d811c5537d4432e00

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb5fefe5c33a22ac0a35d126317d6443adba944d0e53b17d757fa9fed40e6281
MD5 84701348338d7bce70a29f91eca273fd
BLAKE2b-256 d3ad14bd575ae2e4de0511094d86330b3f14763d93bd8e5c3c0a9cb04b4368e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 130.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.12-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 0958947f63117d951ee4da02cbbea17f2030427f280eea1b560928ef9243ca70
MD5 a504d53001ef9c9dd6cfee991195f9dd
BLAKE2b-256 54f7759beddb41ca32f13e32e69697805c5f5103259e7224f2edea2b024a47dd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 226.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.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 acd6648a79109423dab5d7bdfe9baf097d573a96e72c655592c69fe2f56710c7
MD5 5c15c94e7d186e9e2c79397b06fe7890
BLAKE2b-256 a2f2135d3f81f504c16c300610e8f39cff9e8f3cab14a2380becb940fcc0cd37

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.12-cp310-cp310-win32.whl
  • Upload date:
  • Size: 128.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.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 61f88e5641a850b5fc752041f398e44daacccfa639402bff2e2399533cd39fe1
MD5 4fda5d31ba58b86882cd7b4c241f1ec2
BLAKE2b-256 2d5cecdbf68a9536b5ca6b76edf231e3a877108632390996f4970960b0e70fdb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2beeef62d5a869fc850912330622aa540b99c3d695a761880401255aa419eef1
MD5 caf737239b334e5f8d43ea5a65000b98
BLAKE2b-256 2557acaa2034aed036ed9c9752ee47634be5a50d93e0b2c09716644b1cdd6004

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c1a4549b534a638638d6a165dcab25508580c59b240a30fe2f1ee2cc443f0af
MD5 a233bd83c53a45f782c896863da14948
BLAKE2b-256 607eb528f28126908af6b1f06dc250c5f0d94e95d52a23a10720079930550731

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.12-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.12-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.12-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2581fe46fb60dcf07d0c9e57c258fb81187e26122a7638f6a321cc6100089c84
MD5 6ffbacb728d087848a54419260776a3c
BLAKE2b-256 8228cbb2a6c271ddc4f79051b5e0b3d8e3c5404d1df7bf1a0194610786a9ddec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e89e8a65ca6b0dcb9ae118de93faf6d99fa49d2ee61306ecd63e31c53a95979
MD5 35de743cdcc0836f773fb725bf68bdff
BLAKE2b-256 78e3e959893c0908f98c332e25305ef3eaa05683a4965670153bf7e3c099872f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc720278d15a17b79366c9a1145bcea359285078ed78c1aa161401d06e9b7293
MD5 b953c654b406f230485b75613d36f889
BLAKE2b-256 0a659a7d322f4f7083c93fd67b070f28d8a7a22bf5fb2ee06e4db5845d795af8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.12-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d68218a8dd625b86b59b73b920d25aa132f23ceb00ddb7e746ae493389b15b7a
MD5 2d9e18fc2237599d37a23f1bcb4c0ff7
BLAKE2b-256 5e89a8fe9c5a297c8f4ad4dc7fded9404f4b83eac58aa9d1fa92446f291f4bd7

See more details on using hashes here.

Provenance

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