Skip to main content

Toolbox for estimating Generalized Additive Mixed Models (GAMMs), Generalized Additive Mixed Models of Location Scale and Shape (GAMMLSS), and more general smooth models.

Project description

mssm: Mixed Sparse Smooth Models

GitHub CI Stable Docs codecov preprint

Description

[!NOTE] Our preprint detailing the algorithms implemented in the mssm toolbox is now available on arXiv.

mssm is a toolbox to estimate Generalized Additive Mixed Models (GAMMs), Generalized Additive Mixed Models of Location Scale and Shape (GAMMLSS), and more general (mixed) smooth models in the sense defined by Wood, Pya, & Säfken (2016). Approximate estimation (and automatic regularization) of the latter only requires users to provide the (gradient of) the log-likelihood. Furthermore, mssm is an excellent choice for the modeling of multi-level time-series data, often estimating additive models with separate smooths for thousands of levels in a couple of minutes. mssm also supports fully Bayesian inference about model coefficients and regularization parameters.

Note: The main branch is updated frequently to reflect new developments. The stable branch reflects the latest releases. If you don't need the newest functionality, you should install from the stable branch (see below for instructions). Documentation (built from the stable branch) is hosted here - together with a tutorial for mssm! Plotting code to visualize and validate mssm models is provided in this repository!

Installation

The easiest option is to install from pypi via pip. This can be achieved in two steps:

  1. Setup a conda environment with python > 3.10
  2. Install mssm via pip

The latest release of mssm can be installed from pypi. So to complete both steps (after installing conda - see here for instructions), simply run:

conda create -n mssm_env python=3.13
conda activate mssm_env
pip install "mssm[plot,mcmc]"

Note: This will also install optional dependencies, listed in the square brackets, required for model visualization, parallelization of selected functions, and convergence statistics for the mcmc sampler. Also note, that pypi will only reflect releases (Basically, the state of the stable branch). If you urgently need a feature currently only available on the main branch, consider building from source.

Building from source

You can also build directly from source. This requires an installation of eigen. setup.py first checks whether eigen has been installed via conda from conda-forge, alternatively checks for eigen in "usr/local/include/eigen3", and finally falls back to cloning it from their git (this will fail if you have not set up git on your machine). After cloning and navigating into the downloaded mssm repository you can then install via:

pip install .

Contributing

Contributions are welcome! Feel free to open issues or make pull-requests to main.

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

