Skip to main content

A Python wrapper around the NRLMSIS model.

Project description

pymsis: A python wrapper of the NRLMSIS model

image

DOI PyPi Downloads GitHubActions codecov

Pymsis is a minimal and fast Python wrapper of the NRLMSIS models (MSISE-00, MSIS2.0, MSIS2.1). The MSIS model is developed by the Naval Research Laboratory. For quick access to the model data without any code, there is a web viewer that uses pymsis: https://swx-trec.com/msis

Quickstart

  • Documentation
  • API Reference: Details about the various options and configurations available in the functions.
  • Examples: Demo for how to access and plot the data.
  • Web viewer: An interactive website using pymsis through cloud-based serverless functions.

A few short lines of code to get started quickly with pymsis.

  1. Create a range of dates during the 2003 Halloween storm.
  2. Run the model at the desired location (lon, lat) (0, 0) and 400 km altitude.
  3. Plot the results to see how the mass density increased at 400 km altitude during this storm.
import numpy as np
import pymsis

dates = np.arange(np.datetime64("2003-10-28T00:00"), np.datetime64("2003-11-04T00:00"), np.timedelta64(30, "m"))
# geomagnetic_activity=-1 is a storm-time run
data = pymsis.calculate(dates, 0, 0, 400, geomagnetic_activity=-1)

# Plot the data
import matplotlib.pyplot as plt
# Total mass density over time
plt.plot(dates, data[:, 0, 0, 0, 0])
plt.show()

note

  • The model will automatically download and access the F10.7 and ap data for you if you have an internet connection.
  • The returned data structure has shape [ndates, nlons, nlats, nalts, 11], but for this example we only have one point with many dates [ndates, 1, 1, 1, 11]. -s The 11 is for each of the species MSIS calculates for each input point. The first element is the Total Mass Density (kg/m3).

NRL Mass Spectrometer, Incoherent Scatter Radar Extended Model (MSIS)

The MSIS model is developed by the Naval Research Laboratory.

Note that the MSIS2 code is not available for commercial use without contacting NRL. See the MSIS2 license file) for explicit details. We do not repackage the MSIS source code in this repository for that reason. However, utility functions are provided to easily download and extract the original source code. By using that code you agree to their terms and conditions.

References

Please acknowledge the University of Colorado Space Weather Technology, Research and Education Center (SWx TREC) and cite the original papers if you make use of this model in a publication.

Python Code

DOI

Lucas, G. (2022). pymsis [Computer software]. doi:10.5281/zenodo.5348502

MSIS2.1

Emmert, J. T., Jones, M., Siskind, D. E., Drob, D. P., Picone, J. M., Stevens, M. H., et al. (2022). NRLMSIS 2.1: An empirical model of nitric oxide incorporated into MSIS. Journal of Geophysical Research: Space Physics, 127, e2022JA030896. doi:10.1029/2022JA030896

MSIS2.0

Emmert, J. T., Drob, D. P., Picone, J. M., Siskind, D. E., Jones, M., Mlynczak, M. G., et al. (2020). NRLMSIS 2.0: A whole‐atmosphere empirical model of temperature and neutral species densities. Earth and Space Science, 7, e2020EA001321. doi:10.1029/2020EA001321

MSISE-00

Picone, J. M., Hedin, A. E., Drob, D. P., and Aikin, A. C., NRLMSISE‐00 empirical model of the atmosphere: Statistical comparisons and scientific issues, J. Geophys. Res., 107( A12), 1468, doi:10.1029/2002JA009430, 2002.

Geomagnetic Data

If you make use of the automatic downloads of the F10.7 and ap data, please cite that data in your publication as well. The data is downloaded from CelesTrak, which has filled in missing data from the source. Both citations are given below.

CelesTrak. https://celestrak.org/SpaceData/

Matzka, J., Stolle, C., Yamazaki, Y., Bronkalla, O. and Morschhauser, A., 2021. The geomagnetic Kp index and derived indices of geomagnetic activity. Space Weather, doi:10.1029/2020SW002641.

Installation

The easiest way to install pymsis is to install from PyPI.

pip install pymsis

For the most up-to-date pymsis, you can install directly from the git repository

pip install git+https://github.com/SWxTREC/pymsis.git

