Skip to main content

Multi-domain scientific computing toolkit (Python + R) for observational inference and intervention analysis, hosting the MRM (Multilevel Reconciliation Methodology) framework for Canadian carceral, police, and oversight data. Provides causal estimators (ATE, ATT, AIPW, DML, G-computation), survey sampling, propensity-score and doubly-robust methods, sensitivity analysis, spatial statistics, Hawkes point processes, and psychometrics, with a unified RichResult output.

Project description

MORIE 森

Multi-domain Open Research and Inferential Estimation.

A multi-domain scientific computing toolkit (Python and R) for observational inference, with sociolegal, signal-processing, cryptographic, spatial-statistics, statistical-physics, and psychometrics modules. Hosts the MRM framework as a primary application for Canadian carceral, police, and oversight data analysis.

R CMD check CI CodeQL License: AGPL-3.0-or-later PyPI version r-universe Python 3.10+

⚠️ Pre-alpha (v0.x). MORIE is in pre-alpha. The first alpha milestone is v1.0.0; everything before that is point-releases of pre-alpha code. APIs may shift, datasets may move, and findings may be refined between minor versions. Paper sources are at papers/ (LaTeX).

Installation

Full step-by-step install guide with platform-specific notes (PEP 668 on Debian, python 3.13 segfault on Raspberry Pi OS, etc.) is at INSTALLATION.md.

morie is a Python (and R) package — once Python is present it is pip install morie. If you are starting with nothing installed, INSTALLATION.md opens with Step 1 — install the prerequisites: every tool you might need (Python, curl, bash/WSL, Git Bash, winget, Homebrew, Docker, R) with its official download. The short version:

  • Windows — install Python from python.org (on the first screen tick Add python.exe to PATH), then pip install morie. Full walkthrough: Windows below. Windows has no curl/bash, so the one-liner does not apply there.
  • macOS / Linux — the one-liner below sets up everything. It needs curl and bash, which macOS has built in and most Linux ships.
  • Already have Python ≥3.10 — just pip install morie.

For terminal users — one-liner (Linux / macOS / WSL)

The simplest path if you have a terminal with curl and bash — both are built into macOS and preinstalled on most Linux (Windows has no bash, so use the installer above instead). It then bootstraps everything else for you: Python via uv, a managed venv, and the morie wheel. No pre-existing Python or pip needed.

curl -fsSL https://rootcoder007.github.io/morie/install.sh | bash

Or, with R alongside Python:

curl -fsSL https://rootcoder007.github.io/morie/install.sh | bash -s -- --auto

After install, ~/.local/bin/morie is a thin shim into the managed venv at ~/.venvs/morie. Full install instructions, channel comparison, and platform-specific notes are at rootcoder007.github.io/morie/#quick-start.

On minimal Linux containers (Alpine, slim Debian) that ship without curl, install it first: apt-get install -y curl or apk add curl. macOS already has curl built in.

Recommended — Windows

Windows doesn't ship curl, bash, python, or R, so the Linux/macOS one-liner above won't run there. The path that works on any Windows with no prerequisites:

  1. Install Python from python.org/downloads — on the first installer screen, tick "Add python.exe to PATH" (skipping this is the No. 1 cause of python being "not recognized" in the terminal).
  2. (Optional — for the R package) install R from cran.r-project.org/bin/windows/base.
  3. Open PowerShell and install morie:
python -m pip install --upgrade pip
python -m pip install morie
python -c "import morie; print(morie.__version__)"

For the R package: Rscript -e "install.packages('morie', repos=c('https://rootcoder007.r-universe.dev','https://cloud.r-project.org'))"

Prefer a package manager? If winget --version works on your machine, winget install -e --id Python.Python.3.12 (and RProject.R) installs the prerequisites in one line each — but winget is absent from many Windows installs, so the installer steps above are the reliable default. The full Windows walkthrough, including fixes for common errors (python opening the Microsoft Store, PowerShell execution policy, long-path), is in INSTALLATION.md.

Python — Homebrew (macOS / Linuxbrew)

If you don't have Homebrew yet, install it first (macOS ships curl and bash, so this works out of the box):

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Then:

brew tap rootcoder007/morie
brew install morie

