Skip to main content

Python implementation of the active-finite-Voronoi (AFV) model

Project description

PyPi Downloads Documentation Open In Colab

Tests on all platforms pytest Codecov License: MIT

PyAFV

Python code that implements the active-finite-Voronoi (AFV) model in 2D. The AFV framework was introduced and developed in, for example, Refs. [13].

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__)

On HPC clusters, global Python path can contaminate the runtime environment. You may need to clear it explicitly using unset PYTHONPATH or prefixing the pip command with PYTHONPATH="".

Install from source

Installing from source can be necessary if pip installation does not work. First, download and unzip the source code, then navigate to the root directory of the package and run:

pip install .

Note: A C/C++ compiler is required if you are building from source, since some components of PyAFV are implemented in Cython for performance optimization.

Windows MinGW GCC

If you are using MinGW GCC (rather than MSVC) on Windows, to build from the source code, add a setup.cfg at the repository root before running pip install . with the following content:

# setup.cfg
[build_ext]
compiler=mingw32

Install offline

If you need to install PyAFV on a machine without internet access, you can download the corresponding wheel file from PyPI and transfer it to the target machine, and then run the following command to install using pip:

pip install pyafv-<version>-<platform>.whl

Alternatively, you can build PyAFV from source as described in the previous section. In this case, in addition to the required prerequisites of the package, the build-time dependencies hatchling and hatch-cython must also be available.

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()                    # 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.

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

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, manuscript in preparation (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.3.tar.gz (52.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyafv-0.4.3-cp314-cp314t-win_arm64.whl (523.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

pyafv-0.4.3-cp314-cp314t-win32.whl (907.4 kB view details)

Uploaded CPython 3.14tWindows x86

pyafv-0.4.3-cp314-cp314t-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyafv-0.4.3-cp314-cp314t-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyafv-0.4.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.8 MB view details)

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

pyafv-0.4.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

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

pyafv-0.4.3-cp314-cp314t-macosx_11_0_arm64.whl (683.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyafv-0.4.3-cp314-cp314t-macosx_10_15_x86_64.whl (704.2 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyafv-0.4.3-cp314-cp314-win_arm64.whl (435.4 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

pyafv-0.4.3-cp314-cp314-win32.whl (815.0 kB view details)

Uploaded CPython 3.14Windows x86

pyafv-0.4.3-cp314-cp314-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyafv-0.4.3-cp314-cp314-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyafv-0.4.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

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

pyafv-0.4.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

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

pyafv-0.4.3-cp314-cp314-macosx_11_0_arm64.whl (569.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyafv-0.4.3-cp314-cp314-macosx_10_15_x86_64.whl (586.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyafv-0.4.3-cp313-cp313-win_arm64.whl (346.1 kB view details)

Uploaded CPython 3.13Windows ARM64

pyafv-0.4.3-cp313-cp313-win_amd64.whl (714.8 kB view details)

Uploaded CPython 3.13Windows x86-64

pyafv-0.4.3-cp313-cp313-win32.whl (623.2 kB view details)

Uploaded CPython 3.13Windows x86

pyafv-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyafv-0.4.3-cp313-cp313-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyafv-0.4.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

pyafv-0.4.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (462.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyafv-0.4.3-cp313-cp313-macosx_10_13_x86_64.whl (476.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyafv-0.4.3-cp312-cp312-win_arm64.whl (268.4 kB view details)

Uploaded CPython 3.12Windows ARM64

pyafv-0.4.3-cp312-cp312-win_amd64.whl (546.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pyafv-0.4.3-cp312-cp312-win32.whl (454.2 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyafv-0.4.3-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.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.8 MB view details)

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

pyafv-0.4.3-cp312-cp312-macosx_11_0_arm64.whl (355.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyafv-0.4.3-cp312-cp312-macosx_10_13_x86_64.whl (366.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyafv-0.4.3-cp311-cp311-win_arm64.whl (190.7 kB view details)

Uploaded CPython 3.11Windows ARM64

pyafv-0.4.3-cp311-cp311-win_amd64.whl (376.9 kB view details)

Uploaded CPython 3.11Windows x86-64

pyafv-0.4.3-cp311-cp311-win32.whl (283.4 kB view details)

Uploaded CPython 3.11Windows x86

pyafv-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyafv-0.4.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

pyafv-0.4.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (248.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyafv-0.4.3-cp311-cp311-macosx_10_9_x86_64.whl (255.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyafv-0.4.3-cp310-cp310-win_arm64.whl (111.1 kB view details)

Uploaded CPython 3.10Windows ARM64

pyafv-0.4.3-cp310-cp310-win_amd64.whl (204.5 kB view details)

Uploaded CPython 3.10Windows x86-64

pyafv-0.4.3-cp310-cp310-win32.whl (110.6 kB view details)

Uploaded CPython 3.10Windows x86

pyafv-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl (616.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyafv-0.4.3-cp310-cp310-musllinux_1_2_aarch64.whl (596.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyafv-0.4.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (614.0 kB view details)

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

pyafv-0.4.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (607.2 kB view details)

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

pyafv-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (140.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyafv-0.4.3-cp310-cp310-macosx_10_9_x86_64.whl (144.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyafv-0.4.3.tar.gz
  • Upload date:
  • Size: 52.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3.tar.gz
Algorithm Hash digest
SHA256 4cae80f04ec9b126215a0ce12ff952f7f7447f9f5f9eb0031382ea92150aad59
MD5 e14ec0601762bc8680046d86ee9548f5
BLAKE2b-256 8e308c6f6ab756888769a61a4677d0fd55ee55881509cdb1f01221112709b6a3

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyafv-0.4.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0f516b0669e6398b210200bbfb0b42fbce23e3414a04ee72fda66a7a882a452e
MD5 83f74a3c621f4f3d8902c27dca944ee6
BLAKE2b-256 7e9bfccfe3802627d1e153b1f8318c71a76e9d0af312aca5b4b63e1582483bd4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d598ead40e1f37e8f698aa362f0c5870d25570d979774f5aa9436af35f52f7e4
MD5 127b313437e49b36dff5a9366910a9bf
BLAKE2b-256 1980883e641337609c2fd9e841d9c984f5a65213e4e7ea2b8cdadcf60687aff7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 907.4 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 6b3a62a70363a85cd12f3cc919861ac381d14f430c7d310433f9e1d21573bdd6
MD5 4e8a924e8d95f5c5a14aaefbfd8d1c93
BLAKE2b-256 7e6fe6461f37954af18a86d9d2fc4c4839263b924f1baaf6e3c0184729c83a79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39f45ff3a9d65f09e168c7684c8c534807eef552012478ee0aceba5055e4fcd9
MD5 4c6be393da45f894244a69d67c4869ad
BLAKE2b-256 9b97400c71965de170dac9dc45927d6c3bfe05c6e8bec279c3851b49a93117c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dec933d921037c90764fe2107e845d757c50f8bad0c864a8d0baf5f4346c4f23
MD5 47ec515952321c7c7313c47fcdfaf13e
BLAKE2b-256 d711b438329a6aefff6a95b33b191500fbd3c0af01e40123dd378ccef3019a55

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.3-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.3-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.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62f6d401358f8ce03eb8182f3ba9e5690570ee297acc9981268796d90841f700
MD5 6df1e45db30454f77c4bc7783d324f43
BLAKE2b-256 a7ed0ba5f94bb398122503e7fe79264f04f23e421731cab8f8b3f7c03c42cac9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 218768a2ec161b61a5e7158293f51c6f5125a2083abe5a6bcd4973547cd6e82f
MD5 8a6c1a4c3325043d3b6dcc92b983c759
BLAKE2b-256 1468a71c7efe816c523860ec9e81d7428e8b225846293cc37a5ae0d246adca20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3baa7dbdd3e65f71bc41dcd185bcd7445f205714c97aabb54a08bf7285ed5869
MD5 5dc96133edcc8dc6998fe617e50457ab
BLAKE2b-256 1034e3bb782bba4d49423d14f1e2583d8481dadf740aee6fc809935e32c4c221

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 aa6246d9f3f6a2a5d6103a995cd412f486eac6ec555d3e992888d67ff38969a4
MD5 94d066ab240ff1c51b925168a435e706
BLAKE2b-256 99c604e9a9470db96a75b64d09e83af60c33f4a3df5c9825db393418c9753175

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 435.4 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 13c5e48f583b1d9cacfda2fde04cffbb65e47f33909701191d448aefa919d0f3
MD5 f89f9a0a7bf0ae29734a8c7342921a6a
BLAKE2b-256 ee3a40cccd1d3280a9b8b5a1b0c7e7a8e8213d2d6dd6fabd725554330897e534

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-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.7

File hashes

Hashes for pyafv-0.4.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 47782b30089dc74e66c0824b13c875befade92017e06c3255dc5d8acd3754d54
MD5 137d01670921ee4a9e741072145387fc
BLAKE2b-256 c128a88af3d3bc70ece52eda565a56e9626c8a7590f1f92932d189c382213281

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyafv-0.4.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ceb8cd1e4c2968627d05469984f9e5765968e309bfda23c6de8ac8496301e057
MD5 c06bee175a2172c29966e77e77146733
BLAKE2b-256 2f8158271b6b6cc33ef4bf35bde212354258cb48577626e0431ee62ec951b721

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1d1b4d06ebd76191d93cd5e3043348ab26ea1d01fbce9cf18ac200b291f0025
MD5 f3bb2b2d82f9a3132bc4129f599ea347
BLAKE2b-256 1a906beb7de4e1f0ffb3643b44780ca1300d1a918fb4d22e7d6bba76f3630173

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46987b8ae2a269ff2f99c7117aeaf63a6416428410600ed2e6b00aec25ec4aee
MD5 6a5de5863e9be76fedd2b7e0a8d38bf9
BLAKE2b-256 62b420a2ea6d7fee0910fca19b1211906ce75815654af2be0d743da6a427b2c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.3-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.3-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.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 812700d89b958428658e913169ca6f1e3cf77577b01ad0456bd6a3c012aaba23
MD5 3f905c14339bdb9b5d692bad9bbbfc51
BLAKE2b-256 2a3a325abfa30118fca828cf79fd129fdddcf384b909af2958004f1204c87a21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 95d39017f8d4d6e9bc8897fbeb3d0c36e4828b4d09971fc973edd950d7b9cff8
MD5 d2622a7ed67372d52cc7a36ca3459f05
BLAKE2b-256 cf4f9d12b72b408104c68b4e6fbdc3764bb0759581e4da285beeaa7908542250

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68d691c404c106cf1ee07e34ccf19e0c5eb507f4ca9b6579813b0e9970ead084
MD5 e50ea0d4c4ecf1bbd6052ef6c5c14fc9
BLAKE2b-256 2a9f8ca438ac00a05c73db937e411a401a90c46138ba78a284e8f0b8407907f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 aeaebb9ea00a503b67dba36c9bcdfcc3029a23a0bf45311f64f4e747875281db
MD5 36c8a82ea4c730fe784b07422891afab
BLAKE2b-256 a98a0e055c27823972e42d60641fe5f5ff9b1e590fc8bcf91c05bf02282fe6f4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyafv-0.4.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f649ec933e091ce00b6fdb9d850f69a745e2a5b4296cd8be83f9cf051fc7a397
MD5 28e6ca2c94385f0f312f96d37d3e206b
BLAKE2b-256 299b354fc5924af419511a7e0e58c9712ec87c780c7e97e65b2c363cc8f3a006

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 714.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ca2671943d38d50dd5c5893914c5b11d78b213c180c662b6bbf6bea249adae61
MD5 54836c1b0b1755fd8920270b9af4f8ad
BLAKE2b-256 b626a4df3dc53c131fde648976a5703dc3db14d987495f9ab8e07423077a0636

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 623.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f2b5be7907673d7c725c565e29bd0341280d3009f1f188181272e2ccb6f057f9
MD5 321370f76fabd70608202a0d691fffc2
BLAKE2b-256 b5a69f405fa96f71814e24572cec9d3b9c07f430e35443afe694da937c9642f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de89efb1a89ce8ec063d55ab05e0694301b010b1bffe09cfabecf0c2b41e3b18
MD5 ae096019c03fdd4281ea923d638243ea
BLAKE2b-256 cb8d9a5cf9717d08db9868a400bb6a45f4eb5c92c9e184c3484a8e792ddd4d49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27fa81d0b6af5dd347e91051790d7d8db28b81ee2dd067113c4c4d611627ff65
MD5 b4177ff372113b4ea1e59c478c89ec50
BLAKE2b-256 b1e015bad51fb985243c7f724b02365fa1bc475b08ab9a113ba7c09263e91f21

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.3-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.3-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.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5072d2e3ffb96d0b4034a595100c7178a9929cda865e049dc1a6f0e15c8497d
MD5 794eb6c630e40a79210414413076eba9
BLAKE2b-256 a1185fa4df5ea83f9672b58ad6aee6882cc464debe725da03b670c3eb5a57295

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0066f9ede335c014138f1c1eb922c578e9484252efd784bf09598db1a0686425
MD5 adc78684b3c475fbcc305f0bb68bce3d
BLAKE2b-256 f4232173f22b4db725a5d75647ff06c36f140d7b9f995ee2461cbae8bb4a79ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53313685c356cb714b36a77960f913e71cff8c353af5bbe7489a3c9d421b01c6
MD5 c4db0168d6ddfee557e347e7a7764211
BLAKE2b-256 f691738a2aa33ad2db9e6f1f8b3365c25c145f9e83fbaf19586faab4d7c86d58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 515885b7bbc86a29a6fdd67a1e3184d6e871f81f1e3278e79b58b9822aed99a6
MD5 ef43e0ad77b2e34d60a498cb79863a27
BLAKE2b-256 1b5915eecb1e743d1d430cbdafd7feb748b79ac60f2e8f178a48da521b120330

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 268.4 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2ad2953210b2504bfe96f45e756d4ba40ac08eb6f6639b5c645e25463459726c
MD5 8428959be9919001d9669e459611f51f
BLAKE2b-256 a881df34e451923deda3f409132080a570e66825fed534e17216237bb066f97f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 546.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 df635a2839402f2999c96acacd499dacc9e64c559719e62d679e1d089d01ad5e
MD5 8bcd9860f631f66f30d19c73db9b7ed5
BLAKE2b-256 6f56006fae89e1af82e97eb8baca83940a936d318d57f15a059c2dd2e3cfee87

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 454.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 344f1ddc4b112a9abab717e4430d7d367c3df150b1118edaf04f67f6a9fa1d51
MD5 90eeb12c1c27307454ef8808c0d1994a
BLAKE2b-256 04a9415c1947c4f294b9659eb6276787f0ffe45aaca4462684d24cd521f313fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 beb9aa991eff04f95388a0bf3dc9cf282b12bed21044c40c60bbc75262e42532
MD5 f8448ec797da48342d0adf6e865db26f
BLAKE2b-256 dcce190b16df44ca2358c4d0e55b0ff6adbbdd343ff64d02d734a145c9486697

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15f693ac5f022a55571c57c31c8b6afab38162fe709a787d602153f633007248
MD5 9e3c88c8cbc1ce649f86158cc18b7c8f
BLAKE2b-256 96021d1c475678c419dee39c5ca4d2889f4c8e1f0a2179bfba70d03a510ec0a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.3-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.3-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.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb6c44ed322cd2739106bcd2dd4e2b03e6a859b39b15c1b4f8506cbfc518d7d4
MD5 b913e141c73396f6ec01e3801a8079bc
BLAKE2b-256 e05341264788a88788a2b845b94745b139eca3d0522349ca7634d4879a121e69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f60d722dd59c7cf3d66f74abfed0d4038370924ad17d946deedea33d2e11f88
MD5 db64b72e2a05bcf0efbd4dc9d399df41
BLAKE2b-256 c969fbb146c900823c1b4a5e815a4fc8186673d5476465844a5ad8f16dbe39f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffb8b8a53b53d811a217860f296c43a54b54ce6595750fc87c3c975e885c74b2
MD5 ad617790f18b74013adb737e6ca456a9
BLAKE2b-256 dfd51f80ce2803b63bb3f9eedd8d6d30dc4d826165e4deba64277f7dc9d297b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b6c2e2b3deb02eea288b926ba442263289a36853d927c5847383a5950368bd6a
MD5 7054f0dff7293ea85e38391038e3320b
BLAKE2b-256 ffc1943ad076d40fed4ef57fce7a302cf5bcb29136f1d2fba93222888c7671cc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 190.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c3238fde0369a113590da6cc55c06bf75ebb57c4cb3a67850575c214a60c4a24
MD5 f06899833ecc0e1164bf9605de57aa41
BLAKE2b-256 89fd83dcce65fc448a4264a643507b11527f76d5f78ee4b9e5e1aee73113f88e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 376.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 98b69d6f914b9923d0bbfe2026dd01bf8bb245cc85ff483d61589a4c66b85271
MD5 90f29c475b213f95ffe7b922eb9c65e8
BLAKE2b-256 940e7bada046e2a4740482ac8b6a9cb9626a45ee875fc89e50b249598c6994a7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 283.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ca46ad97d560032524ea91fb6f1b6430f269e44a5cab956a686f351f20c62496
MD5 ad52265607cb191096f54049c2d13167
BLAKE2b-256 2edb8a3e28d72c3c69ba7fb1c5fbccac5da0e2aec2d0507c1ef4f256200c7263

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e92be6867199a833ce964fd4c621830e317f1bdc85c09384291591d614bb6cd8
MD5 b873c6ad49e9c3d544de12914bac61e7
BLAKE2b-256 08d1e362e3724808f042ca84edc0457d090fabe653685551ea7aea178c172dc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d743cf64493cc20686bbf63d8f1187aba3ebd667636bb5235a7e3fed621e9b66
MD5 e8902f9828076c67fd9c0d87505c3ac7
BLAKE2b-256 6d33951866c9dee6734a8bdab82636111468cf7129b1e9301495e27e21ca2868

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.3-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.3-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.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c376347ddbbd36f26bb6fd8aafc0fd1defc2fb0f93c84d58b78d8e04ddf09b6f
MD5 7de871eb0d2f53e1acdeefc4a5169ff2
BLAKE2b-256 f2162a5c340d94075d9caac021e984eacde066d5edee3173ce664271211ee8bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c9cf9bb7557da6238d569a4b9dc7c892611b52f5f1fb6f76b44ebb5a677512a
MD5 8493bbfde22d9ac82a1ea2167f6c892b
BLAKE2b-256 622aef4657734e02bdce34bb5cee9b103339285b10bac7889f4175c6c44aec4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ff7365305d0aa517a9343466fc5aef439d79bedfeed4c257409031546ba175b
MD5 6912ec4ef9357532b097f5ba6b9b9145
BLAKE2b-256 6f5cf0a7a8d8d69a9661d118c55785d3e278ca7a4dcc634ce42e8b89ba6e3d94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74bdd57f2d4612d39151f71027dc026a9d4fd348a1de0535a33a664c6c0ca39f
MD5 5e0ad253deda02dad887d9cf7850c54d
BLAKE2b-256 d678e96b36f6dbfff99055daa0432230b9351410c70e513206cc5fb2832c3223

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 111.1 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 cdacd9b5b55758c4cb1f88dbc1954fed0478518662bcdd08f6fb952d0349da48
MD5 8d7578828dd640f5b8bacadc7bcb0309
BLAKE2b-256 a893df153f6964be91840f65521b2a3ccec4e87f58e4839ef04d116d6ae189f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 204.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8b2c32dc284ed88efd8d84387ef332e397ece1f16d3eae688cf6b19caa1e3043
MD5 822edf979467117ba63517ec6ddf0f61
BLAKE2b-256 234910617a9f736b1fcbb9d743cfec83b25626c3904bf12ef988ec11fd6e9350

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.4.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 110.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyafv-0.4.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2d8224c8d971c3275cb0f6af9f26ae1be61342332f3f2a87d1febe361ca22389
MD5 12fceeb3096553f095b5e615a3207cce
BLAKE2b-256 efb5d7edc1b870213f1751c0f15e0a07f34256b75be6862f13b0344a7f595c7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e71e415b13324b5e44056ee2d7ebff67fd65c721f42841e43754106709cb6800
MD5 9140aa11f117addf0d11b76a75be5fcd
BLAKE2b-256 f147711c7b55928026ebe318bc2c0b87f41477b717ec6fae4a70229a2dae4488

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1ac4acaf97bae4f48346427a1ee71acfdc5c7fb6494040c1983ea1e9859e00d
MD5 20b0f37bba4e37cdc81043b93edd9f6e
BLAKE2b-256 68682024e9c7d75110a53a2ac1bdbb2d2048ee5214360fe53ab5274ab041a8f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.4.3-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.3-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.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0726c8f0cde59f00c7a7bdbb1fdc47e51eca675629d127c7f46859c8dea70d9
MD5 15dad48efc5007e14aa1d9cb514bcf78
BLAKE2b-256 f20876bb88fd4a8b1e5a292edde794136907169e307ee27298c7cfd41cb148e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53ad5b33cfd24c2514fd6812fb2af63e714b674c43c0b9da73bcdf2a99c2ecc9
MD5 cf818eb98ea36aed9a06929d71678fe0
BLAKE2b-256 31deb89ad62f9b949a88816e4f6dadbf00966c13a2587d70047b7d4627370b01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7be04ea194108287d94c4c09ad1572c3cc4930eeb2de446c1cbf905b8464a5d
MD5 9686b54dcb502ea24a7eeb430d1527af
BLAKE2b-256 7760199d051507f55799d9c6643fec348fae709947974aa8d5b674319c826c92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.4.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3ff9250624cc1d196a78633e6796a27fa73de7511609bd094bb7ab5b254eac9
MD5 2bd47fa0e21fc888a5ad14d6049031d5
BLAKE2b-256 3d36011756f746f48eb15202ab3291fe184be8c08d10f44f9b7e3020a0df5fd8

See more details on using hashes here.

Provenance

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