Skip to main content

A tool to generate models, code and schemas from markdown files

Project description

MD-Models

Crates.io Version NPM Version PyPI - Version Build Status

Welcome to Markdown Models (MD-Models), a powerful framework for research data management that prioritizes narrative and readability for data models.

With an adaptable markdown-based schema language, MD-Models automatically generates schemas and programming language representations. This markdown schema forms the foundation for object-oriented models, enabling seamless cross-format compatibility and simplifying modifications to data structures.

Core Philosophy

The primary motivation behind MD-Models is to reduce cognitive overhead and maintenance burden by unifying documentation and structural definition into a single source of truth. Traditional approaches often require maintaining separate artifacts:

  1. Technical schemas (JSON Schema, XSD, ShEx, SHACL)
  2. Programming language implementations
  3. Documentation for domain experts
  4. API documentation

This separation frequently leads to documentation drift and increases the cognitive load on both developers and domain experts.

Check out the documentation and graph editor for more information.

Example

The schema syntax uses Markdown to define data models in a clear and structured way. Each object is introduced with a header, followed by its attributes. Attributes are described with their type, a brief explanation, and optional metadata like terms. Nested or related objects are represented using array types or references to other objects.

---
prefixes:
  schema: http://schema.org/
---

### Person

- **name**
  - Type: string
  - Description: The name of the person
  - Term: schema:name
- age
  - Type: integer
  - Description: The age of the person
  - Term: schema:age
- addresses
  - Type: Address[]
  - Description: The address of the person

### Address

- street
  - Type: string
  - Description: The street of the address

Installation

In order to install the command line tool, you can use the following command:

git clone https://github.com/JR-1991/md-models
cd md-models
cargo install --path .

Command line usage

The command line tool can be used to convert markdown files to various formats. The following command will convert a markdown file to Python code:

md-models convert -i model.md -o lib.py -l python-dataclass

This will read the input file model.md and write the output to lib.py using the Python dataclass template. Alternatively, you can also pass a URL as input to fetch the model remotely. For an overview of all available templates, you can use the following command:

md-models --help

Available templates

The following templates are available:

  • python-dataclass: Python dataclass implementation with JSON-LD support
  • python-pydantic: PyDantic implementation with JSON-LD support
  • python-pydantic-xml: PyDantic implementation with XML support
  • typescript: TypeScript interface definitions with JSON-LD support
  • typescript-zod: TypeScript Zod schema definitions
  • rust: Rust struct definitions with serde support
  • golang: Go struct definitions
  • julia: Julia struct definitions
  • protobuf: Protocol Buffer schema definition
  • graphql: GraphQL schema definition
  • xml-schema: XML schema definition
  • json-schema: JSON schema definition
  • json-schema-all: Multiple JSON schema definitions (one per object)
  • shacl: SHACL shapes definition
  • shex: ShEx shapes definition
  • compact-markdown: Compact markdown representation
  • mkdocs: MkDocs documentation format
  • linkml: LinkML schema definition

Installation options

The main Rust crate is compiled to Python and WebAssembly, allowing the usage beyond the command line tool. These are the main packages:

  • Core Python Package: Install via pip:

    # Mainly used to access the core functionality of the library
    pip install mdmodels-core
    
  • Python Package: Install via pip:

    # Provides in-memory data models, database support, LLM support, etc.
    pip install mdmodels
    
  • NPM Package: Install via npm:

    # Mainly used to access the core functionality of the library
    npm install mdmodels-core
    

Development

This project uses GitHub Actions for continuous integration. The tests can be run using the following command:

cargo test
cargo clippy

Using pre-commit hooks

This project uses pre-commit to run the rustfmt and clippy commands on every commit. To install the pre-commit hooks, you can use the following command:

pip install pre-commit
pre-commit install

Once the pre-commit hooks are installed, they will run on every commit. This will ensure that the code is formatted and linted correctly. And the clippy CI will not complain about warnings.

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

mdmodels_core-0.2.1.tar.gz (130.4 kB view details)

Uploaded Source

Built Distributions

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

mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-cp313-cp313-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86-64

mdmodels_core-0.2.1-cp313-cp313-win32.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86

mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

