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 see theReproducibility section.

Reproducibility

Clone into the repository:

git clone https://github.com/p-sira/pymagba.git
cd pymagba

To reproduce the build:

uv sync --group dev
cargo run --bin stub_gen --no-default-features --features=stub-gen
maturin build --release

Installing the build:

pip install target/wheels/pymagba-*.whl

Generating the docs:

uv sync --group dev
mkdir docs
cd docs
make html

To verify the installation and the generated stubs:

uv run pytest python/tests
uv run mypy python/pymagba

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.4.0.tar.gz (29.2 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.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (480.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (584.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (507.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (433.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (443.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pymagba-0.4.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (477.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

pymagba-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (585.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

pymagba-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (431.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

pymagba-0.4.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (438.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pymagba-0.4.0-cp314-cp314-win_amd64.whl (376.0 kB view details)

Uploaded CPython 3.14Windows x86-64

pymagba-0.4.0-cp314-cp314-win32.whl (347.1 kB view details)

Uploaded CPython 3.14Windows x86

pymagba-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pymagba-0.4.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (476.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

pymagba-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (588.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

pymagba-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (506.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

pymagba-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (432.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

pymagba-0.4.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pymagba-0.4.0-cp314-cp314-macosx_11_0_arm64.whl (419.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pymagba-0.4.0-cp314-cp314-macosx_10_12_x86_64.whl (441.9 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pymagba-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (477.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pymagba-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (585.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pymagba-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (431.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pymagba-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (437.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pymagba-0.4.0-cp313-cp313-win_amd64.whl (374.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pymagba-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (455.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pymagba-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (478.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pymagba-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (583.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pymagba-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (507.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pymagba-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (431.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pymagba-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pymagba-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (422.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pymagba-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl (441.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pymagba-0.4.0-cp312-cp312-win_amd64.whl (375.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pymagba-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (455.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pymagba-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (478.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pymagba-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (583.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pymagba-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (506.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pymagba-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (432.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pymagba-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pymagba-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (422.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymagba-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl (441.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pymagba-0.4.0-cp311-cp311-win_amd64.whl (385.1 kB view details)

Uploaded CPython 3.11Windows x86-64

pymagba-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pymagba-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (483.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pymagba-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (594.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pymagba-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (510.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pymagba-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (438.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pymagba-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (447.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pymagba-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (426.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pymagba-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl (446.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

Details for the file pymagba-0.4.0.tar.gz.

File metadata

  • Download URL: pymagba-0.4.0.tar.gz
  • Upload date:
  • Size: 29.2 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.4.0.tar.gz
Algorithm Hash digest
SHA256 6db0992549248492c6549f4b602c649e52e01c01bf33b74b4707da512c1fa353
MD5 0af7afb52e134b3670ffac5caa53f2e5
BLAKE2b-256 c4b7ce5f5d582360f60a5aad90f61608caa87cd886df7649d123915591c3c9c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 459.8 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.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 824e21bc837339223bbbb96b7f25392851fb194e47474226edb98269cb6d97a8
MD5 c5b2a1eba34ff8d1562bcaf04cceacb2
BLAKE2b-256 88bee05b2b7cbf5b0bd74f79edcf65e79a302c7ca953b7e2602feee158cc3198

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 480.1 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.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 96b4657620023f20787ba59a46994a646097d7ef6d2b1c8ba10c21217936b2dd
MD5 afb4da8e9c051dc852c77c7b6fe2e155
BLAKE2b-256 5be5b81df06807f5788a9547c1e852f4a2da98a14495c744a324246f0e55a473

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 584.6 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.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 935174b94d1b65fbc192751da882710dc9d638aecdc43c960e187b5af4453b1a
MD5 7ba602871cc6f9dd3b4527296782ab2f
BLAKE2b-256 98d0bdaf69a498f21267007c3675913d8d49e732dd909ab610a633d45ff23299

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 507.9 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.4.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4254b784b640a7bbdfd10a28f56f3cf77a617cf5310cfeaebc4f5af84cd314e
MD5 2f25f8877d734944a728f6c9bdb88d1c
BLAKE2b-256 2802b715fb54a5704628b83b4a9d62667ec463e7a398e997e642b943bb726a79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 433.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.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e5f9d451cfebc67d1297716a2d551fd4a6b294f1b8f4b0cb240da60877ff076e
MD5 c3902b9751e4192008817bf9306c2d76
BLAKE2b-256 fb13c1db4eec5433346c97f9a9e82fd078f63919b75f0902e3a6f607a69d3bfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 443.7 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.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 073440c936c71c6695876d6af008867d8c0945c455db4b537631e615edc12d56
MD5 740be606de1b142dafaa6fc83ddbc630
BLAKE2b-256 7074f468b6c909bb2d22018433ae8f38cbec089a84f377131224fd9102b81c50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 477.6 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.4.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a9858004fdbf03807b4d4361104404eb5c5121c5eeab71327aad4a379f3252d9
MD5 be1f173f76610216559e4ef1c25eeb22
BLAKE2b-256 4f244af544b58a32bc808954a75de85b93c5b152eeb477c1602f1dc610187739

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 585.5 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.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 947010f79f10f816b6a04539f344a99bd2d8a1ba06f35c454a5bcb3c1ee22ec3
MD5 75d7153fdbe23f83c7278cb9b623dd59
BLAKE2b-256 d084d9bdc871707f8d383d245061fafcb9ede6bee1641ae4128253f9b7132f52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 431.7 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.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3a3180aa6d23ad74f7bf83dfad544d2924d2cada6f80167842605f40b6fdb34c
MD5 bc044bbb51572ca4f2b2ba0eac2b2d50
BLAKE2b-256 0fedd5500a01d83df8391283c79fed186e08c1fcd437b3192b441d9349292f38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 438.0 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.4.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10da21c5a58fd86b732790988a11ea3681fa2762161135b4f44e94ca89bd62dd
MD5 e3788211b96241e8c6480e3fab1a1e36
BLAKE2b-256 bafa7550675c10c7701f5f7e9abf1fdd2665cb0cda5b55f39c58848eda261da7

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 376.0 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.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 64cf5fcc0415d89d518d1296e2cb3b81826ca90b388c711e27e8471f8337fa11
MD5 4ed4a67c746bbd7fd2e4cf2b5a03411e
BLAKE2b-256 e494970546073f4c904f0fcebb065b1d27b273ffa20c98ea418771b51ebced7c

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 347.1 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.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1d33abfb2366eacef68eb49cf1200ef3f4f8aa2dae4b068595ad12eb14a94a46
MD5 218576f13eb4613249e9bc326f5125e1
BLAKE2b-256 997163aff94feb2603e48f0d6694aa79c0cc2921c7ae31734cda161af6e70e48

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 461.8 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.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce17daa532a39b1d2828ee4a5cf4be980c7124985c9b0cb7c97fdd111c8c469c
MD5 22934b094c4df61e482264d3475a602e
BLAKE2b-256 7c3576b7abb5bc8737331e183a80fbb56ecd5b1843974cb1f393ed4310eaad31

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 476.4 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.4.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 96341657541b6006c9f7b7c0dd5871d1d461ef8783a48face581f96d7560b5a6
MD5 9fb3f245f4501df6cb6d9cf8d2c51237
BLAKE2b-256 67ccfaf240e1e22c2c09552f2930dc84988fa6349d858586d65c3aa7a3f412df

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 588.1 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.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fa158f0f5e67676d1ba8b794072530e58e7fe23e8cb55c9e3126407a7861b86d
MD5 15a97193730f7814adf79fcc0a3243f5
BLAKE2b-256 b316e72bf2c8943d6eed590a97faef133bbc48477696f127d0fcb55d9c11d9c1

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 506.0 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.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e9756903e4f0c9dcb38d85f43df2cb218d86f07684be288dcf1bcdb264b28fc8
MD5 835ba7e2ea2e20bf89be6496962a7c76
BLAKE2b-256 318f735eb277a0dec56a319abd540878bed4d749901ce84727eac053de00c131

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 432.4 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.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7887f413f33d686476c4219ad21c66f9325d2e8d8ed21c8200eb96cadc03674f
MD5 35f2e96492c5b248a47866a5addfa9a9
BLAKE2b-256 f33217d46ceec6e15a17af6d10494c1790161049bc26559914e1767fcba26bc3

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 439.7 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.4.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17936f79f49aeb8896e12fef6136dbe93196dbd9c3b8fca9140dc75490dbb834
MD5 62b3a0b13ce22bdd82b0d4067fd8310c
BLAKE2b-256 a9eb7c695d41a749c8b820b99cab9c1fb73c2e488b755b16f2f416b4c4767343

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 419.1 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.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cec69cab16ce70298c3e1e3351a980b91309b5fa5658a15e54169c23c5ecfa98
MD5 2aba1e98824492b6f3464aeab3e9bb05
BLAKE2b-256 8e1d19b3b2fa214a0164b1f5c5006c2de5941ba3bf5d22de92dbec7d0361fe4f

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 441.9 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.4.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c915b853b3307c0eadcef4eafbff21164ffa3f1240251ef419a663b733fcd83c
MD5 213a6e36fc4a7a0e4801fd4a54593ca2
BLAKE2b-256 8a797044d568c5d5fd182b93baea96dcd59343eac98cda17f2e032fbaa199be3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 477.3 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.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 48e6120e6c7ed58eb59a9f31d07b4c222ef6d2fc36e5dac4ae8b195a02443df0
MD5 3c70f3704daf964b5568317469a1a01e
BLAKE2b-256 0e2be643749ed59280843e6ea7f35e35cef9c5121079de84abcf126aaaa53254

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 585.0 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.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a89b37cb70d8e4ce20ed9f26008159fc83b54a917b7e2e9f2c7ab01f106b1e38
MD5 8f4bbd44738437c5f1784cad4f51a4c2
BLAKE2b-256 d8ee99153702de6684542593485cafd9b42ae2797bd2f576a6380db9e3dc1358

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 431.4 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.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 90f878134b8ea2fff703ef0213fbfe97c34047609ea293022812b894500a5192
MD5 62b6028d6f866ac649534530c56f4ce7
BLAKE2b-256 6b05b9f041ef6ce8831631929194b8c06ba51252fa7810b6eaa1cfe716d749a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 437.9 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.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d67a1ba0c5074988a3d9f5f65b4628152766d22ef9f32b1b25f3854c6d03562a
MD5 cce9991c49ca2420f97a9c50a194d123
BLAKE2b-256 4307a7a1eba904740a4aa0ee217ae25825b2f8f5e76cba4cd31cecbd8351c22c

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 374.9 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.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a531c4c9544c8e7ada2298a523ec0724301dd475c49ac7eaeb68a9831a120e0e
MD5 eecafdd3b385470e89a4af34c255e2e5
BLAKE2b-256 35ff098f8797e7154fc459bc25a4798cbb6e976dcacb0e03cf6052414ab14f48

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 455.8 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.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab8fb6037a73ee75d566dfd5f4cf435321a074e23eb6c414f7ceb5f6f9bb098b
MD5 d69049ce95cc37888ede9290b6c0d7b7
BLAKE2b-256 e3e0f26263b28229fb49addb0e85c17d88a1298b8f16719a317349d32ee577cd

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 478.5 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.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 66f383152aae3422100998c00a65e9ed2e184811b76204cb72000e90edccc24a
MD5 7d604bfaa298f4a8255b71dd80c43d41
BLAKE2b-256 9d0392c7daac711cabe8c6303709009fcd1cbe89d59e2240775754259d7dcd9a

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 583.7 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.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a54f493ca0ef05bc600d44a9a279aaf665aeee40b64578b2a4deaa9018eba7e3
MD5 4823657b6eef7378fc7eed36b16997fb
BLAKE2b-256 6f66535e908d51ae5bf2695beacafaa4ce7c75ff5156a5a5a87eb9e2a0f82836

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 507.2 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.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b2ba8edf08093e1b5a4f71615b82d6de7b6adfc20c02c31ed054a2a6e43d725b
MD5 63a06bf461ef6a0a1a94048ee70d5197
BLAKE2b-256 7ba0984c92b456d6695f9953b040c2349a22576056259c0a95752e4a7da31f47

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 431.8 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.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1cb3f4c9c39cd752af2ce6b8308dfaa6a847125aa9875b2b8d86d6a9042e6eac
MD5 fce1752246fd1794d4cb48d55b42377a
BLAKE2b-256 9b6394aec287fb72abfa1574e4d50277f1e8f6695769b7be87baff615d7b0cd1

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 439.8 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.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10a785c6bd279a590043c918d97f5d571aaeff5dae76f807a90da7cd618169e0
MD5 b65c397ce8bdbcdb45c4f5d12e63ea69
BLAKE2b-256 aa9a5312ac4ef278b4bc92452d486031e4601d34bfd926d14d0a8f541254b269

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 422.8 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.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76fea822c768283cd3ae8ebd9c4635e151ea87ebcdf34725866a65e1f3135647
MD5 4a73148ff6ea6e80e90409da61193592
BLAKE2b-256 90a6f9b08bc5459cdf0f69a21d7f74a4f40120a6f1acc1f45bfce6dac386a59c

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 441.5 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.4.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 111b465e935d9220970a7e0f4b4499438a9c69c83ebed34da70a8f13b423c400
MD5 32ad8fcebc5b8caca4209d2fe42caa4c
BLAKE2b-256 ac60887f1c3e6377fce6fe7dd12e33c2bc29407f6d82e693bebb6fb4a6aa388f

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 375.0 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.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d0bc400b7d85f7fb5dae66dfad415b2994aaa9dccdda16027b0c68fbd31da913
MD5 231d063caea1e1e8ec7963a1fb8f4713
BLAKE2b-256 26fd404600d50d0d9f464bb15475b007560689a14ec6c2757350a28731d88661

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 455.8 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.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b501074078163d92bd24cc765130da2a27956937a1e9ed377d1c7ea110170f5
MD5 db947903c457d1def01294b493ee4f10
BLAKE2b-256 6728bb79628a95d04da6e31ba39fada400048fbcba5a5535bb0c96f08b253090

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 478.1 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.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b26d98329a057a9ea05ab4242dcd3656e4cf8a424135f69cb6bd870a2f22d74
MD5 1a6298b98923e78ef852f6f0321cd77b
BLAKE2b-256 85c926b83f4534244ac1b7b650a8db69bd4faafec8f980215d52e851e16e5b66

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 583.7 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.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 54f939003f94e8c0862fbc7b8e0952177b182d20a73c4bd3a987dfb74bc93318
MD5 e6356e0a912cd9096711aac3effc3d40
BLAKE2b-256 bb11e207b26d79bf946490785d91ef0efce3233293d550411121feb80f5041b2

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 506.8 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.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf1ea1c70ec61fe9408478dc388aee890193bb19f6331d19839284f3555781b5
MD5 21ece56aa25678a38de76cbd965f4464
BLAKE2b-256 46e2319c842614d68b53dadec31548c054712f7f9bc3808eee9c0cb96faf570d

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 432.1 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.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 59481bc11f0e48756c7f74222815ec14490e978d9fbb769042b9632d1352bd1a
MD5 eb3785b24fdcbebff316519a08cf2328
BLAKE2b-256 6a196dad3ad25339a2cfea70a16289717b2a09ef1d1ce6314082a597a6e22032

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 439.8 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.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 736a05477c0c12ea2ba4ba62b667bfdb4026541935f3cf5f21f4792493454816
MD5 c78a7be920ce5d890e686c62fe6da756
BLAKE2b-256 dc85066a5aea34ee57a80ca6e7adfb4b741c615839d6cbfc5279ae6a0b1a9700

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 422.7 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.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aaff4c12fc61af320dc9dcef4b08046d6923a2908f7c065f7b385ba56f4c5b3b
MD5 38828462e4747cfdaddd3ff5c58a2fb8
BLAKE2b-256 f18ab7da621b522d177bace45dd8bd556e63df260b2c0a71e39e9cef18c1d215

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 441.6 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.4.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ba0ccb44fb13b8e8f406637411394354d62581b32630dbe57bd3e2dd78df4f55
MD5 55df2bd10979faa7a376684965e5e281
BLAKE2b-256 8daf8b37d9bf827603f5fc6224ff5a89f44c2cdd295ec8a3f2796e2005967ffe

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 385.1 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.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b7584c0b87b8849a93175b6383e1a5adbd6250fc92aa984e9adc1c15796002c9
MD5 eadfcc19686b61ffabb4d7a7ca93c9d6
BLAKE2b-256 4090de71578907b8141067043f4f0dfb872cf6e2d738d35f4b8a5b887d95e88c

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 467.7 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.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28732ca4cdc32c52b5eee10745d1ddaa1b252ddc7addbf4e8a6845b19478df7c
MD5 7a7a8dcf2ae2dcde30606a6fd085f2d3
BLAKE2b-256 3b914434647144e54c67c9b5eacd2be19815606c000a76aaaf7b9d766c90914a

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 483.1 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.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f48e215ce485db2083772ceec9b343311a29958f5e09403d62099920d6384ab4
MD5 2311bda5a93c3e1671cb11de38a5002b
BLAKE2b-256 c628da8fd7069f273a590df05cbbf32059847bcd6f8af25c53aa9bc518b8a646

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 594.8 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.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b3eecd07daa58478b6adb37d7c5d8aacd87dd2626e2c31ec4d8674382211ea8e
MD5 bcaaebfb9bb8f40910be741ddc885782
BLAKE2b-256 d06f870ba2ed00f4fdf71d11e0b3133f0f8ff63bed2fb5e08ba50381d213201a

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 510.4 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.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4035421a135444a4e0f962641f7f5d4697e84c5dedaef07c547c1d6a57dda40
MD5 ebe7f9904f0468269ad5b659ff9536ff
BLAKE2b-256 1115e68b2e1593c2ed094dd73b895b84b893b4a43d6b08639b9168dd182790ef

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 438.9 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.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bd6af69cdd87b84f49f09f153c79b965afa2beef99b81084fc4f3d6b358d204d
MD5 1f492d9291dd52a630503c89d9091b41
BLAKE2b-256 c8a21dc56c80c6d2356ed70ffc4cc6e9180e03a72411fe82410e3bfa2a6a0b60

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 447.6 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.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61a7218c19b9fdac51fd536605c17e97e68bb7ce5db2f6e1726d2048ef8ee072
MD5 b6bf451512de2394f0ff494970a89150
BLAKE2b-256 0b4e90b3a7d6bcdcac14f4036199d6f9ec60a4f83dcabc58ea806175516db072

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 426.7 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.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba6deace514478779979c3871017c5f14074b066ed7ff07a2ea969bbebc7687c
MD5 e862ae9adb04ca7898eaff0219b1a5b1
BLAKE2b-256 44e8fbf5daf6ab2ca5ca9cee66a0ef9fce8d51b1ce13b7da07186d1837166e51

See more details on using hashes here.

File details

Details for the file pymagba-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: pymagba-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 446.1 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.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3a87dedeccb87e47bba5e40247f6200dcc6ca21c2c5a627c7a8d85cab1b3894a
MD5 b675cf201cd7cbd2365f3f17776529ad
BLAKE2b-256 a8903a0796e282f51c229bb87d5fd226b8c11dec55738f06d14c6c4970a5eef3

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