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(magnet)  # 2.5008261

Installation

To install PyMagba, use your preferred package manager:

pip install pymagba
uv add pymagba

To install from source see the Reproducibility 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.5.0.tar.gz (34.8 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.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (613.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (728.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (664.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (555.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (569.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pymagba-0.5.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (598.5 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

pymagba-0.5.0-cp315-cp315t-manylinux_2_17_i686.manylinux2014_i686.whl (662.2 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ i686

pymagba-0.5.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.7 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

pymagba-0.5.0-cp315-cp315-manylinux_2_17_i686.manylinux2014_i686.whl (653.9 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ i686

pymagba-0.5.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (598.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

pymagba-0.5.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (615.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

pymagba-0.5.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (731.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

pymagba-0.5.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (662.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

pymagba-0.5.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (559.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

pymagba-0.5.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (569.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pymagba-0.5.0-cp314-cp314-win_amd64.whl (526.1 kB view details)

Uploaded CPython 3.14Windows x86-64

pymagba-0.5.0-cp314-cp314-win32.whl (483.6 kB view details)

Uploaded CPython 3.14Windows x86

pymagba-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pymagba-0.5.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (614.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

pymagba-0.5.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (730.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

pymagba-0.5.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (654.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

pymagba-0.5.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (555.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

pymagba-0.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (571.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pymagba-0.5.0-cp314-cp314-macosx_11_0_arm64.whl (545.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pymagba-0.5.0-cp314-cp314-macosx_10_12_x86_64.whl (569.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pymagba-0.5.0-cp313-cp313-win_amd64.whl (524.7 kB view details)

Uploaded CPython 3.13Windows x86-64

pymagba-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pymagba-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (614.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pymagba-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (727.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pymagba-0.5.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (654.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pymagba-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (554.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pymagba-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (568.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pymagba-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (545.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pymagba-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl (572.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pymagba-0.5.0-cp312-cp312-win_amd64.whl (525.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pymagba-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (596.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pymagba-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (614.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pymagba-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (726.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pymagba-0.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (654.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pymagba-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (555.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pymagba-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (568.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pymagba-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (545.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymagba-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl (572.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pymagba-0.5.0-cp311-cp311-win_amd64.whl (525.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pymagba-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (599.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pymagba-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (614.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pymagba-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (730.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pymagba-0.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (657.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pymagba-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (557.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pymagba-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (567.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pymagba-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (546.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pymagba-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl (571.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: pymagba-0.5.0.tar.gz
  • Upload date:
  • Size: 34.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0.tar.gz
Algorithm Hash digest
SHA256 41cc04675d0891cccb6c68296270dbdf667a006573dd7e0c58ff837d8ea38e0d
MD5 c61c8b4b4e66e2f898e0ea614c1d625d
BLAKE2b-256 c512bcaaa81c64430ecc194a3af6d20bd3bb17645cb865f32cc4713c4663ae59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 596.5 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48bd220a2c5472b1ffe6426e136922e397f9e4c03a125d0d45da9a67ad6832d7
MD5 98cb248f1006c2c4e2880392cb439957
BLAKE2b-256 6c1484eda830926f4256c79b0229efb61bf5faa8137a34ddb1922da5c7625257

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 613.5 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d925c3a2614649bd193696df8c281d212c03f13cb505714e0c988f9a568a4a45
MD5 3c3f10f0ddf19f39df51d97515e91690
BLAKE2b-256 14b57c48a0a5358656fcfc2f657a284014bc7f0530fbd67d00c858e9eb95f52b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 728.2 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a97db1277b85be8165deabe4c5e4045a898ac898f2a7a926f4425adce18c17b
MD5 7b04569aa9dc87af388f8c2e8f0058ba
BLAKE2b-256 3d0d3054387567545905c89ea593b638c2171b8fab2a89a28f70f4670540b65b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 664.2 kB
  • Tags: PyPy, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 acea2050a5ea10d3ef92d731cce61b226f1b8e9e2521c95b201bc20b15b3162b
MD5 fc7237c84b1ff150680369fb41193f36
BLAKE2b-256 5bec97e423adec380f881b19a113cac605ad6de361c887a9f3301f218b5addb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 555.7 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1d28bc4e06251d5edc1a438114b4883757155b281c44fcc5f1241772d60a3653
MD5 dd8cb8fde87312b5d0504e6459841895
BLAKE2b-256 2722d4e64b372dbcc3e32a7304d2e6599edac65ae8ec17039535b7ef52e4036d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 569.6 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a338f7585c747ad85a0b6f54b2f3a21d38f7042a35d8fdb22581d5dd8bf6854d
MD5 a75c1fbcae538c294e161008eae9d7c6
BLAKE2b-256 30b25372858ce236539c5cb5c48cd9db1d62c9a08122878f2e8f2116a7fc4d80

See more details on using hashes here.

File details

Details for the file pymagba-0.5.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.5.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 598.5 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d37e597846fba2247fea5ebc187080dee2b6767561ce29cf2e199514cec2e39b
MD5 6890295fb4e77e9d9185d0843744d15b
BLAKE2b-256 67a884b262265254752fcf1b66fe95d5eff45f1f32a72559ac45b098ea15131f

See more details on using hashes here.

File details

Details for the file pymagba-0.5.0-cp315-cp315t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.5.0-cp315-cp315t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 662.2 kB
  • Tags: CPython 3.15t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp315-cp315t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9253d3b42b72061f8dffbb6dc89fb5d9bcfaa42a5d7ebd56ce5f164290aa2295
MD5 528e5dea7c0fd92f97c3185bdb16b469
BLAKE2b-256 03b37dfbfc09f11a5f7c3ee230462ced8884d0412c92611a2b0793c75347273f

See more details on using hashes here.

File details

Details for the file pymagba-0.5.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.5.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 591.7 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 619f09b31c5c97bdb6df34742f559c771943371934d021b16546731fe76271ad
MD5 5c5e44942fe8db8738c16409b0d5632f
BLAKE2b-256 8940c7c3fb33e0f0d8b5a81ef0357a413df2934a11a01392dd29b032fba24611

See more details on using hashes here.

File details

Details for the file pymagba-0.5.0-cp315-cp315-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.5.0-cp315-cp315-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 653.9 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp315-cp315-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca9adf77dce1559321213b93f22aba05d92d879fd5dbd99bac8ceb807db08e97
MD5 92632362c43b3570f2f446a710f71aaa
BLAKE2b-256 54443fec9661c51e5b13968750e073f788ccb260df1770acf2a4af06cb384d84

See more details on using hashes here.

File details

Details for the file pymagba-0.5.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 598.4 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0673c46bfd52d20bdfd290b5bf5e8477f636f336194d274ac8165b522cad1e7b
MD5 a68611f81918f037d2b5c15608fffccb
BLAKE2b-256 332ce73a609feebcd4aa1631b7a179f6b838df27b5042068cb0a22b175b720c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 615.1 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2b1b849daf616a286b9a114e0ead2ad39a267c0cdd4edbecfbab9ef0a85aebe9
MD5 9a15a995d5111d035d6d2f32d5f5cfd6
BLAKE2b-256 d7e0009ec34c47ba43352e2f6315337a41b86aa486a7293388be499b200c4244

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 731.9 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3e6dedf5e939a0a6c098fcd324574e36ac9e2d30924cb80bf95f45feba272a1c
MD5 9396f3a31adb9dded747507f8f78ac48
BLAKE2b-256 59dec9dabe3627736138bcde69221d2d5ccd8e53870f960366193ed8f3c295fa

See more details on using hashes here.

File details

Details for the file pymagba-0.5.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 662.3 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3466ae995e5fc2af0623e4c725356b2be1d02aa8a5e152bf1b585972f03d3833
MD5 c19cd15e05aa375a1c551a4c4c28fc77
BLAKE2b-256 cdf2cd1f1bda350f97f840433cf2286d28ebb385d82934d65f14b5bfa3dcffa8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 559.5 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3697ee8ec9acf5692efbe54d94126fead999ac3cc8b9d39fea8925dec7d7c52
MD5 c4fdd8a67d44f0fe220df270c723dace
BLAKE2b-256 eea5d9cbe5692f0140024da7e7f1a17c5ea50908d67c3930e4487ebe357e60b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 569.4 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 815ce274d83d4d95ec729d437bb5d423f321cc241ceb803bcb9d58b5d5c7e975
MD5 4bc2f9ff2ed9f6ee151b893da16ef6c1
BLAKE2b-256 2587ae46e90c8cdee82e6f9e1a3e814b8bc78dcab634e6860de5fa76638dac1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 526.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c53e6a2eb25c247032d5cd29669d0d219064a0a8145dc3930484d7aaa6e64a7c
MD5 3250753d5a0e69a3bc1884f4adb7e023
BLAKE2b-256 b80f0e03dd6376a3289a46b40304ce364d6359de2dc0c421c06bcbc391f155e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 483.6 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2028b0b39b4ab08e2eef47f0b377cd3795e0c1a666826a484cba42a93d5d4faa
MD5 7af69ebd0cd824817fd50ca486e83c35
BLAKE2b-256 da825df85fa22213e99ef19d3d6f355124fc4a83a61f58f3b99db378fb2316be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 591.8 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fbb94e40bced9e127336ee209400ebf0a02ae903f308cf62e1a61b05f44b4e1
MD5 a9aeb1930ea0aa4b84720c3cfcad68fb
BLAKE2b-256 b4ca1b3e53f96686de56be772ed379012613c82dc3a22e17e938f35ecbafd0b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 614.8 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 27df47c7a311ec61b3324ae872624657dac84d12ffbc06dbaf4a3209e141bb71
MD5 173ae8725a7b3562959f4ec7aa60ecf6
BLAKE2b-256 76de31f9c2f5d77531477529f2dd8b304bfd699a5c6d245907fec068e99d43ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 730.7 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06adf1c8a12c4998540ed438429bec11888e8f66d57552ee85d013f93b009b7e
MD5 e51a5d13f4702616281523d8677daa44
BLAKE2b-256 945cbcd921f3454269d7bc7dc657b1219586f94b5ad64f2d98a0c46668e56433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 654.0 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 69050f7bc8f35816dc2cee573b08b0fd303913fcf90eeb40567bed73f1f426aa
MD5 39b2cf68943b872e88c9c60c5b551518
BLAKE2b-256 585cd6414664f64830e601ea2d53c6ccf40f87a627b50b84b6f3edeaa693bc4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 555.3 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e63f47453e820f61cc3bbea273a35fc094ba275d6f668c4cd6ad7c87209e6992
MD5 854deec2c2fdabba5b554f6d9ee6c76b
BLAKE2b-256 7cea24b8553eea9d5c1a2a672c296b1b9b3b0d6492f43622ed46f3a4ac6d8060

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 571.6 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fa8561a50c31a6165720c30c4f8e965931133a0e565056f994b23d417667abe
MD5 5e2101d803894a0a25ad8e6bde631781
BLAKE2b-256 b39391ecd9917ce6e0f4969c94636c251ba2cffc361f97b6f91d54be4ee328cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 545.0 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75423d6c50c878634bc66d0789e06f8263822a53f8c8660c783cc0c93ea7891a
MD5 af3ec394bc8abb09247200c72abf5683
BLAKE2b-256 95172f9f606a7bc5944655537723bd32923e85d4b4a9957ab65159ef1dd5510c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 569.3 kB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bd1245c5d67394fd1599f51ddb68b5092ee579427753f53ad3efb293c01466ec
MD5 8124e6bacf6311cefb86f85d0ca5738e
BLAKE2b-256 87c32b6db8732cda034df29161bc8395bfe7be40e8a5ee230103f90f6e22f634

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 524.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8f92ab1dae3ba80339be42e85a2470ae95fb4ceaec69022afe6c43831f6d426d
MD5 08150152d7bf68bbc73a8376ede2b6ea
BLAKE2b-256 dfc00cf178e1fd5f3c139794255b2ee72e1c59062461ad0d7c5cf299fd55bf69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 596.3 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24b76dd2908ac5805a9a310e3ece31973d61f45c986ac001309efe9064bad1f5
MD5 d70286bb6dfa8a3703f1f86d235e4070
BLAKE2b-256 41a05532f969bd7782aa42a01211bfbc255f4d1975c90b8b9f07087594b6b77f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 614.1 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 28d51b394c2e0288d34d9990dd01766edece7e8e610ca26f884e3f7130c87cbd
MD5 f0a4bccad749f79e60a0f9a9b251cbb9
BLAKE2b-256 650edab8db0da24e33b77d28ea6bef9362db69eeec4b73b5003420f324040a04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 727.1 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4cb2d178c395b4ff3a68750a70d35942b5291d7db76deb048754dd375338d939
MD5 6c9a4766a1bc3acccbd79d49c30c373c
BLAKE2b-256 2c5fab1d5c2a472628f41a95dd942a54813c90b711f3abdfb31b0e8ae1003fc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 654.1 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0f2a8d63284f78ba0a49b6d5f513b02f9458d6dd103f303a53ab924bd1168372
MD5 f8dac019f352d1b9fe9ba0d27b4f2b05
BLAKE2b-256 6207cb1f88b508bf7653778aa0697ec86c514e13498a83824d49141526e44290

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 554.8 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5817b9fd0a6a9c0dd7602a990324db76df9dcbf900df86e0a7d19091eaed67b8
MD5 a5921b9bcfc5d43dac365b8f34496426
BLAKE2b-256 d828a74a4687c0d3d3d5bf37cc430c3e2dea98b9a25626fd35eaccba5de9254a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 568.9 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4cad879c6479b93730869098465c6b6dbabb9e1cef5623f85ebf875e0b324f6c
MD5 f53cf910acb1ab01073831b6db389511
BLAKE2b-256 a9c066a99fde06f1c79002435f254006e3006caa6975b93c016f512ecbb7f4c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 545.1 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6775502fe0931df5b85641ea4f4b74934d7b9a2a2f566d33567dc75e9b861852
MD5 90fed213287ee66bdbf03734699e6836
BLAKE2b-256 fb44d470c76c7ab0700df1e4ee4c6a84fe96325805f30adfbb87109e1bd10298

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 572.8 kB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8d1eea6ae0b7d57d87f82e6a7de04c7adf94c63fc35595b66b2a30be96a20745
MD5 3d58c747da4b53332e55296a7df13c8d
BLAKE2b-256 db60b513e127c3a82ecb555a4ece528abbcfe8c525025993bc2a993ad2873599

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 525.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88f5c131dd5ca65308572e270b39c723c852436631bd820163ee6301e372d918
MD5 8d3020e176a2c8523b09c0eb4317b069
BLAKE2b-256 55f995fd119dec4ab97825e54c6cf602453e6855c5efed694fb0cb096e8437ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 596.6 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4391765542059a4fb94c3ee7ae1761055456b30b1c89cb4041678a83b825595
MD5 79b9add46762cf8db1673e76b6cdfc66
BLAKE2b-256 c96d12889909ae6f50311f20ccfaa4f6f31f9b7d803c2ee60515c77022194575

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 614.1 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3532fce16030cd837706f6d3b2789e76ae63c39afc06bca17271a51b558b5572
MD5 31b5cb8a357eb3c7595d866cde52dcf6
BLAKE2b-256 f92bd1a8f9e7fa3ce0e52658cc2acb67275c45dafc7adf1dd9bfd669c342471e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 726.4 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bde22e7f3e0327f38c1ab3e83eeaa14e28ac132da68ca5555d5d0c9f5c42ca1f
MD5 56a70acca98470c0547856a81bf48d04
BLAKE2b-256 6efc4b13e51adecf2410a5472adbe5f5f923edd3bec7883d992385434bd81e9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 654.4 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9640a66cfa7786064fffd641168b557a4fe7ff0e5eea7b543a1a22d7a4adccc
MD5 d071ca6ea79ba04a184bed617f0d160d
BLAKE2b-256 cb69e40c7b6dcddf74c5ac2af6da4e4245f320f363ca22850292cc0edd97c177

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 555.1 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7ea361b310923dc2517f965e32d721dc91acfde5ebc1fcb9406fc0f307ab4f21
MD5 1bdafbedf84bd87aa81bcbb3c3f3371d
BLAKE2b-256 b5a55a7d1ef27ba08054bcc4c095b8b60fa9780e4075b2c7578848aebcfae2b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 568.9 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9eb8eb726936c2958357adbf03930e2c6a3c187faac22a5e5ad60cab2129e81
MD5 edfc798dc52f66c64a8a38620ed4c690
BLAKE2b-256 94455897a894a1febf18f38e74af0869dccee6eded0bcfed3c32877cf76b6e9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 545.1 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19bc82aeab2f922c84dde490d6f402fdbaa5ebcd2b6e2353b98c7abb1bad7a88
MD5 9a37442aac780cac86bd667549cdd945
BLAKE2b-256 c5b93682aa276138edc29b9a85c33319ed2a39eff083464c3dd7e8b2aa00b0c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 572.9 kB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c39d432aa8af625cc7e0cdb478bdd009c0577f73ce00435ddee82dab999e3a0d
MD5 cea92db27651eba2474f6090fa378425
BLAKE2b-256 8f1a2dd87e59422a0cebaa9cc816ac2fd2683705420cd76c122b0e252dffca4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 525.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f4e5e726e3390736e2d2c0a75a531dcb934e46859d7e7c19a2b38c50c04ee4a8
MD5 53f8f8550aceef4ce5ec528c330b0931
BLAKE2b-256 1ee4e17d39352ec658fe30cc36cc8361f5e104a19dd4120f8b4d55df1e6cd876

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 599.5 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 164b032b2d5e34eb8453396c7e961175034d3543957f80943c8b3affbed83d78
MD5 0b2d5e621bda985355f0b10a367d637d
BLAKE2b-256 34d523fe7e99b02750d84b055355700245f9b5c107162489d104513c8a1d09ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 614.2 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6ab0a611f509cee93aa94ae9a0687ec92130be577541fe9035283f878a3463ee
MD5 e8da1cee0ed5d852320b152d3c767daf
BLAKE2b-256 a8650fbdc5154a0a976d4a3612ff4acf8a049c684c7fcf2d75f42df377d71a72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 730.9 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5128e7a783b2df152e4f62819d7d429cf511a56fabf094e00c2b2cf7bad92bf1
MD5 a3964baeb753804badb1dd3ad2ae774d
BLAKE2b-256 4b2c5b7edd349eb5d05b9ac47d98158843ae688e51d14d9ca0fb73053332f593

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 657.0 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5bc5474aba21c584bcbbcc14e6bf8ea523fdf1775ecb9ca6be789c21a7b2b550
MD5 0e25a233b17f7feff97ea8b8587f118e
BLAKE2b-256 ac44f61cf70a8a3892a4459495085cbaef033e3d744503a8bc39cb760f29811f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 557.2 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 27e55471acd2852eda94e0833ac487175bc83308349bfef531a4205e6a3df02d
MD5 03f857e254ff2ef9c6bc9c86e8fdb6c5
BLAKE2b-256 6ad0d10a634c6e662e7ef6dd9844025605d0b9b78573723aee6420d6fc9b36fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 567.4 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 507b931987856453bd3833161b6487a29bcde69b162ae748bd62a0cb8a145600
MD5 eef7e3041987df08250e7b4f038b25b1
BLAKE2b-256 541666532a94f1a967ae95798fbf1bc8523fb7c12ea5643e01d25d752e7c9c7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 546.5 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8272a3784ab10bbd6632ac6ae48eefdec57a298e2ffc440d404110a4ab9394e
MD5 345e81c8eecf4df8b54e21b34667427e
BLAKE2b-256 542ae1e5075bf9b3424d0aea81e63e4fe4347df302df7a10ea7711803d069d08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymagba-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 571.4 kB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8555d59ad43cec3791d6af091833fd86831128e54b8117e187b10240a4e897d6
MD5 fa58242e08db877c303429848a32d0e6
BLAKE2b-256 1830497ce7512dbfe794ab673832ffae8d5eca9cc9965c54a403a001ec6451fe

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