mssm-1.2.0.tar.gz (3.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mssm-1.2.0-cp314-cp314t-win_amd64.whl (997.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

mssm-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

mssm-1.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mssm-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mssm-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

mssm-1.2.0-cp314-cp314-win_amd64.whl (956.5 kB view details)

Uploaded CPython 3.14Windows x86-64

mssm-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mssm-1.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mssm-1.2.0-cp314-cp314-macosx_11_0_arm64.whl (993.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mssm-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

mssm-1.2.0-cp313-cp313-win_amd64.whl (941.2 kB view details)

Uploaded CPython 3.13Windows x86-64

mssm-1.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mssm-1.2.0-cp313-cp313-macosx_11_0_arm64.whl (992.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mssm-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mssm-1.2.0-cp312-cp312-win_amd64.whl (941.1 kB view details)

Uploaded CPython 3.12Windows x86-64

mssm-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mssm-1.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mssm-1.2.0-cp312-cp312-macosx_11_0_arm64.whl (992.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mssm-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mssm-1.2.0-cp311-cp311-win_amd64.whl (932.7 kB view details)

Uploaded CPython 3.11Windows x86-64

mssm-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mssm-1.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mssm-1.2.0-cp311-cp311-macosx_11_0_arm64.whl (985.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mssm-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mssm-1.2.0-cp310-cp310-win_amd64.whl (930.6 kB view details)

Uploaded CPython 3.10Windows x86-64

mssm-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mssm-1.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mssm-1.2.0-cp310-cp310-macosx_11_0_arm64.whl (979.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mssm-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file mssm-1.2.0.tar.gz.

File metadata

  • Download URL: mssm-1.2.0.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mssm-1.2.0.tar.gz
Algorithm Hash digest
SHA256 949e6bdea5ef46a8caa1ba71c4d85c261fb83d6e17b45a2457f282070002f950
MD5 44d3254719d0e434bce85350d0990f98
BLAKE2b-256 b0970a069ab0aa8d10a4b93e698c2d0bfd42446c381aebcf1bcb83850f5f475e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0.tar.gz:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mssm-1.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 997.3 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mssm-1.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1a5089179aa1f2b9754ca76ce601b5e98bbdf1ca2c487a1f71f98c22ee10817b
MD5 77ab8b2c62209163fe2688329ca4a1ba
BLAKE2b-256 fd74a941172c9c920197caf141d4dbf940611c26e51ae1ad8136397e95659813

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314t-win_amd64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 547004bae60bf40e911606c0d1dfb132a49cd5d398177dcc182eae5d54dfa059
MD5 3ee5b6ed7dddd7e9f6eb4e78da33ce05
BLAKE2b-256 70e42f68008d4ecabf1591f61b90f72bea40bcd46abd266392c5af62487f0673

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 435da1e5f935e99925e494a85e35bcd48de985ee55b337f73f3570ec492496b5
MD5 04e6fb8eb788b680370acbe3060d4705
BLAKE2b-256 93bef159cdbfa6d38ffa27cf7dfac5955024d116de1b1e99d2e5864c8c6303b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7349b72e0b85ce00e0ee23167c2bde8ab3fd5587b351a3a29ae71e89bb070488
MD5 bed024a564316edb4f03910bf46e9493
BLAKE2b-256 bb046b264f6cc707a2f98046adcc17ef455f6cd81cbb067cd95fb33defe0712d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0ac0e92339f3e1f005131f789eb85413f7ce0fd47441b6737bfeae6e1c64edc0
MD5 79a76e8edf28ac72bfadda59bbd85a05
BLAKE2b-256 1f7987f0f4c16383a6dc8a51451dda2e9dd7394de9453baa48eef52d55f6f2e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mssm-1.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 956.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mssm-1.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1ca21cd3b3da626ad42e1846a49c6fc0b78564d7887bb368011ef2805965900f
MD5 634d6e140c295c3b22c88ff6ff544516
BLAKE2b-256 5d95dba1a8ad19d81efc357699194254e337af9294ea63b510116d1b924fd93f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314-win_amd64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02de181923d370cb32fae50e1c060232e51e890505203a34e5c59179856261c3
MD5 10ea19c63b69c71fa85c023a98946db3
BLAKE2b-256 33adfc633d40e685ade063cee14c3fb5e86f6ffbea48c0d1c01a191db87cc713

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d23bfd66a4ed0b99ce485910e164f403297c7991908b75be890aada42b6bdb6b
MD5 ed5e6dc2f2a630b513e9d15773663483
BLAKE2b-256 1b05050a9a214b30ca4c85be03ebfa643902e8ff7df3979dc1fef761e6c96eab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 826f80c95f12251d8dd20e3b9a878a497debd03003e17fce4b26c974b806c3c1
MD5 9853c790f8abcbd52ed0af75e41d3b8c
BLAKE2b-256 f39809dea2c0c822f4eccae2731c17a367515f55556f63582d29c4107ae024db

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d61ad96427d99bbc4def8685a8d2d85cb167d14b0969971c525803473d412ecc
MD5 cd9aa9c72c6a5c58a1d47bd88b157a87
BLAKE2b-256 6c44cf95a0e35d7835614f044b9d7cb6eb1d5ae73d08755ff87c953bbe16ba2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mssm-1.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 941.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mssm-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c251f646e930b01c0bccb428b6ba9b3f4878f85e5fc3d65bc326891ce87ccada
MD5 5f5a49196be9417455e2b3f8daf9b847
BLAKE2b-256 0c0334a7753cc848ac7077b278ba0c4e6f66afd90e7d0209c663ccd5bebe94c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp313-cp313-win_amd64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a90e282f712f145e0acad99afbc5fa7f2b9ec90599fc35e7a6f577af8fca84e3
MD5 9505164e39cf73ebff40f081b163e788
BLAKE2b-256 3b8838d0f5bc4243f954162816331cef252323cae33602071586de1805c89adf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25fc710f066c7c04cad76fcea744e84a94b17573424ee0f072d281e3032e1e67
MD5 2a7eee9926c6156a3762d0b35e464d06
BLAKE2b-256 13442f1a11eae1b461b65eff67bbcdabf00685c22603b23ef1e6ebce38f273c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e64809ef0f6e6bed31e2f92b5b37c54eb2690c790b9e8e336a96174680cbf340
MD5 1c428a61b26fff1d84e7d2df63735700
BLAKE2b-256 850e1eef601d4cb5a49aac363241d9f9d8ba900525375763bad1a5f69b25053f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mssm-1.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 941.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mssm-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 26aed5b5087101c265bd26306c96a6ff7c70c311168b3a10a9c23416bde9f70e
MD5 c4fe05b428cce3f877b171eebf7b8e5a
BLAKE2b-256 e29cf9e67d576cf9c2ef9fa4b1ce3acf54588364af95a73ea98580a5b5cce22e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp312-cp312-win_amd64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 369b99396ce2e049ca2c18764ba42e22684751bf260926a7832a8f60032193a7
MD5 b5f0dcdf263ee19436ace1d02179e492
BLAKE2b-256 5be51b5cc01af5205c47ab1192e3040a3cd8003784a64340610212b4b8865e30

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e190ec969d0f02fc1c7f855cc437616ea05ceee8d8b3bbbdb2f4284b61ff3a5
MD5 15910b65f694550e211b39a0167aa057
BLAKE2b-256 f6f487f45b72ef54ec5244bf56edd77d94f453e6d0998d6a8033b29d466528c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09a33d60be98a3f2aed6cebd0c1f0dc01c100cb9a5a69bd2c1da93bfb8da724d
MD5 67fcc376d7d46fd95427bffb6aab3046
BLAKE2b-256 32c11b9d332b35cd0a600d0af3dea934f589aaced8b0ce792879f6c845d2e0d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b532b699efc824b6afdb107bf4cf7c3c73131d520f272ffb54182352f7a723ec
MD5 16c0f15307c4dbeec027e64d91bb18ea
BLAKE2b-256 30d523772f16d929dcf9a0d3946c2ab55efe205dc3a6ddcd1d81d3d1db5d6710

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mssm-1.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 932.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mssm-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 59a8f8d45239c11e1cc45ad2ba30e7f5fc33d669d87c0434a01bdb24ec1bb60a
MD5 92e4a79c01b73f4c86d0447ee97603e3
BLAKE2b-256 2c3afd43432571ca0804f2124fe17fe4d218db823fca72f5a26061ec05ff8d9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp311-cp311-win_amd64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba116fd0b4ef996e32401dec800afe7c6953ab8dbb07a5e4925c6c336a730555
MD5 076c1d0783197d4df68c88a8eb2ae93e
BLAKE2b-256 4f90afc57691cf8badb318e0876d328f04f0baa13565650c77914d6471b97fbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dedaccab349a0d993dab855570d847b8b83bfaa9bf24e4c33a70e801ece180d9
MD5 1e16789e81412c4a7a1249cb3f392080
BLAKE2b-256 b310f9ee63aa76dd6b3fff8e23b041d0dfc1e75aacf83afe856cec6c95adfd76

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8549b783b12b4086d4fde9f7aad8413cebbb77510dbd0ad1cc38957c1d948c26
MD5 dedede5f45e2f8ca4acb0c180ed91990
BLAKE2b-256 6b7f7db83e721828f6070e21bb752aba09b7e0a60d7a6c80a0085c8572484628

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e99e56a3a3d5b15c76a9f36e6c372b6fe3c72772e95dc4fd5d637786b345ffa5
MD5 cda8fe01e0eb39ab45ad071bd413517b
BLAKE2b-256 c0880471458cb304cb1f5c52af030125a5d38bf20646ff23ff76414accb2dc2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mssm-1.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 930.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mssm-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 124bcf46b71d3e623bfc6e7a3b91665ef710f964142de8f17ca24584c1323c36
MD5 e05484414ebe212c027066554b404c76
BLAKE2b-256 3e5a49d985d763ffb4095ca7e355cecb72db7756742885352116229e75f2eba3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp310-cp310-win_amd64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fea0454ed9edffa1713b57fd5e01ea5c395e0cf287151f6adcad5c1ea70d479
MD5 65cd0af6a284d9cb1ee5704076e36b96
BLAKE2b-256 7ac5cf767dfc3b9c0b2d7b5962b3b51c0d70b979a54564a97e07747b750cbce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1accfd756898f1ce8a5e09859fce7f5e8614da30aa7bc67ef4745bf34bf6b510
MD5 64b6521a80308bd27fe65e91dfb36c54
BLAKE2b-256 cd114d0f0f4a12277183ca8894f635aae8b7b53f6d23ab5bb29b7c13870ad5a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fd27f908cbd84728493fe2fdeda642b5b094b482b7c53b512d79118bb21b63b
MD5 bf827ec6d56789c4b8df84915d883192
BLAKE2b-256 d8e4abe13f9bc46c68bad1d1a91762d0c23f8b98b1277c257143b47dea7dbead

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

File details

Details for the file mssm-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mssm-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3c9b4d33beac04803d58473de8f3a123c5b7ac230f3c35cdcc2ceccffe6475a
MD5 ab3a4e948ee154ac36cea5f38ab7e200
BLAKE2b-256 ddabf4676a7ee6f2132de7e2b9f91d827712913d36fc3c03401bbdfec711bcdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mssm-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: python-package.yml on JoKra1/mssm

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

Supported by

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