Skip to main content

Performant magnetic computation powered by Rust

Project description

PyMagba

PyMagba

License PyPI Package Total Downloads Documentation


PyMagba is a package for analytical magnetic computation, powered by Rust. All functions support numpy and parallelization.

Quick Start

from pymagba.magnets import *
from pymagba.sensors import *

magnet = CylinderMagnet(
   position=[0.0, 0.0, 0.01],
   diameter=0.01,
   height=0.005,
   polarization=[0.0, 0.0, 1.0],
)
sensor = LinearHallSensor(
   position=[0.0, 0.0, 0.025],
   sensitive_axis=[0.0, 0.0, 1.0],
   sensitivity=0.05,
   supply_voltage=5.0,
)
b_field = magnet.compute_B([0.0, 0.0, 0.025])  # [[0, 0, 0.01652363]]
voltage = sensor.read_voltage_cylinder(magnet)  # 2.5008261

Installation

To install PyMagba, use your preferred package manager:

pip install pymagba
uv add pymagba

To install from source:

git clone https://github.com/p-sira/pymagba.git
cd pymagba
maturin build --release
pip install target/wheels/pymagba-*.whl

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

pymagba-0.3.1.dev2.tar.gz (16.6 kB view details)

Uploaded Source

Built Distributions

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

pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (405.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (513.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (437.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (378.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (380.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (510.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (373.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (377.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pymagba-0.3.1.dev2-cp314-cp314-win_amd64.whl (290.8 kB view details)

Uploaded CPython 3.14Windows x86-64

pymagba-0.3.1.dev2-cp314-cp314-win32.whl (273.6 kB view details)

Uploaded CPython 3.14Windows x86

pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (401.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (512.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (436.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (376.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (380.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pymagba-0.3.1.dev2-cp314-cp314-macosx_11_0_arm64.whl (351.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pymagba-0.3.1.dev2-cp314-cp314-macosx_10_12_x86_64.whl (365.8 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (510.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (373.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (377.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pymagba-0.3.1.dev2-cp313-cp313-win_amd64.whl (291.2 kB view details)

Uploaded CPython 3.13Windows x86-64

pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (402.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (510.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (436.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (376.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (378.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pymagba-0.3.1.dev2-cp313-cp313-macosx_11_0_arm64.whl (353.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pymagba-0.3.1.dev2-cp313-cp313-macosx_10_12_x86_64.whl (367.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pymagba-0.3.1.dev2-cp312-cp312-win_amd64.whl (291.3 kB view details)

Uploaded CPython 3.12Windows x86-64

pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (402.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (509.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (436.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (376.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (379.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pymagba-0.3.1.dev2-cp312-cp312-macosx_11_0_arm64.whl (353.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymagba-0.3.1.dev2-cp312-cp312-macosx_10_12_x86_64.whl (367.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pymagba-0.3.1.dev2-cp311-cp311-win_amd64.whl (294.2 kB view details)

Uploaded CPython 3.11Windows x86-64

pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (404.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (511.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (439.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (377.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (381.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pymagba-0.3.1.dev2-cp311-cp311-macosx_11_0_arm64.whl (354.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pymagba-0.3.1.dev2-cp311-cp311-macosx_10_12_x86_64.whl (370.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

Details for the file pymagba-0.3.1.dev2.tar.gz.

File metadata

  • Download URL: pymagba-0.3.1.dev2.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2.tar.gz
Algorithm Hash digest
SHA256 4d1256f5821a110a454845604e953417a92010208f382a173eb9293053c395fd
MD5 dbcae2e0e62aa63368b6d6780d4aff1c
BLAKE2b-256 07e038fd31df266f58a52a1841c07450b5c4e58be992dc14356c7e13137e8afd

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 405.6 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2125c10e3802cac16d8e514bc19095cb842c79569afcaf5616a712576c2addb
MD5 7f7e2032495f509bb3b8db50c7abfca6
BLAKE2b-256 c878527a08d0103f7fe140a46ad1429f7bbb03be7cac4f99734c46078619f238

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 419.2 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04f6922eb28389b1aee3f1f14c435150c2206b1f6b6f9b706569f1ca5ecda53b
MD5 3aea8d8327cd06950f6177706991a077
BLAKE2b-256 112bca2827b71f59fcac667b6b64793b3a7dede23f56a60cca8f0e0720568ebf

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 513.4 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7e9398c2155192561fc2b0e067229a64422bb589d94de9b57dc927677c55f398
MD5 57cfdff400ed4b3cf05bbf0002006d3a
BLAKE2b-256 45ad3570642fad9abe2bc2fbf53f2a5fab1e698fd7f7a4d67b50cac47655d56f

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 437.1 kB
  • Tags: PyPy, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8876cd92a49b43cab5740105b215f06678e666b4666d37eb0e446de4fcebefdd
MD5 c0cc633cbed6c5a1726e59fd467694c0
BLAKE2b-256 fcc3e1fbbe06fd38f415dddf03b98613805810254e9640ad92dc780f507470cc

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 378.5 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8dc154500ebd1e7d04b20ee9f06f8d6b9821f27f83ca54707aad16d20c523176
MD5 56350c521c7f6ab06174396dd922f346
BLAKE2b-256 89e37403c6b1fb47bbf2c20fc19ce5fe13c6dd3b730b27947174d8b00e8e5be9

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 380.6 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6a1be11dadd63c34bc82638b94d87e6bd93a1d3d6fa909b7a2ac48433510d4c
MD5 d1ea39a4015e9170317d25b374f782ba
BLAKE2b-256 ec57a264afc70ab5b7507a5854401c74fc2959af9528a9d8b4e81df2c739238e

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 414.8 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8164eba13881bfba030a4b3de598c1c63ef49d8820ffaf4b33e7c4c8ad142cb8
MD5 107adf40d2ba5ff59b1e4b58ae3f57ac
BLAKE2b-256 80f563a54a045aa422bac82ec62402933b69fcf56a5bec8b48e3842a31f4f7e8

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 510.6 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2848d35eabc745cc8e02da35fcf457e6a2b079f08b3e3c2094667d14ff58b430
MD5 0a17e5abae53c622b2a58ce0342324d1
BLAKE2b-256 3e525d2410ef5aeac47b84f0fbb54db4f84fc223b0e38111e72fc1aa66ec0b84

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 373.5 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d71c8f07787f388a833da4023e8a1c74e6231297c7e19a95b66fa6124d155584
MD5 161199c1ebf72b40157e2264c69e6004
BLAKE2b-256 b531a26778ba8b1e0e604393c49f83d05443156d2c3bb34ba5543be6d40ac5c4

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 377.5 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db01099711393f73041d91d403059c9d07d5af0b51b9ca52900f08f1a0c68c00
MD5 7d8073aa47175511734adf8537589aad
BLAKE2b-256 776febe11ac67138331e2d835ef4610489e1b6a3f6bf2d8b7b2c48907b831e4d

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 290.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2edacd4d24a3980e7bb6f5e254f30c2bbc64f06bdf718df7044d67e139f58a09
MD5 d55af1043b3f7463de217b834457b204
BLAKE2b-256 1ef5c1b7373790dda68d2778d80e975995adcb48ab85ad7177df9280b3f7c8dc

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-win32.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 273.6 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 14813e3ddce7b87401eeeb55061b0083d0c1910b28b1e66227a168dea986ff12
MD5 bf4df3782ab2e80902ce38982b99a200
BLAKE2b-256 58ebe74e9de94d5d215d4ee7d4c310ac522c937a625ca96b6ffe140e1d353d8b

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 401.6 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9021137f5aa8ab5274be8cef51d87592c22252116a91ca3f07bfd5d5e98086dd
MD5 5acbb16b0ffc4d6c4f1800c1d1464015
BLAKE2b-256 1399292a690c6e181b0e9d9706cf5f355fa4cdfdfa51e8525ce7e70dbfe0fc62

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 417.8 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c70e9e414e1ec2e05d537e15d7fdd6476164ac8db5eb2582a58706532c34a1ea
MD5 7a0d62f273fd1ecc1f613255aaae5418
BLAKE2b-256 a2d9ade7f7685e4d064d1ddc0d7f7ab5824084e0898925e5bcb34c9e1863f3ec

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 512.7 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 feabcab63db944ba4f01f0de92489d70966d8463f33e056a3fa8c29317b02d52
MD5 4e27d2aeb69e64534dad321573bd2986
BLAKE2b-256 e710ee32f0822d75177dac2aa7721d1ae8fe3d76a0904b55b1c9605f56427b45

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 436.5 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee8dd83e384f58c01a559d6ef093519f06ec1d2ce8ee64a97732696fea37e442
MD5 2b2adb60e1d8b9fba9b1308078a339b1
BLAKE2b-256 9feaa45c9521e75715777305873c1d6e5bd14f3aa63a50fb151b37e8cb9a1994

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 376.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5191778ac7119641475ee0e90c905149fda2e44edfbf69708790a16713bdd648
MD5 dd93537c4e17c4f38b363ef36b88d1ff
BLAKE2b-256 34edd1fdc7204933518baf5dd78b3f5c1af0619e644a3a69e0998632da639454

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 380.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30cf7cf0b653d97cdb2c7146f375966069ab670de6b90a72099c07bd0eb00b23
MD5 814e96e647a395a75d9ad1102935e96a
BLAKE2b-256 0bd332c9cd7521a2cd072b6899b5a02ebf90fe1379cc0f01b966608fe54ff468

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 351.0 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 610cda6b729178ad02b5509db1a215d13ac9f45e1e16d28e8c410f73cdc5940c
MD5 2b37597f5ddf91498130db4e07b33bcb
BLAKE2b-256 fe61c03924211e8dbd13bf10e7091b214c145e01e8a9ccd458200679775bdd9b

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 365.8 kB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 73e35fbbf85dfbff8b7f6a100baedddd4770415d2f71fa3ddd7131bce7c3b15d
MD5 5bfc4b4b4536de05cb02f70c6fc07dec
BLAKE2b-256 384a0e8750709a52ea93ff129f5f6652bbd407570333da9e3519693629bea09d

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 414.4 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1864dd1eecb98b0ef31b9ae1a39644cb8d1eb69b16d6a79440dc0336411f75ac
MD5 b00c75dd07e2544be230fec6a2accae4
BLAKE2b-256 10eb174e3d1436d688e6d6cf8d8e62072e2f3a37a84bcde26a74b1736089eff1

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 510.7 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 20c02ab0269b631cc941f006341ec7b38c8d03b8e2fc366c3cb42699ba591b24
MD5 139316f6ed60ea3716f515c155347c02
BLAKE2b-256 7f12ff9b4bab44a27caec9b09f25efae9dc663420228bd127cedf35293af969d

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 373.0 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d9d031dec5f0e2e7713cda161b3ec42aa13a8d0df16694a7bc3596ef672effd
MD5 b49aee8d98c6be76959fda0e003c50c2
BLAKE2b-256 9eed77f014863dc834ef60aa2c3ab9d4fe487a5874c9a5cfb1ed086a06cc5e2c

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 377.2 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 84e7d90d7027b13acd6ab79c81ec4eed439fd105094ce877ea49b01acb988a27
MD5 fd52e2bc19caaaef3967478ef76427d2
BLAKE2b-256 f612bbfb4db03676c369e2706fe9837e5f6224aad53b1f798a4bfa7e41f7ef0b

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 291.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 028be22777acdd7211a6fd3ac9e20076729bf7a8e05dce9b26eaf75410116656
MD5 9e07fb7083dab33a588c4b1eb1ec5a68
BLAKE2b-256 2d35e25c6899574cfd6bf97cf244b7575790660b1795218d2890bc2ab793aa9a

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 402.4 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b5c2c3c2abe2c7275934d4e1639292da7e56d86d9be1b4f927b47970613938f
MD5 8574941209bcf1634b124a00f517874f
BLAKE2b-256 59d5cf06a7becf89030c27ace6dbdd0f22839876df575c8e4fba623f054c2146

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 417.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 977debd25913fab41b514b682f99a56141bcfecb998b96a1253908502695ce92
MD5 e77a14c59fc3fa48a0cd69217fc131c5
BLAKE2b-256 12d5164864f73c95e18e46056fcff12f304b59ac419605fc0f7768571a52ea29

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 510.0 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a7d9ea09f258d0cc51f579527c8b3099c243967c477c3db7ac2c1f98c2b31cbc
MD5 93bff0a0c2f36dc0d84d97fc3faee8cf
BLAKE2b-256 f3887b87359aea658057fcdfaae7e3157daff1205b539d91937ca11b2c64eba4

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 436.3 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e8e48c1bd8105ec53801151738aca033399b11eaaea2198b5911150da76452a
MD5 93d282e26fc52ebf3fea19ca4bf93360
BLAKE2b-256 6c633763b7da7ab6c5364ead40304dd6d561b78bf5b696208b8e6cd05e58c30a

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 376.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b2adae221ec4cd2fe8fcdcb326258be75897eb106ca51fcecbd08c42cd6d807c
MD5 2e6ddfa89509ba095ac5c1eb99405699
BLAKE2b-256 b9574272770e7a7c6f874c66923037571dcade9493c6afa86fb92eb8ce6625cc

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 378.9 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7787da1d160fed73085ca1b076daa32b131c84b9e10a528231555e4efca187f2
MD5 fc35d510b47607e24b0b5464c755b85a
BLAKE2b-256 9b7767fe7cc9be4a501ad41cf2edcbfa7e06220aa933b839a204ea34432f4e68

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 353.5 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d88645bee5fb5254922db1bd129cadb57ddc48774caf9e251a73ad719c3726c4
MD5 e436752ea08879023bc2ebe09d77e9ca
BLAKE2b-256 c7062096e8b8a4e17ef4d750547ede108f9fd9d479b0a815b81ac4ec0a449ef7

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 367.8 kB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ff840958ccafb220ef3c917879eb0384d9c1d3cbae9856c1281c0fe902598dd8
MD5 72d0da6f91580310ef9082b2385f2c0e
BLAKE2b-256 42f86c35bc4dddeefc2fcbf6e9e40819ac96c831af6576320c8b592f27ddba4b

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 291.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3d700216e3c67b0da6adda85d40165c1fbf2e88756f92f76fc8e00b7039bf502
MD5 e2749f5cb846f4c674533b7ffe9bd671
BLAKE2b-256 cd43eab9dd8d9a3fab38b54a46f48cd73e9d260cb6ef6907d92c4fb53a6bf7bf

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 402.5 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82c62dfa617246b5fd09aa58142711264f313702fc751e05b63cb6b571445413
MD5 3c5050d65e736b43cb7cf26daf1314b0
BLAKE2b-256 b686e8718002a697db621f2f7114880cfaf7c8eb6ddc43fb10ddfda4dd00169b

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 417.0 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cf464b2154d080bb00fde337c5561d2bb9584cc4dea8035e2b5b8d6af7d20ea3
MD5 d1f8d574bc4b8df20313f21a5cd19c0b
BLAKE2b-256 9368455c53b58e82d4ea9e5c57c3a933601c566ca46207844a7f3d7c53eed87d

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 509.9 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 592e66ffd8b6a4c9a3cf8e1d761944865df7ae384fbcb07f3a71b0f1de1436ed
MD5 a1782e0e1cc114e2cabe5e4e2b02df8e
BLAKE2b-256 1569c89399c2fc20247650f119ed7c89cbfbfc97d0bdad05693fb1e6e9216446

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 436.1 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4850804efa0cfce7c6b29da62b205b744a75be1e63744f4cd7d6cb616070d320
MD5 7ee472dc9ad751c4640022869c568c37
BLAKE2b-256 037e922cd37ab548f58206ebce7324eb171805c48f82e0f42882319b0ffadf0a

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 376.4 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b469c2ebbec71b281a4343fcb1afae82ad2e885ce461b7a8ba49ad729b149b8
MD5 23adf7a5208c4be5ed7059718a08e2e7
BLAKE2b-256 1b529474e406e213005b6a41b453149e22e4ff336288eb2e9516490f2644fe64

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 379.0 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c93ca76a39d0fa30cfea43433bb09e4ba71665d413a567c54d6cd7d3c88718c4
MD5 848ae50f07366e72b90d2e17a884a9f5
BLAKE2b-256 c73e3ea898badfe884d088dd4920f6c22da704759e07d84931698a2d2ef83a89

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 353.6 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 737d6bea9b54bed9d6f1a87b4129b5f1773d9b1302dfbc74381b1def726023cb
MD5 f24129aa7d2c8facf2719dfa2fb60bfa
BLAKE2b-256 b569c13b018fcfa3b8eb32769d8cde25fc8a91706cfcb3c00bbc5151a10fb238

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 367.8 kB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7060328a107e285fa94eacb4c753580f98a73b5e2df0a9a2935bed9320a3a5c6
MD5 762e645c9f2409e5e7766b715d052c0d
BLAKE2b-256 df201ad66cf211c389b05dc88e1c75ceaa156bb7ee3d62db15f7591009230dc3

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 294.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bc6c73c4985ef5b1ba2b9d7e198af9bcd4698d45bdbc32dc5f7db24e2cf43774
MD5 b368fe6ba242630715bf7025fad0576d
BLAKE2b-256 a7436cc6877e313187b27e944f3ddf8cdbcf1689280588859dc79db98e6f2fa8

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 404.0 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 603829eb3ee6c4286afdb6b4a39ece715b1986e6de896a80984efcc3058f1c2e
MD5 a96008365c2403c7f651c401c191aa4a
BLAKE2b-256 85eff0ce6422adf0185e91e7e452946b98071654624efa773a0552e90ad3be95

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 417.6 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7ba6706aa8c30000a540abee6c3e080a763e5fda9dda0004a520e7c2595fe252
MD5 1eec5e28fa8777589c790b62b8c09357
BLAKE2b-256 2942face4402468b1c5366883fb520aab5bab650c8f7a9ec6bfffbe20c94145f

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 511.9 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8435e53b7e150750b45197e6dff66c5f98f6f7d03a86931a59806326e6167769
MD5 77216316519fcd4f9c706f641afd7229
BLAKE2b-256 e7fc88c128fde487b4e77f48a0b78e607b727d0eee78a59c01a3da761881bed8

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 439.5 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fb165ce13aad32dd80dfbab789aab9e2764145501a96a2b08a6c449ff3afd326
MD5 c1355496046ed47b62f9b221dcf27e97
BLAKE2b-256 239d0fdef03331b3ee35285205caa68d1d75d7543548ab9d4a12abcf3d29bde1

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 377.8 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 39c2c1961eda52ad38e235d02fb00be50cf509481df8867a96758dc718b9c6fe
MD5 2a127a13cf7f803c1e24a1b2c39d59b8
BLAKE2b-256 9a44fe3fabb8e6bf2bbe115f23cfb0ef9bb845a361be8d39d69e83daf779e1e8

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 381.1 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a04b16045702d69322dd51720ba48f9303add5d4a0ee9f482e4b0a69d5eebd63
MD5 b66b11422f4cf0995d4b4a7a9723b52d
BLAKE2b-256 1cd8a557481d08659d7fc94bad6833895e4bdc4560ee8caa7a3c4ee6977f485a

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 354.4 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9b7ea12dba5cb59af04cf165a6632206c7458a7420f1dd4cef590af287e77d4
MD5 cce96c84b97657e17028d8bad1fcac8e
BLAKE2b-256 b5e72d920720275daa493d0acd9aa2bbba5d6fa58602a3555732f9a58cfb3d51

See more details on using hashes here.

File details

Details for the file pymagba-0.3.1.dev2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: pymagba-0.3.1.dev2-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 370.0 kB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pymagba-0.3.1.dev2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 995741990b460846950b374e96ff97e128670ffe0b003b6ad48a3733e4dbd847
MD5 7e2e688021f2ee7d3a8042fa36c12a05
BLAKE2b-256 e72f77ac85ba6717d9a9a5a74824a17c66455bd2456a823ad83dfd21f4f9ebb0

See more details on using hashes here.

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