mdmodels_core-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdmodels_core-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mdmodels_core-0.2.1-cp312-cp312-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86-64

mdmodels_core-0.2.1-cp312-cp312-win32.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86

mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

mdmodels_core-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdmodels_core-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mdmodels_core-0.2.1-cp311-cp311-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.11Windows x86-64

mdmodels_core-0.2.1-cp311-cp311-win32.whl (1.8 MB view details)

Uploaded CPython 3.11Windows x86

mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

mdmodels_core-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdmodels_core-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mdmodels_core-0.2.1-cp310-cp310-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.10Windows x86-64

mdmodels_core-0.2.1-cp310-cp310-win32.whl (1.8 MB view details)

Uploaded CPython 3.10Windows x86

mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

mdmodels_core-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mdmodels_core-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

mdmodels_core-0.2.1-cp39-cp39-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.9Windows x86-64

mdmodels_core-0.2.1-cp39-cp39-win32.whl (1.8 MB view details)

Uploaded CPython 3.9Windows x86

mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

mdmodels_core-0.2.1-cp38-cp38-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.8Windows x86-64

mdmodels_core-0.2.1-cp38-cp38-win32.whl (1.8 MB view details)

Uploaded CPython 3.8Windows x86

mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file mdmodels_core-0.2.1.tar.gz.

File metadata

  • Download URL: mdmodels_core-0.2.1.tar.gz
  • Upload date:
  • Size: 130.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mdmodels_core-0.2.1.tar.gz