The tap repo is rootcoder007/homebrew-morie. It pulls morie's source distribution from PyPI and bundles a self-contained python@3.12 venv — no system Python required.

Python — PyPI (manual; requires pip already installed)

pip install morie

Heads-up: modern Debian / Ubuntu / Raspberry Pi OS forbid pip outside virtual environments (PEP 668), and the system python3 on Raspberry Pi OS 13 segfaults on importing the SciPy stack. If pip install morie errors or import morie segfaults, use the one-liner above instead — it handles both cases automatically.

Python — Docker (no local dependencies)

# Latest stable
docker run --rm ghcr.io/rootcoder007/morie:latest morie --help

# Pin to a specific version (recommended for reproducibility)
docker run --rm ghcr.io/rootcoder007/morie:0.9.5.4 morie --help

Multi-arch image published on every release with both versioned and :latest tags. Requires only Docker — no Python, no pip.

R — CRAN (when available) or r-universe

# Stable from CRAN (when listing is live)
install.packages("morie")

# Nightly binary builds (recommended while CRAN listing is rolling out)
install.packages(
  "morie",
  repos = c(
    rootcoder007 = "https://rootcoder007.r-universe.dev",
    CRAN     = "https://cloud.r-project.org"
  )
)

Quick start

import morie

# Load a built-in dataset
df = morie.load_dataset("otis-2025")

# Run an MRM module on OTIS data
from morie.otis_all_analyze import analyze_a01_mrm
result = analyze_a01_mrm(df)
print(result)

What's new

Per-release user-facing changes are now in WHATS_NEW.md. For the R-package changelog see r-package/morie/NEWS.md. For the planned roadmap see ROADMAP.md.

Documentation

Full documentation is at rootcoder007.github.io/morie.

Citation

If you use morie in your research, please cite the software:

Ruhela, V. S. (2026). morie: Multi-domain Open Research and
Inferential Estimation (v0.9.5.12).
https://github.com/rootcoder007/morie

The single citation above covers both the R (r-package/morie/) and Python (src/morie/) implementations, which ship under the same version.

Methodology and empirical-applications papers (MRM framework, criminological Hawkes process, solitary-confinement / self-excitation / institutional churn) are in preparation; they will be linked here once publicly available.

See CITATION.cff for machine-readable citation metadata (BibTeX, etc.) — that file is what GitHub's "Cite this repository" button consumes.

Acknowledgments

AI assistance

MORIE was developed with substantial assistance from frontier AI assistants. The author retains full responsibility for the code, the methods, and the scientific claims; AI assistance accelerated implementation but does not change the attribution of the work.

  • Claude — Anthropic. Anthropic's Claude family (Opus, Sonnet, and Haiku across the 4.x generation) was used extensively throughout development for code generation, refactoring, documentation, code review, and design discussions. Use was supported by Anthropic research-credit programs.

  • Gemini and Vertex AI — Google. Google's Gemini 2.5 models (Pro and Flash) on the Vertex AI platform were used extensively for additional code generation, cross-checking Claude-generated code, multi-modal data analysis, and prototype evaluation. Use was supported by Google research-credit programs.

Funding and infrastructure

  • Anthropic — Claude API research credits.
  • Google — Gemini / Vertex AI research credits.

Data acknowledgments

Several MRM analyses use Statistics Canada and Health Canada Public Use Microdata Files (PUMFs) — including the Canadian Cannabis Survey (CCS), the Canadian Student Alcohol and Drugs Survey (CSADS), the Canadian Substance Use Survey (CSUS), the Canadian Alcohol and Drugs Survey (CADS, 2019; doi.org/10.25318/132500052021001-eng), and the Canadian Postsecondary Education Alcohol and Drug Use Survey (CPADS) — along with Public Health Agency of Canada (PHAC) and Canadian Institute for Health Information (CIHI) aggregates. Although the analyses use Statistics Canada and Health Canada data, the analyses, interpretations, and conclusions are those of the author and do not represent the views of Statistics Canada or Health Canada. Ontario open data (OTIS, A01-RCDD release; via data.ontario.ca) and Toronto Police Service open data are used under the same standard disclaimer.

License