or to work on it locally, you can clone the repository and install the test dependencies.

git clone https://github.com/SWxTREC/pymsis.git
cd pymsis
pip install .[test]

Remote installation

The installation is dependent on access to the NRL source code. If the download fails, or you have no internet access you can manually install the Fortran source code as follows. A script to help with this or give ideas on how to achieve this remote installation are provided in the tools directory).

  1. Download the source code The source code is hosted on NRL's website: https://map.nrl.navy.mil/map/pub/nrl/NRLMSIS/NRLMSIS2.0/ Download the NRLMSIS2.0.tar.gz file to your local system.

  2. Extract the source files The tar file needs to be extracted to the src/msis2.0 directory.

    tar -xvzf NRLMSIS2.0.tar.gz -C src/msis2.0/
    
  3. Install the Python package

    pip install .
    

Project details


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

pymsis-0.10.0-pp310-pypy310_pp73-win_amd64.whl (992.3 kB view details)

Uploaded PyPy Windows x86-64

pymsis-0.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pymsis-0.10.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl (959.8 kB view details)

Uploaded PyPy macOS 14.0+ ARM64

pymsis-0.10.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl (1.6 MB view details)

Uploaded PyPy macOS 13.0+ x86-64

pymsis-0.10.0-cp313-cp313t-win_amd64.whl (994.9 kB view details)

Uploaded CPython 3.13t Windows x86-64

pymsis-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13t musllinux: musl 1.2+ x86-64

pymsis-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13t manylinux: glibc 2.17+ x86-64

pymsis-0.10.0-cp313-cp313t-macosx_14_0_arm64.whl (962.7 kB view details)

Uploaded CPython 3.13t macOS 14.0+ ARM64

pymsis-0.10.0-cp313-cp313t-macosx_13_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13t macOS 13.0+ x86-64

pymsis-0.10.0-cp313-cp313-win_amd64.whl (992.5 kB view details)

Uploaded CPython 3.13 Windows x86-64

pymsis-0.10.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pymsis-0.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pymsis-0.10.0-cp313-cp313-macosx_14_0_arm64.whl (959.8 kB view details)

Uploaded CPython 3.13 macOS 14.0+ ARM64

pymsis-0.10.0-cp313-cp313-macosx_13_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13 macOS 13.0+ x86-64

