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.6 and 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.10.0.tar.gz (261.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.10.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.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10Windows x86-64

cpymad-1.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cpymad-1.10.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.10.0-cp310-cp310-macosx_10_9_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cpymad-1.10.0-cp39-cp39-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.9Windows x86-64

cpymad-1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cpymad-1.10.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.10.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

cpymad-1.10.0-cp39-cp39-macosx_10_9_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cpymad-1.10.0-cp38-cp38-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.8Windows x86-64

cpymad-1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cpymad-1.10.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.10.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.10.0-cp38-cp38-macosx_10_9_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

cpymad-1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

cpymad-1.10.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

cpymad-1.10.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

cpymad-1.10.0-cp37-cp37m-macosx_10_9_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

cpymad-1.10.0-cp36-cp36m-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.6mWindows x86-64

cpymad-1.10.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.10.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.10.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.10.0-cp36-cp36m-macosx_10_9_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

cpymad-1.10.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.10.0.tar.gz.

File metadata

  • Download URL: cpymad-1.10.0.tar.gz
  • Upload date:
  • Size: 261.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for cpymad-1.10.0.tar.gz
Algorithm Hash digest
SHA256 304deb8e1975320c4dcb2d326935a0b4032ea46efee197da7b01d904898bfd45
MD5 a84b3067d86fc9607fb5470c5028d5d2
BLAKE2b-256 144a5f2c45fe9c133d8b7bb178745d07bb591d251b09b2a40ec70ca34dd2e654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cae083423272812c08b6ba9b6d30ae199adcd46bd5c6761804e2f02d81bbc8b
MD5 b0fa9d89ea6a4cdd0c4ae85c8a380ce4
BLAKE2b-256 3fe7bac5e8e5736da2b3bcd2373ac5480bf058687e6396eb9c20fe294e8ce62e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef328ee7a446a78b2ff325a7a998c0447e773aea894b5bf063e1a858c8f00748
MD5 a4b51840abc9a0d5715a3d6395e6e937
BLAKE2b-256 d165f0d484b4f3016e2b3fcef86d5cd29d8f4858da5cbf09ad5e1ef66deb2f5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cpymad-1.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for cpymad-1.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e126e1521b291660199b7b430be1978635bbafc042325ea2cb6c10b07f20d5a3
MD5 87a8f0a04441e4f6e8b1e294c2f46336
BLAKE2b-256 8fdf501032f3385502e19de7e4e756d7c8023534c4795dd6d3a1a7805d26dd1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcbdb26e4d517094705568dec8b8a34e174696358e3f3f6a7568b4d869e3f253
MD5 64c51e16e7e11b9a1f0fcc03c44920e9
BLAKE2b-256 15408a56579887285f1b38a7d5e28f9dedd12cb3c432bf1792d6c77d3457252f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6920a1e2db9700dc48274fb5679be0f17883406b460fe6e3fb55a87777bd0de
MD5 1bccdbbc13773de4021af1efb6f37365
BLAKE2b-256 f00171c4c2ba948ef62f02cfbb11690cc5e10a017b013ce57058987f16915d37

See more details on using hashes here.

File details

Details for the file cpymad-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 592b25569eb78ce098efd82e7c3aa71145bd0a2f25784169d20e488da183e39d
MD5 b0ada1c68d5cfd39ba5c57b3dffe3ea1
BLAKE2b-256 ce7518aa69fe0b3f43fc773793c0e1ca87aad050063de5aeccfefd19ece27b9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cpymad-1.10.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for cpymad-1.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3d5da0a3fd9621aa886c1e9babb1931fa41fc05e1edb1c5c2878cea1f369b30a
MD5 f9785bc23cb65127f3f1c8a19888b1b0
BLAKE2b-256 c101bfe4c6e62b59489d6bb900837dca18332a3145b909af376ab11c85a66414

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c8a4042663d3c5416655ec3d54c4fd691fb769204a9db7161a1862802be67e7
MD5 6421602350fc69dac9fc1547b286a4f7
BLAKE2b-256 3dd3b2c3ffc4887bcffc0ce62e705dd5dd7ecfa5dd877ac70895f3eb09377fcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92c06c31c64698d11d8257bafde18901f189ad95165d5b1a8b15d03fe8d796fd
MD5 3c516b05b3ea1a65dae9d3868234bf7b
BLAKE2b-256 97dffef58bd6903a893cde8f5703daa6b37edf00a9ed26b58eb2d7976abf0522

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ab0dc9de35ec0ca3443b25fbbb60ff32815aa28bf8cc6337c7d5dd314eea6a07
MD5 ab62510668e22242cf657fade7ce9f46
BLAKE2b-256 776f9b02e9d1e7eafaeac5b5507861fb71eb296d7c8a594d2653e0661863e136

See more details on using hashes here.

File details

Details for the file cpymad-1.10.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.10.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b05712c1b733bf5f29af95278aa00ff21b6fd1f4ed128b587de45f7a7770c54
MD5 9468f4166cfd66265162f160b4850284
BLAKE2b-256 babdd9cf26bbc75447fae157556e26683b48a321b5fd052ef1610536127453f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cpymad-1.10.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for cpymad-1.10.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fe82be46a57ae56e20d58918c5508e52725beb0373bcc2dc14cee934c299f100
MD5 82d30b86325cb7a1dcbf74fc030e6704
BLAKE2b-256 29b3b6068a7bbd0b7cbedd36d6e95492baa50006fa528d88c915019950aedcab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fb7a742eb25c3fd2931f77ffc86c3eea281528741847940efc88aa426004dd5
MD5 85293d6638ef87f30859604a674372a2
BLAKE2b-256 75b99cb6bfdce5f30563cd1880c9f87e205e3b7c8ca63501facfc569ae192da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0e80a1ad0fa7c2622337c50ca9da542a8bffb4357611732187fb5239cff7416
MD5 afc32952265af66901352ef7a2d00a61
BLAKE2b-256 4b7a853bb3c1b49d8861abc1b8addbb20c65253e4974e9d151b7a37c0cf61b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c63f8da25ce1bcbdf16e9edc214bb7c3b602afde54934ce6c7258c9d3fd4f431
MD5 9c3b629919b2901f6d5f161724826e55
BLAKE2b-256 20f23076e54a1722683340103b1332f1d0227514deac573bb9e2ecb70df20958

See more details on using hashes here.

File details

Details for the file cpymad-1.10.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.10.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6425d02c256f98f3bce331145450dcd7e0209d068191cf44501d07e56da9d737
MD5 00cd79f2f1df7c99c6ebf330f7a6838e
BLAKE2b-256 e8b007e9bf6ebe8100611315226056c8a0a2ff6ee6068a2c26cbe7cf17df702c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cpymad-1.10.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fd02fd918bec54a754876a29acd75962538086d32a1b9876fbed381d6209f5e1
MD5 d079d9248dfd9338f2c3afcf01f13ea1
BLAKE2b-256 d77af143a340b978d1bc9067ccb2f47e4fc4d392cd5f0c88198b0699c5ad995d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aae58f15e09c21f03b0572e25e94d18553a24c057287c3de690729bd42aa62c8
MD5 bb06f91981f8efc9ab1e62f975d1bcbd
BLAKE2b-256 1f03863dffd7b7bd9f2307911ef87446d18d4aa2afc658b32b02ce68fa0d0268

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a75cd0434507ebf03818463e3bdb3b22b9adeec35a774768699d4afea4c88759
MD5 b9ecd00e551c463ca48171691a696e17
BLAKE2b-256 aa81aac40099c6f3b84610e9aee52e298bbbd707c10e6f981a83bc23e1076500

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5fbd12462d222fc0b033ce9db0826c3f69a4d15e9967cacf603cf797821eb5e8
MD5 a42b734d3c5d32df597f3cd539aaaef1
BLAKE2b-256 018731c50cb46e675ab5194449c4c0d8face1e536c68afe2fa75c1111daa62bb

See more details on using hashes here.

File details

Details for the file cpymad-1.10.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.10.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a681825dfc5396aad8db5e4f3fa1e75acad17c50e96b008b9f77e93e1e39f56
MD5 86b1eda24748dbf0e2db8c23945007ef
BLAKE2b-256 55e96c97abb079538703296f2e6ff0219faebfe6ac3923e78c770c39c3937555

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cpymad-1.10.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for cpymad-1.10.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b578567edb4cde5807318b316eef603144c341c8bfa8997c3feafb8af46224fe
MD5 ed5d80f0828c9cbe7580a4d6deb2af74
BLAKE2b-256 56e941dac96764060aeb140d5f882731e41dd7279b887b9ae1a500fc146d2794

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbcf921fcf71fe07d96849e44bb2c739366d5b81394a16f8b3f9a634d30cd9cd
MD5 d04a98a6d684d02f08bddecde2f86f92
BLAKE2b-256 ed572924c56e9f072cfce6fe92f92d5026fe2c27adb2bb9db69c70d91563038e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b07027d60f049b4905872287d2ab18ba0fbced1326d9cd458bd8fe3ad8e4da05
MD5 35b53d48d385c3b9f69960030f28494b
BLAKE2b-256 5fc22c2c372b2b7ac18324066e5f56f984cb2be65b15c05c1f9f04b2d1262a10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a57fb790ff74e8ef126d69f28c1760370fba27aff62b59dbf201c092071565bb
MD5 362f30cffff0b64fac2496af1c886f1a
BLAKE2b-256 6d2ca5a1ff038904729121dfaac2d731a678b6e9d15c5ea0078581a35b0b78a5

See more details on using hashes here.

File details

Details for the file cpymad-1.10.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpymad-1.10.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9dc65e55561f06abdc4a383ab6f22f6817b2a3e168ac808f42b7d20d01730605
MD5 15ee9520ee6bac8bddc89dc489062df5
BLAKE2b-256 6d27e12d7ef41982e473926af3eb48d4477535ee2451c7048ada849dc5e28fe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cpymad-1.10.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c8eb52fe969fbf5f0b2b01a7019a16cd8ef17a989fad672b812d5752eb2731d2
MD5 67df8f82952702131495d8acba82f1ee
BLAKE2b-256 9decdb801516f5fd2e3c3669319d08874f818b86305d262014eb96732a53aa5a

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