morie is licensed under the GNU Affero General Public License, version 3.0 or later (AGPL-3.0-or-later), on both the Python and R sides. The AGPL is a strong copyleft license: anyone who distributes a modified morie — or offers a modified morie to users over a network — must publish their source. Modifications and improvements cannot be kept secret or taken closed-source.

  • Python and R packages (src/morie/, r-package/morie/) — AGPL-3.0-or-later. See LICENSE.
  • Optional Linux kernel adjuncts (kernel-module/morie.c, daemon/morie_lsm.py) — GPL-2.0-only (the Linux kernel ABI requires GPL for loaded modules). These are NOT part of the R / Python distribution; they are separately-licensed, independently-distributed adjuncts. See kernel-module/LICENSE-GPL2.
  • Papers, data and documentationCC BY-NC-SA 4.0 (Creative Commons Attribution-NonCommercial-ShareAlike) unless explicitly marked otherwise.

Full detail in LICENSING.md.

Reporting issues / security

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

morie-0.9.5.12.tar.gz (18.8 MB view details)

Uploaded Source

Built Distributions

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

morie-0.9.5.12-cp314-cp314-win_amd64.whl (83.8 MB view details)

Uploaded CPython 3.14Windows x86-64

morie-0.9.5.12-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (82.8 MB view details)

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

