Skip to main content

A Python Library for GFN-FF.

Project description

PyGFN0

This is a Python version for GFN0-xTB based on F2PY.


Usage

There is an ase.Calculator subclass termed GFN0 for non-PBC system. And a more low function called gfn0 can be found in the code.

from ase import Atoms
from ase.build import molecule
from ase.optimize import BFGS
from scipy.spatial.distance import pdist

from pygfn0 import GFN0

atoms = Atoms(molecule("CO"), calculator=GFN0())
opt = BFGS(atoms, logfile="-", trajectory=None)
opt.run(fmax=0.03, steps=50)
print(f"Energy: {e:.3f}eV")
print(f"C=O Length: {bl:.3f}\u212b")

# Output:
#       Step     Time          Energy          fmax
# BFGS:    0 21:48:56     -145.434618        3.546420
# BFGS:    1 21:48:56     -145.184501        9.984024
# BFGS:    2 21:48:56     -145.493902        0.833465
# BFGS:    3 21:48:56     -145.496822        0.175982
# BFGS:    4 21:48:56     -145.496955        0.004404
# Energy: -145.497eV
# C=O Length: 1.116Å

Reference

  1. P. Pracht, S. Grimme, et.al. A Robust Non-Self-Consistent Tight-Binding Quantum Chemistry Method for large Molecules (2019), DOI: https://doi.org/10.26434/chemrxiv.8326202.v1
  2. A standalone library of the GFN-FF method. https://github.com/pprcht/gfn0/

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

pygfn0-0.0.2.tar.gz (626.9 kB view details)

Uploaded Source

Built Distributions

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

pygfn0-0.0.2-cp313-cp313t-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.13tWindows x86-64

pygfn0-0.0.2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pygfn0-0.0.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pygfn0-0.0.2-cp313-cp313t-macosx_14_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13tmacOS 14.0+ ARM64

pygfn0-0.0.2-cp313-cp313t-macosx_13_0_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13tmacOS 13.0+ x86-64

pygfn0-0.0.2-cp313-cp313-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.13Windows x86-64

pygfn0-0.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

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

pygfn0-0.0.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.5 MB view details)

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

pygfn0-0.0.2-cp313-cp313-macosx_14_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

pygfn0-0.0.2-cp313-cp313-macosx_13_0_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

pygfn0-0.0.2-cp312-cp312-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.12Windows x86-64

pygfn0-0.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

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

pygfn0-0.0.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.5 MB view details)

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

pygfn0-0.0.2-cp312-cp312-macosx_14_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

pygfn0-0.0.2-cp312-cp312-macosx_13_0_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

pygfn0-0.0.2-cp311-cp311-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.11Windows x86-64

pygfn0-0.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

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

pygfn0-0.0.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.5 MB view details)

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

pygfn0-0.0.2-cp311-cp311-macosx_14_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

pygfn0-0.0.2-cp311-cp311-macosx_13_0_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

pygfn0-0.0.2-cp310-cp310-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.10Windows x86-64

pygfn0-0.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

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

pygfn0-0.0.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.5 MB view details)

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

pygfn0-0.0.2-cp310-cp310-macosx_14_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

pygfn0-0.0.2-cp310-cp310-macosx_13_0_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

pygfn0-0.0.2-cp39-cp39-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.9Windows x86-64

pygfn0-0.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pygfn0-0.0.2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pygfn0-0.0.2-cp39-cp39-macosx_14_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

pygfn0-0.0.2-cp39-cp39-macosx_13_0_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file pygfn0-0.0.2.tar.gz.

File metadata

  • Download URL: pygfn0-0.0.2.tar.gz
  • Upload date:
  • Size: 626.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pygfn0-0.0.2.tar.gz
