Skip to main content

Cython binding to MAD-X

Project description

Latest Version Python versions Supported platforms License: Source: CC0, Apache | Binary: Non-Free GitHub Actions Status Coverage DOI and Citation

cpymad is a Cython binding to MAD-X for giving full control and access to a MAD-X interpreter in python.

Note: Support for 32bit builds and python 2.7 has been removed in version 1.8.0. Support for python 3.5 has been removed in version 1.10.0.

Note: python 3.8 and below, as well as manylinux1 have reached EOL. Support will be removed in a future release.

License

The cpymad source code itself is under free license, see COPYING.rst.

However, the MAD-X software package and henceforth all binary cpymad package distributions are NOT FREE., see MAD-X license.

CHANGELOG

The full changelog is available online in CHANGES.rst.

Reporting issues

Note that cpymad links against a custom build of MAD-X that may differ from the official CERN command line client. This binary may have problems that the official binary does not have and vice versa.

Therefore, before reporting issues, please make sure that you report to the correct recipient. First try to check if that problem remains when using the MAD-X command line client distributed by CERN, then report the issue:

  • to CERN if it can be reproduced with the official MAD-X executable

  • to us if it can not be reproduced with the official MAD-X executable

Please keep the code in the bug report as minimal as possible, i.e. remove everything that can be removed such that the issue still occurs. This will save us some effort in handling the error report.

Please post the code inline, don’t upload zip files, or link to external sources, if possible.

Bug reports should describe the issue and contain a minimal python script similar to this:

from cpymad.madx import Madx
m = Madx()
m.call('commands.madx')

as well as the content of the commands.madx file.

You can create this file from your original python code with a minimal change that tells cpymad to write all MAD-X commands to a file:

m = Madx(command_log='commands.madx')
...

Now run this file with the official MAD-X command line client:

madx commands.madx

If madx reports the same error, check if there are any syntax errors in the commands.madx file. These may result from incorrect usage of cpymad, or bugs in cpymad.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cpymad-1.17.0.tar.gz (54.8 kB view details)

Uploaded Source

Built Distributions

cpymad-1.17.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp313-cp313-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.13Windows x86-64

