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

Uploaded Source

Built Distributions

musica-0.9.0-cp312-cp312-win_amd64.whl (944.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

musica-0.9.0-cp312-cp312-win32.whl (723.4 kB view details)

Uploaded CPython 3.12 Windows x86

musica-0.9.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.9.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.9.0-cp312-cp312-macosx_11_0_arm64.whl (554.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

musica-0.9.0-cp312-cp312-macosx_10_15_x86_64.whl (612.4 kB view details)

Uploaded CPython 3.12 macOS 10.15+ x86-64

musica-0.9.0-cp311-cp311-win_amd64.whl (943.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

musica-0.9.0-cp311-cp311-win32.whl (724.1 kB view details)

Uploaded CPython 3.11 Windows x86

musica-0.9.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.9.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.9.0-cp311-cp311-macosx_11_0_arm64.whl (554.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

musica-0.9.0-cp311-cp311-macosx_10_15_x86_64.whl (611.9 kB view details)

Uploaded CPython 3.11 macOS 10.15+ x86-64

musica-0.9.0-cp310-cp310-win_amd64.whl (942.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

musica-0.9.0-cp310-cp310-win32.whl (723.2 kB view details)

Uploaded CPython 3.10 Windows x86

musica-0.9.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.9.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.9.0-cp310-cp310-macosx_11_0_arm64.whl (552.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

musica-0.9.0-cp310-cp310-macosx_10_15_x86_64.whl (610.3 kB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

musica-0.9.0-cp39-cp39-win_amd64.whl (941.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

musica-0.9.0-cp39-cp39-win32.whl (723.4 kB view details)

Uploaded CPython 3.9 Windows x86

musica-0.9.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.9.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.9.0-cp39-cp39-macosx_11_0_arm64.whl (552.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

musica-0.9.0-cp39-cp39-macosx_10_15_x86_64.whl (610.4 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

musica-0.9.0-cp38-cp38-win_amd64.whl (942.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

musica-0.9.0-cp38-cp38-win32.whl (723.2 kB view details)

Uploaded CPython 3.8 Windows x86

musica-0.9.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.9.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.9.0-cp38-cp38-macosx_11_0_arm64.whl (552.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

musica-0.9.0-cp38-cp38-macosx_10_15_x86_64.whl (610.0 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

musica-0.9.0-cp37-cp37m-win_amd64.whl (942.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

musica-0.9.0-cp37-cp37m-win32.whl (724.2 kB view details)

Uploaded CPython 3.7m Windows x86

musica-0.9.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.9.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

musica-0.9.0-cp37-cp37m-macosx_10_15_x86_64.whl (609.5 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: musica-0.9.0.tar.gz
  • Upload date:
  • Size: 432.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0.tar.gz
Algorithm Hash digest
SHA256 052ee6f7010a5ea256f7c50341c4256d286e92ba59fbe7a5647325243d9a99f1
MD5 230479b754cc52db8123547eec7cc524
BLAKE2b-256 892907795f954cdc63c377bf5e6cd66b5d94c2b41fcaa868b2abdcecf7e34961

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0.tar.gz:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 944.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f85496b434c79c2c28cfd3068943f43efd4169b0b87232f2277cfa942c07d5f6
MD5 e3df61e470595fa0e5b1f88514ab03ca
BLAKE2b-256 d63a667f95f3f73e67f4565180a2311115b3ea49140a5a07ceee4cbba6428406

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 723.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4e851ebfbe1e94bc18dba67c6925ad15ae430c35cb64673c5fefe9aaa77059f6
MD5 e02db55f56e1fe0a5dc71d3b6682ecd4
BLAKE2b-256 96d9516fc9ea493b7de9d1d88997bfb9d3f46fc6dc6f5f41543c4da8ab39ba5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp312-cp312-win32.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ba296f8c3602486a614872eecd3feaad7104fd72c744b01d931a066a102beee
MD5 334b4b0dc87138c70be45bc1e90a5ef1
BLAKE2b-256 a07f5376846f09502042495af3ea945a1782cd4e232f32dc91e0b579ce174f55

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75ec985f3e963ac5b6f8e8818759383ad8cd0c84f93887220b8fd137dbd97683
MD5 3058bb385ef2b8c974ed0e93a2e9fec7
BLAKE2b-256 069d44f2f5aa447e65101f7df2495d6c264ea5a6ea7d16235d5d24d95e20a3b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d05a0032ffb50250786c5df71f7dd1dfde9e2ffebe11c3bca302d3268e6897e
MD5 ea84ba3fb05fb85abbaaebd961a512e2
BLAKE2b-256 90840464f9c1abdcdb0d754270049a12a9697a953399b5abec4d2e56ac692896

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b96fc8c1b703a88487d760dcc7f3d775d079d87ae67fc34c13efa8f7d26c18bf
MD5 efcc626946826f14378495960affd752
BLAKE2b-256 ed2c8a7809d5053aafdfc7b1473adf9a3858fd53b674c08fc2c7620febcdb6e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp312-cp312-macosx_10_15_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 943.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 54fcf110b48ab1342afc4449d267c15d7ceb21a8ce0993706cccc95ac1b1a9c1
MD5 e6b01ea814c3dd4f00a09ecfb0d8200a
BLAKE2b-256 ccd5fe30fa14b7617d46143d0996f6d0b1e16cc87ca0ae29162a018177a4e627

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 724.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7cf6abf4e2876a92dbba655bd418537575db980a7e5d62bed5ab5126c887d136
MD5 0fea0d95c94247f135dfc77c4e134c9b
BLAKE2b-256 6e07dd377b128aee6160592bb15e53f9733d19f4cd6a07f1bd8b33daa3bb0eb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp311-cp311-win32.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 809e592ae31a9039bbb0009aaf10a140388336013e1ae3ef8c7bd6576a326c11
MD5 e31809ff78605ec01eb780d86f54da83
BLAKE2b-256 ffee5b8f9027e0d0053059a283f44b1ab4cb815036b2cc3ac5fa90293185ac69

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd69cc04956d13b6eee46ee775de9d98bf57bbdee65f97ae8ec7415493587034
MD5 ef8813452c740bb602cc8769084ec26f
BLAKE2b-256 d018802de8a8657d8e3343bd2ae9fc5f7a9fbd0c794a78c17245cb935771bbd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 689a6bea810f868275fad83296eca7badeb824e58470c26b2cb26319bc834bfc
MD5 1f7c30a7534076e4c9f8fe99e8978371
BLAKE2b-256 0af729d38f38255f87858fa515a5049449c8243581ee692bfade34d23f415788

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4bc19b3925ebb85aeca373fa2e4744b901ba37176ebd6af6d66a2ac106a177e6
MD5 88a6908d24209ddaa931f36751d6b260
BLAKE2b-256 4cf4c1a7231271fb416be7f8ef2aee4edb423ed7c5537a71bf7d9c5b5c89866b

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 942.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c0793a0b42cb86b8669cb670d708d1e425490bedafdf558be787e16bafb5f626
MD5 33e53db8b0a31d54ffb5f1a5d0055a33
BLAKE2b-256 113b4a4686874e65aa3c59fd47ca519acee4e65fa92c05bd154ab3b8a9397f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 723.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4e3d985443bebf7cf32741d9bc617a131790df23028af0a8d05aa31af21523b9
MD5 bb891c2e1f9dcd9cb1409dc6c7f7f901
BLAKE2b-256 0c96792e13c3f73665f71ea6a5fd11fb0021ed321a517fbfe0c4c927b3320eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp310-cp310-win32.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2f7237c6cb2d0907c0e52d0c6c9095239f2fe2cdebb554be649bf8ebaf37076
MD5 feff3415aaf40ee0b5bd0d1d1a6dd874
BLAKE2b-256 ac51dc7ac781320812fa51abcbb986f2a8534c9bdbe59c392028ba3329eb1ba7

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e013f675cc477e00ac3609f3fdb54e5a6c6dc293a6a790e4697dd706248d061c
MD5 c6f0892cbd393da4556083523cbbc5d6
BLAKE2b-256 cc513e2ddbeb0a968bddcb21e49402ffada871091d145b0e41aaecd400cb827a

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6a19102d9752f8858e8cb40538320b0b7c1a71f9c34465c6d1feb712ba42013
MD5 b081a623d3e91a9b2842c1069f779701
BLAKE2b-256 874623720d4807037d89149e96f03cb79fc2e89ce27a1ccc841a7225bad5b2cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 930627190af5868e9b30b58be372608b090434d35abb3a9118f3a21d62028cf5
MD5 987ab40b8df144372fbf4a7e1e629fae
BLAKE2b-256 888f77b4dfb29796e7ff0c138c01c75edc2e43a912e03b87f92bc26e117dbc61

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 941.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 983c40fb408ca64b659d485bd7453a7ecb6c2551ea6a4be0c124da17a67569f0
MD5 7e7e5a6be13009ba7e541713463767a7
BLAKE2b-256 fdbb5a5fe79d35b4b714490a3cb7bd2c126e6fa0b3b6aee41c3142af4e5486a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 723.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7124a0b6ce9e9960949f0d4d7746348ab6f1682085b7ed355de730efa3e305d5
MD5 d648cdeca0b4043482ece6ea414a49de
BLAKE2b-256 cde9256a2cdec950236619633f2ceecb2910b7f96df1e4d9f7bf8f762ee1d0b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp39-cp39-win32.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63407091a6c89795dc92ed95a13e595945cec21d5e6463a1b0a76e38cd807c92
MD5 eeca72f05489871e9191f6c0825641b5
BLAKE2b-256 42ce4f606a1cb30d9248e9102e9589a41aad9881ab062e6b4dfcf1ddc6ba4739

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d70c0a9cd0ddba0e379e6506864051726af62f9b15b928e85dd7b69a9dc1fc6f
MD5 b57d64b8bde60d9f09d4f51b5781386d
BLAKE2b-256 ea0c3e703a3b10aa2c9ca144f3b97a0c8851bf12e80e73a9320c96eb679d8b74

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d5c0831ac561a3063d28ab91a6af6eec0a591f7416af71b9b6f369fafa9a9a7
MD5 e76fbbbb6068c4a81eda377fbcd5ab4e
BLAKE2b-256 64516509dfabcda7694af78678c63b673e502134668cf8e279d3b653bfea7bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c930a7eab3033cd7a654e64f5663699891bc3855768ecbef363e08c189e6dcf2
MD5 066c8c72104e37489d40a4b6394c8525
BLAKE2b-256 16f305e91b1a150aaf62642debdffa87318c0877c85ff5e87a8ce22d65cbf552

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp39-cp39-macosx_10_15_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 942.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7a773474af8c5ca60b914976f6964cff63f7a59624c1ff2f70a84e7b4493bb3a
MD5 622f573d3d3671a8f0861a7b3441f87a
BLAKE2b-256 4c87ace0cdc8542355c5527764f95297fd1f6cc3e41be2eb56b3399da7e4491f

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp38-cp38-win_amd64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 723.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b6f320c9d95fcc7a9034d7f3ab9bc06c7c86fa99ce0fb4f4b9b4a5340b87ef6e
MD5 09cbd333050e3abd19b69b9d362d4841
BLAKE2b-256 0685c39ed004fbc40e776a2d631ef344497ccf6d0c0013850545c2483625cee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp38-cp38-win32.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 299434f59e24cdcd76c245f2ec9f203ebad89e7abecc29a67bbca41cd54c055a
MD5 30d6d855e42ad88ba2ea0407907a6fdd
BLAKE2b-256 0603bd6f67b88527818734dbd375b6f0175b83616cde89e523e618b565a20351

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6617e12abf5fcb1e0af106f185a3f2b1aee04a1ead06c41c0f27429ea5f6a3a7
MD5 3f43c6ac122bddb6d8eb30810e1ae0eb
BLAKE2b-256 a707d2db6c51b061bc56300ce307cf09a286bc1fd1b4fdb50de69be1e97a987c

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 baebbd8a73817a01e2ad9d0daf85d6644f66dad2cbb3acbb81d376a227afea3c
MD5 f9c844addfc71b39bfcfc3cccad4371e
BLAKE2b-256 520f7434650470541bb3755c77ebad0e35873f71470bc554c95f74d561ce20c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1654d7df7dab8824c97ddef35d52cdb63f1f39e086a8050afd41f06b8d930d12
MD5 3add0361a625164511aab098900a8558
BLAKE2b-256 832372a501c0e57a889a032f688d4a468ec1291b6e57e0a1482826395901f652

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp38-cp38-macosx_10_15_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

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

File hashes

Hashes for musica-0.9.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d26f49c3b65ead890161bb739519145123324c43adfcb26c0e1986595136a0d5
MD5 30fdc2d559287f62b80d446925c931d1
BLAKE2b-256 819571f0c8f2f73fd04edca2a42dbcf0879442ec6a5b72d7386f780c83e3dbce

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp37-cp37m-win_amd64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: musica-0.9.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 724.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for musica-0.9.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c08283b57fa04d4af01903a02f896ed09168336835d4fa038f3da3eb45210ce5
MD5 c71bfbaa444c77d61a2680fda47b7f9e
BLAKE2b-256 1e5f33f2f6722da90be9ec2ee9117e29f287f3109fbcd0f2655f871ff013442e

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp37-cp37m-win32.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b60c87731252817e8627cf6ca35d7c3af72a286b3f0fadb3b0c9300a704cb50
MD5 d6c0295b824678e2184b6ef99800438a
BLAKE2b-256 8db7caf3a0c74031d0ae9a3fdc41cca27d9fc5026085aafaf7984f7adc6bcec4

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 822cb358a111ac6cac45786ebf2b60488010316f045871a06a68f0b57177ef6d
MD5 b09f1770b14564eb81d578e9e48f1b07
BLAKE2b-256 ab4a06c3d95101cccbb2eb42e4acd1722ea17ee6e8ac5477bd076116ddc24487

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for musica-0.9.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2397b466d3808f0decbf6a29a52945f61bcd0af74c35d6422bf84fe4612a90a1
MD5 b4e032816fac247e9edab30ca906f7c6
BLAKE2b-256 81c4137cbdd6bc0273405a695d4357d2a489fc5f9062f017399b3a1c98302e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.9.0-cp37-cp37m-macosx_10_15_x86_64.whl:

Publisher: release.yml on NCAR/musica

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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