Skip to main content

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

Project description

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

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.21.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.21-cp314-cp314-win_amd64.whl (775.5 kB view details)

Uploaded CPython 3.14Windows x86-64

grpfpy-0.1.21-cp314-cp314-musllinux_1_2_x86_64.whl (643.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

grpfpy-0.1.21-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (147.6 kB view details)

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

grpfpy-0.1.21-cp314-cp314-macosx_11_0_arm64.whl (113.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

grpfpy-0.1.21-cp313-cp313-win_amd64.whl (748.7 kB view details)

Uploaded CPython 3.13Windows x86-64

grpfpy-0.1.21-cp313-cp313-musllinux_1_2_x86_64.whl (643.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

grpfpy-0.1.21-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (147.7 kB view details)

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

grpfpy-0.1.21-cp313-cp313-macosx_11_0_arm64.whl (113.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

grpfpy-0.1.21-cp312-cp312-win_amd64.whl (748.6 kB view details)

Uploaded CPython 3.12Windows x86-64

grpfpy-0.1.21-cp312-cp312-musllinux_1_2_x86_64.whl (643.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

grpfpy-0.1.21-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (147.7 kB view details)

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

grpfpy-0.1.21-cp312-cp312-macosx_11_0_arm64.whl (113.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grpfpy-0.1.21-cp311-cp311-win_amd64.whl (749.3 kB view details)

Uploaded CPython 3.11Windows x86-64

grpfpy-0.1.21-cp311-cp311-musllinux_1_2_x86_64.whl (644.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

grpfpy-0.1.21-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (148.4 kB view details)

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

grpfpy-0.1.21-cp311-cp311-macosx_11_0_arm64.whl (114.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

grpfpy-0.1.21-cp310-cp310-win_amd64.whl (749.5 kB view details)

Uploaded CPython 3.10Windows x86-64

grpfpy-0.1.21-cp310-cp310-musllinux_1_2_x86_64.whl (644.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

grpfpy-0.1.21-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (148.7 kB view details)

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

grpfpy-0.1.21-cp310-cp310-macosx_11_0_arm64.whl (114.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

grpfpy-0.1.21-cp39-cp39-win_amd64.whl (750.1 kB view details)

Uploaded CPython 3.9Windows x86-64

grpfpy-0.1.21-cp39-cp39-musllinux_1_2_x86_64.whl (644.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

grpfpy-0.1.21-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (149.0 kB view details)

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

grpfpy-0.1.21-cp39-cp39-macosx_11_0_arm64.whl (115.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: grpfpy-0.1.21.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.21.tar.gz
Algorithm Hash digest
SHA256 d02e4981c88273716705a6ffedc464cdb6ca952a5e8fc26a84d8f2a61df35850
MD5 9d694c1da697f694bfa7c6f42e514dcb
BLAKE2b-256 f3f1a13c536b3f50ce5931602d054a2eb0b866a99c01169effd2dfe1cba5340c

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21.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.21-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.21-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 775.5 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.21-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a8f2eae0c79957fc0dd073d2d61ba9e1d2bf242ccf38018970f70583721dfc45
MD5 a838ecd9505b31f62e1541db36205810
BLAKE2b-256 afc4d5118ab8c7f02117a7adcc991e5b98e476bb74f8f3282d3c9d39d3b8c23d

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91abca69e9ef9f2bba94d560d2fad3d87a5bb2c454e60f6d5f2272a23e0ddcae
MD5 9f6c1a95ec2e46823d701d7dc8a11327
BLAKE2b-256 adebba2b6c85f0d8fef5a0b99b4e59716aab1f7f96f4d7a0b2ef7a9c469a18bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2af786f2095021fe4765657ea3be3fbfcefe747726afd641973ae91b8d20d205
MD5 addc116f168af38b4f64419d61a637dd
BLAKE2b-256 1c7c46594bdde2b220e383e4d87c0808931ab557ac3412808685931198807a01

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86af801615b52456c5984e8739ddb626951698c25d5a7f5dc4b3fe08164f5ddc
MD5 1651cf0c305136eb9c44f5ad6682dcae
BLAKE2b-256 2b545a28184179b8f64f2e41cf58962d98864308516902901ed99b2f3509c950

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.21-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 748.7 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.21-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 14f60d3f1804161b53f75419ebe8ea6fa0a51162c654ecc05ed79f441982f4f7
MD5 8d0b5242977af1cd533fd03a722dda1e
BLAKE2b-256 eafd09b4471af2295acba3ef49fb7513ec839a02f849e96f30253f00ac5d0193

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4961abbbf419da56607446f1a2672ce74fd9ef1293eeafe4cb61b0a489fb85af
MD5 dd1cd13e95530323dc288e09ea87dd7c
BLAKE2b-256 21400e6575b953944973fe4a1f7a3ce0a0f997db757c9009dd695f76c356fe73

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2da57ccd49de0f82f36776be945ac1d58843d2405d8d3f7a0b3f6c98f4a8c1a8
MD5 2ef67a2752a748ad2318398af65952f5
BLAKE2b-256 acd0c3e908e51f923012f1e0b1bfaa685587e7f01766573f81cbefec114dbe21

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82db56f059846e746b447039afed9d4e18074ea22e7b0885883f0603f07a0fea
MD5 a5146bd4a938e867b4031960eb4108fa
BLAKE2b-256 3b6cc03f40a374c0c1271cc6115d5f245572d2f1fd293f7f6045cb6ffaf64527

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.21-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 748.6 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.21-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f0e1b55ec09b50b304a2bb123227206a9a09ed4a0172a9e4f44e0ad16ebf5681
MD5 f1cdd9b7ab26bb72c6e0540f59f280ec
BLAKE2b-256 780b92eace51c2ceea7543784d161412ff21263f6284ed8ceb31c06835171ea2

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8975c394f5b83cb4fb11d33d5395ca76397acbe8ea96cc91e9c7b93168819b89
MD5 f1a75a5fe9e1e6f8052187cb6a08c76b
BLAKE2b-256 ec11a2a5621c30b5b40f88d56ac1a51f567cfa96068a44c4dc233637506e7bcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 720eda877d0d64fa26ff0c0265a6da20fcc59f6beeb192c0add88dc63f9b31e4
MD5 d844e1365cf81e8796447831374ea31a
BLAKE2b-256 11b9c9b97809ae49846e25beb7f0b9b17a6b7e6131ee89a93b7953cc222df0bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed107c942167d4a32051b343d1c73e7dd13d98e68509c8bc34b9d539c66ac66e
MD5 d99244d060c31ad6d857039cbe1b0255
BLAKE2b-256 ab95aecfd9e220b747c8bd1b7ea53b3fc53afa0fb0f5dd3accdbcdcee76e538f

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.21-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 749.3 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.21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dc6a5dc527f3d07427c28bd1475ce9440db6672dd49c9f291e5ec5ee7aa00a0e
MD5 340bbe69089f75327208939f2bc6f0b1
BLAKE2b-256 963574e498049d08a7dbcd514a31c8cf46334c2bcc5514e3f4b3185a167dc1d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15cab2d3a59d5d3a4bcedb910b3caca0c9bd1383b6f1da1d20bf2193c77390f5
MD5 a5a037b4b8de3e1302d444791c30ba68
BLAKE2b-256 0ed5c908df1b4fe6cc6154e97bd2186a73111ef78d0f292831a85dcf5ad0ff38

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df4fea515d775da41ceff12164f1e5e4b59a86379939f9d985d2378586c19730
MD5 c0521ff04b74a7ad427200c27cdd37fe
BLAKE2b-256 bc88f3e159c70a2b220beb5e825eeac72b210be2e04586a4de4ff42e463a8d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1202a66d06e24da5e24798820ce574d74e409ce31f22a75ffce64819fb7ab462
MD5 2116c122143e7e16bde403a6450ae0a3
BLAKE2b-256 bca8f075aa1ff06a04c75e2d9508ecc0b0a38c268a91bc4026a69bfcfa0cc10a

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.21-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 749.5 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.21-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 85609074d07f412fe2e9d6e6d4464e057cedde3eaf102dbc45a074e1077eb07e
MD5 3e2fa9bbd245ff1937e2e79bd5ab4bb8
BLAKE2b-256 743109ea49a495caac2b07679a2321e8e33f57e2164e5e59c5a3cd54725fd500

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88264ca10e295cf2dc42d881cb2116e9c1119bf7002e1e07288bdabebdf6d268
MD5 bb89a97cb16f65b06293269bcb79aa35
BLAKE2b-256 4bc8947569ded6d10f557f1bb565b4d536ebdca111bf1596f2cfac0cea50a303

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a939e840973fb478db651b6608e2c58f0e9165b947a8204ae3268d6282dfa1a
MD5 f55fe9928f4f3593cb64c1fee37c5fd2
BLAKE2b-256 b639135400a75e4516f1c8ee56a848ed9d0885f8354399251510d4d4cbd22818

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b047a9470a4560b6dda0d3e50fdb65f4f554d0ae276b97022ad2d3bc3a9dbdcb
MD5 a562a12842208fcb6840520d84bc6af5
BLAKE2b-256 2841e996c7abe86eb23a6a0bfb69c2884cf764cf80a32036843f258d8f8268c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: grpfpy-0.1.21-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 750.1 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.21-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 adfac94ce08a33e71b2a490a70bfba4e700599b7c431570abc52d73e4b4e870b
MD5 247493ca6e5e362663e5d5b0283aff4d
BLAKE2b-256 0c933f5be6f2011d83fcd89bb053e600e32d116639e6f8d0e7f2a24a0ca6de38

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e7428a5b3ab4e6c0144b395bf9fc8d04ed7cdea335038d08bedbd1491f33f4d
MD5 e7b248a4f8f58962dbfe150ddddad6b3
BLAKE2b-256 d1cc2b0722769f9bef7b9e458fd3355a739b9ecf4aed63f5b0626bdf25011f22

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee39652b3821390fde964bf4cc2813ac1b1b60c2494857ffad01ccd92c37639f
MD5 e60016c8acc9eb62d0eeb88bc4dd07ec
BLAKE2b-256 9e1919badebbf3ed575424150ebc4d495368048b64ffbdc65fef4230ddc898a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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.21-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grpfpy-0.1.21-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 344e7ef829da7f00b4d37f085b5778062a2cb1d8e89ae5bd0f5d2ded348d1b10
MD5 0d236cc8d1ea2a3e120bbb8d2b3a88b9
BLAKE2b-256 e09e825397ea09455ee1a2938aeaff71352e71bd6cdfb51d48ca4e9a30af8864

See more details on using hashes here.

Provenance

The following attestation bundles were made for grpfpy-0.1.21-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