Algorithm Hash digest
SHA256 5de68dcb78a16756889df91e5156c5a482be4ebe47f23a53efa0dd21f0cc015f
MD5 72d273faa52cc1656bb50f73568c0171
BLAKE2b-256 e921bbb67aa3564af841f2107845f6f06a1758d08c7d473b30b5833e8196e75a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2.tar.gz:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: pygfn0-0.0.2-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 bfc1159ea4f6b752cdeb69930c136a9288877196ec25c2c153885c5e536e0ec4
MD5 e7537bbabe681bd49a85170e2a3d6e10
BLAKE2b-256 130c9c21a4e7f432ce6dc77a761bfb259f5b72c3ebe270d6e9027868f66f3865

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313t-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b03b6b53daef44ff18d6622cb2b444aaa24ca62999729d3050e68c2fd6d2516a
MD5 5ae8f7d7bba2eb0ef05789b42f8b5197
BLAKE2b-256 d47e68fdd30f2afc26b844f3d491ec4d87b08970721e1e64ccb2d14bf606ece9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09c68985ddba2c06e72a6e50d2a619e1cd7a8fdd01318f2bc4ae8d975199e735
MD5 17777e5d9869b889826bfa31c1e97910
BLAKE2b-256 93b17419d36f95b0fcd3fda962c5c66558f7d305634e3b6a3c721e985908f8ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8ca934a8ce2a32eabadd9029b7620ea057842ae5e6515a75a61ebbc38b564d57
MD5 e170fd323bb47922d3277715d7251485
BLAKE2b-256 e632a0381cb9d34df1bfc7431525d5cfde29074fad720a669939dc780072c464

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313t-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a3666ec7cd1f1ef47aff1b2b8f66583378945867098baa9d94df6cb8cda5f01f
MD5 7ce4912a7fd5588feede2430258789c9
BLAKE2b-256 ad22158402365ea79e8509e9232fd19d40c9ac8416543187fb28cc6022a8ba86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313t-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pygfn0-0.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b61fb4866d7b4e83480d1c1d8ca76918128bb7bd11a12c33d97489ed8875a96b
MD5 08f7b3c714d55f90d4dc5b61d0a082dd
BLAKE2b-256 cd980a1254155625b15ec774fe998017eaeea26c4058536a9884dc56ad2719f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a474c1ae8da285e5a4109a572be436452ff06c693b30c18d9f5701b7bb313c31
MD5 d5dc00cecb3c3cf1c75fabc00fe62cff
BLAKE2b-256 fed8e89529adf4cf2decb0aaecceb57940063a5c1220e58a94d57a97801b4b2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55393b4d8f12400d486c9de07972626b5d3b7b8f6ad284fc77cb21354f86036e
MD5 46b969ff2a2316003bd042cf78d3c8e6
BLAKE2b-256 08074535aa0ca34bdb2a2b6231a5f2ca704e8112cd7740a30b01bc6b0a2078a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2d6ea43a0cf6d101172c0037c1b9169390b7bd711600faf05e6eef1fd8189cda
MD5 7d5564cc0ba0599deb9ba0e776eec947
BLAKE2b-256 2e05879dee6a3e7b40e357f07f4c322ce9fc349e694408d0683d17abaeddba42

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 456443407c91137d1fd6cbbf87d266cb99538437734952b533b6d8d4d32d3655
MD5 14e05a0046b9341ea0ec4e64c2b69e48
BLAKE2b-256 29cdf5a0df71b7a92a675eed5693a48d5ad0084a0eadeae42c76425c8be1aee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pygfn0-0.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pygfn0-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 864bf89b96b7610ed12c2b42f161886fa285dc95c8c58b1ad775e56875e27c7e
MD5 889fb7bb5a6bd5847050459726936989
BLAKE2b-256 9d5d07f0e8c780daf1a1e3a5e913ce80287c672a56fda081238a98dd6efa0d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp312-cp312-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1653040c3b49096059167dfbcbdb10f6b00cafdddec1f702ee1b7bc8faaa5fd4
MD5 c2f741bd7c64d58b12f090d5b30f0d02
BLAKE2b-256 b1f7d759cd6b151a584c84aa98bc6a574c361261cc34c648f67ee5ca8896850f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04fff08a85fc14b676f688417e2ee101db56cf6fc832cd8acc0ee8c7302f03cd
MD5 11856ce1ca5281d98583cafeca5c3b60
BLAKE2b-256 79e1a8099ce7c0cf26f5e08bcc8cb16638d5316ca31043f63b3c6e3be81237fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2a2c9708912e680c4b84a2dc72c0bb91f8ef7f9a62fd430a289ed198ff5db7ae
MD5 f4696138f64d8751c44c9fa686136447
BLAKE2b-256 7e7fbb19328ef4e6a93a9415210495c19e2fa53914861ea0b0753c9d4f6e9173

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4fd1cba027b1bb5683ee7eb84bf86a3c7f7f7b750ce1ccecc3e8286727256b1d
MD5 7b018f900cf7a5e9487dfdd140650697
BLAKE2b-256 ad4997811288a531bb74d99416bd0e526d8772bdb9fbe3d096d732d8fb88dad3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pygfn0-0.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pygfn0-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f74ed77171618c05fab187a53fef61690a459e1172cd259a675006ec8b47604
MD5 41e0c3f73b3475df0aaf893621a6a7ba
BLAKE2b-256 6b60447f01ea1b51b39ce195c869ecaec6fe1e925cd56fac99d4dfaa7ccdad6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp311-cp311-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cf55622637967f10981c137598cb421ef4f629c4fddf9875360560f160de915
MD5 760ffaa675ba41b6f2634be77a0d34de
BLAKE2b-256 3b9292a6cd9bdc8af3cfa29aae108e169299eceb24f5b4ca5abca7a199b21361

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9db441757328de5896dc9d7defbfee6b2944f53b57ec357695c6ad3bf48769a5
MD5 afec10fe64656f88a724b1128460a87e
BLAKE2b-256 0d11f695a4bf0fb7365397191d976530f9749833bf6664892bb9da33a797517e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3c69ce3b6f05c7e811b9df629b742d0bf473243889aee53483a084bd1b87cc8f
MD5 bd4d69ecb7aee057df5272f9d3c9d6dc
BLAKE2b-256 fb5b828200da1240732280e879b9ed6f7c0bd6c7f8ab9a04daebf51494007d8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1fc5542e09d6e524724e3defb4e875d12091cde11bb7ff374727aa6bab3ceaf7
MD5 fc570720f82cd9708745042fc08cf9ac
BLAKE2b-256 862e1a20eeb2f92ad4f5dd27e7953b0ad217d055aa614ac71388be83f9884605

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pygfn0-0.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pygfn0-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5fcfecfa344002462d9bc436d59431c09dcc71b747ed6b2d88af9640b2dcbc18
MD5 af2c4f13549e96591ecf2fa7c502182e
BLAKE2b-256 57ea0412363a0ce3348d99b9352c44b4eb8efcff4935058e557e275eb19865a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp310-cp310-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 463557356c8a7c5624eeb7b7dabd86eb6a7a7bea156ac0a0cd322ac9144dc9f8
MD5 99134ba4f028805773eb0f39a026a5c4
BLAKE2b-256 9bbf25e87bb11e12cbb56bdb555ae2bad1c12074d39ad49bc916e7f9f21bc454

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72a76ee55cbc037dd1b5c586f728c95f3080b81b148ca989de4f298364540fc6
MD5 14c7fb5adef9254a321b72c23815c5c5
BLAKE2b-256 e49baec0c2c3c27b95297858ac16883accbaf8455e1872643efee153fe6271d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ceb154ed12a65f091533e97a76f295c0aebfbef29578d269e0fc6d51351f48d8
MD5 1bc21178c51a8edb96958b44b5a3c19c
BLAKE2b-256 dac008bbbe8bfa14a690a3ab7a98a6412a12f79de5efe58e28cefd11712a5b0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 094efd9e27ecb2e81cd79afffc641c29d368e309daa063d41d0a9881870fc150
MD5 0774d3ee89589e192f4acf6cf436de4c
BLAKE2b-256 cc5062975ff24e6cf70babeb62b869585ff8b16c014649ed9f3784403b5d4dd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pygfn0-0.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pygfn0-0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ddc9e0008f29279ccdfce5e0d5467010a308452f33eff6ffabecdd236016559d
MD5 c8dca74eebcc44163e3e91807f406883
BLAKE2b-256 0c5d972fa8ed217670ffc046d2692e4f4d64112c30bb5c55e714f2d4a1f42c34

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp39-cp39-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a254504d10fc5ea28f189218204c3737d05ceac9db66ccbae809d62089843181
MD5 ee061eb2f7433bba68f55e663af4662e
BLAKE2b-256 c560c2468d14c5ff1b1d3b72393ae007ad361bec0100d5a5899f7b40d7c9591b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1882dd5d448e2666bc9a47d10ca0c403be6963b3600d7bd3aef741e69219dd24
MD5 10268dd4231a690c6535b9f1aa0c9a6b
BLAKE2b-256 1496b29fbbcc01c35a73c0632fa4e08d1affa0e6debed46de1ab3882536b024a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 735514ac621aa5fe4d5c25f194cf14524f966eb5106bb5f74196347fe1a4c90e
MD5 b213b0f69ba909d310914c76e9876584
BLAKE2b-256 d145b5c20d37661f8bf5c87366ba93f1e91f9c149e783f22c1706a400a5e4b9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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

File details

Details for the file pygfn0-0.0.2-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfn0-0.0.2-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0a1aa20aec0e3c192abdab708fc9efa6c2bd0f907d5633f92fb280c08152c575
MD5 70d8e8da8de99a907decc4afe4255fd6
BLAKE2b-256 24bd81767c197a0c155b515ee33cfcdd19d343d568486583f1333849ccd09359

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfn0-0.0.2-cp39-cp39-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFN0

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