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.16.tar.gz (72.8 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.16-cp314-cp314t-win_arm64.whl (553.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

pyafv-0.4.16-cp314-cp314t-win32.whl (952.2 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyafv-0.4.16-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (4.0 MB view details)

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

pyafv-0.4.16-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.16-cp314-cp314t-macosx_11_0_arm64.whl (727.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyafv-0.4.16-cp314-cp314t-macosx_10_15_x86_64.whl (745.4 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyafv-0.4.16-cp314-cp314-win_arm64.whl (464.1 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

pyafv-0.4.16-cp314-cp314-win32.whl (864.2 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyafv-0.4.16-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.16-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.16-cp314-cp314-macosx_11_0_arm64.whl (611.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyafv-0.4.16-cp314-cp314-macosx_10_15_x86_64.whl (625.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyafv-0.4.16-cp313-cp313-win_arm64.whl (372.9 kB view details)

Uploaded CPython 3.13Windows ARM64

pyafv-0.4.16-cp313-cp313-win_amd64.whl (760.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pyafv-0.4.16-cp313-cp313-win32.whl (663.0 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyafv-0.4.16-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.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

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

pyafv-0.4.16-cp313-cp313-macosx_11_0_arm64.whl (500.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyafv-0.4.16-cp313-cp313-macosx_10_13_x86_64.whl (511.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyafv-0.4.16-cp312-cp312-win_arm64.whl (293.6 kB view details)

Uploaded CPython 3.12Windows ARM64

pyafv-0.4.16-cp312-cp312-win_amd64.whl (584.8 kB view details)

Uploaded CPython 3.12Windows x86-64

pyafv-0.4.16-cp312-cp312-win32.whl (487.2 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyafv-0.4.16-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.16-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.16-cp312-cp312-macosx_11_0_arm64.whl (388.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyafv-0.4.16-cp312-cp312-macosx_10_13_x86_64.whl (397.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyafv-0.4.16-cp311-cp311-win_arm64.whl (214.4 kB view details)

Uploaded CPython 3.11Windows ARM64

pyafv-0.4.16-cp311-cp311-win_amd64.whl (408.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pyafv-0.4.16-cp311-cp311-win32.whl (309.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyafv-0.4.16-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.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.3 MB view details)

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

pyafv-0.4.16-cp311-cp311-macosx_11_0_arm64.whl (277.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyafv-0.4.16-cp311-cp311-macosx_10_9_x86_64.whl (282.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyafv-0.4.16-cp310-cp310-win_arm64.whl (132.4 kB view details)

Uploaded CPython 3.10Windows ARM64

pyafv-0.4.16-cp310-cp310-win_amd64.whl (229.8 kB view details)

Uploaded CPython 3.10Windows x86-64

pyafv-0.4.16-cp310-cp310-win32.whl (130.7 kB view details)

Uploaded CPython 3.10Windows x86

pyafv-0.4.16-cp310-cp310-musllinux_1_2_x86_64.whl (649.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyafv-0.4.16-cp310-cp310-musllinux_1_2_aarch64.whl (629.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyafv-0.4.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (650.6 kB view details)

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

pyafv-0.4.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (640.4 kB view details)

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

pyafv-0.4.16-cp310-cp310-macosx_11_0_arm64.whl (164.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyafv-0.4.16-cp310-cp310-macosx_10_9_x86_64.whl (167.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyafv-0.4.16.tar.gz
  • Upload date:
  • Size: 72.8 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.16.tar.gz
Algorithm Hash digest
SHA256 aa1d26b2042aa80aec6134852af9cb240210615e2f52bd4ab0000486e6eb2c65
MD5 9156c1cec07b53dc816c615325d1025e
BLAKE2b-256 df8ef5ed4e9e7eda22b47d4fc745175aec39aa90f8f30787c3dc1a7f675e8194

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyafv-0.4.16-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 4c31e852380d2cf6a66eead308e8e43158aeb551d5317bf88fe91d706cb4ca6b
MD5 3ad3d9ab1906e321d373894e9710d9af
BLAKE2b-256 1ddb2a397a5aa98cccb6a2463443b6a08d0acd75dd61c977f98b6d3d18dcd6a6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-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.16-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f162119b4653233db80bfbdfe71e3f42ed5176bba2562254ee2cf11045b254bd
MD5 607e7ac13b8be1821a7c74467db291e9
BLAKE2b-256 d340e1366e29e6c4fb30a915b680f5e3f231d689e6336ffc6fa53eba6920d913

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 952.2 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.16-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 2bd888acd001a7c446c6f4d9b8825157968f7d2bdbbc4a9707182fe1e6a25cfd
MD5 2ba0684c4754b5bed2ccb6c3447f55da
BLAKE2b-256 333be1e19289c0e19f5c8150f628cde717a208632ec454b19ca1f546bcae712a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 067ccf9a31ab345a08002f0296108d8f65643ab93495741b6735d66aaa7786f5
MD5 714edc8264b16d946bc42e9f40dbbcff
BLAKE2b-256 74431ef00d5dc72c541b59ce177aaeb6826f07edf90f4abdd0d09b469f8c24df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e96c7d734f2ae5aee1a087b8d2a91925058267041784821cad19014f2acc0ae
MD5 8fca651f083f7ad2b1bcae1cc69b5bb0
BLAKE2b-256 ddca32dee616d3e94ae08c1d4a259a75f2f58ab0363b192530626f09b55a539e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.16-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.16-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.16-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e28e1c76d2ece44329236c3f32a65dcf7b225f71c660c58f3eb7e683e8af5c8
MD5 eb9a911b3d1d6655f3959e18b80b517f
BLAKE2b-256 7799de4d0fc308c20518e21e984e2436e2776ce29eeb8411b8b10880bcc1dd5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb891c2391e1d00dc3f9298cda2ffaa52fcb2163580b27cc7455cedd9bf4bd94
MD5 362aa77de239e3c696a0d3525377bc1e
BLAKE2b-256 4f32efb7aa01cc34bab00fd73261f751614e75eef0a5942e7fad8e9e26e67a48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93eb0464a03dbb7a4ba2022d5e21a7dfdecc3de34d2fe6ae74018febb4e7fe89
MD5 a5a8288f68b03c802537afd1e7a8e8dc
BLAKE2b-256 dc933aaa293c9a99d194a10ce06b226050a37ff2d0452fdb38e6180320742485

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d361bc778c3e1d15c83e3d1c1e5d7610a8e03ff7e3c04fe69af34109d61717ff
MD5 3d28c3332ecbfe179bceacd4862d88b6
BLAKE2b-256 5c8b1b0eea820e6842e74fcefe505a4170e6be4c3a88f00d4dd2719aaeb25422

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 464.1 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.16-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 59845cae70916bc87c17e2b082d87fae8c9d9ca850aab4cf495fd1c14368f13a
MD5 e853821b6735f58f3ea946ddcb261935
BLAKE2b-256 8b2ae994bb454e6ee32fee5ade24d58f0e401c6b0f341b1843e43cf59b6ad2c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.1 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.16-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4da898c6d426cee9fba35069c087f6ccedcc55b144be37e8d890d468ffe58ae7
MD5 d1bf41dede0b8e2a98aa7ece6d132a80
BLAKE2b-256 10d5ac53e563f3fe6eead297fa291af1c962fe4e6e8ce51b752a28695f4a4cdc

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyafv-0.4.16-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 eca81be8cd2f7985b38bceb66a22cdad032931a92ed08f2f8c6cc5e6bf36ace1
MD5 4e712aa89277351d59e5803440b0d1ba
BLAKE2b-256 d8a835535b76549dd80a2b394f7ae9041f2ab5e626fa6b556e03f2f2b90e1d8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c64fb4c7f6cc15cf17a299bb9ec018f76d2c3271b921c95c4a19018dd145a6b0
MD5 ea123935d824c0dcc3fbfd82c6ffcb91
BLAKE2b-256 97d681c16fb414faff76deac83f4e2e6721a8131ddf1553d1d6bd2c9199a75e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 860c38d4596880edc0756aaded55b50077a06e89d2f38a44fb92b24c3566ea75
MD5 c6033d28cc9148165906f185d8efebb7
BLAKE2b-256 6927c535d074c20bc5a36991ce984b510af26c5ae972bdc3e879a6aa7fb5452c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.16-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.16-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.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2680f2079ad1a973773f14499e48380a2d6f9fdb303fa6ad5b9153166a2c380d
MD5 870b1378a6481c7e4b251fb50fe4b63b
BLAKE2b-256 deed50d6e5f387b35482db8e99f2d847067c840311d2d889a79b76a5e758db56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6357d2eb2bda676c74dfe2331c5e5dce79a0311932de4aa4e880537998e8e729
MD5 18177a9263cc5bc608cee5ea4bd783e2
BLAKE2b-256 953408c8f86026ceb35281d903e7bd54e0d21f7721977c3b30509799f44d9e40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8db8d0571d44f8ca5fb46fbcbbd5c827702f3c052b76038d074db8552138e548
MD5 863054f766cefffef4b818940a15f21d
BLAKE2b-256 8be13190907cbe2b418e8ab6f9d779e775724e07bbcf03d1c679321fd05909cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 14e590f0e2ffdf9650bc201c858752f0ed0e5e1f894619a20eea017acbe99f82
MD5 002c0b145eb307f8ee48819536c97736
BLAKE2b-256 e3cabb0d1086981da5e92ccbe1bb77ca1635fa19e6d54b6c1b99d35232a467fd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyafv-0.4.16-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1127dcbbc6ec928399c7601494620a970a98642f6ee45146737428da88aae838
MD5 86685ed79129fa00ecbb23d41c40a3a8
BLAKE2b-256 70c044035c7d5ca671132f9bb96aff0d0ea64f03935abed51bfc6ac5b6298245

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 760.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.16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 39b426b016a335e48083b3e54a8d36860a9d76fad86e513665eef850349dc34a
MD5 12cf1aaea3f791f9da669a3c8a21e459
BLAKE2b-256 f2f33b56fe6b8fca547cb740bf63dd08ed57bd9482c6c9a5dfb949b25171e3c7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp313-cp313-win32.whl
  • Upload date:
  • Size: 663.0 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.16-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 649b6c7b9e378f7797756c5bc9dd7ad8fffc093048f63f5de6864acfef5a34a2
MD5 61843e873c819c10601fcf9d9481b028
BLAKE2b-256 28989c0755c44c4cd67649ef89890d3d0062fab71d85d45d463c95cdee064d07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f840eca361d67f65b4095a9d5d12b85a02597ce49533330b45bdb5d9f5b60c29
MD5 ed6f8e5deb2d1c7a0f59c1d59f1812c3
BLAKE2b-256 bde6e659c831cb5c90419879e6a03452f2743c7655aaaa649f4d04e549918b9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aca4d6de309884f5c805994680e39c88048c4383ecc3976ce145a9baf57bd431
MD5 91e767ce063c35914798821b90df68a0
BLAKE2b-256 347c092a3b5e83b57d35fc23a0be4f5c7620305289f188a1d784f7c9bfed85ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.16-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.16-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.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17cf1ef24f6e31893fe13f06208c73cd98c6ed92aa9686ea49de9c262cfda007
MD5 7e2ed9573eb01f7b4502d0fac8a8dca7
BLAKE2b-256 1c5a803a1d7c9008126a0b5c19c8861f96e95cd2ac52e8557c33ddef7986070b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fbf1d4744679ae3e21ad0bbe79fd8662d9b7e480abd02724de113068492ba539
MD5 ee4c3ae960dd1a39f7cdaa9bda176940
BLAKE2b-256 822560d9770f77dcbc088ab1cd29f11558b0955b0c5810cbeb105c08e1e4b1b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb4b856f7f40ad3d56c3a4a15a8d4d3fd2b4658b7413c01885416333b5594294
MD5 f6cffc41dc64a947239a24a80e3945a8
BLAKE2b-256 3347fbeb39ec05d6751016d7d7dff5a97b23b385567c39e04641953b2dac93ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c90b2cbf6339a5bf2e94d50c97d88aa4acbdd2973cd1a26ec73748093fd4cf55
MD5 6d1c9358cce87f1ca6e01d1f95c1a0ed
BLAKE2b-256 703a48fdb28fae8076448c32c6b7d45ab69ccd928927791c56abf17e5260706c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 293.6 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.16-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e297cfc3aaf4062724f720cabeb6888b9681f677a053f407e77e95d1811f650b
MD5 dadf4c9cf222bc06816883ae7c4783ea
BLAKE2b-256 d6caf1165cdd4433c5b0053e40b09c5586c4366475b075d776959434b9a550fd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 584.8 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.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 75826535ffce19829968e81b0eaec5ee4b487bb756e1d501e7bd6e3e10c05643
MD5 b8310a91f11da27b7f33a2ea553c6797
BLAKE2b-256 8452f3c1439e81484a0bf128e163be80cee34331ab4e9b70c8a988823ecb5408

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp312-cp312-win32.whl
  • Upload date:
  • Size: 487.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.16-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 dab877dd910f8786b06bcbfb8085c24cc0190800a691dbf2f1939c892b969cbe
MD5 e3f7c68b886b886434ec53d049d8ad4c
BLAKE2b-256 3898daa87d7ee92526425a803f19e98c98cc7959433b9efad92199de8029c345

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcd4d2b0c8abceef7cc66bbf4ea653830fa4267981646e8e5897be48aea3b8e5
MD5 2c08ec666d4b9405e7747d7b98bc1327
BLAKE2b-256 b0ffd364b76a556857f484de3968496f3025610b19c61d08498f4635d6403c36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b31b9c4c48ff33cb55d9004bff79ba50e2160f591cd9d1271d596a3ed58e06a
MD5 b2ba03659f6ae69b9e01bd6bec8cad2e
BLAKE2b-256 e2692ea64283677a5199dbcf484d813a2f6721c95f63cd6073e761b63e18cd7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.16-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.16-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.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33d645e55e1e8f3c5bb1a1e464dbf148a2d516bb914e6ff11e21fa9bae5f6df5
MD5 65cf67acaabee98f0df431d4ee0e9ec4
BLAKE2b-256 9ca0972100a1edd87918e49699e847561297940542233c9408cdcfa0ab8ed042

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ea4bb893af2b8fc4c84b26f7f80133d9f366f4b6aa34ba03cb26f77467c91d2
MD5 6c6a0ea932c518c37f19c76aecfb0558
BLAKE2b-256 e1504595c1845692e2d04aa30771db901c81ea12d37ef444dc4bc52df1ba4ded

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 865ed0397e9f2742841170864bf1257d719b4619f450956a9a182d5c7cdfdc38
MD5 55a3d7671bdccd2ea0186b68b804176a
BLAKE2b-256 964420daef984b5aee84b0b4323f21d320b4e4b94e7e3841a6f49740a1136ee1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a7731cfcee839104dec94887797f86b823669805db75234c2f58acdbd0398ce3
MD5 af622ccbf11381dc9974cda954f3e46c
BLAKE2b-256 46b6a89819aea4b60a6c65305e78d5cafd70143c60925d2e173a937a683c7b42

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 214.4 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.16-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 35abf739c0beeb6df7a5074dbd75bf46624d8a0e9192dc2bcbf10555466321ef
MD5 7d20a4b917a0e5af6cddbca2a1c49e5c
BLAKE2b-256 f36cd22f396a0b805b178637d789e3ccaabd0f1a904e31d4be4c6c9f20234d6c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 408.8 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.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fcd68c9c2be3c8111d72d91226efc8ebc6195bc9ec178816d11bcde97c8a30c3
MD5 3876273cd37b48b5c44e265826d5189e
BLAKE2b-256 7445bd398c69a1f4e87c648613eb9c3ce14ea4f0fb91a378cab54a0fff48dbf8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp311-cp311-win32.whl
  • Upload date:
  • Size: 309.6 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.16-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 25454bc3f29ed1a234e5cee042d4cd536e3346fcfa3c15ea2882a2daef50676a
MD5 423211760db91544f0135015d8f11568
BLAKE2b-256 6e0b5e94428fb05df98a1390115b96f1a9d60529439a1f4796cba52e5231a7a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7c49f68d717c99c967b6fd1913973a0cbe83adbd93b2d0848c991c2c1661d9c
MD5 1a07309aa443ed66a86a38ed7b279966
BLAKE2b-256 21750a73151792a7e4862d6250ddf2cb160cbf1346192f65b4a2e1368d4c7356

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0924d7a8516ca9ad96a4ddbd352e7ed1a24f4e8bcebd58bd0810a135577d9570
MD5 295a114e54f8fe8dd10f14d85b15381b
BLAKE2b-256 8dd9fcd5d3f4c9f3acb643b811f63a11e446692c7fce279310f3068183e49dcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.16-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.16-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.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a7eb703f7b22da26ee6207ae3d5dee0089a798b71185276059aade4a0cb93dc
MD5 4542650974e7e63eae452ffb746233e9
BLAKE2b-256 8c6d9990166a5d984458673008711b3c17df9d04b5879a6aa7bd87f350c058bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97f1afd91b3b32a5cc5dec97b155173c4c6dda7286233dbd5660bf58dff0e984
MD5 fdf97a306e26894160f4942c66c7e8d2
BLAKE2b-256 4f7ca6c3d22d626e2ab791b79e59db1e05c61b370327d16679f2148960739a4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df9e7027cba6e8ba5149a16088b7ea2a06a5002ded63011c89bcd0c74a5ad79c
MD5 734e248f591cf8f12e5476bfd7ba0328
BLAKE2b-256 4c976d8294dd12fca59dbe490a4b5241f8251138cea186be4b77557c01a5a4bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48335a46b10162a7cab08a32656ee1cd145ecff2b416039a54960fff8d53f303
MD5 bd1687eb62b5c8388dbd50912e81e8f9
BLAKE2b-256 36f5b3b6ec3a493164e33f651fa76940351d074f26c671065f24dc307ac31e67

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 132.4 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.16-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f3c17a5e3008e28d8c2bfc41337d9af455cd1a2befd0970ebbdcd5cf755bc32e
MD5 b59979b519947612e61144d14c4bdd5b
BLAKE2b-256 7a56e598f1febe46d8a3758a36c44d646614eb49439b221354b927f5dbd362b7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 229.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.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d6b028966306410b331f9317d5fc4d4cfa7948dc6a0430a4f32c59ac20948607
MD5 5e7ef1bf5da51cd52177054c870899de
BLAKE2b-256 a84d0baba5d251c63e5d2f736cc67cb28afaae26667ef9b104f4e70907d3928d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.16-cp310-cp310-win32.whl
  • Upload date:
  • Size: 130.7 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.16-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 373c66068f1c15b76bc463af525d1bb5b1f31c5eccacf14ee10273d33ac8d6e2
MD5 2b02e0288e12df7c4e873ba803ddc1b6
BLAKE2b-256 e90fe6629452fa21f309a6da94a29136221139c845369f7cfb6c122ad8d84204

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85bf668d66700e2deb72613d5224d11763f8c871d001864cada031f2f73822a6
MD5 8c2d0b69ee047174a788d3c1aa954f66
BLAKE2b-256 5487df4d90ea89c5cc806f93146665b927dae1c891be5703f7ab7aa7e561018e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e07aac1c949dd836c7f5cad890f5ac76f94fffa9b8244b0d1bbb3c6c85c66c6
MD5 3e28bdf85a30589d13b0a993ceb92098
BLAKE2b-256 57b22a846ecdf59b9747df1b8d7facbf587e2e24e4183c89f120f286228b2d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.16-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.16-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.16-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46283239f25f138aa1c86cdb7b3ea9f75825de088f8b26a72b4f0d11707f1794
MD5 0c410373e717b07a78e91fd1169e0616
BLAKE2b-256 ec0d7f6a5e30621aeffb36fb03abc10604ebd671f7768435ef191204cde11f9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d434100e5d2b935535017c36cfd91bfafdffd38d8f1dd0412695a23eff25881
MD5 91264c40199ac9b01f08f904e96e3c92
BLAKE2b-256 e4e74f01f00dde5cab06fa522e74fed85d5bc466b597c1bfd9e87833003c7c81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 784e888f3ee594e02cd1e478ea0af13f1650195bfa032104a08bda228b41ecad
MD5 dbf44626735bea9e918c8c5a7d4d3ca7
BLAKE2b-256 440efa190d231ab886fba6fa2cf4661798e4394c834145ce6037ef1ff5b8ad94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.16-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 810534a92bc835cefe8c917824743d2e600781c51e786378aab8240d712d7c52
MD5 0d5c67330b7cb1091a6909232ffa0fb1
BLAKE2b-256 97fe6b9cdd77fa928cfd8fab6582aa2ecf3b67f6b426d6a1104a497a3e4019cb

See more details on using hashes here.

Provenance

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