morie-0.9.5.12-cp314-cp314-macosx_11_0_arm64.whl (83.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

morie-0.9.5.12-cp313-cp313-win_amd64.whl (83.7 MB view details)

Uploaded CPython 3.13Windows x86-64

morie-0.9.5.12-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (82.8 MB view details)

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

morie-0.9.5.12-cp313-cp313-macosx_11_0_arm64.whl (83.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

morie-0.9.5.12-cp312-cp312-win_amd64.whl (83.7 MB view details)

Uploaded CPython 3.12Windows x86-64

morie-0.9.5.12-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (82.8 MB view details)

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

morie-0.9.5.12-cp312-cp312-macosx_11_0_arm64.whl (83.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

morie-0.9.5.12-cp311-cp311-win_amd64.whl (83.7 MB view details)

Uploaded CPython 3.11Windows x86-64

morie-0.9.5.12-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (82.8 MB view details)

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

morie-0.9.5.12-cp311-cp311-macosx_11_0_arm64.whl (83.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

morie-0.9.5.12-cp310-cp310-win_amd64.whl (83.7 MB view details)

Uploaded CPython 3.10Windows x86-64

morie-0.9.5.12-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (82.8 MB view details)

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

morie-0.9.5.12-cp310-cp310-macosx_11_0_arm64.whl (83.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file morie-0.9.5.12.tar.gz.

File metadata

  • Download URL: morie-0.9.5.12.tar.gz
  • Upload date:
  • Size: 18.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for morie-0.9.5.12.tar.gz
Algorithm Hash digest
SHA256 3a9daf37e89d064dcf290074517fef56ec487a8381dd7086d723bfea8d4b1bd4
MD5 b0d185cf90434e0be803f1771057898a
BLAKE2b-256 9df299a9e3c0f630faa6e8863031ebec656c4de61cedda9ea862ca1c718c696b

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12.tar.gz:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: morie-0.9.5.12-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 83.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for morie-0.9.5.12-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0f1ceb383bf3fd38a19c9d0de35a506a4358ca3ec06b70db44b82ffd449fb628
MD5 8ead890e5e0c883348caf069da7d60d6
BLAKE2b-256 ac98d2628c27724b8613af4a6f9565a205a1f5c196d17d1e81eefd23b9a51a21

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp314-cp314-win_amd64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c9f52a8cc3ed802e403075d0a4f9b9278ce7812447e6c410d7b2b2d5eabac56
MD5 c3fac651a14e1be1602dd8cfe8e8fba4
BLAKE2b-256 bbd1de46368b80f5953bf06eb8e50f24cc0b95928e2ce257776831a8c97d4d6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3695b06832c2df9e817319c143c6f50236f42618fde7d660fd595c9bc86f34f
MD5 9f1b733604efe212c449fbbc2a698f16
BLAKE2b-256 242a6fe3cf08243e02fa0efdcf2a0ebb0fd1f43de3db57ad4ef4a7e199451cd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: morie-0.9.5.12-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 83.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for morie-0.9.5.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f5567db2603de1f003bc7caef4495be4c0572a47aab6fd38a8d7f8b049d946d7
MD5 d57697285ff518b2a176e0c68b112f5c
BLAKE2b-256 220650364df3e98cb867432782e8550c6ad63f3e1c1def0ff7fb33e193737ce4

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp313-cp313-win_amd64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d634f934051778db62285e9d1593c4f92c07ce65d9cf1d93dd2f745f6fef60a
MD5 7c7eb2f57b0d7044521f1d3d2d04747f
BLAKE2b-256 69971db6bfb81183806482bdc2929ae0065d7844dfdc6de3fc253a057fd2c601

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0166a5d7448d3755d002d687216f611d614d94d6f3ef1940d135b3d9eaf4a602
MD5 7bcc8ed7936d2dbadf07d7e8eff3fa0a
BLAKE2b-256 e57b8d106bde9f85102a595bfa2fd4b9c84b6659b9f5907ce09dfd8a54476500

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: morie-0.9.5.12-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 83.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for morie-0.9.5.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b44a26cc02b4df2551905c4a9bddb65650641d2e5e4d2ec22b7054956965a216
MD5 7f2131ca70aa6c65146ddfba1558682c
BLAKE2b-256 c35f2ad89072720b9d98287415e9f617b6efedf1a8d31cbeb99fa9966abccfe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp312-cp312-win_amd64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3165109b0c5134a153dcc4540eb6d044b5bb73f1ac0268401785d11ad035a184
MD5 55e6d4f0c946e0d7f0c51ae67fdddbe2
BLAKE2b-256 ba34d3656f1a32832099be4c959b815321bf10746b43c074353ed47bf2df7751

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 269a852cedc18eef2bd2a460209263d373e180345b81a1fa6de33bbd643f802e
MD5 8853a34fc7a245dce9293d6e073f0865
BLAKE2b-256 afb2faafd5635a569f9af4d78345ad43af64f0f6659f6f9a6c51be707991320c

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: morie-0.9.5.12-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 83.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for morie-0.9.5.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ae296a69a5d99216ea37a47b7da34f9d8fa01b5a8cda7ec8f73a80cba26bf4cf
MD5 62429b8915af45505995b14f84bd6157
BLAKE2b-256 6831f5ee9eb8ad0daf4fb3c4eb144024cb1a052208850ff29d3c1b2fec228172

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp311-cp311-win_amd64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97b095c3251b5074255adeb85db667db227e58d5f82299c887def1dd6e80e8a5
MD5 7bb4ddd7f88d90dd778898945fc10f89
BLAKE2b-256 8d4512bf09e39e7ffdbd090b389850ab1f1927674d8f6d722dfc276bb7843400

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e9666971c6de5dd8b93e486fc89105d1d657c6822a559d25612c10fa3d23c9a
MD5 abec4a720c34048add7e60a2a587a316
BLAKE2b-256 e6536735454076a827c865bea92a4fb150a02fea981a8f92b4bd4ae3ad12f673

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: morie-0.9.5.12-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 83.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for morie-0.9.5.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c4153c8b46b66c0943a96f534e55be46f8fc831e0424f4a2692fc968f96af52e
MD5 7d903067d69a31628cedab57c372b958
BLAKE2b-256 0adc248a35afe43574c0df0622c1371cd82cdd338b9830a8c32d3d7cd907c3a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp310-cp310-win_amd64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26e52e1416a3d1780fe02f892116a4607a2d2582d88e980be9a01ef7bde01329
MD5 eee6304d39017d4a055009297cc27a6b
BLAKE2b-256 44bccb967a25bdec79169c3527a7bfd650e7e0454cccff17d99fe3511ce140a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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

File details

Details for the file morie-0.9.5.12-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for morie-0.9.5.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 318660803c5cb032c0974308e88873326b350fb5f4ac1626ddc8726e98ab5964
MD5 8c52006445dedb9f98fe5dd3b9ada788
BLAKE2b-256 fe6e49a7f91b1f1091cdd6136cad2a60488bf70b19da61f5fae3b1c7fffdc85d

See more details on using hashes here.

Provenance

The following attestation bundles were made for morie-0.9.5.12-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on rootcoder007/morie

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