Skip to main content

mwalib

mwalib logo

Tests Python tests Code Coverage codecov Crates.io Crates.io Crates.io docs

mwalib is an MWA library to read raw visibilities, voltages and metadata into a common structure. mwalib supports the existing "legacy" MWA correlator, as well as the "MWAX" correlator observations. This library strives to provide a single interface to work with all incarnations of MWA metadata, correlator and voltage formats and abstract away the nitty gritty details about reading MWA data. The only exception is that raw legacy VCS data which has not been recombined (rearranged into per-coarse channel files) is not currently supported.

mwalib is a library you can use in:

  • Rust (see examples/*.rs)
  • C (see examples/*.c)
  • Python (see examples/*.py)

Installation and Usage

For installation instructions, concepts and usage info, please see the mwalib article on the MWATelescope Wiki.

Related repositories

Be sure to also check out these related repositories which make use of mwalib:

  • Birli - A Murchison Widefield Array (MWA) pre-processing pipeline.
  • Marlu - Convenience Rust code that handles coordinate transformations, Jones matrices, etc.
  • Hyperbeam - Primary beam code for the Murchison Widefield Array (MWA) radio telescope.
  • Hyperdrive - Calibration software for the Murchison Widefield Array (MWA) radio telescope.

When releasing a new version of mwalib and related repositories, this is the required dependency/build order:

  1. mwalib
  2. Marlu (depends on: mwalib)
  3. Birli (depends on: Marlu)
  4. hyperbeam (depends on: Marlu)
  5. hyperdrive (depends on: mwalib, Marlu, Birli, hyperbeam)

Example test output

CorrelatorContext (
            Metafits Context:           MetafitsContext (
    obsid:                    1101503312,
    mode:                     HW_LFILES,

    Correlator Mode:
    fine channel resolution:  10 kHz,
    integration time:         2.00 s
    num fine channels/coarse: 128,

    Geometric delays applied          : No,
    Cable length corrections applied  : false,
    Calibration delays & gains applied: false,

    Creator:                  Randall,
    Project ID:               G0009,
    Observation Name:         FDS_DEC-26.7_121,
    Receivers:                [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16],
    Delays:                   [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    Global attenuation:       1 dB,

    Scheduled start (UNIX)    1417468096,
    Scheduled end (UNIX)      1417468208,
    Scheduled start (GPS)     1101503312,
    Scheduled end (GPS)       1101503424,
    Scheduled start (utc)     2014-12-01 21:08:16 +00:00,
    Scheduled end (utc)       2014-12-01 21:10:08 +00:00,
    Scheduled start (MJD)     56992.88074074074,
    Scheduled end (MJD)       56992.88203703703,
    Scheduled duration        112 s,
    Quack time:               2 s,
    Good UNIX start time:     1417468098,

    Timesteps:                [unix=1417468096.000, gps=1101503312.000, unix=1417468098.000, gps=1101503314.000...unix=1417468200.000, gps=1101503416.000, unix=1417468206.000, gps=1101503422.000],

    Coarse Channels:          [gpu=1 corr=0 rec=109 @ 139.520 MHz, gpu=2 corr=1 rec=110 @ 140.800 MHz, gpu=3 corr=2 rec=111 @ 142.080 MHz, gpu=4 corr=3 rec=112 @ 143.360 MHz, gpu=5 corr=4 rec=113 @ 144.640 MHz, gpu=6 corr=5 rec=114 @ 145.920 MHz, gpu=7 corr=6 rec=115 @ 147.200 MHz, gpu=8 corr=7 rec=116 @ 148.480 MHz, gpu=9 corr=8 rec=117 @ 149.760 MHz, gpu=10 corr=9 rec=118 @ 151.040 MHz, gpu=11 corr=10 rec=119 @ 152.320 MHz, gpu=12 corr=11 rec=120 @ 153.600 MHz, gpu=13 corr=12 rec=121 @ 154.880 MHz, gpu=14 corr=13 rec=122 @ 156.160 MHz, gpu=15 corr=14 rec=123 @ 157.440 MHz, gpu=16 corr=15 rec=124 @ 158.720 MHz, gpu=17 corr=16 rec=125 @ 160.000 MHz, gpu=18 corr=17 rec=126 @ 161.280 MHz, gpu=19 corr=18 rec=127 @ 162.560 MHz, gpu=20 corr=19 rec=128 @ 163.840 MHz, gpu=24 corr=23 rec=129 @ 165.120 MHz, gpu=23 corr=22 rec=130 @ 166.400 MHz, gpu=22 corr=21 rec=131 @ 167.680 MHz, gpu=21 corr=20 rec=132 @ 168.960 MHz],

    R.A. (tile_pointing):     144.2107504850443 degrees,
    Dec. (tile_pointing):     -26.63403125476213 degrees,
    R.A. (phase center):      Some(None) degrees,
    Dec. (phase center):      Some(None) degrees,
    Azimuth:                  0 degrees,
    Altitude:                 90 degrees,
    Sun altitude:             -1.53222775573148 degrees,
    Sun distance:             91.5322277557315 degrees,
    Moon distance:            131.880015235607 degrees,
    Jupiter distance:         41.401684338269 degrees,
    LST:                      144.381251875516 degrees,
    Hour angle:               -00:00:00.00 degrees,
    Grid name:                sweet,
    Grid number:              0,

    num antennas:             128,
    antennas:                 [Tile011, Tile012, Tile013, Tile014, Tile015...Tile166Y, Tile167X, Tile167Y, Tile168X, Tile168Y],

    num antenna pols:         2,
    num baselines:            8256,
    baselines:                0 v 0 to 127 v 127
    num auto-correlations:    128,
    num cross-correlations:   8128,

    num visibility pols:      4,
    visibility pols:          XX, XY, YX, YY,

    metafits FREQCENT key:    154.24 MHz,

    metafits filename:        test_files/1101503312_1_timestep/1101503312.metafits,
)

            MWA version:                Correlator v1 Legacy,

            num timesteps:              56,
            timesteps:                  [unix=1417468096.000, gps=1101503312.000, unix=1417468098.000, gps=1101503314.000...unix=1417468204.000, gps=1101503420.000, unix=1417468206.000, gps=1101503422.000],
            num coarse channels,        24,
            coarse channels:            [gpu=1 corr=0 rec=109 @ 139.520 MHz, gpu=2 corr=1 rec=110 @ 140.800 MHz, gpu=3 corr=2 rec=111 @ 142.080 MHz, gpu=4 corr=3 rec=112 @ 143.360 MHz, gpu=5 corr=4 rec=113 @ 144.640 MHz, gpu=6 corr=5 rec=114 @ 145.920 MHz, gpu=7 corr=6 rec=115 @ 147.200 MHz, gpu=8 corr=7 rec=116 @ 148.480 MHz, gpu=9 corr=8 rec=117 @ 149.760 MHz, gpu=10 corr=9 rec=118 @ 151.040 MHz, gpu=11 corr=10 rec=119 @ 152.320 MHz, gpu=12 corr=11 rec=120 @ 153.600 MHz, gpu=13 corr=12 rec=121 @ 154.880 MHz, gpu=14 corr=13 rec=122 @ 156.160 MHz, gpu=15 corr=14 rec=123 @ 157.440 MHz, gpu=16 corr=15 rec=124 @ 158.720 MHz, gpu=17 corr=16 rec=125 @ 160.000 MHz, gpu=18 corr=17 rec=126 @ 161.280 MHz, gpu=19 corr=18 rec=127 @ 162.560 MHz, gpu=20 corr=19 rec=128 @ 163.840 MHz, gpu=24 corr=23 rec=129 @ 165.120 MHz, gpu=23 corr=22 rec=130 @ 166.400 MHz, gpu=22 corr=21 rec=131 @ 167.680 MHz, gpu=21 corr=20 rec=132 @ 168.960 MHz],

            provided timesteps indices:   1: [0],
            provided coarse chan indices: 1: [0],

            Common timestep indices:    1: [0],
            Common coarse chan indices: 1: [0],
            Common UNIX start time:     1417468096,
            Common UNIX end time:       1417468098,
            Common GPS start time:      1101503312,
            Common GPS end time:        1101503314,
            Common duration:            2 s,
            Common bandwidth:           1.28 MHz,

            Common/Good timestep indices:    0: [],
            Common/Good coarse chan indices: 0: [],
            Common/Good UNIX start time:     0,
            Common/Good UNIX end time:       0,
            Common/Good GPS start time:      0,
            Common/Good GPS end time:        0,
            Common/Good duration:            0 s,
            Common/Good bandwidth:           0 MHz,

            gpubox HDU size:            32.25 MiB,
            Memory usage per scan:      32.25 MiB,

            gpubox batches:             [
    batch_number=0 gpubox_files=[filename=test_files/1101503312_1_timestep/1101503312_20141201210818_gpubox01_00.fits channelidentifier=1],
],
        )

This repo is approved by...

CIRA Rust Evangelism Strike Force logo

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

mwalib-2.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

mwalib-2.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

mwalib-2.1.0-cp314-cp314-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mwalib-2.1.0-cp314-cp314-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

mwalib-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mwalib-2.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mwalib-2.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mwalib-2.1.0-cp313-cp313-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mwalib-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mwalib-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mwalib-2.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mwalib-2.1.0-cp312-cp312-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mwalib-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mwalib-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mwalib-2.1.0-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mwalib-2.1.0-cp311-cp311-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mwalib-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mwalib-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mwalib-2.1.0-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mwalib-2.1.0-cp310-cp310-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file mwalib-2.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fdc646e2ccaa54b9d93689f301cd19ee41d79aa19d7b3c7d3449b460b381427
MD5 e030b6ad139675d7be5c6a2c1c594d8a
BLAKE2b-256 8e2133c750d82aeb94bd7c980099cc76232b54054ab6732a774e551ca1b4069e

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4758b538b602ed4b97c68f4b01394cbe73eb6fe2f538bd40098cb1865640d1d
MD5 553987d577ccf3b8676aa058faf4f85d
BLAKE2b-256 f9859c11b1a74df5cc6898bdf052198846e28053df1ffc536a14ab5ad1fc2562

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28b43443af5396a4f4490cf94dc9dcb9a492268a447c674ca0b43c5222b41819
MD5 02f94fcd2d50c6009453a0da1e947fb4
BLAKE2b-256 930d3a8468000e417f7c6adbf21229945bb6daa34a3520ab2390dad645eef834

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8418dd9c091f38f5252e6cb7f776bba9ae7e0c71593082c873a4e5d932a8564d
MD5 ebae90516db889cbfb920434ee174b04
BLAKE2b-256 d3321659af2c83df55069f4c32801b101bd079f719fea43fe7cc97b7f3cf5587

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4f6e3067e8b5dae269dbb16fc852b434aa6e9666d9c789fa804f3630ca40693
MD5 6e3c36eba4130108ef3d4f02eb05c6cd
BLAKE2b-256 11ba5d11c22aad95ffecad325fa3d5426469e109998fcae28f871f13cc6a188f

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72beda4bce4f14314275911e97a7138b717de7c1f3f196865209562cb1073b73
MD5 e638ee3c4fa63a08b2509e182b98c48e
BLAKE2b-256 23a03e517e7b7749873b09b0c3db69dc67b44d7121ddcd3953b760359687b531

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb45462dea75eb87cdf9676d7daf710995050656f2910b4b2ebf15be7b725318
MD5 1f8172256779332d70ebe8c130c98827
BLAKE2b-256 d75dcedc599d5703d1d77b187e65da9daf3c4d71fbef48d257188106d40b94cb

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 792f7d69c1a5e6498a8e6247e7991bb562c4e047750418d39f3a33ceec2563e7
MD5 72df0809f1abe85fabf4ac869ea8f9ad
BLAKE2b-256 7a19fdbcdbffca78e2496cae564bae47ed4bd5d12c82dc26b686858109cfe87f

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b55da58caa367b6fa24ea816e9e7455d528aa9e99ac284639d99d6db17d4c529
MD5 a918eb86215ae4819d1edd1bfb9b1851
BLAKE2b-256 0f8ad1f095f89d96aa36dc6e332d9ee5a21c275ecbaaae41f7805e9733095822

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6ff643bf9bc0dd29c53a86165ff6192ac68f77e1a4323eb58d3038ce7d212e5
MD5 8b361e0403e45c28bed3337ac87699f7
BLAKE2b-256 a3b04ffa01e13755ee3a666131f6582578ccf07307d6531c1d1c351890de5df6

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 deb8453e998bb9d54c9314324e7af9d0fde94e5699975a6f6020334eff2af435
MD5 7e175ada5744207a2cb1feca4cc80ecd
BLAKE2b-256 3bb02c986ae5b0aca3207749151cf3287d2d628e87cacd6988a2bf1d09cb1577

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d6fdf805daecf182780205177bd37d939fca6b691deafd037475ce55798747f
MD5 f8fd9fad189736d5dc67d01e58952a59
BLAKE2b-256 7dd19190aa1fed8ea1e5473af9a6ae3b2e1f518ed34987284761ad4b871ebc85

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b35083bc0e53a33e7f80e8dd450a7ca94d1752129ca235ae70397fdb62513e7b
MD5 cf4394b3fe1d5092d70b4e8ad791b71d
BLAKE2b-256 364a0329bf42c6f99b6a463ec5fedc7bc6c9a583b6de84343d1b2ea78e46c0a2

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 840bdb958a0416fe620c18cfa63518cae4d96edcabc74962d878a7a36b8bdeea
MD5 817982a283a129b595efa32e92b70d2a
BLAKE2b-256 056ca85a4b721f6f0c3f19eb690196704fc1c8055e16dd97d67d18c9a5f5c68c

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c8670f0f08fa5e80992fbf9abac54893109ca73153ee289903c473f24c6da4a
MD5 5a6f120de87a1506310a759d72988ac4
BLAKE2b-256 dc6ff26bfd89e6cda0190050b2e0b354317373c295aa2ef4ea367a08b933ab05

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 566ca3069831cbaa221fda8dfb6b963d80903510f180bd90b4ae1bda7266f066
MD5 a67681773a0483d04f271850980e152b
BLAKE2b-256 035459fddfce4658b6fb4a8234a55316a46a92fa1e55e5198443de3e3e2e2aa4

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11bbbc79e31918294fa68cec7e26ec37e1de189c6e726063149dc8aaa4e26137
MD5 ebbc9be2144758a42824f5139024a6db
BLAKE2b-256 f15f3de57b14fec5422eac4a9a8f18afabee16d29b528547473d07a6d27a9efd

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b39eafdccc7879e68b76039bee8312de14a9f41853687693658f8018d5fbff1
MD5 d70b81df52c78f57ba978b322f1541eb
BLAKE2b-256 a91f47fe21b8402f2d28099e3cb139a1c44cc9b217d29556c6446d5551657360

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95f0cb701dfc7a7c210e83a2b0f2261a83dbb735e4568d00d524bdbf5561471a
MD5 9ebe029c35ecf75745805df3bbde1cfd
BLAKE2b-256 68dbda6a0a5f7c319525f426f4b2a2f92055f8910f1000907e7a094e8a9a3f0a

See more details on using hashes here.

File details

Details for the file mwalib-2.1.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mwalib-2.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a10b60e0288023e26f9c1cfb3ae5f59d6dea1569fe848c3ccf9ef2e934cf903
MD5 c51499546c434e00d1a47f751760859d
BLAKE2b-256 ee5aabc872d6b6b44d75a16a58e53a5bbadea19ea862127a96e7b8cfdaa02a4d

See more details on using hashes here.

Release history Release notifications | RSS feed

3.0.0

20 files

This release

2.1.0 This release

20 files

2.0.5

20 files

2.0.4

20 files

2.0.3

20 files

2.0.2

20 files

2.0.1

20 files

2.0.0

20 files

1.9.0

20 files

1.8.7

20 files

1.8.6

20 files

1.8.5

20 files

1.8.4

20 files

1.8.3

15 files

1.8.2

15 files

1.8.1

15 files

1.8.0

15 files

1.7.2

15 files

1.7.1

15 files

1.7.0

15 files

1.6.0

15 files

1.5.0

14 files

1.4.0

14 files

1.3.3

13 files

1.3.2

13 files

1.3.0

6 files

1.2.3

6 files

1.2.1.1

6 files

1.2.1

2 files

1.1.0

6 files

1.0.1

6 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page