Skip to main content

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

Project description

PyPi Downloads Zenodo

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

To install PyAFV with pip, run:

pip install pyafv

The package supports Python ≥ 3.10 and < 3.15. To verify that the installation was successful and that the correct version is installed, run the following in Python:

import pyafv
print(pyafv.__version__)

Usage

The following example demonstrates how to construct a finite-Voronoi diagram:

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.

More information

GitHub: https://github.com/wwang721/pyafv

See important issues for additional context, such as:

Full documentation on readthedocs!

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.3.5.tar.gz (47.7 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.3.5-cp314-cp314t-win_arm64.whl (107.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

pyafv-0.3.5-cp314-cp314-win_arm64.whl (100.7 kB view details)

Uploaded CPython 3.14Windows ARM64

pyafv-0.3.5-cp314-cp314-win_amd64.whl (113.5 kB view details)

Uploaded CPython 3.14Windows x86-64

pyafv-0.3.5-cp314-cp314-win32.whl (99.0 kB view details)

Uploaded CPython 3.14Windows x86

pyafv-0.3.5-cp314-cp314-musllinux_1_2_x86_64.whl (738.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyafv-0.3.5-cp314-cp314-musllinux_1_2_aarch64.whl (713.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyafv-0.3.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (739.4 kB view details)

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

pyafv-0.3.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (724.2 kB view details)

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

pyafv-0.3.5-cp314-cp314-macosx_11_0_arm64.whl (129.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyafv-0.3.5-cp314-cp314-macosx_10_15_x86_64.whl (132.4 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyafv-0.3.5-cp313-cp313-win_arm64.whl (97.4 kB view details)

Uploaded CPython 3.13Windows ARM64

pyafv-0.3.5-cp313-cp313-win_amd64.whl (110.6 kB view details)

Uploaded CPython 3.13Windows x86-64

pyafv-0.3.5-cp313-cp313-win32.whl (96.6 kB view details)

Uploaded CPython 3.13Windows x86

pyafv-0.3.5-cp313-cp313-musllinux_1_2_x86_64.whl (744.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyafv-0.3.5-cp313-cp313-musllinux_1_2_aarch64.whl (711.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyafv-0.3.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (746.6 kB view details)

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

pyafv-0.3.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (725.3 kB view details)

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

pyafv-0.3.5-cp313-cp313-macosx_11_0_arm64.whl (128.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyafv-0.3.5-cp313-cp313-macosx_10_13_x86_64.whl (131.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyafv-0.3.5-cp312-cp312-win_arm64.whl (97.4 kB view details)

Uploaded CPython 3.12Windows ARM64

pyafv-0.3.5-cp312-cp312-win_amd64.whl (110.9 kB view details)

Uploaded CPython 3.12Windows x86-64

pyafv-0.3.5-cp312-cp312-win32.whl (96.9 kB view details)

Uploaded CPython 3.12Windows x86

pyafv-0.3.5-cp312-cp312-musllinux_1_2_x86_64.whl (747.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyafv-0.3.5-cp312-cp312-musllinux_1_2_aarch64.whl (715.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyafv-0.3.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (748.9 kB view details)

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

pyafv-0.3.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (729.7 kB view details)

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

pyafv-0.3.5-cp312-cp312-macosx_11_0_arm64.whl (129.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyafv-0.3.5-cp312-cp312-macosx_10_13_x86_64.whl (132.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyafv-0.3.5-cp311-cp311-win_arm64.whl (99.1 kB view details)

Uploaded CPython 3.11Windows ARM64

pyafv-0.3.5-cp311-cp311-win_amd64.whl (112.5 kB view details)

Uploaded CPython 3.11Windows x86-64

pyafv-0.3.5-cp311-cp311-win32.whl (98.7 kB view details)

Uploaded CPython 3.11Windows x86

pyafv-0.3.5-cp311-cp311-musllinux_1_2_x86_64.whl (762.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyafv-0.3.5-cp311-cp311-musllinux_1_2_aarch64.whl (732.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyafv-0.3.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (757.6 kB view details)

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

pyafv-0.3.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (738.6 kB view details)

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

pyafv-0.3.5-cp311-cp311-macosx_11_0_arm64.whl (128.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyafv-0.3.5-cp311-cp311-macosx_10_9_x86_64.whl (134.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyafv-0.3.5-cp310-cp310-win_arm64.whl (99.7 kB view details)

Uploaded CPython 3.10Windows ARM64

pyafv-0.3.5-cp310-cp310-win_amd64.whl (112.8 kB view details)

Uploaded CPython 3.10Windows x86-64

pyafv-0.3.5-cp310-cp310-win32.whl (99.2 kB view details)

Uploaded CPython 3.10Windows x86

pyafv-0.3.5-cp310-cp310-musllinux_1_2_x86_64.whl (725.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyafv-0.3.5-cp310-cp310-musllinux_1_2_aarch64.whl (696.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyafv-0.3.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (720.8 kB view details)

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

pyafv-0.3.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (703.4 kB view details)

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

pyafv-0.3.5-cp310-cp310-macosx_11_0_arm64.whl (130.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyafv-0.3.5-cp310-cp310-macosx_10_9_x86_64.whl (135.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pyafv-0.3.5.tar.gz
Algorithm Hash digest
SHA256 41a2b021d359bdf92b6b0544d29252e062cd923cf313cde6812ea3c21329112b
MD5 8e0a6ce463bee75f31f1a469bc05eea6
BLAKE2b-256 4f35feb9c02d508c3618354c1246d8f762fc3d5cdb0f78a841de406e79b4e6c1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 107.2 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.3.5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7ac7d9db14b7f7acee808127aeb7c7ca858476365d4726d9fe543c275b049c71
MD5 f7c99f236e4fbb562dd7109ac14a87a3
BLAKE2b-256 d99b6a82115379c5d6bcad4595eec7c585a10d3a2eeac83bdf0bcacbdd145c7a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 100.7 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.3.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 08e4f3f0c605f21cf8b1f09bd4e56c593d685e1bdae533f4bdd4bff892e70562
MD5 458f807a25b6a526d30a27887b9f1906
BLAKE2b-256 d3c8a5a9b7ca7c5c8611480f3798d316d4b77ac8edae9c2980a1315aeeeb426e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 113.5 kB
  • 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.3.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 17e69f34170b9bf51369b3214c293446219b5c784a1120942185a92711205306
MD5 dd44b8496b23c9da4c15e33300fb4078
BLAKE2b-256 9a432d78e8d15c98fe8051a1167077781d9a1ca12913511544961407afa04d5a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp314-cp314-win32.whl
  • Upload date:
  • Size: 99.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.3.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f05c308bb85f45b281843d47176cdc3bc5e790ad9eeaf6d2bfe1e3e99e30c080
MD5 e7b85ba361acad202725e38b10356827
BLAKE2b-256 ad0581b6719d23d2b5119e03b053ac8ccb3430d844539b71be92bd5889a97149

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b93ba6b357d7976ff7de30b6f88035b47a8eebdf927a55d53f2a45667ccbfaa1
MD5 65f5272fb543b69e7f10b4cdbe087ac3
BLAKE2b-256 a0324f8daeab771db6043ff143cf392f60780ed557b2a8c7dc5338f7daaebf20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a9951c1a24d3085e5775d1e5484754b9559d4058b5bba082645c13338ea92612
MD5 c824a94dd4951e4cdcee2feb7ea80ec9
BLAKE2b-256 1cb3991c7abf640599d6019ff47c6224fa3256f69a3b4faee567d8b2f60e1848

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.3.5-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.3.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.3.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d3d97706f00d73d0331d7d95f6f6497454599dd05440df421aee3fec670706e
MD5 2254d74b948cf1a3c5db3d4c7b0d8ab9
BLAKE2b-256 0d4980bcae873bb77bd8441cef8404a540981de8265566a3e0f101b63b2429fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f5499df7ca218b8aa19bbd3a98955add53e26fe5d4eb85ec25ed59fd505e62a
MD5 b576c7f81ec8197a23d84470ed2ed14a
BLAKE2b-256 6878b8046d4603966c1322afa6f64343b87fde1ed72bb23e69af666042d9f920

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2041c2cb3decb1e5c6d81bfbef11f1aac640afd6f1e2d41df3a58bb22073673
MD5 d1dd6a457bba35b8661c89669b98094e
BLAKE2b-256 66aa37619f9e4f3b8f335929da107f8f721a69a5939f549056ff1cfc54d7b629

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d6f1b8b27cb2581a7cc8f2a4e7fc2297a04b2fdb6fc0255d610a3861eda15e52
MD5 3daa66c1a5096a3d7f01b19d3bd356a4
BLAKE2b-256 2dc9747220605a93ec6e23af550d7f27342b5b89cb6993639d5b4c1728013a8e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 97.4 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.3.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0cffcf5fb1bbe331494ae1c7d172eb6f291e8113d563b0cef8abe0e2d4ffb6e1
MD5 5a92f2eba50cb8c8192fd89778a63838
BLAKE2b-256 35ca5c166ce6d34aaefec3215b69f3599d742d2cdb6e13b23fe9ca0ef154472e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 110.6 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.3.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0cfa126ad78a04c3e1411cf1ec6b1c62c50318376da914e6b3b6c9c22c97b165
MD5 562f8523359e84ec4fda8013c035bed6
BLAKE2b-256 597346653788951735faf96305f211b0a27a8dc2a890d8d69d803ee1622c70d8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 96.6 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.3.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c4c312237de0d7bf52278312cd5247a9047ab1c21f0dbad3eb5dc08a9fbc92a2
MD5 348f1dcb61df4c59a46e373988d364a5
BLAKE2b-256 305ea44fed0408a0491c4ed71baea041121032ef4b005280a51ce83d44c326f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 abe3ff059b822274837b0debc96084c7bf49eff6a47dfa5356bc0a4705db3ddc
MD5 3d579510474c1f77fccec73109c216e1
BLAKE2b-256 19522a0f8da98ecf1bc8457aabda7289026b6ad3e7e444ef213d2f6bf48d0a72

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e52525eddb18e4bc194bafc92c97562b6e100cc70a68d1fa535dd142d9becb29
MD5 ad6469c3f81b79ab9253df608e284fbb
BLAKE2b-256 04b8d9f3d49a9cbc448a1086ac2d47d5438f119428237dafd1e7fd26e377df9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.3.5-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.3.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.3.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c466481e1ee91805239971cd82ce2643648a0d567fd9732ae326f001a0f56f0c
MD5 4b4c4937370007fb17de8efcc4beaf79
BLAKE2b-256 74d913ba9d28772681e7b90946dcbb3f4bb2f98e3995925fe157a72d3851826e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b72b8edfdbdeb81f32cef934920d7c2d17b5c6a46b478b179c8a69c9dbc022c4
MD5 500190be2299797526335fe115adb7e9
BLAKE2b-256 6673e6cff0be76dff9d2cafa16d7e7a1f46f384cc948cde19261d76548782fa6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54c6ba95bd4d6169d4d051c5a005edc8c62a9ff90c8c50407aca2977b5a6bfae
MD5 916aacc908f8ee05127dca9a4283b810
BLAKE2b-256 9dfa7baa326e7575e8adaa263366a6c74a535a33bc46cbc9037ccd872eabcd17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bd372e1e0b6871e4a4575a0ec84a3e8f21f2df831ce38119ff401ff1a1295b8a
MD5 deb03ecf1ca5eceb2d8e711131e1d76e
BLAKE2b-256 28d7c6d932ea3b439e8d2a5b26b5fc16c5b98500fde44c7743d56f9df1b7921d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 97.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.3.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bc0ad2c7300512087f630e26ed4b725a4d9bf019bbdca904e0243b5421359690
MD5 966659ee31595d0ab720420f86aec196
BLAKE2b-256 155fb5bf437ff9fad9009bb69296cb55dd7642881865d4c7e6683323b9e549fc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 110.9 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.3.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bc528820dac47bbfa45daaa1f4257c706a16a5357d0c17fe0a4d561ebc1377e6
MD5 0f5077a1acb1facb6c12415685bebc3c
BLAKE2b-256 bac8428d6941daaf11cd4bb81a41e9b33b1c0a82ac01ae55b21d6c2afd3e55bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 96.9 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.3.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b88cba33e5b2d59d801b6fe591e0752e16c19885dbfb3756cd3e4294948441c0
MD5 b5557fd078720cef8f1ba7c49d0235c5
BLAKE2b-256 72443bacf0baeda7e37ff1742b35c68fd09db3f4cbc46758deb70d2039f728dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79a41faec704155e9e8fd0ce9481ba9b994f981aa0a271dd1322b07582fb48b8
MD5 b3656ab13c7de01afeb53d0cf01c995f
BLAKE2b-256 75b66bcbec7cdae5c0e97e1f9970d8a67e32317c6a7fb6824b44ae8e0b2a7a21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3506983195fefcd8ef11883feace3c68fc1b8d90abbad8d1bd20aa7cf070f17a
MD5 6b390e76eb24265cd817bc63451f13ec
BLAKE2b-256 8b60fb394a83275c21f11f9e055bdcd3bd08cc02d88fbfebdcd021ae50104ea9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.3.5-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.3.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.3.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16e675c5e669b406072c7501940baea173da448281659e10a704945bb550e3f6
MD5 99fb5491576afa1176c903490f50fa2f
BLAKE2b-256 87b4328492de22fa47b77918da26641a078a4a209ae48b114b9db109bffcceda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfbb7c475b126925bc42b6e44076d145e34c7a160522dfd4134f11e5c0c63e4b
MD5 9c57273a96b1814deba873c442ad041b
BLAKE2b-256 c601fea647f7289cb89a239ae826a965edca8f425c0cb877a6e5b6ab0078f462

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a4fbac3970b232b1e50c266c06e5dadd7ceca562f189218af9d1d6c7ca22b05
MD5 ba6ad0898e75ac025e99f930ee9990a5
BLAKE2b-256 b69f9b3c28f1510d4fdf7666a5cdb8c6fa9df93b3ed6a3726563898b32610e83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5a1f5ad9814d6f8fdffe1879497612d564f9d68bbec1cdf7c138ddfc5437cc45
MD5 105adba32a74d35258c685eef795b03f
BLAKE2b-256 8927333b75e3033f1b233ef213c37d0430aeec9f713e23e1e0204bce90ed2485

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 99.1 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.3.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 65f3707d88338bd12fd59cdebefb9854afa13ada4250ce8a85b9247b271dcf7b
MD5 2fe31f3ae4bfd01e652ab2571a65f5d1
BLAKE2b-256 3b770e486a03fa01f4572b95cbef6abaaeaf82f76340e2d966c3645d05aab0ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 112.5 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.3.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 efa6de87513c095ba7be18227ccefebc891c6d8e5629f4e766c51bb137e179ae
MD5 4b313a1bd6171e2f99dd4de8c81d7cb1
BLAKE2b-256 c1e590fe4ebd0c94e6e3109bcbf740d4bd2cdae785f003e896a70b93484b9dd3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 98.7 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.3.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 02de7b2eb01c12037020e7d603efe6dc49334862ad6bde1305315c8a9702d675
MD5 97799483a77dc85c2c44a8a9c9077f26
BLAKE2b-256 e0e984f26aea63eaa1e69818e6238eeab098d2e7558c6dc7a2fc3f534e085538

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5cfb4fe3d78c26a1e75e5ab9cf54a366ea153fedd7b6f4f63eeadfca1dcc58f8
MD5 ae4f67c1b4fee28ca481135eabebf48f
BLAKE2b-256 568a23f1ec323b38ccc3ade9ee63667a55479e77281a3fb092414c665e8c85a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f97c1b8c2bc0236d236438afd0578c5ae01384c9e4007f2a0433c8a105326a8b
MD5 694631f5761b3f0e2e0b44a1ce627f41
BLAKE2b-256 6649b27d3374ea1fe7a42553fde50ad40c41f75a3b85788b7270bd388b95ace9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.3.5-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.3.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.3.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 596d0d17c698689450ef5e6d58eeef6e03e6325611589f7597eb4d0d2591b514
MD5 351673ebf57e04be0f472c62d17e5b83
BLAKE2b-256 228a5356d86a13ae9cc7397cc996c307afa47a7daac9bcebd29cc961e7612dc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 052e71d67f6e300d9e20a40c98988a0ebf17fce0c501c0b20680392408977f07
MD5 7f1540062aa1535b11cbd8960f875dbb
BLAKE2b-256 dce93116a17b2d6e964865998726e1f4afea31c4cd5c3c593ba49a457fc89110

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6aa492222b7d71b6fbf4d88196610d4cf2a2d4a1f91159eb0880e0ff05b569a
MD5 4f2898c01a3786a10bd50ec0a6e3bb05
BLAKE2b-256 93ff99d2c09a90e904a1c1c813400b24f0a5ce68501c651664fcb391cf857117

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8cc0dc539f66aaa952192ad8f958e0bbf8e55ba1fd6f95618aebf335e7ac707e
MD5 82d9b2cd2d6be979eeb00d6ce2f5c193
BLAKE2b-256 512e660abdaba51ee293c112ce29193e918885dac4a844c27a629a530e2a34f4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 99.7 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.3.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 3de9d9d53d247ff8873726f5afad89f3cbfbc3d5e4acf80bac1dab1195e77464
MD5 c2f51603db495c8179738be927b2e2ff
BLAKE2b-256 bc47b5bad52c126c0547a56b4335ea7bbedbf296a34cd5dc749d986ff8bd85fe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 112.8 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.3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e592e460a0814f4ffda966ea19cf7f613eca163fbe5bb598c203207a828599b5
MD5 dd92802902a94d814d68ab45d72b5a44
BLAKE2b-256 2aefc3821d8d96e176753f90551ba19d7e98dae0db884f484b0056641d2af7eb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyafv-0.3.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 99.2 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.3.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9593793f8bdea23ebcef408c56c2b6f9578367984296d9e08331e8547c676dca
MD5 817eed421ab18f38b51faaa17cbe144e
BLAKE2b-256 e4413d85566f42740eaa5b96ee7d5cb5f46b07d2b38a907926d220f64322fee7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 477b713308a8f41583a5300db12b552642aec067bd37dcbc5edcdf5fec2d1bde
MD5 5dd915b990cf5ccbe661d6e447a3edb2
BLAKE2b-256 b36cd880279b163681d838d1a95fef99dc035242fe67e9fd71825434f9f8fe13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a48610ee9f3fc8cfb57f1dbad34b60b371e35d95117b6c9c92ff7141771617f3
MD5 ac395b5ca90c080264c6b1eb21bb00f9
BLAKE2b-256 89192337586710c5cd64abec41b23e488a420f7e28606d484759dc7a6745cc3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyafv-0.3.5-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.3.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyafv-0.3.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70761632e4cfa804f1cc4bafb127615178dfbce7fe186c69b15ff007de52498b
MD5 fe057e82e44cbc126bdc9f79f3819e23
BLAKE2b-256 6c9e03caa2537a0f9c535c2c027b396bc2123d2250264169fffed45828b493d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71f3353282003cc68f14fe8e05a8a5b0605f2a8c501c8660d1420f2012ceb553
MD5 26688f961b3de91a426c26e5d69c1875
BLAKE2b-256 b4de0769d8aacc0ac3702c501b9bd8ed6d156bf02e947e820ff2bfc1a9379119

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c2d5a6c60bb533a3f6e01aae30b8551db3439813ee1c79de6e6a3ac5b658a10
MD5 2adb34d9babd1b448576319dd0c14988
BLAKE2b-256 0a7867557830294235157e51086641d7ad3c3f7129a9a910ce06103ed8231d45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyafv-0.3.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8233d6ad72a016faabdfe85a95d4ef826fc0494d4987b7a256759f75f25ba8ae
MD5 db606f1e1e586dba68998765ce993193
BLAKE2b-256 8e60a4bd85325faade4664a8d3cdb11bf7e7bd79719216f01c933886b31d2dd5

See more details on using hashes here.

Provenance

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