Algorithm Hash digest
SHA256 ccf32b2acf7493cf0a23b02cd738c6d89ff267a063ab2a2537fb9b298244d538
MD5 3d24b56d56235cc4266724a9ea10051b
BLAKE2b-256 8e784cbfe8006dc013eeefbeb413d3cc21e8b3f307a84fe98233f5d7f64bcfdf

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d93686936149b144cff442b45175ee761e0fa639f4c86eac7398f633b714f0b4
MD5 fe1d56c8ae6d84382b218702984f7def
BLAKE2b-256 da46dd7f023f9bd7e7662692597310f5d1d5067daa5d22bb377c4bd3cb92bb62

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e9544cfb49acbde4f503c71b0389ada2cf2f528f23276312650adccffd1d94d
MD5 af4c04e96706b416cc1947d2fd033a5f
BLAKE2b-256 85c95e82cc1c07e6f13e85aa4ded520976bdb065cab3c76de9139b86f7add597

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7cd28b2ed519831b69a41e833b19e5dca688f2fb5c97c350559087eae8a2665e
MD5 d719d410ae584d804b03d41aae528569
BLAKE2b-256 54b94d02c67532dcb7926efb65d98e6f56447323807262415400652b56338b0b

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de8ff9ab70db5f63f8fa3b0a6aa91c585651a64bcb9429659ca2f87fc4bfe34a
MD5 da08a4312bba51a423fc61539f50fa77
BLAKE2b-256 1387e64a36f749979a3df8e6c30c959bda482574eb9b0edc7ef39840c98b00c4

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 df960061564f99f7c597a247c9eb45d298f04fcc5d79703caccba393722308ec
MD5 1621bf16157e33afb3e9fbb728190611
BLAKE2b-256 84376ac57cde306cd23abf29ea2e2469fa97888e9c70c54a8c9ded9327a6bee7

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 17b1e720529687f2d13a0360c3331cb2d23adadc246284d4829cde08a0eb136b
MD5 f1c59077bdfaf4a4c7d008352fe1a74a
BLAKE2b-256 f03b8a0ff024a9b3c30af18a0f727bece24338708315b5b20f94ef8eeb6bd8d7

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c4a84de58b9b248025886b69214bbe7ab30a46ac23e6ed3f9bb8ccf8ed9b0522
MD5 dc215bdd80a99253740e441012fb3c7d
BLAKE2b-256 547c0d151b2cf5f9e1adaf03ac6f489965fb271119035aadd5bf74738e6ac70a

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b1c6d23f1ee69a197f8ed032a63e8fa87d28b9878b9753557116b26acac59fc
MD5 b1aca2b169bcac9ba3190b6e143b1dc1
BLAKE2b-256 393b35602d9ea716c66f5424ce89c18c3eadb75b156a21d1155705dbd5754400

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45a35750b64699cf21cf6ec1bb09e2cf901892887faa3a3bc5c90b320ca1bf78
MD5 4dcc909fc0854c000e579f878cd9f339
BLAKE2b-256 62adc4795cd578b76c241212976306e5e3ef2090a5fb161b64be18b97b665752

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eb9f37e8b1420bb35587b4e67b3e6e9c7c9a244160ed7d2bbc315156ecb43aa9
MD5 ac8cf20c45e78662043216e1a0640038
BLAKE2b-256 5c62ae508bf566afcccdce3bdae502e5bf6ccde78d0f043311773f546e6b26a6

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98b471d3a7125b18e769cbfef8f9dcb8b8fe8e23994fb0b9c07c6dd2757b5059
MD5 d5a7b4899646d5f8df15d1885c33ca5e
BLAKE2b-256 2e6a6e54f2b78745d0b27ff7911fd1b50db79d9a76e290073a2cd844eb3f3cdb

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f568f2a007cad2ffdf8a793453d39f27eec17ac9a0492da5385f3bc23474588e
MD5 1a2a31b42c1e7b2cc34ab7c7ce4c99d6
BLAKE2b-256 88cf93086d4d582a651d963668690998a74c108f04fd47ddfe0b0ad57c8bc04a

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7598d4bae49069f86430c03dc8697c17ce9038eb6da999d233d5c457875d48fd
MD5 e7cf4343c2172fa9917acf1344f3ca92
BLAKE2b-256 dfd53b72d7534c69ad41b0f86ebc413d907a233f67c175faa61192af34348023

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ed9707bd6ca2679430136031acc0d294fd02c18040b59bddd4240b83f7adbcd
MD5 3e1f5f497bdd87ebd4f7348d5a05bc00
BLAKE2b-256 e5fe5b93a38d061037ef62df7f7411fe7979fc9b1c9ab86b0aaedf783c93e38c

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d99bcd54483119f2ffd358eb8f206712d051bb64cfdcdfaa23b516aac6acac93
MD5 a3bceccce4a0f1533846bd32f71d44ce
BLAKE2b-256 e57f6aa317593d50a667e11d93eea395b8c728700173f31bfe451d001e419081

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21d8e7550b7b6acfa6f8cb310845136231ac18d4a387067258e202072e40bd12
MD5 3f206828c2dbfccf70d5f70b96f2c54b
BLAKE2b-256 49a316e89ad7899bc51bfe0d262f32eb0e3365566bd4845a87c2491442edf14f

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fcf2b8230acccb2e9572b95d19dd225a157f4c307d6e7bef612eaebbb4e20b0
MD5 ba69a1bafb4e025f2a8aadfb4917ee9d
BLAKE2b-256 db8c7af9f5ec87c04b36a90478787b87f8f7f5fc154f4ecd1f7f4287168390be

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ef8c47bee949e0f3ddf020a5bbe2ffe49745283f7a2067e43491c8febc3cdaf
MD5 3dfea944463faed1a8d26fee29a3a0ef
BLAKE2b-256 680653ae747dd0ac7854a3b49e07eead12dc21419a284565247f7c713b345c83

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17304e544763cbfe986a5099660d55f8074c5e7a45ca72233a8a86cafd3e9936
MD5 87332ff471e28bc75ec79cc7632dfcb7
BLAKE2b-256 36f53715574274b41507d8dbcfd41db33bb027022117a685f2e035fe1f346cbe

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9f51105a5428ccd9f728cf2d5be84851d406dc91eb225114a5deadf9eb853d03
MD5 72e49f27cfc9770a8ea51018d0b091f7
BLAKE2b-256 d1e7f32888e8f63ebb6fa1248b1eb2ce20a23b445be2a7c51fe150ba1c469ac5

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 222f84e95a4ba9110c9db348a0b2874cac27775d5a4ed24a4af8cc13d87427ad
MD5 8956f7cb8da98e9ea735bcee58104dd9
BLAKE2b-256 d13b2484bbbd472a8c3f7c6afd2208b45b60ec74f5fd57677f4b8af236159496

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 dc49be90c34c3dac34e026853dd687a4007ca12fd658f9d27da0b691433743e7
MD5 83362d38cf079570e42ab9ad1d934b92
BLAKE2b-256 803212cc60ab7aecfdc342247d47d47a9a26ed6c49470e25fda05cc302db6506

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 febe62e2f0ae540508178529218a51ba3bfe863a8e86cd1c7f3cbecb40fa93c1
MD5 b4c7a43a02db3bf99c658cc2a3e052d1
BLAKE2b-256 2ed889111b2224062208537e7c94e0370b37b6eb8402800d0f67ed56dee5bc6a

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e94dea8a250637621714fad34f1ba8087a0cd19e61e3dc01bc383c3a52aa77c
MD5 1db902f9f22a91336f4e0e4ca5cea5af
BLAKE2b-256 fc5bb02d343ef1e04b90fbc6f5770049f128a1fa24e950fd4a91a794a11dce03

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5bc6b2a84fdc26e37afad43d8efbb803104080c461dbad73787e3f2418d55b7a
MD5 0ced25570eb94487dcd902f0157ab51f
BLAKE2b-256 fcb36478022b370a31f43b55392c2704d105b29513d07915a1560a8a2c8b3b38

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92815fc41c4428702d8f30a501c572e26bd2729f5ad6d2fff0928b2b0e0d0d73
MD5 7a7f34451c77898979607ef1c06982bf
BLAKE2b-256 fbdc64d3d5b9251d074ddcbc9b086d357a68540620e1d38db54b43cdbb41352c

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cf3582c56a18f04b78ad71225b32965dc0fb8479cd2b9eed5ba9dfaf6f4c8d1f
MD5 bad827a3787c7a1d4effc73e7b84fa40
BLAKE2b-256 bed3306535da991baf2041c4dc1563d12d60e5958129438d1fcaa681fd977f82

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0e52e2e98e5126c829b46d7de598762dcfca7899e836c5d979c1325c1834410
MD5 1ca6f07dddf51a37ca07cb8bccaf1d4a
BLAKE2b-256 bb9f3521421ead84c4c30c57df67a3418359e883a8003fc2883682fd9f439ed7

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1dbe90b18ff6e5a0c23a1d3aac00b6d499f2b1797fb377119311cd1b3e46e0e
MD5 997a5fda9abb37f9ba5b30002a612327
BLAKE2b-256 0e1ecef74ca60e32d7ab68fcac45bf0d48c33b0af2897b3131787f2212aef11e

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1433266275ba6863e459dd9536eaeabd59a1d2be616e3aa9afa221d35285a920
MD5 9e23487f33ce3af6710d113a1f8a1a2e
BLAKE2b-256 d4e70416c257d86460da7bff0c276d30aa3514932c895063d7d2607afed7d7f4

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f393452e5fe9639cf8ffeefa95661b0014a407d89c9459038f5fb617dea0520d
MD5 3637e3f7a7c22b515665ac5ace213761
BLAKE2b-256 0ee33d0705e25699ca53487418dfebe584cf5a2016fd8cc99cd5e34cb03c2a28

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f49d03890f11f18f6eb8936628d00f290b7e19a04fef14a4e011aed5e04f5735
MD5 d7cad1844935b4e496baf1ba8452aea3
BLAKE2b-256 4f98cccf7db56323da4f2696162f8d9d0e9f1e46157edd0e46e25790ec69cea5

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86329fccecd8daa20a07354a2b4752a8c90f10d0bd40cef256f02d33326594b6
MD5 d284abed3d89144a3e160d2f7e24e7ac
BLAKE2b-256 6e06da681cb0e73905e86f55130608677a479d0afb0d6a74b35b222f948c3543

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 59b1b37a4c02911b4106de5e772713791fc1766263b97baf07ea5171fb7aa9b3
MD5 903bd73e9b53204dfc28c7d7073c25c5
BLAKE2b-256 243ec300f89a19e00fef596d99e4bfe0a2b182958da21dc8da98e54430f5e6d1

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40efd0e9ca30c862586d34ce03ea4aaf24df7c12e1b8331a708ba43257ad58b0
MD5 fc41d9687a6c9f52691efb98a155c1a9
BLAKE2b-256 d11fa39031a6cdc8e4fb1f45f4917fd5d02e6c60a7662ea079b28a4ed78358f3

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8d0c01e49a093a38180190059078a74ac8f093d3a56b71e6966e41ef8a05f4e4
MD5 70915cc7cc18be7f91f5c22a93139682
BLAKE2b-256 862174e8e86899695ffef3cd161727bd08035e97ecdcad6916ad16c0152c8fb3

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65c607c14d27635fb31a91bed8bb6c9f288563124946f614c8cf24be1560cce1
MD5 9cbc682e1f35d3c862faf70255119a9b
BLAKE2b-256 9a77a940a548a09ad0e62e3b46fb3107709e896b6e0beca22e38dbc0ade22912

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 92672759d33ed7aa262277c8b99c3fd5010f52d11757dc41c30ac307b4433a2f
MD5 78222b7057bb59fb8954a82a65ce1e25
BLAKE2b-256 08f14728d701ee86a42c8d9a314c3a102b2104abe052ade610fcd4b139bb68cc

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b5f1a8a27873c5f026cfc0c5a6267e1eaaecd120828a71b75a15ab47b0aed367
MD5 a538bff9dc281d8583fab6e640304099
BLAKE2b-256 a0ef07866a8f56eb92d97deeb864d930baabdababad1ba3c4172762682552cff

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f64137bba8c5ae676534d029a7429778d5f9bd6530296b2c3e50196140cc2921
MD5 ee3d56e8a341f6fc6d410d67998851bb
BLAKE2b-256 f1dc300281b028f142080a3a8d0f6dbb8436172630972f60dd2522440cd6d777

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6fd8b0cc40381de1a9059ba5e9c337c656d2b0833dc2b29b3bc326314b95d79
MD5 3705924e57d50edd88d251354bc291ff
BLAKE2b-256 471a167d692703797ecf6367a32115bef76ba8efc0cd9d3cc9631809b4787459

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 556f4b9629bdc9255195db58cee8e526e16115e14bc4d15eb47e16b9537cece6
MD5 c1153933dbf89fa997e32894a95c1cd0
BLAKE2b-256 04f525189aad7ff897483c532b962ad1dd86f772834897bf3618d6ed324aaf40

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 93e4bca52f03885b3362e7fe992f5c544c21f57a9b8b39431c3da8b5238c61b7
MD5 d1fb81d3214815bfe72e14b1c8410cce
BLAKE2b-256 15a57b7bfd537e7983c59a3d29f4ac37755294352f225f21dcdcf48571eb3ac0

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ee529a69769ba502cd045f9a6cfb925341aa3118bab4918579550e73b7c492f
MD5 f91117b0f02a21c521392ee83eedd1cf
BLAKE2b-256 f99313600d87f38f63b8ed6b1eda5af086dfea62094b80a8a7780d09d34804f4

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cca6bf114c8588ccc695104a21d94526af16da053da48e6fb0471a9fab01f144
MD5 25ead30b0daf6eb66b6985d420ac169b
BLAKE2b-256 b2bebf8792c347366c01eca27e4610e1f7ec99ff57be8090f289a2af070d3d05

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec990b7ab4638e2803123e73011cee40a79f849fec2fba138d33fc9c4e10c5ad
MD5 92981488f142bec2f960f254d5336a20
BLAKE2b-256 c6a402906c86c7b160008ca768dac91f6a46530f96cb30756b5da957801a6484

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bfd831d2dcd5147093bca362b54c90b253d4f1415cefd3c671331b71b5cd8d2e
MD5 3dcca73bed28d31187fdbcfe4fbd7170
BLAKE2b-256 ba8ca282e4ad28c26e3f6882f189d4f822aa3f70ed6481b7a163865432cd4fc0

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 abd13b74eb464252d5a60dc988b88756a2391b04c5ecdc59015c1f807d549e02
MD5 489356ffe5dbc6728d7c7e73030bbdcc
BLAKE2b-256 0c27653f1fa7a8b76dc79d5e7f6bcf3cf321bc8145eef15bdff56c2e9e8fe58c

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bd9ee10e3b2247dda6bc47f053c19d048aab542b2b149580f48ae71543fdac54
MD5 a7e3c71f0708c049df4907706e7d19f6
BLAKE2b-256 a4e4297bdde87233c5f31233ede29fd1768f9e5928edfd5243ecc8a4c268c45a

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4678336f28ab6f251fb77f0c3e6914c75ff426f099e616c015bc8fba9123cd0
MD5 2892783c64ceb4bd6099097f4aed4ea6
BLAKE2b-256 354bc0745827853e97f2e17b177fb1527975cb16e356f4c27a40951e0b323987

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ecc85e77a9533be0f090ade3c573c541639760d30dbd5d22fe8f8b6dcd6ecbe
MD5 80a553c2170405a78fe94b55cde62c70
BLAKE2b-256 ff365aa97789ee15d3772a3a427dd3667c360bc762e50f9cd30a4aa685236477

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d0bfa97043872c63d7581881348c58d0966ed7de4dbb601109d97dd13123888
MD5 8f8edc50ebfb57d5cbc60ef979f3fe69
BLAKE2b-256 99bdc21b07a4ce8cadfaee8c7576efa0f3f107354aff3928389ae97501ee873a

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7840d7317b3758449a3705f78cf6cde0dc157cd7de1e111eebb933d19080b61
MD5 d569e0d856178d73797e9fc8513dd4e1
BLAKE2b-256 6e590d041251bec08b1a194f6ece1c5cf3609ee3eca490b0af21c95e82daf23e

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 713fbf5b8d40b471c6803e23aeada8fb7edb52fab76e37dadb954042d80a0006
MD5 0ad12384c2cf35224d07243b3ff02a96
BLAKE2b-256 4f397087581c36ac5f661e8a2da0238cc12a071cbbcf8c527666a0f5fdd4606a

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5411d17e3241d70280ad4a41e5d5968fca1f1a0f1cb1de0aecc46632d17a4e01
MD5 d9354a81fce6918da45e55bd11f4a343
BLAKE2b-256 4443343fbdc2bc383e8f1fc52d4343c6b8c29ed9261f1da8e824a8b61ec417d8

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bb9a5290484418abec9746b818d58900d6990eb776614f4a8ebd19a95f8c3cfe
MD5 b358e887bb63d0d6e021bf932df30c67
BLAKE2b-256 aca1f70624cfabf9882cad9370577e02d074ae9441d66e66d02dfb9ffd4d8416

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 993d644999c0a95f77975fd7494022a56fa60c5040d87965e28d37e6c4e06f99
MD5 73aad86e9cecd65ad291e16265d8cb4f
BLAKE2b-256 a65483638f828e357a30f0b11a2166e979f21e64401f41a1a7e933c1f18d9c9d

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99eb5e2f5813193d34e37e29b0e18f9c50aa95dfee8a5c6128a6f3e5b7977acf
MD5 e57020eeb7ee05f3e5c3caa5bd680927
BLAKE2b-256 6ee4b6d50a14ac9dc16cd69e622d1ca1b814342327601b6b5ce19f31ca36db50

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d645106ba3bf9639994b6cef349c6e4d1592e77bb040690b3ec8fe3b275b1b49
MD5 f11e5145d676a420c97e47319f881957
BLAKE2b-256 7c882340a0a6dbee7b08d32b1b159b017f090c153f4d72254fdd9b2e385b18ab

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75fa6730d653cecfdc5ba95320fbc895a3a760b8c130def408cffadecc5b7e90
MD5 bdba399270deeb773fcf7bd894085c15
BLAKE2b-256 1d98bfc8ec9531611644e9858052c71202777cf7cf0927c6549ed397542127fd

See more details on using hashes here.

File details

Details for the file mdmodels_core-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mdmodels_core-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dd8a9b5a8e5023127d772e876b390132ab373581d26d766d4ccf8e8eaa64c9f6
MD5 edf88807dc5ba6f5ec12ce91c6aa5022
BLAKE2b-256 cc0aed79052689f3f1542a05e7e01fc42d2d1e84b4bc168f1c429aad652fe998

See more details on using hashes here.

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