Skip to main content

ptfkit for Python

Python bindings for the pedotransfer functions implemented by ptfkit. Public functions accept scalar values or NumPy-compatible arrays and delegate the calculation to native NumPy ufuncs.

Installation

Supported Python versions are declared in the package metadata.

pip install ptfkit

Usage

import numpy as np

from ptfkit.jabro1992 import calc_ptf_jabro1992

k_sat = calc_ptf_jabro1992(
    silt=np.array([20.0, 35.0]),
    clay=np.array([30.0, 18.0]),
    bulk_density=np.array([1.3, 1.45]),
)

Inputs are keyword-only. Array inputs follow NumPy broadcasting rules, and an optional out array can be supplied for in-place calculation.

Documentation

The applicability of each PTF depends on the dataset, territory, measurement methods, and variable ranges reported by its source publication. Review the corresponding source page before using a function outside its calibration conditions.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ptfkit-0.3.0.tar.gz (131.1 kB view details)

Uploaded Source

Built Distributions

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

ptfkit-0.3.0-cp315-cp315t-win_amd64.whl (96.4 kB view details)

Uploaded CPython 3.15tWindows x86-64

ptfkit-0.3.0-cp315-cp315t-win32.whl (84.3 kB view details)

Uploaded CPython 3.15tWindows x86

