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

Uploaded CPython 3.14Windows x86-64

grpfpy-0.1.20-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.20-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.20-cp314-cp314-macosx_11_0_arm64.whl (113.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

grpfpy-0.1.20-cp313-cp313-win_amd64.whl (732.1 kB view details)

Uploaded CPython 3.13Windows x86-64

grpfpy-0.1.20-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.20-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.20-cp313-cp313-macosx_11_0_arm64.whl (113.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

grpfpy-0.1.20-cp312-cp312-win_amd64.whl (732.0 kB view details)

Uploaded CPython 3.12Windows x86-64

grpfpy-0.1.20-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.20-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.20-cp312-cp312-macosx_11_0_arm64.whl (113.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grpfpy-0.1.20-cp311-cp311-win_amd64.whl (732.7 kB view details)

Uploaded CPython 3.11Windows x86-64

grpfpy-0.1.20-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.20-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.20-cp311-cp311-macosx_11_0_arm64.whl (114.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

grpfpy-0.1.20-cp310-cp310-win_amd64.whl (732.9 kB view details)

Uploaded CPython 3.10Windows x86-64

grpfpy-0.1.20-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.20-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.20-cp310-cp310-macosx_11_0_arm64.whl (114.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

grpfpy-0.1.20-cp39-cp39-win_amd64.whl (733.3 kB view details)

Uploaded CPython 3.9Windows x86-64

grpfpy-0.1.20-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.20-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.20-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.20.tar.gz.

File metadata

  • Download URL: grpfpy-0.1.20.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.20.tar.gz
Algorithm Hash digest
SHA256 f51d9134a645a973e89d09ede890e7d8f14721ba7616bb16f4a63de28a4ab7f0
MD5 337472c3758ec791f3e7e08c648470e7
BLAKE2b-256 25a7987a2edd787ca64653a0fea96dc181576f4da4c7011c44191dfe957b7ebf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grpfpy-0.1.20-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 756.8 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.20-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b6e16456b27e49ffb510c4ed6aea8161c2506429c5422f20ca98850605af145a
MD5 9dd423e334de2eb5d69e6a7728310ec3
BLAKE2b-256 0186a4115d96fd98f85e92787a594d1328eb75dc8ea65e060d6a735a5c8560e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b200fd82c68c9228562530f046d8431149328fa8570deb0121c89a6897c72488
MD5 7e0c7bacf7b314d4a962a0faab8f2b8a
BLAKE2b-256 4d1861ae84bd51285c7ae69efbdb39f480ed1bc7b392edbec30224921e19037b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f391c3c85c91d2493242f7f6378a072211e0dba6a51855d8e4b0e0ac22bbec8c
MD5 dfc44197af154e51dca921a644f8c42d
BLAKE2b-256 a42a00ea0f957d5b30ef53398fe88029174f23abdc592a334592e790388190b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e19b44537327b583bbcd86bd024267dbc42f6c3a10040092732be1766b3ea8c
MD5 40ff0d4d1b0e6fe46683f61fa57ef5e6
BLAKE2b-256 a00a35d44aa4c03d698bd24ec0e64c932fe73245e06ef578822d15eee8a543fa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grpfpy-0.1.20-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 732.1 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.20-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 68d05f8dd96a46dcb43d2ad1e64e933fadf82dc7c43977a368b0606fda43509b
MD5 b011f4cde08c96479d1ab92eb15717aa
BLAKE2b-256 46a81d3f4cadaf7bf771b5f62c298fa23fdf530dddcca3e1c8dc0b8c1ab823e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d054332cc67d2635ae659d6f30c49c77cd8de95799ebec79baa738e00295bbf3
MD5 4cc20b934eaf1b242cd176d385f3f3e3
BLAKE2b-256 c8abf75be7677f59f5b9713355c140d8780a8409ff4d48e918ef55006659adfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a096410d33a2c9ea40550c43edbd21800e825d5c976e96f89eff21d3ce2e8ea0
MD5 f92f5b3647285af5504c6163cf70e01a
BLAKE2b-256 8328f27bf07c9373177028249d889736e96b73cf85a6f9528740588af665a92b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61eba74ad13fb7278122a8e33d1f50fe0d3394652d056b3bb224e3f1cc2a94a3
MD5 04246064b647ff5f1f6ca8e81a624b96
BLAKE2b-256 642b4fa19df5531682f819f51de5e2fb461b32dd385b6f0b2764cd8c1f19eec5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grpfpy-0.1.20-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 732.0 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.20-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 872fbe23494a416baf2724ccd62b1d969a1276700e56b7514db09e6bcef9c5af
MD5 f4d5ba72febc5da6db7f6139aac6c346
BLAKE2b-256 9e5aa2962a23f3edf627f73a3d3fdb14f671bf3da2dad02f95e96fa964620918

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b7cc8fcc0216c243ca3127fffed746aa0220c5243abbe9373bf5a049e576fb6
MD5 80136fdae2463fb9ed3c9f6af810db52
BLAKE2b-256 fcc7d1c87ffcc10cf1de51f7f379552ec929e0d7d01c31dbb4f2301a31f26ab5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f0e30a85a0cad5b79d816e53ffcfd9de8e340e5d44d70adabe6841cc94babfe
MD5 551bfd7efe9a36f2ad0e46b25ec401ee
BLAKE2b-256 51d8516bb3934f3880ab66fad0c4a4c9f6c6a0f4139fb1186391d8052062a485

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40e26bbbb92cb924cf61a037deb59902900659172c06c92d5f7c7ecd967c0c77
MD5 cf2a55dd2d80ff278ba7e1b39c71fd48
BLAKE2b-256 b930305c4b340f22d4db761922f5174612f179d5235229f8e8c2335d806357a2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grpfpy-0.1.20-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 732.7 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.20-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8fe7f3e41b6e0d8f4cda5b7d642861275ba9d9d632586081136d34aeea87732c
MD5 b3e11a905f7c2c77e5b938e5567c783e
BLAKE2b-256 5faf46db47e4077965d01477873bfb96dad36f49541eb6aeaf2ac2daa83141e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35bc3545dc6ff4b88c9c96c4c371565e8969e0b6bd52b6f05153b96c93a3bed1
MD5 51842840830be16f367558c4ab7c0705
BLAKE2b-256 12e4f79dd3382ead9411415a82d1dde172df49858fa3a59ca66a75d375589360

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21c818fc624581a45e84f826dc82bc0222834f299a46539cce1f4c664205e63c
MD5 7aa218f724aba514eba5c43b30a5774d
BLAKE2b-256 a9611451960280f5b3f0f3de59135b2233baee5811ec9fc84315581783421f77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eef1ea929fa6cab803be27c243b2892005bd8a2d9b7de725db5833819a9c16b7
MD5 41b1f559534ce52092cce6ad75cc5b12
BLAKE2b-256 7b6684efb00ebfa41919d04956fc1b1c7d903de217cb4808c683c4730f81ad9b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grpfpy-0.1.20-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 732.9 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.20-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c0d1571d72d1495b6521e5e1c47e85c3a257a7bcb20f6528df7d21941f3688ed
MD5 deee02bfed4b8a66762fc9bf465321a8
BLAKE2b-256 421f5411028403bcbb49af8f8b98651bad06d79e39b6a91b79259455ea6463b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 555e98c1ec5a89b154442ad4967423a47a28e8b9a4e5560e870fa1b44c2cb83e
MD5 4c1a1a1a6503ebf45517a1e4f2d24215
BLAKE2b-256 5755898405dccbd882459fa864d9753cc2ae355cf2b01291e2b5245251f71fa4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62b46837071ea0606bf4bc93e6db20603535f725f17882cbb701a68b7a737cd7
MD5 e50c825a5556905dffa7ece13cd2de3b
BLAKE2b-256 95b10c7e278be2943df388be483fce173617b954733b96fea0af8a2f37736bb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95e3d82a4610930e6d674e0f740a8ea405c4cd0a9f5eca74ec71e63803a89605
MD5 4e8aafc4caf19aa88b5d2865a425fc32
BLAKE2b-256 e3e11cdfef9a4841f121c868cbebeccb156dd1e38db4c50d5411877cb3fb38a4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grpfpy-0.1.20-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 733.3 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.20-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4f9b93b06bb313c1f53e7620a233acb56b1d274da44d46aa7627fe498fb7757d
MD5 73b5a26dd69b0c1ca1cf682a9dcd078a
BLAKE2b-256 01174e2276a2bc419d8dc374c622ba33aa4963009d18c7cd01bf47af3a4cc6c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dec5cd9027d117e56260e3334bf472697ad265320616b5aec7c5b19b7f56518f
MD5 56342c6a0129c3d0c4a23335d698c3ac
BLAKE2b-256 995ec0456bb41642d67448ceb0e330c44ae1f3838d4a2d112c266eabd577a551

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 584e9d4485cb3748c8d79dc94b4de18c77139b0c7856c36e76a2ce8d49e237ef
MD5 df39db0174683785255b1d8032d1f9d5
BLAKE2b-256 4e785cfca0b294b652b3437af879f63cdbfba90eb33df81f888d1ba630ff8a3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grpfpy-0.1.20-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a45cb500d2e56d80a0328f7eb8af6be4468519068a6a79b6cc67b4e42c33924
MD5 d952fed7a04456a659938e0ec9f4f179
BLAKE2b-256 3ef2ac945584884801266098dec52d9ffaa7189eeb877e85a95daa60946ef84f

See more details on using hashes here.

Provenance

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