Skip to main content

MUSICA is a Python library for performing computational simulations in atmospheric chemistry.

Project description

MUSICA

GitHub Releases License docker macOS ubuntu windows pip DOI PyPI version FAIR checklist badge

Multi-Scale Infrastructure for Chemistry and Aerosols

MUSICA is a collection of modeling software, tools, and grids, that allow for robust modeling of chemistry in Earth's atmosphere.

At present the project encompasses these components

  • TUV-x

    • A photolysis rate calculator
  • MICM

    • Model Independent Chemical Module

Available grids

Pre-made grids for use in MUSICA are available here.

Contributors guide

Checkout our software development plan to see how you can contribute new science to MUSICA software.

Developer Options

Specifying dependency versions via paramaterization at configure time

Introduced in Pull Request #124, it is possible for developers to specify which versions of various dependencies should be used. These options are currently limited to those dependencies managed via FetchContent. This change allows for more easily testing musica against changes committed in different repositories and branches. The environmental variables introduced are outlined in the following table.

CMake Dependency Variables

Musica Dependency Repository Branch, Tag or Hash
Google Test GOOGLETEST_GIT_REPOSITORY GOOGLETEST_GIT_TAG
MICM MICM_GIT_REPOSITORY MICM_GIT_TAG
TUV-X TUVX_GIT_REPOSITORY TUVX_GIT_TAG
PyBind11 PYBIND11_GIT_REPOSITORY PYBIND11_GIT_TAG

Example Usage

The following examples assume the working directory is a build/ directory inside the musica source directory.

Specifying a different version of tuv-x, to ensure a change won't break anything.

$ cmake .. \
    -DTUVX_GIT_REPOSITORY="https://github.com/WardF/tuv-x.git" \
    -DTUVX_GIT_TAG=test-fix

Specifying a specific version of tuv-x by has, but using the official repository.

$ cmake .. \
    -DTUVX_GIT_TAG=a6b2c4d8745

Citing MUSICA

MUSICA can be cited in at least two ways. The first is to cite the paper that defines the vision of the MUSICA software. The bibtex entry below can be used to generate a citaiton for this.

@Article { acom.software.musica-vision,
    author = "Gabriele G. Pfister and Sebastian D. Eastham and Avelino F. Arellano and Bernard Aumont and Kelley C. Barsanti and Mary C. Barth and Andrew Conley and Nicholas A. Davis and Louisa K. Emmons and Jerome D. Fast and Arlene M. Fiore and Benjamin Gaubert and Steve Goldhaber and Claire Granier and Georg A. Grell and Marc Guevara and Daven K. Henze and Alma Hodzic and Xiaohong Liu and Daniel R. Marsh and John J. Orlando and John M. C. Plane and Lorenzo M. Polvani and Karen H. Rosenlof and Allison L. Steiner and Daniel J. Jacob and Guy P. Brasseur",
    title = "The Multi-Scale Infrastructure for Chemistry and Aerosols (MUSICA)",
    journal = "Bulletin of the American Meteorological Society",
    year = "2020",
    publisher = "American Meteorological Society",
    address = "Boston MA, USA",
    volume = "101",
    number = "10",
    doi = "10.1175/BAMS-D-19-0331.1",
    pages= "E1743 - E1760",
    url = "https://journals.ametsoc.org/view/journals/bams/101/10/bamsD190331.xml"
}

At present MUSICA is on version zero. MUSICAv0 can be cited using the bibtex entry below. MUSICAv0 description and evaluation:

@Article{acom.software.musica,
    author = {Schwantes, Rebecca H. and Lacey, Forrest G. and Tilmes, Simone and Emmons, Louisa K. and Lauritzen, Peter H. and Walters, Stacy and Callaghan, Patrick and Zarzycki, Colin M. and Barth, Mary C. and Jo, Duseong S. and Bacmeister, Julio T. and Neale, Richard B. and Vitt, Francis and Kluzek, Erik and Roozitalab, Behrooz and Hall, Samuel R. and Ullmann, Kirk and Warneke, Carsten and Peischl, Jeff and Pollack, Ilana B. and Flocke, Frank and Wolfe, Glenn M. and Hanisco, Thomas F. and Keutsch, Frank N. and Kaiser, Jennifer and Bui, Thao Paul V. and Jimenez, Jose L. and Campuzano-Jost, Pedro and Apel, Eric C. and Hornbrook, Rebecca S. and Hills, Alan J. and Yuan, Bin and Wisthaler, Armin},
    title = {Evaluating the Impact of Chemical Complexity and Horizontal Resolution on Tropospheric Ozone Over the Conterminous US With a Global Variable Resolution Chemistry Model},
    journal = {Journal of Advances in Modeling Earth Systems},
    volume = {14},
    number = {6},
    pages = {e2021MS002889},
    doi = {https://doi.org/10.1029/2021MS002889},
    url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2021MS002889},
    eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2021MS002889},
    year = {2022}
}

Project details


Download files

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

Source Distribution

musica-0.7.3.tar.gz (404.1 kB view details)

Uploaded Source

Built Distributions