ptfkit-0.3.0-cp315-cp315t-musllinux_1_2_x86_64.whl (102.6 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

ptfkit-0.3.0-cp315-cp315t-musllinux_1_2_aarch64.whl (93.9 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

ptfkit-0.3.0-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (94.5 kB view details)

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

ptfkit-0.3.0-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (102.5 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

ptfkit-0.3.0-cp315-cp315t-macosx_11_0_arm64.whl (116.3 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

ptfkit-0.3.0-cp315-cp315t-macosx_10_15_x86_64.whl (102.6 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

ptfkit-0.3.0-cp315-cp315-win_amd64.whl (96.1 kB view details)

Uploaded CPython 3.15Windows x86-64

ptfkit-0.3.0-cp315-cp315-win32.whl (84.2 kB view details)

Uploaded CPython 3.15Windows x86

ptfkit-0.3.0-cp315-cp315-musllinux_1_2_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

ptfkit-0.3.0-cp315-cp315-musllinux_1_2_aarch64.whl (93.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

ptfkit-0.3.0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (94.2 kB view details)

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

ptfkit-0.3.0-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

ptfkit-0.3.0-cp315-cp315-macosx_11_0_arm64.whl (115.7 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

ptfkit-0.3.0-cp315-cp315-macosx_10_15_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

ptfkit-0.3.0-cp314-cp314t-win_amd64.whl (96.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

ptfkit-0.3.0-cp314-cp314t-win32.whl (84.3 kB view details)

Uploaded CPython 3.14tWindows x86

ptfkit-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl (102.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ptfkit-0.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl (93.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ptfkit-0.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (94.5 kB view details)

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

ptfkit-0.3.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (102.5 kB view details)

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

ptfkit-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl (116.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ptfkit-0.3.0-cp314-cp314t-macosx_10_15_x86_64.whl (102.6 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

ptfkit-0.3.0-cp314-cp314-win_amd64.whl (96.0 kB view details)

Uploaded CPython 3.14Windows x86-64

ptfkit-0.3.0-cp314-cp314-win32.whl (84.3 kB view details)

Uploaded CPython 3.14Windows x86

ptfkit-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ptfkit-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl (93.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ptfkit-0.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (94.2 kB view details)

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

ptfkit-0.3.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (102.2 kB view details)

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

ptfkit-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (115.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ptfkit-0.3.0-cp314-cp314-macosx_10_15_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

ptfkit-0.3.0-cp313-cp313-win_amd64.whl (94.9 kB view details)

Uploaded CPython 3.13Windows x86-64

ptfkit-0.3.0-cp313-cp313-win32.whl (83.7 kB view details)

Uploaded CPython 3.13Windows x86

ptfkit-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ptfkit-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (93.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ptfkit-0.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (94.2 kB view details)

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

ptfkit-0.3.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (102.2 kB view details)

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

ptfkit-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (115.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ptfkit-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl (102.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

ptfkit-0.3.0-cp312-cp312-win_amd64.whl (95.3 kB view details)

Uploaded CPython 3.12Windows x86-64

ptfkit-0.3.0-cp312-cp312-win32.whl (83.8 kB view details)

Uploaded CPython 3.12Windows x86

ptfkit-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ptfkit-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (93.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ptfkit-0.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (94.2 kB view details)

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

ptfkit-0.3.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (102.2 kB view details)

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

ptfkit-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (115.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ptfkit-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl (102.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

ptfkit-0.3.0-cp311-cp311-win_amd64.whl (95.4 kB view details)

Uploaded CPython 3.11Windows x86-64

ptfkit-0.3.0-cp311-cp311-win32.whl (83.6 kB view details)

Uploaded CPython 3.11Windows x86

ptfkit-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ptfkit-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (93.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ptfkit-0.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (94.2 kB view details)

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

ptfkit-0.3.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (102.2 kB view details)

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

ptfkit-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (115.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ptfkit-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl (104.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file ptfkit-0.3.0.tar.gz.

File metadata

  • Download URL: ptfkit-0.3.0.tar.gz
  • Upload date:
  • Size: 131.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0.tar.gz
Algorithm Hash digest
SHA256 921f22a6d1748c6346338c533f48aa15b98028e8491f9efb0033ac4b65320dd6
MD5 9b99778a720cff47d88ac415427a4647
BLAKE2b-256 27485a61125be6071b3ead75afb5282029e5772554300614dd9f4c48f989e5f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0.tar.gz:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 96.4 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 fd6d03eeb464dc73b68781b4290f904bef4f4ce0ace8b9813298b6e08c1005a9
MD5 3a918012e1105b348b954a318e1baf40
BLAKE2b-256 1112ee4ad9a644e2e817bc11876c52abc55771e9c8e25d2ae9004fcdc23a7837

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315t-win_amd64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315t-win32.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 84.3 kB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 d01cdd2270e220b314a957f336e0d79d2e56f1461f682c75aef87530823d713c
MD5 6c4a49139607a9e5bdd6ab19c8a2f900
BLAKE2b-256 1bb9c8b4eec5c3b9405da6630b19c5dec4feefed22ea4a0a6db0ca5d31836c8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315t-win32.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02066bf3a77176deaa7e87d55540dd77534565b9e6e98435a2c55351290f4944
MD5 9e656464424a4e63782be0a370410b3f
BLAKE2b-256 5591e9e0f45ed3d64a343cbad848e7824a0be5fce1876307964157bc4bd08e05

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c3d496b7de98f7f57c0ed497f5a54671d803c0487d45af23e031f4ed80658a0
MD5 4b839fa99e168183dc1805eba47f34f2
BLAKE2b-256 0caa6b058ef2c25380aa8a3623c135ca66f87aa9be7af788f6cd7ddd59995425

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315t-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f83a7169e2c57d4e6591533b25556f32c7aa06ba1f504399523e9d081b26f9d
MD5 5169bb4863a36e2ec1bdbc0f3a982761
BLAKE2b-256 705594c981debc2352172174d4ec81c03e11e10d8a491794337c4f8f56e1b832

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e30fa89bd1311c0dc6a2135eb12fdc77981e2c4879bee3b65e5ebd14b06335f9
MD5 25b35a41ed9827815ec2b90f2cdc04f8
BLAKE2b-256 2199a4e6ae658f63d4e3ec870b9632a34946c515777f9db3cc3ae8975f57fc41

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67714010ad152e6b7b8c4f0a33f3c26354f2e737a836fa15a95520553e8dbf6b
MD5 29458734abf48669763b535a14256ef5
BLAKE2b-256 d0dfd8159613b769299d9db77a2b0cdddca17490f8397116e573916b9d04b0c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0dcf02d2b191fbba77a84c2a3d88e5d580be8ba140e99e73bc3762dfe4bb0b70
MD5 37ca7cd471666f155d43480d7a3af918
BLAKE2b-256 0d02a476601240c5bc3dea759ef9b423b65386cc5858cad87df0caf69d400a71

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315t-macosx_10_15_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 96.1 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 849bafe015ebcadc02c62a136e7e361ef2f08c3480832c27aa15af75f1801e49
MD5 4308eee8a30ba024e196a66d96c7e6d2
BLAKE2b-256 f2e6bdb9e0927c809b7f339908f9bb660b6d004b54b04654af9c27a7d8c6a438

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315-win_amd64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315-win32.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp315-cp315-win32.whl
  • Upload date:
  • Size: 84.2 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 144427dcac70681d33a6c17e041560c623238af86f06dd1c5bae9a18e9ae222e
MD5 0f01fc6126baa6ddfca56732f6667455
BLAKE2b-256 4a96c5d03ec5ee6ae1bbea1e36101325564a870532c26347eccd407597a97d71

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315-win32.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88539bebbaf73b0ca04bcbee2fba53505b23b45286e207a6416357413937f7bc
MD5 3f9554bbc4429682a1b03e75df63e669
BLAKE2b-256 16bb3df520176dc6c9fd13d958b11d6f9a9967f0b4fc77a0522b3240f752653f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57c72568115fed370eafa88040d911a65092449dd3447c7b49c6937e0a830206
MD5 49530e77887841a20cd012f421fb41ba
BLAKE2b-256 d9600108ea9cf61f5e7d76e6a6e095dc51195266607b499501267601834d4c8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7895c5935a6957eb8f1b2452dded8e993c903ab39833d4b583c2950d210c31a7
MD5 e184a5814bc28a29842c86b7597bbcec
BLAKE2b-256 33e87943e1f3b6ea31364ac00d0934c5c942419a3d1a9755a7349ea935f5a6d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 dfbddc62c234f34e0bd396bf403ca2066966bca75f9cc4755309fef379f20804
MD5 058d48e2fe6fbba3c88df4c6585614cf
BLAKE2b-256 f70a5d8acb5332474e014c545a15e23ffa30cd03ae4187c48dea0e8f17939ba0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc83312a0b5e8bdb06ffac9bc3b8ae7f0b299fc3ae3c8099c6473bd5d952cf0f
MD5 ba86d2be45d7d9e732ba749a4b918a92
BLAKE2b-256 ef5b83e96cef4cb249be54d1aba19b27e8da7e16bde618172243d2f220aea9fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4fba910673203a1c68bf2ca54491360ccdd435a8d20c24fc4b2b7a184d99ce78
MD5 b5afc05afc38ac5abc74e3086628e7ed
BLAKE2b-256 b2f9b98e9d39ca9a105be35382acbf673eede748fdc4b4c63378fd9a7837713a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp315-cp315-macosx_10_15_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 96.4 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9e15cdaec6a3610946b19ea78d82b74210e1712df1398bb5d6bc1d4b8eb5dc28
MD5 c041a49ee114b11432a6c618b917eeaf
BLAKE2b-256 ed280a32b44861ec6596a0441f0cd515592006289fb6ee7d18f315d1d63b0562

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314t-win_amd64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 84.3 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 6e53a97f9d8688e8a603b13fc41bfa05bed58e1a439e9eb3049702eee7bd0e15
MD5 fae132cdc0cb01f309ab8bcef1d93d4a
BLAKE2b-256 0b174c66b344131af8a22118389c1871bab2b73774db058686ec8246fc0e5568

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314t-win32.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34e6da7fbd2e897fb4516f12f0b56674cce8ee0ad557bf863d8b349027862929
MD5 770f0031944923b2a75ea91919b99f29
BLAKE2b-256 b3d8ea584f8d37fe3dbb3fafd28e0e0f7968547a78dc631809c913b20aaa0fe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bebb68ad2500f6c41976a3b5938ee7d335936927d1cab48b471c2cf50ecb65fd
MD5 3b98c7eac499e83c0b7cd922668d8227
BLAKE2b-256 2bf246b010cef6b5b5afb743817b999bc6caf1aad5c1908db067cd9b3cfd29c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf67a4fc3581fd4ec04594f2375fcaa6fd06df8e81e2ea5e5a226f0d3845d980
MD5 2d071362688ea4262f889fd816808fe4
BLAKE2b-256 0f94f5bc5de5c0dd2195226205e0ffbb241525a384b76c267fd44c566450314c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 bd5f4630e71d745bdf85be4c769e8be58ec62fcb649ad698b4935b61278f610e
MD5 b3068c0f212c88a70dd7c2abedc30a31
BLAKE2b-256 16fc494339d0adf03c01270cdc60a48ba3681705dedf3d7920237f0ac8f07fba

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 308a75629946894e170195ce5411260f441b312b8299350d2cebd6abacdc2aee
MD5 805e77d9e351dbc27b7febfd07c30019
BLAKE2b-256 3e310cf5c1c7c0d0209844222f11bac6580ca29a3ec684610e0eceecd2feaf96

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d49971f4191b4cafaed60faff18a0d9b454fa7ce1447e3c9963277bb3887a4d2
MD5 5ebcd4ab06e07ee50d24308775e12c5f
BLAKE2b-256 703e1290f97450410c3cb5402661bb4c7bea8c562beb183ebd3461c744e3e7f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 96.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1bc11cff267532a2ec0c9c278df95227d01449325f7a22ea81cfb7c66304a80a
MD5 a4a1dbffd1ef5d25e633477e73418655
BLAKE2b-256 66dd0d39a87fb1980870b68f6285d269dd75054780b0d3ef79e93d60f8ef137a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314-win_amd64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 84.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 655f33fcef5316aa8bdb4cb6080f73fb8c787151137fc99c2b2ec5cdf94585b9
MD5 a491849603d9c4b8cb0bfb21e3618ca9
BLAKE2b-256 07e22d178cf9f938b8007d695b33bdbf6927b089cb40e85cfbae0b34a8ddf414

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314-win32.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd031ded637d4bbe8d506a8ee59e70ae04379119da8b0a6118018dc4988f2096
MD5 0ba99588a794830869eea58759fdfe4b
BLAKE2b-256 1f5b8735003324e3584e6621512b21a7c6ff609f3cb83dfff1ed100faec2d7f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2787464735ce09fdd716ebea7b6e8f43875bdb8d401bb60885cbb7ef858bcf62
MD5 fd9f7ad8a4058cdd9136e1272402ae56
BLAKE2b-256 9ec51e20615bd69212bc3322460faae943075a5422cb0426b575c4c9314bb608

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eabfc7e216c309b5d2a3b8e615d0cdbd0634706f8d87887efaaef0b35e1cf2d9
MD5 f2630c7565f61ef0bda15eb491073096
BLAKE2b-256 03cc19c68e46d7840ba47dcb7c0408ec64f21c0c73b55a0c70a5727dd9044a0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 70e2d4e324408b4e8e8f3d60981126e4481f691f8a2557c32d202ce3d2b07472
MD5 45a57f3216c77a2a598629be1924841a
BLAKE2b-256 4da50156d7d21a47983c196c24cc03b0434ed56a009b7d5a17fbabba88fcb06b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd6368b48c33f962bb3ed51bc02e56bc59b1c97f2e91a4e8bdcf7032a76f0c32
MD5 8f4f32e9b5fecc7a9cd86cae1b5f129e
BLAKE2b-256 51f552d1a4c88b3179f42ab66f0406f2946844819649595cfb234c6f62becbab

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bd38f8c4779b39df7e20c4407c9797e2b2a2053a9ab445ca6e726e3b51f16562
MD5 710694ceeb70d1d870017ac80644f7b9
BLAKE2b-256 3a588dc689d8fd2f89b6aa14ccd40cf136d2179c3ac364d3423a01ea660e37fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 94.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 caafbe75d47b18bcaed0037283b4ca88fef66eb0612aba83dc5f4f95e4999ffc
MD5 a987edff9e2f5fa54c3ce77e58ef8517
BLAKE2b-256 a8fd9c637ed778d5fd129e62076e4aca6588ecd365bba5e4d4cb00504329b3c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp313-cp313-win_amd64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 83.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6ff7de41162328524d3c687d7a1d3a1b10e89257df70d665efbd8d8bd6d68f76
MD5 587e661bf7baa868e163291caa128cc9
BLAKE2b-256 85d094459737bca72c1456be01f8aa1de7a1c196039f1b637100bb1ee76e8f47

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp313-cp313-win32.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90e71bde144755efe8c1913170d70ae62b70d0996400e99abb6f6d59181ac36e
MD5 8bfeba3cbd825b209d00b022610cd91a
BLAKE2b-256 e0af6b27fdf74128f1f95bcc27a38dfc21933e1ff4d5834f7f1f082345d81971

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ba7aad097aeff7f64dde96893bace125bb1563776c622d741120b4535759572
MD5 2098a18d6aee21d2fd63b82a58ff8d0b
BLAKE2b-256 96bbb6f79d9cf3c3eeccc2282074c12adbcedde3438429538aa9d6488c13ab8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b18b18226a141cf5a0aff1059e7b72bba9588beee4381b1101d70b26501204cb
MD5 464c7b451f8348b6201fc497044054d1
BLAKE2b-256 9ac462dfd0c2b12dabb6b9159ce425b1b05cc03c88ccb8608cd8f36612168f6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 77af0e8669fa6ed9d51346f9f76ab3e66d71a8da002219cc78ffb624af6fac10
MD5 6714c6a2a55c33eaa027a9d28295cdae
BLAKE2b-256 52c0ba2b56e059c5ac1360bd473b36e9823227db36a85fb840618906931d46ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb5561d0a0bb623a321260bedf5bc7af18af6e30e2660e5486c6a517bde12e58
MD5 3a32d8be8d7ffde54f2837131ce70993
BLAKE2b-256 64a28ad5282f29282f99541bffb95cd29ad13e4784c2e3366628b60ce888f566

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9e7a72625247f5374af8cf6101d55f94a758467dd16221f9076db03885f3d1af
MD5 1def6e693d67e8e280e5acaeecc3343f
BLAKE2b-256 3c290560d3d265b5d7518a27aa8eeb93d1348ca3ee701bb896b4d9d28c9db859

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 95.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 20c595c919fa882e4850ed2ae273a5327a65ba9804acb501cdd34764f40669c3
MD5 bcc167a82a12636e3822bded0432b49a
BLAKE2b-256 778012591b47ef3b793c567e04ba9aa61caeba8d913ff6796d2dc10217af3dd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp312-cp312-win_amd64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 83.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 10c92c3bb1b86d09b30fd9704f9755d613e2adc338268d85f3c1635b57ea9a52
MD5 b06c947841eef7c097e55844a60c7933
BLAKE2b-256 f2f969ce089b6eda2b70484e3d1d6ac6fd733523592c98c7a47895842564ff66

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp312-cp312-win32.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84f931de3175bb1cf778c58d7d4aae8c957e16ae20f22a9f1f29b44f41772260
MD5 588f7d5ec7e98834546052586cb66ef7
BLAKE2b-256 469f721d59a0f7e370102aef7b1608294532283e5a71b132022c3746adbda7fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04185c4d820670be0700e169e20519ebcf06a287b20a0470c0b715f4dc62aad9
MD5 06a845adbdec0fd5e60b46574cf139c4
BLAKE2b-256 2539eb1ce5df05013f2ea18a74b43da2a6ef2c23bbd36557460ef331e4b3407e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb1e8bfdcd8217b2c1b8df7a4b503a896c897caf131250a3004b1c5cc26e24e0
MD5 3ef918cdb1064d73f8b7b8cef3f4ffff
BLAKE2b-256 fcd326c758b09a8e09f5e9036a3c1808587c44e9b7d0c9f0e00e43b6ef445235

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 aa82312021c6ff25a682b51715d1df60321ef691e844f60760b299f7c5849a2c
MD5 7d2fbbdac27971094d3c99368a18bb12
BLAKE2b-256 a7e6201204886f222e15b3305bb940443594eb12fcd1898d86658fa213167d56

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d593e44476d086d700cb687aa5819d78c2ffee9f4d6853adbcc81dbf2afe7a7f
MD5 79519a1a66acb5d9759318d9d20ba7df
BLAKE2b-256 874d90450758016dd3c3167778b46a46a83e84bb89435170bd8d80737faa9d8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8aa3af5adcc47c39beaa98a4ec4de84645d03c8d3df84b395ef32780931e0fe8
MD5 f4ecfbddf8981d443ea3945255530ae4
BLAKE2b-256 2e686dcbe5bf0e377ae893dd00d647e8bc4d570591d2fe0dd53de474ebff4224

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 95.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0f14de951b4b6b8bff2e06a98029fe1f8c0545d56d6c1aba90d4933f533aa46a
MD5 dbba5bdc8eed7974fce6c6598b2a4000
BLAKE2b-256 70b740fd97cfbe9c4c602f8ace817ee3f3dc830fad96b9076245274e74b86506

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp311-cp311-win_amd64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: ptfkit-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 83.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ptfkit-0.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5f7a78e28ce431508ee987b42e4ae2f7247b14a97b8bc99677a8fcb1980f30e0
MD5 00bc080048e2dabe25808ab3ea30ae94
BLAKE2b-256 d441cb3bae966cfd023e9f33e79fcbd067cc16605c352fda2df43ecf1ae4eef6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp311-cp311-win32.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0e5b9c36132998bba4f2a311f2abdfe15613ed719511b95f8a7ab3c67cb97dd
MD5 733a81d29ac329ffbb924edbbd51118f
BLAKE2b-256 65391a76212cafeb66fb22f70a8d11007f42e22e3fe2ee936df4d682674d3018

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c01d44668823353afddfb6591b6bc68c00cc8b0803b001ec7854a6fcc8f87885
MD5 b50306b09003b454687fe39567304138
BLAKE2b-256 c219904adb263882f7c983dcf1aa311a3cc7d5030797d4def8cbe07c9a60757f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a6095644bcb9e9c5088a60cb35ba8d90394edb6126d5c54bc3a78b0998021b2
MD5 9b434682c7927c0981b4a1a20f3968b1
BLAKE2b-256 8175f6c60c1f691a75551aa7e0c10b0e4bfda490d380cf98347933ad498ee96b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ffdd1ad5c24a48c169a108728de849bc60703d609dbe2faa2284ccf3eb8db6ed
MD5 09d7b0ceeb64e89bc9089c9f0b9aca47
BLAKE2b-256 1c67b61a8bdeb7a4eab0ae0fca48a42596b3755417f06885ce482106ef90ec67

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94cad4322af7fa3f213ca59b9fac38ec2fe0c455ef9c370f2c92c9c3f338096b
MD5 4a1bd6ee8cb6d41d29f50edf152afa72
BLAKE2b-256 02ef802dee999b100d1f81d978a3fcc02834174e510e23e713dce6f7027076d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ptfkit-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ptfkit-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07c65b6db36332c3cec54dec1d37b64096c78a493eec7e0e5b90a66a034827a2
MD5 7625c19b720bee5c8708b439f232b886
BLAKE2b-256 78a8039c1cfe23c985fe34e520ee26caa61522d9e19075ecabafd3d1138b1637

See more details on using hashes here.

Provenance

The following attestation bundles were made for ptfkit-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yaml on AgroDT/ptfkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.3.0 This release

57 files

0.2.0

57 files

0.1.0

49 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page