Skip to main content

the Global complex Root and Pole Finding (GRPF) algorithm.

Project description

grpfc: Global complex Roots and Poles Finding in C++

GitHub actions PyPI License

Description

grpfc attempts to find all the zeros and poles of a complex valued function with complex arguments in a fixed region. These types of problems are frequently encountered in electromagnetics, but the algorithm can also be used for similar problems in e.g. optics, acoustics, etc.

The GRPF algorithm first samples the function on a triangular mesh through Delaunay triangulation. Candidate regions to search for roots and poles are determined and the discretized Cauchy's argument principle is applied without needing the derivative of the function or integration over the contour. To improve the accuracy of the results, a self-adaptive mesh refinement occurs inside the identified candidate regions.

grpfpy: Global complex Roots and Poles Finding binding in Python

We also provide grpfpy, a Python binding for grpfc, which is a convenient and high-performance solution for your research. A set of pre-compiled wheels could be installed directly via

  pip install grpfpy

Additionally, if your platform has not been supported, you can clone the sources and build them yourself using pip or cmake:

  pip install .

Installation

  • Pull source codes
  git clone --recurse-submodules git@github.com:allegro0132/grpfc.git

Linux

  • Install gcc complier
  apt install build-essential

MacOS

  • Install clang compiler
  brew install cmake llvm

Windows

  • Install MinGW gcc compiler
  choco install mingw

Common steps

  • Prepare building directory
  mkdir build&&cd build
  • Prepare compile flags using cmake
  cmake ..

For windows user, you should type it instead:

  cmake -G "MinGW Makefiles" ..
  • Compile the library
  make
  • Run the Roots and Poles solver
  ./main

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

grpfpy-0.1.22.tar.gz (5.9 MB view details)

Uploaded Source

Built Distributions

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

grpfpy-0.1.22-cp314-cp314-win_amd64.whl (776.4 kB view details)

Uploaded CPython 3.14Windows x86-64

