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: Support for python<3.10 and manylinux1 have been removed in version 1.19.0.

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.19.0.tar.gz (68.2 kB view details)

Uploaded Source

Built Distributions

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

cpymad-1.19.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

cpymad-1.19.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

cpymad-1.19.0-cp314-cp314-win_amd64.whl (5.6 MB view details)

Uploaded CPython 3.14Windows x86-64

cpymad-1.19.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

cpymad-1.19.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

cpymad-1.19.0-cp314-cp314-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

cpymad-1.19.0-cp314-cp314-macosx_15_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

cpymad-1.19.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

cpymad-1.19.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

cpymad-1.19.0-cp313-cp313-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.13Windows x86-64

cpymad-1.19.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cpymad-1.19.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cpymad-1.19.0-cp313-cp313-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

cpymad-1.19.0-cp313-cp313-macosx_15_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

cpymad-1.19.0-cp312-cp312-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.12Windows x86-64

cpymad-1.19.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cpymad-1.19.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cpymad-1.19.0-cp312-cp312-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

cpymad-1.19.0-cp312-cp312-macosx_15_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

cpymad-1.19.0-cp311-cp311-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.11Windows x86-64

cpymad-1.19.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cpymad-1.19.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cpymad-1.19.0-cp311-cp311-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

cpymad-1.19.0-cp311-cp311-macosx_15_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

cpymad-1.19.0-cp310-cp310-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.10Windows x86-64

cpymad-1.19.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cpymad-1.19.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cpymad-1.19.0-cp310-cp310-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

cpymad-1.19.0-cp310-cp310-macosx_15_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: cpymad-1.19.0.tar.gz
  • Upload date:
  • Size: 68.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cpymad-1.19.0.tar.gz