cpymad-1.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp313-cp313-macosx_13_0_universal2.whl (6.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ universal2 (ARM64, x86-64)

cpymad-1.17.0-cp313-cp313-macosx_13_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

cpymad-1.17.0-cp312-cp312-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.12Windows x86-64

cpymad-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp312-cp312-macosx_13_0_universal2.whl (6.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ universal2 (ARM64, x86-64)

cpymad-1.17.0-cp312-cp312-macosx_13_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

cpymad-1.17.0-cp311-cp311-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.11Windows x86-64

cpymad-1.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp311-cp311-macosx_13_0_universal2.whl (6.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ universal2 (ARM64, x86-64)

cpymad-1.17.0-cp311-cp311-macosx_13_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

cpymad-1.17.0-cp310-cp310-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.10Windows x86-64

cpymad-1.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp310-cp310-macosx_13_0_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

cpymad-1.17.0-cp310-cp310-macosx_13_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

cpymad-1.17.0-cp39-cp39-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.9Windows x86-64

cpymad-1.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

cpymad-1.17.0-cp39-cp39-macosx_13_0_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

cpymad-1.17.0-cp39-cp39-macosx_13_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

cpymad-1.17.0-cp38-cp38-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.8Windows x86-64

cpymad-1.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

cpymad-1.17.0-cp38-cp38-macosx_13_0_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.8macOS 13.0+ x86-64

cpymad-1.17.0-cp38-cp38-macosx_13_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.8macOS 13.0+ ARM64

cpymad-1.17.0-cp37-cp37m-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

cpymad-1.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

cpymad-1.17.0-cp37-cp37m-macosx_13_0_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.7mmacOS 13.0+ x86-64

cpymad-1.17.0-cp37-cp37m-macosx_13_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.7mmacOS 13.0+ ARM64

cpymad-1.17.0-cp36-cp36m-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.6mWindows x86-64

cpymad-1.17.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

cpymad-1.17.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

cpymad-1.17.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

cpymad-1.17.0-cp36-cp36m-macosx_13_0_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.6mmacOS 13.0+ x86-64

cpymad-1.17.0-cp36-cp36m-macosx_13_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.6mmacOS 13.0+ ARM64

cpymad-1.17.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.5+ x86-64

File details

Details for the file cpymad-1.17.0.tar.gz.

File metadata

  • Download URL: cpymad-1.17.0.tar.gz
  • Upload date:
  • Size: 54.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0.tar.gz
Algorithm Hash digest
SHA256 0a9d1e6c85b1574b698d7c231cb1d6f72e452a80562bc2a7304975bb20d3bbe3
MD5 eba834e4b0351dfcd38505dafb3cae28
BLAKE2b-256 50d584b9ed10b6c3bb472931a2bc77cf7bd498e3e535d784ee5cc56c3841b98b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0.tar.gz:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f62d50d51d5ea7a2bf2d4e664bf18456249a4bccb0f035800fc110beb4c20d7
MD5 006a5b95d11bab8875b23c64ffa70da9
BLAKE2b-256 11c1d592f481ee2852ba2b4c4a7f3cb07dc831fe6ab7c8bdfa89890fcea08811

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1432d8af4c8dc1047b33c5502a7e6adbef98751fc10d62c96565fa9b03423cd2
MD5 f07341342a48d5a135e13b445a0cd6f1
BLAKE2b-256 3f2487c283561cf6c816fb8f9c3ba58ad28732e94a47e3ea94aa9715e31adb92

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.17.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea9d4c0bb2ab1a776ecabfbccfaaa82ab83c799653a7d4cd5d0db245ffe7e43d
MD5 df7f2689a5ea050ae9a8e1d6a3b327ce
BLAKE2b-256 b1a15a61a688a7cfbe52a2517e44edf76a7a5d0de786004c3730e5187126a3bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp313-cp313-win_amd64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4244324b38735a97cfe2a239971b4331de912c00bd6d06358ae3b49044e38c34
MD5 69d74637479462cc690b5c718ef1710a
BLAKE2b-256 eb13d251736daa67e01a23634aaec4e94370ee0e6a2f0ec6e1f0a40f9e06ed09

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc6bf23ca6d934d05eb658872a7f0fab8b17025ad1f8f3abd36917a6322540c8
MD5 a7229889c479cf76b3713c76ecc71a67
BLAKE2b-256 57bb6f1b3d87a92ee5eb238572a953b32bca2e78b0db3df807750e024d9b09fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp313-cp313-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp313-cp313-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 6bd06ceeb2744cd29798a9f9ab296b102fdff65bd4cb66533a50d342695b8500
MD5 e1b0aa756edb2951db9054cddf99023d
BLAKE2b-256 ae9c500b26d049373c7057e6044e3abbf405a3942eb74ec7de2f6b27b220ecba

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp313-cp313-macosx_13_0_universal2.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5f36910cf1152a4f11eb9d1a9854086ea245a54853cfa9101515ab302d43389d
MD5 2f276e307267c8b9c460c5ce9a7db34b
BLAKE2b-256 77da52118bce9c189b3338082873c9f567ddadd2ca441655b19088dde1e9a853

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.17.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8786424f7510f8899fc90fe01bec36c2cfa03d833573037c3c21c6240034de5e
MD5 11f4c020e3dc58f9c99ad0240d915dcc
BLAKE2b-256 1ca7ab2d6ac7cf0900cad6d263f6cb7b48dc01a720809e779d9e36bbd8383551

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp312-cp312-win_amd64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47aa2be2cf3665fe87e712d81c8fe77a0f2488a893071fc31319a6e74ed96b8a
MD5 1206bdc4369e459a2da14dbf608a844e
BLAKE2b-256 4fd4144194b82cd511c29e81f579c9c81f3ee0a31cc2c87e44048fe64693ecee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a19af903f5bfc7e8800c78d3c66d2c54e229be93f6fdcc73cd5a0484dc02fc4
MD5 b7ce9078a65aca30bd6890761a1e96b8
BLAKE2b-256 9a6036f329328628025c10439780304df9090f6e1e5a807d9c9b7a86f645810f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp312-cp312-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 268ccef9c2c43e9ebbdf020851597e0ef89861f9071e65871b83c7244e2dcd85
MD5 ba32eb8d1dcd2719cc3f897bae06aa15
BLAKE2b-256 84d6e8bd2f09b9810dbb09b98503dee386196d6a7811b9051f223f9bd82fd8b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp312-cp312-macosx_13_0_universal2.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f6e3ef138750feb33ca46bde1a9694efc7d7d332652856d9a0b715433925d556
MD5 c7ef1f12ddb7a1bcbad9e5f30572e3aa
BLAKE2b-256 63590a20891707b5c63aa0abc7a6403caa5d9f5bb955893e573f0c6ef4edfb44

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.17.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 16bdb614e9adc4c1dc538232a3242d1062d7f3ebd9e5230b7f94f581ad6c6f7d
MD5 a582efad2adc42535ccf8cd399c394cb
BLAKE2b-256 ba6be085d425a8c8b98444894295aa08fa59564d05693b037b208fc4b238db36

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp311-cp311-win_amd64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66b7bf8cb812a4c7626f0ec9ac2f8fe9b5491ceb3bc832d2ffc1825333c96f58
MD5 c9fb0bc158c0297cd901954259d47c5f
BLAKE2b-256 a11c47975b8871b7593617d4408008a3a75c9801f6dad22181db253a60f540c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b780d34deaa50e3cba5b72d75f0ee90d2b5b843ac0fff4368964c601a8b2a22
MD5 26d40a35184ca2daf960126ad3373a73
BLAKE2b-256 5f9961b64e0e5636d21a89f65c79083ce2e49112140628bb8bed2bda9d7a8050

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp311-cp311-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 0f2a1e285c639fe2bed49d9dbab79c0325c14e235e7ae3e1e0f09e12ace51d73
MD5 1be550dedb38641912bd32db77be923b
BLAKE2b-256 f9629ad02b95e481aa779f821a44102ce57497923613b171563ec1f340737ea8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp311-cp311-macosx_13_0_universal2.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0a2bbcea6bc30dc66d6b4c25245452ea1e922e1aa19cc7fc6ee5b60fe8885e93
MD5 66679ae7328c30854fb3710cb01088f9
BLAKE2b-256 8d1ca96f34b248b8fa468ef8b38a29960f74dface0a6bd27b68e22e9cf83da5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.17.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 036564a12912d312e12a91f81e500e4d4adca670000f95d917e94e902e738727
MD5 2b61e49e227c62e4da9faef433e025fc
BLAKE2b-256 2635e7e7a75d35c9200697481638cf39aa0e6c8b060365e16127ca447ef277bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp310-cp310-win_amd64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30c882b80d8b34f222645abd2a7060d581747a6ef3a98bc5425efbf04d889492
MD5 205ce79b5715d6d3794359dc17afd637
BLAKE2b-256 36ac06f531b5ee15768b4ef47c7a570ead50942da685cb09624094a5abac38b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f44eca4bc69772c5366d46462f7540b9b081e665ce91ffba7bc4236bdc11db82
MD5 85d8d29013b43a248d5cc4e126a8164f
BLAKE2b-256 a1c92d3b1a57aa9d15ae5ff023454139faabf740f575bdbecc653ab481770204

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 414cba8be5dce07b2b0a4159eb0c48b04a3497b8b0edfda7c13c60828f86ad93
MD5 f0e91ccea1860a5e2e5ffb08979915b6
BLAKE2b-256 a9dc76af9fb2dd5670a3b35b3531c346df9bf23b91d22bef5099e6d2d78c62d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 caaaf598d23e90ac38c571e3ef621c6df7f494fa3ec05ec17ac4ca6d9cc23d53
MD5 7328835731504214f93547dc10eae7f8
BLAKE2b-256 3541046796c2861d34a781eb53b48d629497d67d147618e27d000bf29ea6984b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp310-cp310-macosx_13_0_arm64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.17.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 31b0419bcedcba9c58fa43f20656bfa248d48a9a6afe23385115e80954fed490
MD5 f35118ea838b9d6fe65bca8b487ce7be
BLAKE2b-256 6c56b189003870678f0bd21fd3a1e13bdaa0281bc554f007caa810ed408b5010

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp39-cp39-win_amd64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edd749e11c11c8f829dea2e8979fb6098ca7186488f2ebd554b207484fed33c2
MD5 a2f59948a6d688bcea5895b82596acc6
BLAKE2b-256 093fa9520c218cbcbc2f3262828d51306c65569e7183e0500168283fedea9659

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cc5ede13a130a95035fbba416cc903238d9d7afcb3f2bfdeca05411d7747e68
MD5 d1b32a35844ec18adae8922bdb0f6d38
BLAKE2b-256 4ff204cebf0b3cd0f28104cf17b76ff199ffd6239bf147d2b1186e1951ab0649

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a733b6ea346be3061ecbacbe84c7eb721865861cfb16c489ddcca75ff134f0c7
MD5 7ce2ff526fa5e7db04d47900caf96098
BLAKE2b-256 4e484fa9784a00c0c8c7e964cf3423444f74721677ceec30b32c73c3d5492784

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cb11eb155f65518f9c0cf312cd1bcba312c3754e20c0a375fea4b8b61c5df596
MD5 fb07ef8b649548b113ae6b19201d8b82
BLAKE2b-256 ccfb9559bd4b39323649a46505694ef7eaa761f1d24140a4c434d9470faa73be

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp39-cp39-macosx_13_0_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d868e885b6f11ed56fcba609569f1c852de1619e495f9e8e754662ea8b0950f0
MD5 ffd84cf73a7f3a1a813a00e79cf4db9a
BLAKE2b-256 b5ed577a80cce5c900ca7d4f5b799874d86388c5eb0ceba378b3e012cae1203c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp39-cp39-macosx_13_0_arm64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.17.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 622268295ca3a47b57019ee2a81d18804a3f29aaa70ce2d7b4e0a642a9cb3901
MD5 687c67e5faf7cd9797d2e6996532277d
BLAKE2b-256 9c96da8e74833a851003e3f57fa62f0d429ca3c0fa1ab3ac34c7e9cd5994b8ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp38-cp38-win_amd64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f42126f69678d4a412c98dda265f15d4e4bcce3c9fd533b5036150293d52cfe3
MD5 07910847bdaca503d68f6eaac236f751
BLAKE2b-256 ea059f50913676b92b610eac451cc5a2ad946b3233a5f998b0a91ac94730efbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2671d1f87a5960f8e65d2cfbca3b593f0118c146c8a2c5e2061c44b78a1c7b32
MD5 b79d7194c8ad0321c46e5d8428e74317
BLAKE2b-256 61979bcdc753cd48f17c2344d75ab94e44717d40d716c9406124f4fa24cfed3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b500fd6f79ee37a404c3ce6f062ecae8c7f2a4c407a301e82d873c93bf31d682
MD5 e60918639d630e37d1bd140ca1251d51
BLAKE2b-256 80b8ccdf51a20507fda8bda411c43a3a2a7c62bec047072c0a12f292f58b2b7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp38-cp38-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp38-cp38-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e0ab86532c9f1fb9a7008954ec51aaee0a044496a7fcb6e8ca1a9ebc1be4e1c1
MD5 86835a4f7a62d2954d7ff9bdf131e6a3
BLAKE2b-256 b6d892472d22018e8ee58b647a7170fcac1fb902f318075a60fdd85b9168b953

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp38-cp38-macosx_13_0_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp38-cp38-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp38-cp38-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 815103a841e685a0d8ab67f544935270cd7642f1a0788459107c101a3ec6b3e3
MD5 cbfe10368c2beaede1013b44bd8f923e
BLAKE2b-256 b5b2593dab4875e68da23691b610509d4840eee52d583c54a4435915704630a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp38-cp38-macosx_13_0_arm64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.17.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 370b726c8b691ac2e2aa0248a5c4bd5d9f387fac766fe04bff3017f8ffab10da
MD5 a7c94c0ead191c04a3441a303724cf21
BLAKE2b-256 8ad4ea12b8945986f4b134e8f6db7c95ee135ae5e0c69a2a84299fa7a0836c43

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp37-cp37m-win_amd64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 199462ec791b7dfa41cc0592f5a79e734a7fdbcc7cdde82255a800c7eda7a6a1
MD5 f6f13cb9712a6fee796e6229950eb49d
BLAKE2b-256 ebe057060ab66680484df978dec91cb24f4783329509f4716c569eaccabc5b36

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f30037b88345e8bcf019c8b4a91739ca411ad5bb13e0ce15266699603aa9e2a
MD5 bf3af85e2decb3eab5074a5f802d0332
BLAKE2b-256 a654f85912ac31222733e261b69bda695ed509a4098565a9fb5b52ed94ee601f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dcaf7aae68894e6e2fc6f5cae378d23741fd079c4900f17a09f21a3d645b5904
MD5 949d266a501c8c18b363ee83f9e77d97
BLAKE2b-256 0351dcc4c54f2edf4e20c38376e3a0739bff5a7802d95d599db8b7cf093f316b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp37-cp37m-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp37-cp37m-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ae8014925059533c9a0392e15a5b7d05d1358cb82a1eee9ed73397c5aa961ed
MD5 2ed8762ac489c7da8206cedfc374cae3
BLAKE2b-256 cd34748e6687209b16b75eff66efd101eddb6ff173a99c7a71536df074636c2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp37-cp37m-macosx_13_0_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp37-cp37m-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp37-cp37m-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0047248d65ac94be0a5eb08ef17f239b5af769c213612078de4aa9eb173decad
MD5 ac188d8dc1fc65643f2505f135fa01b1
BLAKE2b-256 eb1d8f50b8d5e8b2ec9a08e834628834bce402c1da654c844c30d18135a25729

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp37-cp37m-macosx_13_0_arm64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.17.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cpymad-1.17.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e545c000df7b92658f1f358fcddc1240cb49e5e8a8748f0689fad828bfd3d1ef
MD5 0bcc63c3e0297640345409b2bb2e02a6
BLAKE2b-256 a6e5dcc75431a794a3f57d6136c3a09f64e1ad2a8e53ac7364500f12014e4c3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp36-cp36m-win_amd64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c59936cb094acde31ae7d79ff0565a4500c75a7a6522c5eb474ba813feb881d
MD5 732973843e0937c7b06e70c56f7d78e6
BLAKE2b-256 53fe93e47c7e092be55b231727a4cd026ab181c57eba43791eecf6db4fe2a72d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf9b4d0d79ca8932b939c22c7cad19a5ff760604f00ba68e0f92761d023503c1
MD5 23d17b8fe3954aba4e6d18b1f8477aba
BLAKE2b-256 336851b1d4689db7dd0df26b3e7468fe5eb7cb6cbe85b18e9bfb98fc2bd0c20e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7e67a8d603909966c3fea6f11af83b07dbb9be5ebc46ccda2b854a9ba32d20e8
MD5 c7d88d028896f192b2bb1f71be56064c
BLAKE2b-256 25b46225dd7f2259b00d5850bc6608d7e25f436eb5e48f58328dfd0574dc0bd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp36-cp36m-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp36-cp36m-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 64eaa81a0e3ce9b55b5f52ef4a562e367474bfe90e81801b0f09322e3939217c
MD5 6836a30f78e4b1331254dcd6dc4881f8
BLAKE2b-256 b0172e3b0426e9c8efc838ac8b55c3d4337e7897a87784d3a40bc877858a877f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp36-cp36m-macosx_13_0_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp36-cp36m-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp36-cp36m-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 001c98e0859d3f73d4a27d64b6d5b6275def5f53f7c68c78bcc1bc15e1af9ac2
MD5 3dd4b6cb2951cb2d8a35ffc8ca3a8519
BLAKE2b-256 6b4566bcbc687d55e8e79ff78ea9931840d4ae6165ff78b2f265099da73ed397

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp36-cp36m-macosx_13_0_arm64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cpymad-1.17.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.17.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4baaa2ebc4e6d33576c462722bd94317704dc26346dee41d8459f8e4a76b8af1
MD5 233bbafd2ff5e0ba907df44f78bab572
BLAKE2b-256 eae8919a91e822db4f958395da287db73b328eb2281b025a439731d2621d41e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.17.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl:

Publisher: build.yml on hibtc/cpymad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page