grpfpy-0.1.22-cp314-cp314-musllinux_1_2_x86_64.whl (643.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

grpfpy-0.1.22-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (148.1 kB view details)

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

grpfpy-0.1.22-cp314-cp314-macosx_11_0_arm64.whl (114.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

grpfpy-0.1.22-cp313-cp313-win_amd64.whl (749.5 kB view details)

Uploaded CPython 3.13Windows x86-64

grpfpy-0.1.22-cp313-cp313-musllinux_1_2_x86_64.whl (644.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

grpfpy-0.1.22-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (148.1 kB view details)

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

grpfpy-0.1.22-cp313-cp313-macosx_11_0_arm64.whl (114.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

grpfpy-0.1.22-cp312-cp312-win_amd64.whl (749.5 kB view details)

Uploaded CPython 3.12Windows x86-64

grpfpy-0.1.22-cp312-cp312-musllinux_1_2_x86_64.whl (644.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

grpfpy-0.1.22-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (148.1 kB view details)

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

grpfpy-0.1.22-cp312-cp312-macosx_11_0_arm64.whl (114.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grpfpy-0.1.22-cp311-cp311-win_amd64.whl (750.2 kB view details)

Uploaded CPython 3.11Windows x86-64

grpfpy-0.1.22-cp311-cp311-musllinux_1_2_x86_64.whl (644.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

grpfpy-0.1.22-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (148.9 kB view details)

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

grpfpy-0.1.22-cp311-cp311-macosx_11_0_arm64.whl (115.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

grpfpy-0.1.22-cp310-cp310-win_amd64.whl (750.8 kB view details)

Uploaded CPython 3.10Windows x86-64

grpfpy-0.1.22-cp310-cp310-musllinux_1_2_x86_64.whl (645.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

grpfpy-0.1.22-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (149.2 kB view details)

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

grpfpy-0.1.22-cp310-cp310-macosx_11_0_arm64.whl (115.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

grpfpy-0.1.22-cp39-cp39-win_amd64.whl (751.4 kB view details)

Uploaded CPython 3.9Windows x86-64

grpfpy-0.1.22-cp39-cp39-musllinux_1_2_x86_64.whl (645.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

grpfpy-0.1.22-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (149.4 kB view details)

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

grpfpy-0.1.22-cp39-cp39-macosx_11_0_arm64.whl (115.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file grpfpy-0.1.22.tar.gz.

File metadata

  • Download URL: grpfpy-0.1.22.tar.gz
  • Upload date:
  • Size: 5.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for grpfpy-0.1.22.tar.gz
Algorithm Hash digest
SHA256 64b7ae9526c5e306be2c46f9ca3b7591a0b71ae4dcc545492e8937f9e5b95fbd
MD5 d2df2db6cc27cc320c91382f87cb3621
BLAKE2b-256 0534c73db1250aa3b6c22ed11449728ca743cc841fb0b31af5972fbba5ab1f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22.tar.gz:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.22-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 776.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for grpfpy-0.1.22-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 facfb94b3bdac19a82040211c751c93bae6a1e28c98d77d3cd1acf6eec9b4bd1
MD5 7dd357f078f750ec9b6e66a6a1cbb3ef
BLAKE2b-256 3cb9ae7fdce070aa409e277433992d558db175ff1b949fa987390666aac87c2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp314-cp314-win_amd64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55824a5c9bde489203ef9e86582b3ccad583f902c60e033133574bfb4d6bdc50
MD5 1cec8ad87e0cc27c0c9a42c91c282d2d
BLAKE2b-256 e5abb598f1b5faef25288c3c6eccad965c923baddbace996a91aa1ecdc12eee8

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c2cf8c3887db0d572b5091cc37485b41818958d94861d9756df224d24138566
MD5 8948bbb44c011c5c8b111cef9dc88a17
BLAKE2b-256 50ad6a8622dab8c1f8ecd8d22711e601e85114003cbb4875ba17749f85c15ad3

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a641451f28e963472769bb41a468e5f8e0403284651eb608f6c629cb420ee900
MD5 4dd6719d98dfb93ca0b11d0feab4c835
BLAKE2b-256 a6646f8befac259173a8611fe8808ec4a850abe17df137fcdfbd90775e7a6390

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.22-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 749.5 kB
  • 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 grpfpy-0.1.22-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1abaccfd467dc7c6c86c1ea6bd40ca577bf19da69875e31416835d6b12769fd9
MD5 95229f4f334a1e793807e86d484abeb3
BLAKE2b-256 73a35561a176a9ff2aab1abbd0c57d144ed2a4943e2776782b4ee543edc82724

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp313-cp313-win_amd64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7356c1559a3ed0d2578e4daa622a95e77311827a49d0bdbb05495155479eec0
MD5 c1049c26be4c6ef456d12b44dcf72743
BLAKE2b-256 97352b4d31be93ade4e7a70c678b941515c069c8d9e84e32491cb05cff9c0ba6

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 783b8496de02615be143c2cc9b0d00ac5c3b163c337343e962bc0d8b76d4d7c5
MD5 75e0b5903097fd487404fe4c6b028849
BLAKE2b-256 0bc37e262c34d035a173b9638dc2fefd9a0d078f82b8ca3c01bdf6d12bf67772

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6eb1ec95148275ee2a56b96f1363d6d17e026c6d2f6bc55fa473dd621d069294
MD5 bf9e0fdbaa763a7607e14ff740638ea6
BLAKE2b-256 c0f9dbc60bf075583c4f9f1f3a81fa5f68df3139baa03fef2c783c08d4f088dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.22-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 749.5 kB
  • 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 grpfpy-0.1.22-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 904e23f7626e7a7cb27fbc2d9328ca083612ecd6c8d53fdc356ab46491359f16
MD5 18ad56773b8d45d9d594482bf6a7a22d
BLAKE2b-256 3c8d9d4fbc663442bf43f5d1dbcdf6da54bb9f0d504d56243da826b3d32b5a9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp312-cp312-win_amd64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bba34652f6cf3951676914ddb06b5e8ca293cb9f69a2cb2b3436862b086209e1
MD5 ada690439c14f39c54ded70cdbed4553
BLAKE2b-256 3c6a0e6009b232e8dea5176c2064b3c32f70e529735ae14ce36836fbb3f87b64

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4feb23bf3e63be1f7899a5ab49fc9c0d83977bafb6e637d2ef9a3a8e0c372e05
MD5 a73c0cb3d2b1d3fb14a32cd7a6fb1ace
BLAKE2b-256 3c92e83c36dc0d4d0cffb5e3a84c4040f54c78c18b0cba3a167a1951b7299896

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 715974935169346987fe7ba896e8449c6eeab6afeccc238ff9909fe2f62d6233
MD5 7735b4f3a30587c00d4ecf24fdfbb8bd
BLAKE2b-256 d5661d7dd62b1267baef865d4cc35d63849681292e24c5d5bbd2f0e447e683d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.22-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 750.2 kB
  • 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 grpfpy-0.1.22-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 858c588f2570404d9be21aab8899b89361522d8be4de96073b0b64e7dd62c75a
MD5 14ddca0ebda7fb8d75207525b4f59269
BLAKE2b-256 180de48abbc080a9c5ee5c5c06a24e927e449e1205c8b48aa7aaabb43e5bd323

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp311-cp311-win_amd64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7576d64a1b46f007a1c2ef5ef841f10322dd3dde934f0c53163cd6f0c600da2a
MD5 85b6b69e90dd4d7d44204396ebdea3e7
BLAKE2b-256 e67b69cadea2e1ce1305005ba5d4ae66c61fb4be3e6c75d59112e03ace113e73

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b6da308e1fb230a5c025fe2378b2bb28c4f0e24b9d25303e0ecfcf7efe06fe6
MD5 ec1a004c45d2c2e22e044b2d6ac47002
BLAKE2b-256 82c3a6d4319986244660f112ca867c42854d84bcdbd6e7fd0bf4065df2ff366d

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a1d2870df77a25993f0595d0c64768734490e5485ef95cf1a9cca5ff441bc48
MD5 41c21bea5a23d0a5de05f40d066afb7d
BLAKE2b-256 284a8c40bf65e82b22fe09c14b2168cd8c23ad8ffd668a0982206d535bb69dad

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.22-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 750.8 kB
  • 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 grpfpy-0.1.22-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5d00e092f54671ddb8879235c97aa31f03df82ebf351e0d497e0b5cd42de0a2d
MD5 70e7bb75bea72d00f7538d5857e9eb3f
BLAKE2b-256 885df58fe976bebc09a8276f2edb4752c2725f0e1fb13c8e7369e82bd5ce0af3

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp310-cp310-win_amd64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e61642ba26c93526f7b26052e90c0d98ece8799e41f268bcbd817dc0280e3751
MD5 dcf7a17ae53167814aea07db720c3428
BLAKE2b-256 b5737643a5f5e5d56c7dae87084789903597d0064344dafae04d86785bf9ded4

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47a55e8e3864dbf1556456050f22836e8745581adccfebe6d2ccc4fdc85d3461
MD5 0f1f0ac68e7ac6e28ae45841afcefb8f
BLAKE2b-256 0548b8c7b697297c7e547168cf19403526cb8d4c8a446f54f01047081b780e4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfc60a8e4b83fe8366fe1765012e687184101b270e0ce44f07e2386fca65a8a5
MD5 edc3b4bdb046a3a1b6602e2f7d4f99c9
BLAKE2b-256 8063a6865b1e7c0c3427241036e074db584720df834567bb046cd38245b264c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.22-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 751.4 kB
  • 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 grpfpy-0.1.22-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 754cccc7783a932505d3b82ed811e3be627e03e08826a314395866d53affeb07
MD5 c6cec964f072a370a4906c70382b83ab
BLAKE2b-256 5d0a4f8945795ffa34ac98427e3281f90e3d0aba82d2ca528e66a480452c2b28

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp39-cp39-win_amd64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef5f03fd6e0b0c035394d3778887f183191e32459b093f1e3e683d0beda76386
MD5 959782302c2d8df279db61373316f38f
BLAKE2b-256 e5c5371acfbbc17c83d7684c407b8cead8894e8c0fb2b99c055642380400b196

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e3fd06fe6bbcf7cde87b7c32444966a0ded07829a8974410608d6e392ef15e4
MD5 b066a8c32e3c01ebda7285d62421df53
BLAKE2b-256 6942837ef200d759bdb42dab3c949f5d7d3af78d0ae1b99530d72d36eee00f16

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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

File details

Details for the file grpfpy-0.1.22-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.22-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c611f30bc4512d715d9216adb5efcfccb15be43330fba34e4ca86e11eb3c6cc9
MD5 578b18cecb2a40fac71c13ff881e344c
BLAKE2b-256 c8d4e17b8d3eab07825466a9b1ff3dfb109bf62a474b585e77c79c43ce9455b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.22-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on allegro0132/grpfc

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