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.15.tar.gz (72.2 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.15-cp314-cp314t-win_arm64.whl (549.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

pyafv-0.4.15-cp314-cp314t-win32.whl (944.8 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyafv-0.4.15-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.15-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.15-cp314-cp314t-macosx_11_0_arm64.whl (712.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyafv-0.4.15-cp314-cp314t-macosx_10_15_x86_64.whl (740.1 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyafv-0.4.15-cp314-cp314-win_arm64.whl (460.4 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

pyafv-0.4.15-cp314-cp314-win32.whl (857.4 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyafv-0.4.15-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.15-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.15-cp314-cp314-macosx_11_0_arm64.whl (597.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyafv-0.4.15-cp314-cp314-macosx_10_15_x86_64.whl (621.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyafv-0.4.15-cp313-cp313-win_arm64.whl (370.1 kB view details)

Uploaded CPython 3.13Windows ARM64

pyafv-0.4.15-cp313-cp313-win_amd64.whl (754.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pyafv-0.4.15-cp313-cp313-win32.whl (657.7 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyafv-0.4.15-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.15-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.15-cp313-cp313-macosx_11_0_arm64.whl (488.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyafv-0.4.15-cp313-cp313-macosx_10_13_x86_64.whl (507.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyafv-0.4.15-cp312-cp312-win_arm64.whl (291.3 kB view details)

Uploaded CPython 3.12Windows ARM64

pyafv-0.4.15-cp312-cp312-win_amd64.whl (580.1 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyafv-0.4.15-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.15-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.15-cp312-cp312-macosx_11_0_arm64.whl (380.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyafv-0.4.15-cp312-cp312-macosx_10_13_x86_64.whl (394.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyafv-0.4.15-cp311-cp311-win_arm64.whl (212.7 kB view details)

Uploaded CPython 3.11Windows ARM64

pyafv-0.4.15-cp311-cp311-win_amd64.whl (405.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pyafv-0.4.15-cp311-cp311-win32.whl (306.9 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyafv-0.4.15-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.15-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.15-cp311-cp311-macosx_11_0_arm64.whl (271.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyafv-0.4.15-cp311-cp311-macosx_10_9_x86_64.whl (280.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyafv-0.4.15-cp310-cp310-win_arm64.whl (131.2 kB view details)

Uploaded CPython 3.10Windows ARM64

pyafv-0.4.15-cp310-cp310-win_amd64.whl (227.8 kB view details)

Uploaded CPython 3.10Windows x86-64

pyafv-0.4.15-cp310-cp310-win32.whl (129.3 kB view details)

Uploaded CPython 3.10Windows x86

pyafv-0.4.15-cp310-cp310-musllinux_1_2_x86_64.whl (640.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyafv-0.4.15-cp310-cp310-musllinux_1_2_aarch64.whl (622.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyafv-0.4.15-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (642.4 kB view details)

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

pyafv-0.4.15-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (634.7 kB view details)

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

pyafv-0.4.15-cp310-cp310-macosx_11_0_arm64.whl (161.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyafv-0.4.15-cp310-cp310-macosx_10_9_x86_64.whl (165.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyafv-0.4.15.tar.gz
  • Upload date:
  • Size: 72.2 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.15.tar.gz
Algorithm Hash digest
SHA256 5773a8d0728b29e5aa3ba3bff21f55efd7d81da197e1cb2375e997bc753c71bb
MD5 63311c3e1b61921509a834e73b1727ab
BLAKE2b-256 17db9c8869f666ce1132296eebdfa32d417477bae6c473406391463bbf75757b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 549.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.15-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 4bd487760d04580e250b14830b5b1eaf7a7a2fc476249eb078d536852f9e6c26
MD5 26cd2fe1085bb76ad363dfece167f3b8
BLAKE2b-256 7f37aeb3aaa068f8752d376c1359ad86017dc4cb714b82181c3578aca3fbd52e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-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.15-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a245036878d387183936a1a2b4f1907750db1e900e0da4f6499939f337b39c7d
MD5 1be55c3ace7ef02916adb9892ca9dcc0
BLAKE2b-256 d5118ff9b03f3f427a96500afd0107bc6e2cd1b3050fab38f6d7706f241e4c96

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 944.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.15-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 7550506176be7cfd0f40a7eb83a08f3c20f105d49dd65c8298c73b3c722baf3e
MD5 7e68720db442b77c9bb37cc23c1dfb69
BLAKE2b-256 0816789b069bdb8fe7f14bf99a19edd62080ae5a49736a2a967da7c45611ccef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7587c25f646610d502d7150489813e9b186de645c8013d5217f52eef5a9185d1
MD5 dfe2559f851f98d6501bb4ebe7b41360
BLAKE2b-256 63605d382bc9ae3c044e2cbb835cbc1d8a931831f394ecb07696d53384313497

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0dcf1666959d4e8baea3d4ef09c38e4b6a2ff0c792b7e8f54d9f42a89911ec5
MD5 c4a0984966aab8f76f7a607a51b496a1
BLAKE2b-256 88120058923d1490d3b6ad51bcb7459fb5c492ea950b64821925dab32ea3d324

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.15-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.15-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.15-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8fc9061d49f6c54c713af88fbdf99f37b150033890d761e64203f9efe998928f
MD5 8096d74372b8d35d10f30627a463436d
BLAKE2b-256 dc319cbfd1c0a6c1bc15362a45c0c314b57e49aa4c865791932be504e7aca4a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3c372fab59d03d7ff30649ba7630d3cc5be66c840106cbec7a8c8a676093110
MD5 89969be1c0af21fb5dd0dfaee0803fa8
BLAKE2b-256 f822d7f86a07fc17d5ee0968e86de9a0e7f8e22cd3b4917ac07ff651b9bf4405

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 645580aece291fe1f1e8865d0dd0c59ad66d1a49a630315eac32d98c19db2743
MD5 025e1363f435a6551fe04f8c1f8f3257
BLAKE2b-256 ee949c95f924738079f7b1a880d5b80157bf4249ad94938732ac3a58ee871b05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b8e2208ab4d85c611ee0f9edae722652fc7e3f4afdae03c10ed142768f435f76
MD5 70d9c14d98d498e94cffca10d1d3dc1c
BLAKE2b-256 ec2547e5781791046c7bbb37b1ae9b75339e17acba65b750022d3a43a8870f4a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 460.4 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.15-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a4f12fe054c01acd1aaf6e9dbfc1c23d047d63235de70f56b32e1677cc41a877
MD5 2d28d61aa6129d208633e2a714ca265b
BLAKE2b-256 a60e79b53252c8c420de9961995bdba96e1e560f5cc145db2cfbea91080933cd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-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.15-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 08ead4366986749e90f61e205988980f18ad95c91e90331521937b4897ab7161
MD5 861d1f934e75ff6b7cd832273126cead
BLAKE2b-256 06b71a2f94bfb43a4496e7886e0b62ee92d347f7ca8bf1ae365639d705308733

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp314-cp314-win32.whl
  • Upload date:
  • Size: 857.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.15-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 be092e29ede1492354ded80c17c34f123ed072cb2138252227653207f9ea9be3
MD5 49cff646cd8d42a7a9083824af702a3e
BLAKE2b-256 1ca7910cb1501344b3a170686da7868f2cd1f069268528ab4a2945ecb1845ad6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e89e8872ad98e10079a20155b5a33c099b41254ca87343de8f5af493ac6715be
MD5 2b5c015a36871c100bfec6f3b4ec5a07
BLAKE2b-256 ac5f4b5db087f90f88dd6ad543a9ccd7d442d0b9ba3c45d8236b1d5b08f970fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7082cbf03ab4f39ee886f239cb4fc14a497ec9cc19dbb8d45652b14cdb0e6828
MD5 6d2e7316994aae2de66c3ba387474f14
BLAKE2b-256 ea01b179e2a1da555d4d7d4a709bb1365e764ad75e32e579451c9374d0088037

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.15-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.15-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.15-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 198e6502d5427fdd912b435ea0eeee1de31929a1d9336fc0eff20f68b4fc4b41
MD5 8caff3789bb8d8ab1078d752814a4930
BLAKE2b-256 38b7b07b3282b95abb44a3c582cb352e83eb6ec3490db7b6b8208f3db42d53ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81c8cfe98b7c51c73d88e7bd3eaefcf2d66f2d20ff6b6fddb900906e898afdc7
MD5 a576a560c79930ee93da6416d9dd67be
BLAKE2b-256 df58602a066f588b5ba92518af00a158290af0961aec488e8d5e422b589db776

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b93240c4450d639ff3b1032f20c17bc872e10512a10e3ee667e943eebb6910e9
MD5 f250eb655ef52d1e4bc20bb173978952
BLAKE2b-256 248ba2f01fd6981b87e56062f0c082d64387961b1eb595616f6e16aab71a86a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6c743bfa13261e0ea20b5d275dbe67a755c65a8ab793703b3e6fdadac31cbaa2
MD5 2091b18943b1500243ab5fb5060ff824
BLAKE2b-256 1b9df2b9a76b19ca53f389f0058f32a9b535fd79dd21ca52203eba00825349fc

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyafv-0.4.15-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a4329ddb74a60e164a7f2635f4dde7438fdedff315427ac49167105e60c23903
MD5 2c3286989974fb46bb01dbfcb6309a80
BLAKE2b-256 1a3572890f668b9974d479969f998c0c2869ec28922119f5bc596190d9bc678c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 754.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.15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d660526d118f8aa2de0fa78e42c1aa7876e859ebda469881cef3d0ec06a8f766
MD5 edd073ae5d1816444c37278c82ff85e6
BLAKE2b-256 db9c6f66141072f6637bafa0f20c2bb816d94d43a438e0da3287754aca3383d6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp313-cp313-win32.whl
  • Upload date:
  • Size: 657.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.15-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 228c6221856a2fdc3a19b67913db47c6bb72984098f37b5d34de1a678e3e87bb
MD5 9ce054fe8f9b11b908a8a743240b98b2
BLAKE2b-256 9cdf0586754a09267000fdfbcd2a054449d501a5677d0ad1646c67f5a5bd494a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3138cea1072b314025cdd1d542c16f8bf68b357beebb63af05206d44e9b0655
MD5 4005702514dc9f3844fd48d39d777d8d
BLAKE2b-256 3bea528809c3fd8352338dd03ee0f3adf884574bab6ba28e2f9e238c790a04c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dfce1751dc2c145e75b1c29e6dc02ba99924450fce8ac22bdfa9efd686522c8c
MD5 947399a6b727089aa4152ef59a6c9c12
BLAKE2b-256 d0ae95f77223f62c383d63ec984024f18dd00db49990af5c16f5e4411f0ea33a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.15-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.15-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.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 387603fcb9b43182137d4cf0bd3c35874ddf5a4d7f482a28ae00bb8dd4bbf243
MD5 d58a21312cea9a1de9fd618716b60238
BLAKE2b-256 73ce9969738a9cc90eb82356bfc1daf5ff0294b0113ab3b3713528ab244fcdcc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2dc849363425313dbe274d93d0ba4481b282739bab64c29c20e5890cd4d4cb5f
MD5 a541e9888a824b9c974a7488d3324e68
BLAKE2b-256 3acfded3c242df55a62fea878d285fe9e2f7a52df7502d6364077df1d4d8bdb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8de4f34feaa8a95ba59431da1d0ffbc7aed8505232abd2a8a34044da7e48cb47
MD5 adc9c05c9f11cb58bd957d0cd18b7869
BLAKE2b-256 038a28c32e2093e5259afaed925b714091a2dee05607ff8661cf6eacebde9b9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5e5dc45c96c1d7ea792d158be0a7d94bd797083691bbc31da4745ba58cbaaf79
MD5 65d7156c165dc31a9808d52a38f39f75
BLAKE2b-256 2d84f2a31a1365d6ba333aced649f55783bbd093b126a80303bbfe2be8f44f33

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 291.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.15-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 48f96abeb6a10c6277dcd04e01983e44c30cbf918707f910366825669281e627
MD5 d1f43d0516fa6073ad1c08dd754427ad
BLAKE2b-256 8653de31d9fe15d248ce15977cae6e9f23c8da94b6aa9bb250f076f6105ac57a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 580.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.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 edab819c48dc0a433519acca3df85618829c7a910be6ac333801c09face6c3cc
MD5 221ff90accff9eee5986e2789ec3a53a
BLAKE2b-256 b2700cd5541e68a3f9054c43d7718d0321ad5db58a163ca77b814a78a1fc1ac6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-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.15-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 eee266b12c0fe1f0df17c842f1b62a12bc4b38e5391b2fb30f18c1051b56be5f
MD5 43e759d8c143f8604a2fe6bee15df432
BLAKE2b-256 e13294ea6d9fd4144d2ff228bdeb51cf593babbdbe6dee4777b16e5655149324

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f3cf8680fae296405af119847eb9e74b7687c95499f59005daef5f75bc3761a
MD5 a4cd29ba1a0239a754768df5d9f0c825
BLAKE2b-256 c835768fe7afa820f9c325ebe7f847e3b2ea328c69640168071615f297e06696

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e78a79b904abec01557fd021232d6b3eeefb9a53f39431c7c694f47e7282e95
MD5 7e1f0f84ef61598670d50e483a874784
BLAKE2b-256 c957186af51acd33c7dd70149e68849ba3aa0324d612136762bdc3db32ff3811

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.15-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.15-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.15-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28391506c5d82be2e0bff2013be731d82dc57dc03661b8142c541a57108d6b46
MD5 0818f3f3f5885e03fa8444400cfe0346
BLAKE2b-256 15d944d44be54545851b8a06ff287e03bb8eee2c9f01f1821247aafcf13b5251

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a4c6d6777e17d2815a1c0633cc681c84e1bc92a6e8987674980921e2a020de4
MD5 c65acd6273ff665e52c6fe8d0cc446ed
BLAKE2b-256 c4d6e4a537f92c3d079ded400c98a748adfa5bce619b5b68f51eb41244fbe201

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f48448ae60d836c8184c663b8b1880311fec6e8a024c471bc2fd8777c5dcc730
MD5 2255e6e3fa6952730774e85e18abe143
BLAKE2b-256 b681c53945019f3b6cd0dd287fa07a5bdf65f70478d1b01f87d36470f1bff170

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c5dff0ea09845fa27a888b2354c25a384e28d9ed6a75768ecb3c066d89d7e304
MD5 f1f3ef58ccb27eb37937981168bac103
BLAKE2b-256 6b5a1d68c08302ac0482634e216820aa80efebe8c891ce86b15ed43daaa59cf9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 212.7 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.15-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b4f33f51cc82570b4d064b2efde484b6035a70be0cf99c70424e33e25ba5d8e8
MD5 f2a3a84ad92b054ab40a33b3e11d54f3
BLAKE2b-256 2e4c5c6164a05f47c308397d6e526c1bf5ca0a9a1066f75a5c43a1d4928b37f1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 405.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.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a45b69e60ec20d8a78d3f1465fac04e3a93613bb780aaa418d182606c693518c
MD5 bbf8cbf34688d780eb09944fe1c37e15
BLAKE2b-256 1bad80b66f0dffefb5f3791a55706525c3a9c397681430073e16745b4235b57d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp311-cp311-win32.whl
  • Upload date:
  • Size: 306.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.15-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bd4a1e688d76d0bf5d13e1d83cfb8327082bd99b4e500cfaa81a0db1dea04ad4
MD5 bbf572c1ef1d3a7bc891e878fd4b9a3b
BLAKE2b-256 c8effe35f62926686b1cc3728978e9c578c119e18c000ececce26011fd6d2eae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1fe0dcad4e4facec0405eee34c4aade1efe0e4dc323f1774da245acd83d5329
MD5 4ef8da3ecab066911d18c36bad9c5023
BLAKE2b-256 f4075b6d0419481bae55a128278e1205b03bf1731648fb809561c23d62acf3ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fa29329ddb833f5599447350f7880b86885b0ed1dbce1778b71e307000f5797
MD5 25eb0baa5791479d495a8d62a1f0afbf
BLAKE2b-256 0a6c5bcc0dd536967d539b87cff76deca4d8917f232be7e8012d57c62cfc5ff6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.15-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.15-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.15-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03f265447c49a40acad805d5472f40e5ac32f6d278acdc8e1bd6a7fff2e0ceb5
MD5 126b73ec59708a1986e6656fd9f4a83d
BLAKE2b-256 da36bd674a51b18f3cc350474f17d2660b7303836aae568f31f4ba5926ecf345

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a73ff4f65dd7e4e0acf50c9386e8ce8cbaa44699858718c05030159810d6ac4e
MD5 9fb17b7869c878d18c6ae0ed892f22a2
BLAKE2b-256 e7d4237f114275b6948fc8c3dc189044533036e55f3f860f15e1fe1f9f14b226

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4abc9cf6b971a9b20350fbc2c54800bb5efed0705ef4e62dbc988cec9d04b01b
MD5 b4481d5d220b0bde89b565f12b41fffb
BLAKE2b-256 8b3427794b39fefa8a41ce6c236663656c0dcf056f4cc57552a29805c871dd29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36768980d50c2d7b53945539610837a25217474f3c8ad741aa1108379e76b900
MD5 9109b3607dae1ec9460856b76e59e33e
BLAKE2b-256 3b07a6511b411b5ffd3227022fb04a149be0ca9b4c6b592563d24cf2374f2caa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 131.2 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.15-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d31ea43bbd60b5318b1b06d865ad502f570b60efb8ed8afa69744f6a54b53766
MD5 6680881841179a1b0481fab938d830af
BLAKE2b-256 30ef089a565b5402e727947cbbffee0bb95acddb77fda6ee0ab72f10ec032f93

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 227.8 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.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ba59ca8a2733f7ed6263232170a08ac5db896c8c3f496827f4a27daf75f8d7e8
MD5 44161bc89e225089b66ec80b15e3295a
BLAKE2b-256 8509e77460fef2d006fb9d59620680665394290eda4286e0ff65763f663f24b3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.15-cp310-cp310-win32.whl
  • Upload date:
  • Size: 129.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.15-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2f33d6e4a032965f14459a3e18a128ed6ed5b9dae38f1de455b9c706cc2d481a
MD5 8d2e90fd8f2c609a4f66629bf3d0065d
BLAKE2b-256 a3c69be3f77b866eefdfac4bff428ed80a18057a176df1b55db0bc161e58dc6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1124e8869cf9dcac3cd2f35e4cbf40939c938f5f8294621aa11bcccbbf053187
MD5 441877ccbb16ddde1e3494dbb80c7722
BLAKE2b-256 03100b6a89e2475d10617b09d6b22d6835aae1d7b8bcffaf3564bacb396b762c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 590e4cc432535b581e6a3acb61074d4df845c0f62053f3b8b7ee8c15cae716d2
MD5 a59dd9e05db3fefb11d947107402054f
BLAKE2b-256 550abd82b11e21f88fdc424173ca2b25e6efa97b79995015028f5012d451b875

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.15-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.15-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.15-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5afbc5e78ecc802eacb3ae8bdc366bc9b5b3987695fba773faa00533664141fb
MD5 4d1d5ff22aea4835d135c1eee34eba98
BLAKE2b-256 671c57d28d3590a2fc3c442a6ec5f1e05d0422e2c8dee9ba8809a1f0483ed065

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f3323ef63c795c5662abd63e53b6ab7e728cf78aa15aa47b243d6f973f14362
MD5 6eace930f87f3180cb5872fb8ef29719
BLAKE2b-256 17160ac860120a156adde8632ce215b3ebce73f8a06d0d55f3e0481ec195b001

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7181eca859d60beccfea1e598a4409285021bfc3cbc377d5ec9b1c94900290a
MD5 652dde3e468146895776a5e9bda04931
BLAKE2b-256 42babc3bc1439e66531ea8efb65e0d5bc1e02bf5ab5b5c2e979d54d95e6e33c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.15-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 afbdd0a5979974c157cf272026f8b1cc3016fc6c2d7ea1ce1ba9b29e630a276a
MD5 5e3b721d50a63e9a14badd538cc555be
BLAKE2b-256 77e0c3084cb6c0002f383b8a599fa32e901237edba36a55d1d34c2ee5dac054f

See more details on using hashes here.

Provenance

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