pymsis-0.10.0-cp312-cp312-win_amd64.whl (992.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

pymsis-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pymsis-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pymsis-0.10.0-cp312-cp312-macosx_14_0_arm64.whl (959.8 kB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

pymsis-0.10.0-cp312-cp312-macosx_13_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 macOS 13.0+ x86-64

pymsis-0.10.0-cp311-cp311-win_amd64.whl (991.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

pymsis-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pymsis-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pymsis-0.10.0-cp311-cp311-macosx_14_0_arm64.whl (959.5 kB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

pymsis-0.10.0-cp311-cp311-macosx_13_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 macOS 13.0+ x86-64

pymsis-0.10.0-cp310-cp310-win_amd64.whl (991.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pymsis-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pymsis-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pymsis-0.10.0-cp310-cp310-macosx_14_0_arm64.whl (959.5 kB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

pymsis-0.10.0-cp310-cp310-macosx_13_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 macOS 13.0+ x86-64

File details

Details for the file pymsis-0.10.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b1ceeb000c617c1e8d7c689a34ea9d7b8f4c9db82473010fde99832ffff92747
MD5 65846a884793c5a12d33d3413c6f3c45
BLAKE2b-256 2edf48e44223c61c2b72b40ce1ddbec326c0a224e1363d2a4420e4d133ac6990

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-pp310-pypy310_pp73-win_amd64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b84f07f68742966e4a028b66accf19b7f25144ae3030b46e6d57090c9b5163f
MD5 61223eabccfb932a52e392cf3d8e2c6d
BLAKE2b-256 cc0d4452cd0ac69fc16e03a5d986555f782176ca97c0512160fd8c1abe0309d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 605d5cbeb1af0ed77457053907e8069c8d7a15c2a4c1d96b16f4b889df8b9f91
MD5 627b1604532556d92e86755e607e4701
BLAKE2b-256 e77b2637b3ab11e74ee3b3bf1516779bd5504ed90e919e9da6299196d1bc4204

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a65c8565504cdd5c7161f9cc7924fb321e562b989f86aca9d3274e5685d28e7
MD5 e47264a2765bef778ff3a1d7c9845cc9
BLAKE2b-256 48e4b6e4d12665df090ec8903d1779fe66994d5673a04b3bb338e4bfa36bbe2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: pymsis-0.10.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 994.9 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pymsis-0.10.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 93020f562dda1ccb9b45af11cb9b115f2af70b8c72abbb336ac95bf7d03d48e5
MD5 186eab006578c0ccccc81694f4999786
BLAKE2b-256 d730dc1a032c489b1472203c47ee4c6e142056a9d90bc80aabd7388d00979215

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313t-win_amd64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b30f3f01c8eac091f8f1c25ce27e0c80002d2595d3349c1e989c7aca69a3e5d5
MD5 b19bc19baeb4ab80f2d477004cc3025f
BLAKE2b-256 989db79d845da6817c7cc5562ea7fc1cec73e38ecef1e7b893d89c5a7ad6af1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 930abc4ff9204f80405c587e37fdd24464de659f0c3e0fa8fc83daef42708322
MD5 cd6fc02209b1b43f501b2fdcdbbad7eb
BLAKE2b-256 f73e8bb7b4f4da4af2ee30ae4fc5e6eff328ce20d58c5b98faf45b5ebe746574

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp313-cp313t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 22c11c4e9748c67a3977a415a4cd510c782f438c581b3097e62096cf4e9d31f0
MD5 7745a4f17608e59643115895451e9377
BLAKE2b-256 d256983b89e219f91ce43b6b5da498dd164b8ff0485520cf66da5ba143b6b265

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313t-macosx_14_0_arm64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp313-cp313t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 882149fc3c992934e146e9968aa5e58ac5a3b58aac56c3125f9ece3b338f42db
MD5 eea57174239efa030436e05c9a2338d6
BLAKE2b-256 b2daada1fc5a8e18d58479e49bae51416a73aa644f4715f8fe9cc10c865d8e85

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313t-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pymsis-0.10.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 992.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pymsis-0.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a50ef260051baad2ccaaae705db638797804855df269629591424039c8bf667a
MD5 497f41a2f78083d2439a761e294b20b2
BLAKE2b-256 677011174ce4c499c2803dc68a7ba96c2da41e158101fbad12162be534b21b21

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 731914c702c3a1de2f097adee02bf8ad7a17e7cc658a0cc1dae2deff5bc8c639
MD5 1ce5de13aa20dd5f0f9e8870c36dffc3
BLAKE2b-256 10fe26d90bad07a6c320f579d5593501e55efa241193c256c51178479a83e4f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31845c228e3257845bd1b28f352069f2056f2a8726ee1ea86b2551dd13241c48
MD5 9272e7d9c7d108f36e0e3eabc0dbffa5
BLAKE2b-256 1c81622cbbffb29ef05f94b98f001db30e83ef57b5190b65414125779cc47be4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3a8c96c873eb993ae5663275a9c026f35c57177511b76941c003aa00de7616b9
MD5 85c14689f62e7969abfb39a8dcb0a225
BLAKE2b-256 af040675fbf8924e434dd7143c99185d2fa9c0ee002cca3b1229b3decb5d87c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2c33206136d0c2a313b7c6c69397024da7e4ee5d325d3fdfacf9660a2f3d09fb
MD5 c95e28f9ed17ac20d2bf20528913b1ad
BLAKE2b-256 a3381adace0315cca336207e3a50a4fc72f6423672ca54744b8155d97169e470

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pymsis-0.10.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 992.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pymsis-0.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6810066ca699ed5b536713339ffeab4744971b7c9a68092ebdcf41146bad5e18
MD5 7728de78a8bd2dce20c0a81522143a0e
BLAKE2b-256 55b410bcf1173ebfc0b2816233413af576a008df573878592e44b70df9f3363f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a850b73604bbcf040cb9dd419ab03eab8a0c6c2553b2ba4e38e42f4b350c55ef
MD5 06333529e2bfe81da3d24fb09f4c724f
BLAKE2b-256 f4cc918342f1f77470e021f141276f56345c9bd3216de995e28f4db87c5909cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0be5ff1335e94ebf9d059fdb5d24e53910be9c82719bcab15b986c54fee0463e
MD5 07fea666e183605c83db0686c452cd44
BLAKE2b-256 4d6f17ed614a8ca2d986fe144e65d9cdebed03d35eff43f67920b123b6cbb405

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d58d6f2efccfac7adf203e804f976e6d2e5e6d0231ae3a1ed3fee02758fa6302
MD5 4e35594da3ea90428410a5086083bca4
BLAKE2b-256 047368d5140bba4687e10f738ca48f0ce8936b5b4af34f9c0294bf0c1b16fa0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8207c2f2e6ae6592c3c07ee8521cc74565015d7a0dff3093187f87e602c7d32a
MD5 9c42eb615cf77d4770b0adc49442e432
BLAKE2b-256 1f8a5a11cb02751dc94c4caf97579f9d1dbf7cd0582ec3e9e2912d849c3220e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pymsis-0.10.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 991.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pymsis-0.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a88a3a40b4c85c599f4210bbf885927f9fe924317ae30a87f4cc1e3c1d490e1
MD5 e2dbbe43431cd88cc80497f1b8a1dda6
BLAKE2b-256 ae2f3b4eb799c2e7fab738213cdbf0c504cf31ed7fcb6d60c35935906c24abf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b96102d70ace63d08ee7409cf1e8553cf74fdd7f0c1dc9e0e1dd77d92ccb052
MD5 e69a70bc17e40318d6b76a461bcf64be
BLAKE2b-256 0534dfa3f46abb50c2453559b7dd3e7ceedac341546d530421c65c5ac3b603d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b75cd87f6e0b53a613e3ad7648f893cbe71c5ebd8fb79ba948ceeea1b533c035
MD5 33fc5c39c8f3884c89c47efb9570c851
BLAKE2b-256 bdb298f15509182fc4c6f30692d3036511aafc4ace1a8653dbb9ac75109bdc38

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 baf02ab4c00b9c847e7610feeec5f5c896469c64908681debf18c1f0b9ccf9c9
MD5 00f0b3d35dabc9a19bae49c3a049ae7c
BLAKE2b-256 758f0d0bc3834ed281bf4afad905334bb60f62ace06124f55ce19ed9c0968460

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5942c2f699dd9517465b49e098a3a8ccfdb34c687e980cacd067b7ec9fe191ae
MD5 a4230173cebafcce8d8d8fb56be9fa72
BLAKE2b-256 d54d0269445e404934120220a40fb82fdd66bd4734fb9a6b0e2f70db9115837b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pymsis-0.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 991.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pymsis-0.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 299452c39bc4e82b4af8e939ac213e29e8509984c8bf5536ce905ee0e16f1e01
MD5 18e3905c56fcc49b50a30a121a4317f1
BLAKE2b-256 423cf02206e881cb4f2879e1cbb8f9c838e8333e7960e5cab289185a5d578abc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a44af4b1d04636d345a6d4651d0a3659bddbb4cf79627d88ca51c0868f8aeb5f
MD5 a46e28b30e986e5223633a02971e9560
BLAKE2b-256 c65bd5730e9a07a7f6474cdd2247e6d79a3521d26fd75907567013120047a481

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f42b5f06b2c7aaec21deaf2fcb57a12410c09acbfc02960f6b8faf24fe8e76e
MD5 f6eb5e6e08513d34fd998cc6f003810b
BLAKE2b-256 ba9f7ef0d8180a4f973c914210eb63156b5568c2861b8570a45131bf545e760e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e43eb9783e54d9525d32c14b07e58ec4cffddf27060c87e0ee13f39429b1a9e1
MD5 f41175a019561f90facc1478a0ff0b7f
BLAKE2b-256 1e0aedafd232208de2c039969a2893fc5625f0219781c134804d0ca554a4e07c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

File details

Details for the file pymsis-0.10.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymsis-0.10.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f789f0077d954ed44be144d222927ebbb55c1cd1158460e1440568718c27a2f7
MD5 7671d0e748b5a35e92ad7f60e7036970
BLAKE2b-256 edf3cb77ef0c3b9055b040d5cd03c7ab7d1a694574b6cd08e687359c17845bc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymsis-0.10.0-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on SWxTREC/pymsis

Attestations:

Supported by

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