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-3.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

mwalib-3.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

mwalib-3.0.0-cp314-cp314-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mwalib-3.0.0-cp314-cp314-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

mwalib-3.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mwalib-3.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mwalib-3.0.0-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mwalib-3.0.0-cp313-cp313-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mwalib-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mwalib-3.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mwalib-3.0.0-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mwalib-3.0.0-cp312-cp312-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mwalib-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mwalib-3.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mwalib-3.0.0-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mwalib-3.0.0-cp311-cp311-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mwalib-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mwalib-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mwalib-3.0.0-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mwalib-3.0.0-cp310-cp310-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c90aba5f14339504f81af635004c95c930a3ad29ab0cc0005cb489e79ed6a9eb
MD5 7d57a68c8994d40c2e8faaa68d0a3aae
BLAKE2b-256 24a589eebe377bf5efb3aa6c9545a1d4eef9873fa14d52a46206d83db43bc2c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a888a989ebe10428bd38d7b858e6570f74d557a4e380ba1dc30cb637078daf0
MD5 fbd58eeb7eb971167fb49bff355833d7
BLAKE2b-256 bf79d055e327c6606d5289c97970047e0c3b7f8bd64cdd7065a8c09d8880b173

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57263a5502460146600259b96fbd0da1aa198cb3277249fc77450b5be82261b6
MD5 7415244ce07c98d36c1b15fba87ca0d5
BLAKE2b-256 5bf5027299f037df9d3252c70c20e4f4c6fd3a68ceea1c4ab57c825b977c6f88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 63e926ac5feafee32223f63c9f8c24071b6ac2f32a98fa22e1bd677f16fb0239
MD5 9dda1e9e99b7cd08fab482848e6ea062
BLAKE2b-256 929cc0c007fb67cc6b5030ec9bb53c0167d1cc6d613869ea928f85bf22f62487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db05ce2ce974875e2a5773f6aab076f7e6e5964a777b319a66c978fdc48797a5
MD5 9b9ce8dbdc2e85e27996d2b0a1b2d3b6
BLAKE2b-256 c3172dc261f09528f4219ec95fcb3447ed8f9e9664eb218abb139946feade9c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05c7f52cc59b604105cdcf56b2065546ac6b38eb4d9182cb4b5d495b0b90b672
MD5 d75bf5171a7ff9eef9b404dc5597c191
BLAKE2b-256 7f44181ff032cdfd83d7c196040bfb17b4790cdae3bec42cbb2bfc5bc6a29c80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17e92d62f29c768d4bc6d942185a054ee4767f1162d63cacb939749278296df4
MD5 4053fd892acf1b68d289062c47f46707
BLAKE2b-256 82e42eb133573963f05a5f5578c555b3fd2931e0c7974455431aeea2f2251c5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 031b05633ec66d69070474a9bd49e013e906a1b509650be5b628802df6ae680c
MD5 aa05e5de9ecb281c1688bfb332e1815e
BLAKE2b-256 5bae11c9ebdc73b9b80e020605a1738ddab5df0e343bb040ca4810d6d1dfee25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97823b0da44598b55309c138acb76ee08c83a9a15dc8b54eacbe206e7d398497
MD5 370da52ffe90aeb64c381f7704058014
BLAKE2b-256 91f6f231eb88d762411a32a55ff024ccb07a125064816427166c8ad6224d363d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd66065527679f88a36807d2f0c10f7af4e44be5b5d6f93b73463018c0383828
MD5 f04925b5741136ac7ab83440a068ca26
BLAKE2b-256 7a6a6e8f336875a27d4e4d7e8e84cd7b11a14847b69098de2f08ffea0406a374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2145a8e71782afeeeff0c2344acaf19432cad9e40d8377aa1e47e05f146586e
MD5 68357f42dedb1184561546c0d28b6fee
BLAKE2b-256 7760e7abff2306f0b10daae843a551af28af6d3784cc0e176f7d279286fa8063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 31c310eb88b63489ded1e3e1b175397c0a1b2d8e554ec470688b8fb3674f86b8
MD5 7d7a350a82cfc8c58a19253cad2b1d71
BLAKE2b-256 18dc7cb4cfc58eaf6c19288586e5cd9f9d157dbde33f852a44d2f7a015c563a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cd524f259c70e9353a999956c9acc8762a418b664bbb509a1ca40a3e7985089
MD5 3090e938ebf51e792d162b3ec6ffb3c4
BLAKE2b-256 c2b4aeff02ba5a2803201ca99f11f4623819b662403de76605d833e781aa3545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b1765ea1d33ed75bcf521e62a2ecc0cc30bb28eeca6d62ebf5a62f5e90d6d98
MD5 8a1a67ea9ed0c65b623ec1f8b66808b6
BLAKE2b-256 5928aceb40e53a0ea441d3b6db45976594a32e9fe35c251ed64779a1a3f3856d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e57676a7abc14587891d7c72b48940192080e2963ce22ff5e5b7dbf07048127
MD5 e58e36794a48247e6ffc8a1b162e9293
BLAKE2b-256 f0b358a2501acb5caaa4305590c318508724a1b00790027316ba288dcd9e1961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ab4ff1bab87eafe5700c9836990b436aec47727f89dc4c2dc58e507c570aa4f5
MD5 e9a42b1897396f169a4ba8459e7f1069
BLAKE2b-256 b63671e9cd9d9ce92241f857bf4ff4806eec1b126b4f27d405a21ce8ab4a3f50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3acfd6f14ad1613a7617797139d9293767c019d3e6f8e51c871e4e48662d5f84
MD5 ba66ac595956aa42bc2c22314a09df6d
BLAKE2b-256 58f63385e40b9e8303276a325c3ca4399a85054a505198995cd34d32f2579e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79694cac8fc0d04c04ea7cb66d326b909db92a7c24505b8a80abfff89b35f933
MD5 7024f4a1bfeef105b40ce9df5af8b22c
BLAKE2b-256 e73fe4ad377890262f4c396425263a3cf287b7e93d3a6abdab8eea80ec9f891a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b531f0cd70b925164082428e6f1dd101f310897cdbfdb589feede8e6d2d7fee2
MD5 e1aa1e28163f570ea9cfdc1339825a37
BLAKE2b-256 841f7a0abdbfa016e0d565bed985a428022eaccbb0274095b485a018b560d954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mwalib-3.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 50d0eb35bb47bc0cb2f171a76871b035be3d41b6d7a53e44d724e16a61c5fe34
MD5 502334ff5b82a2dc9ead6802b72143cd
BLAKE2b-256 849a60d4f5d17fca1c14b14373fe1b16abd7b897c46ab4a2000432a1101773c6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.0.0 This release

20 files

2.1.0

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