Algorithm Hash digest
SHA256 a9719c97646d25739b22873893c43152f92e2bcc31ac9fed8667c78415e56471
MD5 e2d549b66603ab15b9f691fa982916f8
BLAKE2b-256 b3606447cb118b852c3fb2fe3a897f9260d425e77b3e7f4ab4d6a16085699e12

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.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.19.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 81a8be379740e8a6026bfdc9ad669a147b2d516bb1b3703940372563c114c392
MD5 dfe07a1df6f45982becaa32d909a11bd
BLAKE2b-256 acbcfb4c9cc5d9719fd5928bbf9b4b60895972a2c54a7ae7c2c9e6d119d4b3c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_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.19.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3230c3cbfdd7b4c6febea0b2c93acfeff042fc465eb6d62aa2fd7fb008f5f088
MD5 1942a6b634617f9d54f8a69c2597180b
BLAKE2b-256 e52d9f7ff3af0586e4896be90be2f42f4b2acf1d02f2b5e887d213ad0c3c59e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_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.19.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.19.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cpymad-1.19.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4f980386d7ea0ecb974b14b88196dbec1e423bbeffa828b374e555440f8107d3
MD5 3aa489fea7ae16a2baf16a4d69854017
BLAKE2b-256 53dab71f7a1f762811569e91ce9dec907def14e55e76f0bd0a8625dca9132241

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp314-cp314-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.19.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f721e345850f2370fc45fdccd75e6563c2142c9be63f9f4a6e65ed6d8c103cea
MD5 81697aeef231aa71a729f3b83533e40d
BLAKE2b-256 c9e4ae969c23fab8a2e7474897772ba54bf7c9b3befb3b042a5a9bb551ed8378

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_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.19.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f941737d1ba66ea17e956d471a01f9ac720d958f938847350138f3969c6b3ea0
MD5 086344c31946d95312b1866055a78b09
BLAKE2b-256 18910624e31f431ed5222063d89d4454cf0820a809d3d77b530d2a292eee5c91

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_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.19.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cfde8317d761ec5ec6a20d225feeed96f68885d5e25f3462556cebf76d14ce03
MD5 ac77f22e84519209ea336956d679e730
BLAKE2b-256 32d7d7f4fef557e5f0f892991b51e3e95013d9ff1449a2f192cbe778f51ab47b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp314-cp314-macosx_15_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.19.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0d2ff8cd0f655e8bfe2fcd6c02c0c65266a81a2925ab109e34a0c5501fdb7d15
MD5 6c29d6fff2a4d01ce2905af213c49806
BLAKE2b-256 fc0c15f9b3b6c98e973a2ccb5548e490e705812801266b874839a7a34e286393

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp314-cp314-macosx_15_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.19.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 238489b4b1f78cfdcfc0dc499bf6791f5137165a7f175ded70470b32b66e1736
MD5 1468b1b5d8cfaf4d58bcc47387769dda
BLAKE2b-256 8efa69965c1fe20a59b200785b63650af459bcadf0a1bda3af1f075403c68263

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_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.19.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f752b69d17a9a69fb855efd2b18328507bad41f19481b2bf32a837f68168a248
MD5 b1b303fbdd98f627fed8aaea8a7318b0
BLAKE2b-256 a997e39ed3c29ff577c70b4e0b9d1f260397e4ac975b8ecec401527c5e081547

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_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.19.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.19.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cpymad-1.19.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 db369ae5d255b9b3ded89ad437a9535feb8e9d61d1ad49736f20ec2641f91db7
MD5 35eb1a9fa26a1f835a518adea22abba4
BLAKE2b-256 08c32620258a467e2707b45a8919f771a17f46c58fd2993c56162bdae7e13663

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.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.19.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0724ec8bca9b0088f7b669503b321540f012664e9e796343ec29d37db6708a15
MD5 44cbfef3b60a3bee766ea3dea81716c2
BLAKE2b-256 b23fb78d222b20c61eb4962e767d71ecc5f965c9a4c9a4b989861eed8b1bf57b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_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.19.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ec3bb82798634490f2d7b2fe5a19eb117525f739eab32d8480c4bc3af79b7cbe
MD5 87a3258ca617ea54562d566c7732fb1e
BLAKE2b-256 411472aec2e3789a28484a4e2ff1e2a6f707c67d67405af8f5a3b5536c770420

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_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.19.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8238a6aa036c6fbee21194bef413597712dea94e5cbd64940c40e81ea6dc36dd
MD5 89813fb4bbfbf39d09338e168874e77a
BLAKE2b-256 2722a81f4fcb2ea4c7a900d29747ca67e5a878a274931b4d122c82bdf53b6ef4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp313-cp313-macosx_15_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.19.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d90d1751ee37dc0af2bd6c9a72443abf3de1131609f9b90020d1d69511707150
MD5 dcb7cf316785be6b4ffb2e46ebcb365b
BLAKE2b-256 57f1090929657c760497dc6cf0d9ce28abde07c12a05e2ca18c6858cc50e1ed8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp313-cp313-macosx_15_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.19.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.19.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cpymad-1.19.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 660be9fe12978e81a6139b055b35f97290dc1651e7b24d538f7462f0b90e8f5d
MD5 78db929dd88c8678242cabdb4d6e209b
BLAKE2b-256 8ad722c4ba2e2a90f30e11ba5a82cd330e9969f4a6377fbff348004c22439038

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.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.19.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 baa794c472efc4974962b6d55c00e48afecc1aee80b8a6d957da7a4a16ec1303
MD5 f3f9acc784a75dc3355a45956f8c2835
BLAKE2b-256 534353ee3790fe16684d6e1ab49f70fe249dcb1add66847bcaa9b4dc07a37123

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_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.19.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 24cddb1e22dda359b5fb2c35724e3fd53d112fbf9cdd595cbb869fcc2889f5c7
MD5 67f2d455fb6ed349faeedfd93f3f8c18
BLAKE2b-256 9e013cb6f795890fdcb8d798959475befa8ffad6907fd235456b8526c932aa04

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_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.19.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9ba1ed19002cde4ebc579ad62a4da653da0c3355d564f395973beff1043a749b
MD5 4e4df92c8fb6d5c774fdd1203aa115fe
BLAKE2b-256 37b06b12093377e7cc7cf6451fbf21b59ceb017ab2d3db968ee8400b4bfc92d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp312-cp312-macosx_15_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.19.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e6db5328c8ba14524566476e51d5bcfc3967110f01bd54166114ca8479a4b3d2
MD5 cefdd038298db839861912758658e629
BLAKE2b-256 c45e3cca1ac867311054432e53ff0422dc9a90ea743e6f70cc05c62ca12e3dcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp312-cp312-macosx_15_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.19.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.19.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cpymad-1.19.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 76ba7d7a53eb37aa1688b78a7aa3276698cc661d17d31967dfad1c9bdbe7c811
MD5 69e9294f9a82389f80ff85b103e783d9
BLAKE2b-256 81f3975d00b3e4008a16d7e1d9e668f0e3b89d19aa4c2656964938beb71ea2b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.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.19.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2060adb66e070328316ca939ccb3dc753df03abbc048391242b4a1bdca033613
MD5 448869a270a33b934559572af97dabc0
BLAKE2b-256 f92d46d2187ef92c9e7a9a52a6d99d1a6fe9f952a34b9dc6bc58c055054ea6e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_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.19.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c4c966296859c1a3baacc186c3ed824f002d733dc917be9fe66919ae1967b344
MD5 a24e498e348df430d2c515f30e525fb7
BLAKE2b-256 0d5891359b87a03c7d12be0a24edb2608283722c3c6d54572e5aa9a77b8b907a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_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.19.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 03871b0ca1aa1313238dcb558469d4d45839e5b179571b7fd200f61dbd053b0e
MD5 bc0a4fafbcb236dc502f37e5318c94d8
BLAKE2b-256 74533f71a49a0077a5a96661eee4d6a089cd3fce2c3a86f1ec234a1f7221ac72

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp311-cp311-macosx_15_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.19.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ff1e1da1a7732488152c5a8d918c1835027f2e3cc59e3c9ca96a374f405d104e
MD5 83b9cf41ec757a2a37b1372e3bdd12e2
BLAKE2b-256 dff946839cb7051612d6c1f3a92ed79a311fe9b811d7437b2af7d7ff5a5024f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp311-cp311-macosx_15_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.19.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cpymad-1.19.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cpymad-1.19.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 953be912c2d0fa9b9d70abf7ef7f6c9e79dc234b136e83d3adb8cbb0b071059f
MD5 d337b8083ce0e4f6fe44872cfe02202f
BLAKE2b-256 96cf59db381709326b3855baf45b6d7547a2e55409cd7d0cfc48335cbaf0932e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.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.19.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4145d02006e8450f70022b2746ef59fdf643c878ed8763d7cd9e9edc65e66065
MD5 724e4a4b275921924e721c9f9f6d74af
BLAKE2b-256 8b6bea4247a339d9fd2b168a1ee3e9eb5faa53461759200460d2ffe966b78102

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_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.19.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ed7576c6def505a76a40e9b6455af5b7360e533b8a0074a2c05b67c5d84bef6f
MD5 5d02c43d3d11e48f372fc4e4b4ce1e63
BLAKE2b-256 26ba2c3c2d128db952c55ce74cb3db92b9f03181e908cd87f7344cace5446786

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_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.19.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d83633822aae508a4b5c01acbd74e211219dede0a5bb96bd0e3ff6913d1439ac
MD5 bfa27e877c0419681a427b1c7aca0c46
BLAKE2b-256 4bf47d42790e11eae799bae87612ae87d3c4261105ec847e06da193001dffb3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp310-cp310-macosx_15_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.19.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for cpymad-1.19.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5aca29dbdef10e83481c1e3b213dc271205044b1e0b2a6f5c42cc779b5b5018c
MD5 5d5ef508647e782e5f28726a0be99b78
BLAKE2b-256 7d877cf7995acd44edb29fe8599add42583da50d795d0acd0e71104d32684125

See more details on using hashes here.

Provenance

The following attestation bundles were made for cpymad-1.19.0-cp310-cp310-macosx_15_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.

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