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.8.0.tar.gz (414.1 kB view details)

Uploaded Source

Built Distributions

musica-0.8.0-cp312-cp312-win_amd64.whl (942.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

musica-0.8.0-cp312-cp312-win32.whl (722.7 kB view details)

Uploaded CPython 3.12 Windows x86

musica-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

musica-0.8.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

musica-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (550.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

musica-0.8.0-cp312-cp312-macosx_10_15_x86_64.whl (608.2 kB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

musica-0.8.0-cp311-cp311-win_amd64.whl (942.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

musica-0.8.0-cp311-cp311-win32.whl (723.0 kB view details)

Uploaded CPython 3.11 Windows x86

musica-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

musica-0.8.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

musica-0.8.0-cp311-cp311-macosx_11_0_arm64.whl (551.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

musica-0.8.0-cp311-cp311-macosx_10_15_x86_64.whl (607.8 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

musica-0.8.0-cp310-cp310-win_amd64.whl (941.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

musica-0.8.0-cp310-cp310-win32.whl (722.2 kB view details)

Uploaded CPython 3.10 Windows x86

musica-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

musica-0.8.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

musica-0.8.0-cp310-cp310-macosx_11_0_arm64.whl (549.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

musica-0.8.0-cp310-cp310-macosx_10_15_x86_64.whl (606.2 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

musica-0.8.0-cp39-cp39-win_amd64.whl (939.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

musica-0.8.0-cp39-cp39-win32.whl (722.4 kB view details)

Uploaded CPython 3.9 Windows x86

musica-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

musica-0.8.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

musica-0.8.0-cp39-cp39-macosx_11_0_arm64.whl (549.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

musica-0.8.0-cp39-cp39-macosx_10_15_x86_64.whl (606.3 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

musica-0.8.0-cp38-cp38-win_amd64.whl (941.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

musica-0.8.0-cp38-cp38-win32.whl (722.2 kB view details)

Uploaded CPython 3.8 Windows x86

musica-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

musica-0.8.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

musica-0.8.0-cp38-cp38-macosx_11_0_arm64.whl (549.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

musica-0.8.0-cp38-cp38-macosx_10_15_x86_64.whl (606.0 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

musica-0.8.0-cp37-cp37m-win_amd64.whl (941.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

musica-0.8.0-cp37-cp37m-win32.whl (723.1 kB view details)

Uploaded CPython 3.7m Windows x86

musica-0.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

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

musica-0.8.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

musica-0.8.0-cp37-cp37m-macosx_10_15_x86_64.whl (605.5 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: musica-0.8.0.tar.gz
  • Upload date:
  • Size: 414.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0.tar.gz
Algorithm Hash digest
SHA256 01e1fc6b7d6e340cb554c0adc7d33a7486d6bfdfc347086f14853b6be46fd10a
MD5 dbb3fdd4318f07b86d9bf7f97e9c7c8e
BLAKE2b-256 d98125ebec1035fb849d64f63c60e314cef87ba07033418982b873046f7a5f6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 942.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 90ae65c03af5737e875d202d93e577b0b261bd286d6eedef7c5777abd4375448
MD5 c42b74025e86901226d4714c47785db0
BLAKE2b-256 c7297fa8f508a9aba7c5cf561ae8d27c46e727b70c42ac158b10c20509098c56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 722.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2a11eb96f541df0ef0fa6776e3ec7e3b72877ff91f7b217a5ec60b1a7e3531d3
MD5 c89897541ecc8d4a7ccbe98252bd6fa0
BLAKE2b-256 47c5204753a5afc320e5875fb02f2af7c36971898105d30b2c0d20d09febc456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b388b62370ade0cd77885429584b54cd16e008aa03605546c9428ec0b61e0ee
MD5 95105f204f6bdcef45c29622854552ea
BLAKE2b-256 7d9eead9bde25c2213061ef816708c4c6b726942e655ad47b539fe855aeec320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae152aa1c95a0cf07a78ce1f50196e6e392aacd46cb43a33ae62cb4297e26c85
MD5 c1cb4cfad91b5447bff597ead38928f2
BLAKE2b-256 5641db4a8cf4096d624baa2d0265d3b4f666a1a5c5c0567b1d94a10f14f36b50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f5ac8b374abf6ab5502368346899de0cda5b09edddd3c81fc35c4b8e195a37e
MD5 0747e35c7136d0084c4709022319f5bb
BLAKE2b-256 3e4ca8320b845066e5e1028ea17b818f5e848cde3b1d743bdfbb46553df3a45c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0a9bca132e8514670c6375fa9b718a355ef90cbc5a975db7022514fe9f41df4e
MD5 8b012419c7c676903f2324238353d082
BLAKE2b-256 24adfbdc8b0239d3a181137faff73bf96585d778bb807ea3a364be316530f3ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 942.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8117cbd289b58af5ef60971a6afe358910d2ef3dc4f2d082ef731b97c9688416
MD5 d85126fb1009c248acf74da051a53521
BLAKE2b-256 0c483a417a5f88c020e4369b27654e93f42e02841917da7b93cc0d9bb2d49513

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 723.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 debf316010ad039326861bfd883547e0a3026f4432bf49fe72fa646bfc145213
MD5 5c3d0e62a2a3199b095d14d7660d1b42
BLAKE2b-256 fae6c1f24f513a2c919f1b3b92c8582f9ebeec1962e78a402570c0f039d2529f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cac9b3ce4622b8086cec137ce0c143caa58d35b27ad71b66298085093c541021
MD5 337df0cb2db5402d5337adad65180efc
BLAKE2b-256 70ffb0b5a706f52e4b4c34236b6dbb3ba36ff22de57bf8c4cfa73ea85125d44c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 40e1899742fd54b66cd897c59a768cad3ffe7ac6a07500d584e24e64ac7b66f1
MD5 065ba1d79a72021c73405464b3930278
BLAKE2b-256 a61cef56c4b74537d46484fdcd18c96cf993b2063682a7dce6ea09bd996801c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d71686c87bd316b1ff984b900dac38c582d6fa8581c94c44fe0e2698ddc4fe3
MD5 d87480918177ce829c170391b42bfdb1
BLAKE2b-256 546932cd668b36a963fafad3384f1589952d5b4fc890c3de63e606385e131fab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 10bbd3d79586bb4026794e92b52898b54dc2f2ba3f34fd61a3360c278c229d1e
MD5 8d84b49623900048e4fc11fe52c171f6
BLAKE2b-256 d29c4feaca983994ee5ab0728b077c2b3b82005637da7e64f6bcbb01e68f92e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 941.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1b98fc0076f90ba004172b1d2975a4d25dc165de773e2dae52d5331a83e4a358
MD5 2520d7cdd75bd2ca97fc0b48af065008
BLAKE2b-256 da39c84800e40b6a0c56726c8700ec660973b88668a773b69a2881ba30df31fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 722.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7485ea2b80f1c8a582a8b4a608bba4a6142a40f77abd4a4e0cd5dea5818df93c
MD5 55165254a7ee42caf6ed6c9d932e4d86
BLAKE2b-256 71d04afea53984ba786784643dcf79cfefd81afe7e32a07c3aee3e24cff09117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17f4491d2ccfc3a856668f7363839eaaace5dfe9bc6deed586f471851530d127
MD5 d8473d92659d648a87a2fa01c924693e
BLAKE2b-256 a0e58b612ee6cf895078645946499916e510a316793589c2d0a6cfcbfda69e5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4bd29376773d59ba9502d4101d62e4908732523e77020dd6abe187b35373ce98
MD5 8457ecc0803ff3db4f3db20b3ddb921f
BLAKE2b-256 16a117e5c6012c65fb492579ac09f3d7c2a4ab918abda7de57131c677d1483d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb85fd2492eb3011a619799f5cb0bd96564ee308f69852dfdf02da640f3ef0f3
MD5 3b9e80571e42d9c6563134a2ac6d72b0
BLAKE2b-256 34f8a18896eb2f81fdc194826d18c8947d99ec3e68b7655d0ea7f8b12bfb66bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9aff7ea67c6672cbc88406c0cddfb7b918cc3277a822c9d2bf1a0e7e37dd7577
MD5 c45bb61ab7a91215140b8288056c5637
BLAKE2b-256 ce1e4b676459ed3182e64b180688211d286add6a9822a90b03feee11a95fe4d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 939.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fbe1490f542f79d7f7263a94da1951b3f3a1ebd4d72af520a1270054222e0726
MD5 dfbc6c7974f1b0cc955b3c1c05d7373c
BLAKE2b-256 c44498c82405ef282dc59320def68e907ca6c1b82d7f581fd6b483bd6265e8af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 722.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2d304daa563640534627c29747fb1118da9ecb61e305c0717b24bd1d625c16fd
MD5 ce09bfd13d9367725aaac29e3f16da90
BLAKE2b-256 8882af014ca14191df40bf6fd2312f03a6c9948be8d9ac9979dc110cdc87ce8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba6e6d973b7700451e352a6e58de95a3f3dc0ec03dd2d9d5137428cd8ca5ec4a
MD5 07db2afc76cb4307a4f4b7ccd2903499
BLAKE2b-256 da0856343090409cb520c17ca5c699a42e8cdba6bc0cba7ce2a6fdbe4557843e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c7430fb2685ede167b9b5aa336a7cb380e282be5b06b054a3b00401f22c16e8
MD5 3ac06facd344f18b68c8222974db8209
BLAKE2b-256 5b8a207eb3e52e58cf6574cb4f28fdbfda31e8af52b0cc4fa62d163cf5552b61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 325c1e313b56c6e9d4472d736d9e1790e6d97793fa9c08ff6d3855272b95cba3
MD5 34dabd9605dbc169b93484c7564e5404
BLAKE2b-256 693769de0e9fa2f0a11e6452d25114a7b8bbb077d0f0c505ad48b0ece684deb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 554a298a4c5a5d12f0bb3c3820434dad8385eef169a7faba8c6b42fa363e2ef3
MD5 481b6a041fda394272bc1677743da575
BLAKE2b-256 59991d87fed83d9e61b6f3d4649d4db78327ce3e6055ffab7d8f3a597cfdbf1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 941.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 84dfad36b7c912b3f6497a3ff428e194f446ab11f43eabe3449341cff9c94da8
MD5 11e510be0b2ed08122ed89d738ba42af
BLAKE2b-256 2bb5e06d5c6af9cd10eb51f161e2c94e40e5918168d12cb08cb90a8fbc907d1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 722.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4d9e8436da397ef3f00cf63c3f1e2aeb4bd6d99650c04be53acfdddc91d03202
MD5 03f670eaff25de80d37a53810ff8236b
BLAKE2b-256 b5d4fe4ee8fa5009bd3dd224da94ba8727e5bf0b39aaf4e58759bc9181bd4fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0967db885260fc042947d07e48e989f31934ae613f278514eb265aa6594e7341
MD5 2168cab9a75bd83857b2d19340fcbde9
BLAKE2b-256 979846d06b3b41c435dc2dfb8b5f0023586da7070460557041912dc71ab9d36f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81a2a4d718eb47cb2ed0031bbb71a14cbb75f42f4a5f6b7ee883e6817f83d334
MD5 42a600ee955ed6f2d19fe276a638508b
BLAKE2b-256 bfb69ad9cc5c399cd75260e73c3cc268f49c67de5d7f2268fb7538df17d79450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53054c4345bcec816c65a7dc04309c5b2f01fa33c291deb3980ac07cac32deac
MD5 a39275797c32bddd531f05a0988be4fa
BLAKE2b-256 edcfe60974b91bbedabb837fe5d7678c82b6c6c875ee8fd5c099ebdd628ba76a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d10de9b7d8745d52c07a5444544015b5e3593f28f4dcded3ed75b443d9d699f2
MD5 8e9082e53f6b467b185d3423f0685913
BLAKE2b-256 85c204fb736956649ac7383291a8cf7c9c8b58dd4d8d3e0c6624e261f635c535

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for musica-0.8.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0fd5ea9524ef6a6f0e825a779cc6defb2a1dfc5c1fa57ece6f49662a2a4a2e84
MD5 419e669fb8a3f0579e27aadd539282e8
BLAKE2b-256 63d6177524ef374929cbd9f8998821c29e04405a7949e2fcec65edf7718ed43e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: musica-0.8.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 723.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for musica-0.8.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8b7b624d6bcdf9b4373d3159cb3c88f1bbbb6f625d5f8f56f12c283c25402048
MD5 9cc0774fae804b52a57890dc69af20f9
BLAKE2b-256 4fd904d9b6445835b76c3fd30efe5c2551a268a77a468961afd3e91b1d81794f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af88138c463c063d08a594c6c7e3a174ddf20f1c5c512e1c2080004a8773ad07
MD5 d8aa876f108813a7337ee734ae59822f
BLAKE2b-256 4360ef327733ae066337e76cfb165cd3d068245cf40c72f2cf7b081af28fb5ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 704f9bfa14bba8285aedff7a3dcc7d142c58e20128265f6b09fa938c47749857
MD5 5cf0b81367680392a42a538b11da4c00
BLAKE2b-256 285e4cee1cac80d31969dc711cc5118adb6c070dc511050fe9fafb68f486c7ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for musica-0.8.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b7b316480eec36538105853e730dbe645ffb82c0a6312475014fe6e069428e87
MD5 c8836d44bf710cef59dc4cc1816eda49
BLAKE2b-256 b66210bc7f656241e39d161e6019c0f6f15e2597528a2a4248665705d2e9a8c6

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