musica-0.7.3-cp312-cp312-win_amd64.whl (238.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

musica-0.7.3-cp312-cp312-win32.whl (211.6 kB view details)

Uploaded CPython 3.12 Windows x86

musica-0.7.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

musica-0.7.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (449.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

musica-0.7.3-cp312-cp312-macosx_11_0_arm64.whl (234.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

musica-0.7.3-cp312-cp312-macosx_10_15_x86_64.whl (263.6 kB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

musica-0.7.3-cp311-cp311-win_amd64.whl (238.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

musica-0.7.3-cp311-cp311-win32.whl (211.9 kB view details)

Uploaded CPython 3.11 Windows x86

musica-0.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (422.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

musica-0.7.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (450.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

musica-0.7.3-cp311-cp311-macosx_11_0_arm64.whl (234.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

musica-0.7.3-cp311-cp311-macosx_10_15_x86_64.whl (263.4 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

musica-0.7.3-cp310-cp310-win_amd64.whl (237.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

musica-0.7.3-cp310-cp310-win32.whl (210.8 kB view details)

Uploaded CPython 3.10 Windows x86

musica-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (419.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

musica-0.7.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (449.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

musica-0.7.3-cp310-cp310-macosx_11_0_arm64.whl (233.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

musica-0.7.3-cp310-cp310-macosx_10_15_x86_64.whl (261.9 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

musica-0.7.3-cp39-cp39-win_amd64.whl (236.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

musica-0.7.3-cp39-cp39-win32.whl (210.9 kB view details)

Uploaded CPython 3.9 Windows x86

musica-0.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

musica-0.7.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (449.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

musica-0.7.3-cp39-cp39-macosx_11_0_arm64.whl (233.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

musica-0.7.3-cp39-cp39-macosx_10_15_x86_64.whl (261.9 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

musica-0.7.3-cp38-cp38-win_amd64.whl (237.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

musica-0.7.3-cp38-cp38-win32.whl (210.9 kB view details)

Uploaded CPython 3.8 Windows x86

musica-0.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

musica-0.7.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (449.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

musica-0.7.3-cp38-cp38-macosx_11_0_arm64.whl (233.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

musica-0.7.3-cp38-cp38-macosx_10_15_x86_64.whl (261.8 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

musica-0.7.3-cp37-cp37m-win_amd64.whl (237.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

musica-0.7.3-cp37-cp37m-win32.whl (211.6 kB view details)

Uploaded CPython 3.7m Windows x86

musica-0.7.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (422.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

musica-0.7.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (456.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

musica-0.7.3-cp37-cp37m-macosx_10_15_x86_64.whl (261.5 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

File details

Details for the file musica-0.7.3.tar.gz.

File metadata

  • Download URL: musica-0.7.3.tar.gz
  • Upload date:
  • Size: 404.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3.tar.gz
Algorithm Hash digest
SHA256 d0eeaf49b753389095dded5ce54c87ef1135aa0b70abd7cb78c22374f90293a3
MD5 10b278a2df7ef62f477d442b1eb323de
BLAKE2b-256 190163a26b38275236669659af4c5dc631ee76b90bb5acd5c7677b27434bd70b

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: musica-0.7.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 238.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 676aa4249b939af21637de8ff848d8edf774e54618997bfc5a8e27fdc87f22e4
MD5 f5f85e87b01bb97214595955a3a34c70
BLAKE2b-256 d8a7882fb9305bb2038cf3b187169879a0cc61fe408c484600a33f64c2b0048f

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: musica-0.7.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 211.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e7f9ece59421226379440cbae1dfb492c8f5c15fb05d4632097585667e3f6905
MD5 5f1b7aa152561333fc755d482465b28a
BLAKE2b-256 60430bbeffff5623d91343face87f8ab79a033585a1e94c492a3e6e3f233663e

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 727f9e9aca57e83d49c5df30a227335620309ad9cf94f9b8fcf3fe607475cc40
MD5 5a647f30c94e860dc5886884a8f32803
BLAKE2b-256 4a982e357be01e97dccdb88a823a5957e2267c4492261d4cce9576ac014493a3

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 159bfec4e49e64d63bad6e7a46c19cbba38190619c17b2e159493756b82ca9c4
MD5 3536d06cd1a9a46eab77f387db879422
BLAKE2b-256 76de207c3a524840eae8df6baf6701fcec98da813e7c7bd2e1fde86a2fae397c

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c193cc772efdd45dd28f88a3776baa05562e027cba000ec4d8fa3f7118ab0dde
MD5 31191bb54e49248fba8822ed1f2e5c06
BLAKE2b-256 df376d102118249ef3b369ed6fc37387eb517f6a369a5fadcbbf147ad006cd9d

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4be17d3a296ee2b2b0be7af8cfee74af37b398243caa984c009622e35cf5d732
MD5 1f18fdf79bcd719c07336867117bcc9f
BLAKE2b-256 1422ea5e0fb80b1ce37e2a599caf2c1e71195ffcc3e2a31ad5c6bf906483833b

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: musica-0.7.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 238.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 27db8e38ab7f05f1c1781521f5a80e1c73c0295dd0b8025b7e3292f50a1247dc
MD5 051eee9eec32e1fe5e3a9656f958c0b5
BLAKE2b-256 18a58e0a928b570de05fb0b175f0fb2043cf0c73230dccf918c3d93ff6bc2504

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: musica-0.7.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 211.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2cb28d375866e81fdeba624f8391851ab317290901abf86ead4df8b8475e3ad1
MD5 fa6c899e107645def322474894b540da
BLAKE2b-256 c73d23a02f4d4d4c8fe9fad93a9afbd39e6b3bbb070672db75910d527b5fa534

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb5972ee618fce8d5e4a5ec208b03dbb2280c82f520a9119807643406a470aed
MD5 5c5e55bf165ebed28fa5bf8d8bb37334
BLAKE2b-256 28fb7bf45aaf9d4e9ae995913aa830be335dd835dff861bc6e1553753ead4cd0

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be9f59e5d66b71efc1a5c30765fa11fd0b638614dc34d879c66f137b297b2593
MD5 24dc0966063b9923a559b88479822716
BLAKE2b-256 c39e63e38d627add300ceea9b465e1d2892a3086c8c9cd4ec16b2e631e43bd3d

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3ad78fd29490bb3bf579c666275d4a93394b74eccb32e9fab18abe35bb4d8de
MD5 11ddf84bca3e8db4586c37fb4c2618ce
BLAKE2b-256 52ca89ad004bf63a5a32908af9868b9240c8c38e9cabae6b7a0fe2413ff7aea2

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 034a5b24e0be4ab24876f34425fc06b006724c51ba9a664f3b4ad8a31d27c026
MD5 1358a06eb21af5d285ec1672a9d91d61
BLAKE2b-256 01baff9ece9dfcacc291ebc660d420e1867b0e46f81f1ef7c302907525bf64cc

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: musica-0.7.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 237.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3bb1b323abfadb8172807548d41e3056240fcbce71627aca27eef598a855d455
MD5 f48bd5433724b606201407a29ab7ac77
BLAKE2b-256 48d84257213158f1c64c1d6edf4cc194990fd849a9169a4f84890ae9c47aaef0

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: musica-0.7.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 210.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 71fa2c497dca4eb9dc7da045a607aef5d0af4f0c62395e96c276f1bc1092ffd4
MD5 8284fc0e27799501f7c8ef5e4e7bace7
BLAKE2b-256 2a43b0e87c679a332ad7f527c04ee9319fdec32062db8335c003d59d4b2701c4

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbdfe6b52e803f243e77292c259fa91532b491db861b642b4b0208b0c6a04521
MD5 2a310b33be4a27460ef5b7066af9c696
BLAKE2b-256 213686acd3536c5f14fb0d655fbaf1a3efcd2e53d456fc855d488c6e3ff761b9

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c912c10073bcdaa815c5c715e310159ea07b084ee90b3f47d26533736eab1f0
MD5 b023b76e8a468ac75f06d7ae63b4174a
BLAKE2b-256 73c802569b1d223f4421fbe2fb184f262b636100fb946bdad76ce7561f0e9845

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcf34b4748690c6111d0a1ac0ed9bf6b6b034fe0cfe295efba666e087f9045d5
MD5 088411376a0e802ad686e790221360cb
BLAKE2b-256 09ddc382fb241383b5685373b3ea08d705971e70ea428466c4cdd50431c03401

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f1824bc211675008845c262ef22d207d1958feb74fa58953dc9dc2840151626d
MD5 d289992c1302e566e174caebf305ce1c
BLAKE2b-256 7951bf943c3c0440549c1d76361d5559dc143aef15263c7e5002edfa407e579b

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: musica-0.7.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 236.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cce2c48fdc3dee7edac4c09b04c648710cd66318d419cc6b99ad7338ad22519b
MD5 73ec0a8a41773301f493141935ad8735
BLAKE2b-256 6f367eff5d2b10f44ee6074fe15f069316eb3e46355a6fff1c079f6e15f07b7d

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: musica-0.7.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 210.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4e8b5cf7d7a5540c866c4221f9faeb3e5742a1f29286718188f3dfde9c2a92fc
MD5 fcc0a8d013c936e2a2391b1d3f6c382c
BLAKE2b-256 78ff25589ee5bb476d216740035ab9a54fdf15f73caf33c3d9e2e51c87be8280

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 532ecd9ca51bdf3255bbead5829c68b4ed230ae7e21fb503e6994ccb6ef63772
MD5 92be5c6f4587139274a673119460a24d
BLAKE2b-256 1c87c89d6ee9c84aeb3c2ac705de78787131b846168c86c3400f782a9907aa77

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af25936cfef0a07bdd3b63253aa1c96afefe301cf6584999643f6feda0bd05f7
MD5 a56ca630b14a852f13f9cf1c575c1590
BLAKE2b-256 3be320878aea65a5c750bedb553b60be86a915e6936fa15e8c078f3cc4f1cb5a

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c1c888c677f92730317308d8adaa996641e756da39d19f0da821aed68d78e7a
MD5 c1dfde97f33322207ccec470ce8afe79
BLAKE2b-256 be986dc4138535d92855fa6b0bfbe0964c7bb05873a7d22b8ad2cb393b5d9975

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 609f2ff2391057ca8e913a3c9b6df75cdb816ab5f4ec243a920a7fdb29a5eadb
MD5 5bc056c9b60877678f46408040d8d2f4
BLAKE2b-256 a91fc445a7beeeb4538efb8a763984dd2cfa8ec2e99a30edd6de33ec9a198b3b

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: musica-0.7.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 237.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e3487c2e8f441680b2886227efa23c69a32161133cb916407e7aad5cbe0ca319
MD5 0955c6ee2ad397743da70d5bf4bf2c52
BLAKE2b-256 0d4ddbcc887e542ae015041c511e8d15182b4be6dcabaa784147d68505056574

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: musica-0.7.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 210.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 58e39ae754a34621e7f86b63df1b736cce201f287e04a07c29dc2c2a705da893
MD5 f8fdd1eb7e44c6c3fe222eee98aa00cd
BLAKE2b-256 dddb6e9e33afb98dcc5ee6d33423b366fb5eb5d4892a1075820dd4f1b7d0b0cd

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bf4666eff1954c8545103da8748fcb1ab906950a61af38743b2784db255d543
MD5 58c180a5236f3c44bc509fa04f135482
BLAKE2b-256 47b334baef8cae5fac4560caa645bd0e034c7e018ff356191852b3769ee85074

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9ffd0dab19c036a6d145da4c7169036a9f6362111cdda8444c85cab8c81cffb
MD5 c6c1a50e3bef5a275e939b32ac28f21f
BLAKE2b-256 7e6fc40b8c3071995d0d228d69cdc19439c57666b0fade7c2a46f544c0f002e1

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87fae13f289b1150bc151c5f60faf9ac4238392bd65321e0c362a5221b3b5369
MD5 4df80b2b70fbf11530db445fb270f687
BLAKE2b-256 a029f832351798d075030e4143a0ecb8cd51afd442d88bb7250b059fb881b1a3

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8ca764d25b90bcd8cd9187f1d004bdccd57c6eba1ed057125bbbb33f0fd3f8bb
MD5 808488e4aabb2a9db34897a00ccf7460
BLAKE2b-256 b61c9f6530c8360d02383694ba4f78771f736ebe94fd02ecd64671a95ece1754

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: musica-0.7.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 237.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bb254c0fbc2f3563b6208c91b08956ee5c9ac307b559770d4441e5111c4b2640
MD5 23a3d88cef68cf5cff81760c1f24a46f
BLAKE2b-256 f2e6a0b3cd60bea4ff6849446f00ca2858914c0ec6620a09fee1912182d13e47

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: musica-0.7.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 211.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for musica-0.7.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a3e4e257fc6eeaa7560e330a33cdb2d4bd61179714e3a76451090fcdd54fd864
MD5 7ff41670f5f827895d7bdf14ded7218c
BLAKE2b-256 315b0ddd243139e8c6fa62c5f70aca366f01c7b062fbbf2baf0627d278ba4b5f

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91b702f9eaf72fe5b4052a7351deb5c9698611e30c57c43cc64c71ac016df05b
MD5 37e423646453eba6bee90563fef6c7df
BLAKE2b-256 81917a37d0900b21dff4e3ef26e1e4b8cae10081c21029604b8813ae81bc95c3

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3fac55af0c8356bfcaa17efcedf6bd07d53ef181c05f30ca2dc45de4733d8523
MD5 443b1fe381412727aab2f5ab58ff5610
BLAKE2b-256 7c34b8d511d42858f438346e3c0bdcd9eda94450a08bcc2c29d885ae272ad1c1

See more details on using hashes here.

File details

Details for the file musica-0.7.3-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.7.3-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cf1a4f3d06d7bc724ad353d437c269c7a5df3b0e550be0d15ca4ea93946f0de4
MD5 791cbbab854bf5f23b6ed6c0bf093119
BLAKE2b-256 251923e9cf92c14aae449b5bcf56c814795ce3d9aeb544510df5219fbd597fd6

See more details on using hashes here.

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