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
  • 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.0.tar.gz (163.6 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.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

mdmodels_core-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86-64

mdmodels_core-0.2.0-cp313-cp313-win32.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86

mdmodels_core-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

mdmodels_core-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdmodels_core-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mdmodels_core-0.2.0-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86-64

mdmodels_core-0.2.0-cp312-cp312-win32.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86

mdmodels_core-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

mdmodels_core-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdmodels_core-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mdmodels_core-0.2.0-cp311-cp311-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.11Windows x86-64

mdmodels_core-0.2.0-cp311-cp311-win32.whl (1.6 MB view details)

Uploaded CPython 3.11Windows x86

mdmodels_core-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

mdmodels_core-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdmodels_core-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mdmodels_core-0.2.0-cp310-cp310-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.10Windows x86-64

mdmodels_core-0.2.0-cp310-cp310-win32.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86

mdmodels_core-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

mdmodels_core-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mdmodels_core-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

mdmodels_core-0.2.0-cp39-cp39-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.9Windows x86-64

mdmodels_core-0.2.0-cp39-cp39-win32.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86

mdmodels_core-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

mdmodels_core-0.2.0-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8Windows x86-64

mdmodels_core-0.2.0-cp38-cp38-win32.whl (1.6 MB view details)

Uploaded CPython 3.8Windows x86

mdmodels_core-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mdmodels_core-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

mdmodels_core-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for mdmodels_core-0.2.0.tar.gz
Algorithm Hash digest
SHA256 874ead3737402e1f721b4076d76d4b167941e80af01404dda84866899ad77c40
MD5 0c9dff550171198eacd06ef3a33bd2e8
BLAKE2b-256 42e2329d8ebbd639b30d7776a1107d0ab711236cc67e52b024c4ff346c898918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5243b0bbb0ce041d53da694f088aca19d3e77ab2dfecf9243ecb88a285e8bc1c
MD5 61ef84a3b102d64f07fa71f9a508f694
BLAKE2b-256 82b81d0181a2cd90e9d96b3008504a60c1f14e8b2a20110725a8e83ae74f1966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 711ad60100d8044948f9c202b4d0c30e4cf4d45df1ebf6451b387a0e4ea27513
MD5 908e58edf4114a5eb51f7f6c3e2ca263
BLAKE2b-256 238915666f224914ce22b9aeba7dd1081249c469e12e6908db1cd5dd80d48986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4d3eddd6f9797b0d58895a606dccc56d75b944b5bfc2a0f922e9dd356c0f2161
MD5 0ccf7409e2271560123aca1ab9122216
BLAKE2b-256 1aada38b4378e97e21e410a0f39bc7823db2ba2006d1f49cfbdecfe637343542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e3099613a3bd0dcd704f81dcf6646af8e6ee65e0deacde0def46ba88f7a67dd
MD5 5f728636614ebd7d4a5ec9d42a1a8e0c
BLAKE2b-256 d2c42b235e8c6b28bc234133c7abfcb96c785fbf0854b7682dcbefcdffe44b49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1e5998b64f88a3736c24f56ba6abb53544170da958ca5ed44f416ebfab9b2ac3
MD5 a504e68a3a756e03b8e401710fbd48d2
BLAKE2b-256 7e500f6711f1b21f8ad7ce40d280bbcde8e6ba33edd624712df0868cc0c30586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7d49bd2680d7daacc36a3770554d6006d05346a485f923ac6a30e8110801ea87
MD5 fcdece40756af61d48f729b1644ee187
BLAKE2b-256 a9168fd117e6377eb29609a285b295894553bb3ae9913e3669d1d9a1586003a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65c2476d2596411327661754a50e873b29d21351eaa39af25d8511d4b3548130
MD5 81349424c0fcee6840d23733cdfcc7cc
BLAKE2b-256 f5397291b4fb1046452eda2e0dfe17da94f4712490c2213a91c35c5da6807041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44eda1faaf3ce2272e26db82176c940b67dd4bb916f2db9d9f19d8064c56eb81
MD5 99d7b3a7cd1f4e45fcd356664d8c7f98
BLAKE2b-256 2b83ba56f82af9138512b8559d3eb06740ac24220de32e2c782cb7ac28b22e4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a7a8573e8a067f203125221a4cbfae9d64d379062331e7d3358a73a7fb5d48c
MD5 23f61a27791ec16f009c8c114d24ae85
BLAKE2b-256 136f0346bdeeaeae28c321d47afb55d7b16213fe485370260c3f592574a38501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8d85cb5f9b427113607582641624d17baf60cb4921fbf9a738cb034a1a23edbe
MD5 f88bdaaf00a5d0d2ccfd4b798658f9eb
BLAKE2b-256 95e19ebe82fbbc26a339217f657e100db9c0a194f71a20481df6bf0ed2ef4641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 212a58c0b357eac7fcd747636622325679507f996768c4e37ff84e764bc3d805
MD5 489e75e89abfca65e100487acabe186a
BLAKE2b-256 fd5224c4cb91b0ce3e1006c56000fadb5300edd214f9922191a861444f1c80a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 80f7a781bc7747eb37adb1638dd3ddd6f4044d7c42076ab166ad857f4cc51103
MD5 9fbbf1b0c9c2f11827dc162270f247af
BLAKE2b-256 b787a2eae5ae2190a7d3bc29fc3ded7b8ca66acba5b6548c300f373c303a1ea8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 874b3942e7ba589f8c0855129b661f8c6cf07c25091d72755124dcc24002b8d5
MD5 2530eff858973a8d1fad674b9b36ee2b
BLAKE2b-256 7790addd9ca0c402d62a2008bd2a895d8edaf16a14084ca93f0b08b648e6f8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cc5113baac96f66826b963d0fe7fc99264108e119a02c29ff0e9bc53c8b41a9
MD5 c2ef20f200727730103e5a7e31096c02
BLAKE2b-256 eb58677c81fc78025e369ed9747a2c3d452c9a4c030e374d843081ecb50d325d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b9b1a1430b3547555c91e9925cd1c04a75b9cc6add96019569d9828bea0367b1
MD5 8bce6a0b626f7afa4165da4c07806208
BLAKE2b-256 4c5d920a4d65f19c76a16bd7a6ca5bed0f9bdab9193822fb0ed85d93ba9101f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 58ffd735dffa6176887943fc0ae72f6e7128180d2297b622711520b6520bfda0
MD5 a40ee2f0c728d4f3e091dfda50242f15
BLAKE2b-256 a9a852e055d93961e62f29579a7c4fe3df300c319bf2fb2dc0c2edccfc8afbb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67200911b11c27366552388fc7c1eb18983d6ac3d73385f55d14f66948a75cec
MD5 a59918f6a9ffa776a5eb9a5391253ae7
BLAKE2b-256 854a684d912b0f1198e21ff0a8fbc73f05d534c89e22a78cab35c9c72531944c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5b13eedce70462545e2eef7dd411457b97a5faf2f47eeca5a1d55a191bc998d2
MD5 c17c70f088555ae655ff7594cb62053a
BLAKE2b-256 9e850ed7bc0c4427db3985150e0151cc18e25feca03a12285889ede5649c782a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f2c09cc6b088ba697d0cf64e3ccd53b74438a85cc07cb62c983451fefb55968
MD5 1ccca02f2279c69ec974042e17e91198
BLAKE2b-256 56db2d6807a206aaa0edef39447cbb17a1cbeab807df40f15c3539ac5f013f9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 309a930a982365971c48520395d31f14aff296d79e52745c9e6d08c753bfc29f
MD5 dd61bbc259913cfb6577d9011236b733
BLAKE2b-256 1caaf41d9895c4f4f59c847c618e0710aaeb1555b890a9de7274cbec6b351ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e292366a7e4b45dae6c03f83d80388e787d69ac780b1517939fb594c9a148035
MD5 35e526986ca7b4067397ea00535ff05e
BLAKE2b-256 22d6035baf920de6216aa9a4cf058829604579bc6d82e7a4e1fb339fb3e74fec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a0eec81bc8828b42e4bbbd9fe1980ca6a4a4155c5c752ae2a5d4a6cf8eeefe94
MD5 104fbac713767305620607a0d27ffc15
BLAKE2b-256 ea17c5a0e45dcb814c91d377d889b5cb4976a93c9ccdc5557ad1537cc5d8b735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31e34378c5dc18e04dba07509b398331d9608dc9dcce31b832394c14e377179d
MD5 05b79d7407efaa9ee79853607d3c47e3
BLAKE2b-256 44b14298bfced5e3d82b79791ce4439b0034647a40a201b0e532e650eeecf6d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 68d86cd0b13c4891695739831d2c8d863f25c0210b71d9226a3b44eee1935ae0
MD5 c79553e443acc9c66f12655cd553b530
BLAKE2b-256 079cb123d86666d803bf083e1cb1dfe746e675366086042d208156b158bcd0a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 60412497a52b83f38945d3412241f0a26c4a99a894ec9cc70201becaf798a754
MD5 38e4cac7856773c658a3fa611f0f4e6c
BLAKE2b-256 9d1f5bb749646c4cc20d5bfbf53408a8379c5df18908401e7db9fae461719e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5715c14baba8a79c80623dc649b2e37f72738fd9e58c50426726d8c290fdd55b
MD5 5186b46f1666511254b0c9a0140b5fd0
BLAKE2b-256 5a28ae547ba5e661279a89a568aace9a3d2ea25f8800edf21b4a6b5b6d72197d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 788e0f8f56d62c0e904a75386341ab826c00c8e0c7878c421cea370e9420acd2
MD5 0719e531fc1e252cace89e4183aed25d
BLAKE2b-256 220f24b55e46ffbe52089e55fbcc187de173df199084dcf92eadf540e7666d5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 417655422a97cc06ca54abc3fcaa0becc8548390b845c64b51ad656a1e84a56a
MD5 b16d3707176a0577d81e4e7549b3841b
BLAKE2b-256 eab28110bab46b1f105b0369c17635a06aa5053aadd8df85b895039d9a947713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e77311d903fe22534e6ddca51737e89f3d761d41b9eed5feb2aec055550e5ed5
MD5 76c17ff043ee639050ac883616d3fd02
BLAKE2b-256 ae56a0ca174f9ded80bb2c94da0f03a7a3047b87366965f791976882270093b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 22b339f27bc83cf94b785d87fa6c6763fc9fd98b7cfd0ee1d2ceaf1dd4ea2787
MD5 2f40e777b0f18fab4b9f6e7810d1d050
BLAKE2b-256 d1262e57b58ab77337cf26363a78d3e599541452ff41dc8dffb84bae21eb6a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bed58c39f1699add56deefd13811ad6f32c645465047cc42e8ec24add28e3a8d
MD5 d85c0813de6c96134a8ab4a9ae5a631f
BLAKE2b-256 ed555ccfc5b77249e585a6203db4b3ac737c1cae6c3903059ac25d184e878b07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2964372299f29212b78966786fd67fcd1dbfab2e963f01a5edec53a4da8b2fd7
MD5 0a99b8f5b924bd1c688c96a59a1897e4
BLAKE2b-256 f7ce9fa0c9b164c40b5f1279bd05e002b7de10120d87eeed83004c6bafbd6a63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9025b6a1ceddf7b08021c5ddf7ea79ed2a4202bf1d358369f271fc89c9923efb
MD5 d0758f5fabdbafa393bac1b7edfe76c3
BLAKE2b-256 3e33a5b8db715ff0dfed0afe88a2c2e1f3c15daa3847974e54e29889002cc2bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 094dc6d41ec3443bc1bdc30e6c22f4d2d37cd9d8071c3695b577c90a23427334
MD5 415e630d603f8ad6c527c0e36e472651
BLAKE2b-256 54afcceee89c04a30deef542ccd878fb4f900fd4030129dbf5045e71133068c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b0a40ae72be9695f2cfbdb4641a4430fcb09a0f9c434d9fa8edd8d67826de99
MD5 19a0b652fd8319dc5a92458553a68050
BLAKE2b-256 061b35b1391a97a5b4aeb937ab61678553ac27ed7125a172b6bc166a9e1c6988

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1713809b01cd6a2d3c6b5f741d24aba3484ab66ef479e25a1cd122d73390964
MD5 ddc4f6ff60bcbca6c24acbb7a4a229e8
BLAKE2b-256 0ffd0f66c169d9085eb79f8a84ebdb44ac82592007fd24d5644658bb3885e17b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cda9c357c715958af2b976b54d59709c3b2441c7b1d16d3213d6a466efa91f8c
MD5 7f8945ba5e97dc010980cf45225979a9
BLAKE2b-256 6dccd6cc2a8e842ab1c34bc10f70c4fe4c2595664df0f54cfb42e626f76cdfd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 65c776921b77b04255c20f5949ef0ec39ab5ea5622248a1c31fabd8e83314b34
MD5 1f652fbddf8bd490d0d7bc7c4b1c7f9b
BLAKE2b-256 2907b362c0f368072ad81543db2a075c6c9933c1e7c7523578154ba6e8eacdb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54100a659813b4e784698ca5a77fb4213391e33bd1408a37a544d5b4014f959b
MD5 220c770eda7cb3cbe6b2c7f7b7807996
BLAKE2b-256 e3c4407f615469059e4cea379d1121ae36c4bc82d45686a03a2c3c2fd2811927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f690db6aa117f967fcf31dc5e608ebe27a6bc765cc6bf6b2584d8aee02e78320
MD5 672314ed81b188b9a9dd70fd3fa2f446
BLAKE2b-256 2328e6ea206e7f8a14936886f90de2a05e14dddeeb402966a685647a488d7102

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b67942dd4b41f70cde7e78abcce87e2b0f87c1c0b1cb82cb1b89430d2a83b7a
MD5 442b517c805e60b96c0ce3626a1bcde6
BLAKE2b-256 bb0c2bd63450e3018113649d0bfa0c81cdc8d3f4cfd02e3342abea771fcd84f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a9c4c7d37eed37b378472ac37c4db5f9aa3afe5a91eb9e141657c326fcd7ffbd
MD5 036351610268cf05e3d8789e7a16a35e
BLAKE2b-256 061bac8de41c40628c133519fc90592def4280621dcf017a69a3fcb20ce3c261

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 48164eba6fb3099143ef55de49340c1d99e7f63f66ba3cb990150429b2940d33
MD5 4665cd42ab52ab10c48a7ea694bbba87
BLAKE2b-256 29b1fe9aa3aa2a45535bc910453234bf0874c3a561a28c356d4542329595c82b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1663303d32543c9cff6c363695abc2b7bf195a722b1a40ecd782b51ee13c736a
MD5 82e2c0260cb14338f602fffa52e3273d
BLAKE2b-256 cdec1d16a367df35c92d69468fb271ca5c303b09161c3efa36bcfcbd93e0d455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4c11b04478de83d3a2355ea6672e0771c3ae59ad1c6198f41ee3934ed725866b
MD5 4517d21246cdbce78ee786f6a3029d25
BLAKE2b-256 fd56a756accfecaf4bd8d69cb0e54879a1bf1872d02b5e48edb3ebaffa685b74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ec2841993b146d17023b972dc6fe05cae43cb7b03d916fe6027734272a10097
MD5 03a5a1c6d6408139e1cefc6db3f00cde
BLAKE2b-256 ab54112f808b3b8bfc614c564c143c45146e7cc447a2467042cd842bf1633708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f82fa14d66c8708cd289b7dc73b1b480737312af8d4d468c03d532448246d3ca
MD5 38a825cc6c8bfec5d6b8afba9ef89a0b
BLAKE2b-256 9462f2305bc26d27f05e90c00ccf47a14238f5a100253638173bc3890c26e577

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a6082443f021e9cc712ba0edbb6f743753eb57b42b75438c45223fd827acae31
MD5 821a156d3c16bb0b1d525e3c5aa67e35
BLAKE2b-256 834931d2b4dc23122fbc3b312b9e2ccb643dab2cf09eac24582e4c19f2192f57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 db07610e9132890f2c44ebfac41662ba731243b2e67bbe6121540fe197bdccc7
MD5 7afa625bc541edf8d5950d7afb0f7071
BLAKE2b-256 294fbbf174ecf26464131754e6ab43948d54441ffb2d22cabbbbb30ff6782d6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f98249c702ccf9d246515bfe177fe81c08fddc075ab1796009f2f71088c4ed37
MD5 9544043ead31f357a0ed5f8391b5cd9d
BLAKE2b-256 29efaacf435a9161ca95eeb7726e585adf75b27a20d0d494dd386d4b25906737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f823cfa9bd566877c15f2845d1451e12b70c36473a8b8e9cd569451e77a1db5b
MD5 bc785b6e5c22c102fcddd67f1c9a2610
BLAKE2b-256 9b228b8c6ace6bb0a1288a66dbad8f5128eb3a91b2a419ded1a46c12e345ec77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aeb3aaa36de83ba85cb3140f54f8bff0be93b788406484d3d45e188b847e0ffb
MD5 9921f4f695ce81c4249173616385c9f4
BLAKE2b-256 bab0c0332604c549198ece34e3a996c33df64b59d8df16d73e3d7a95468ab209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73a207715e66181f50237b73fa3405faca4bf13ce6f00274714d25f5a47b2e40
MD5 8300bbfdbd65ccf6718d60637f383d0c
BLAKE2b-256 066d00d52e1fbd3e1aaec3df72255f21fca3384d875c1a92f3c9fe2abba2422f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f2323c69e685f2d9eeb2d4d51a93eb86d6d0347e07b4a4b7eae466bc9cde040b
MD5 2d9270a6c97942297a29084c04fae0ca
BLAKE2b-256 7b4a3c87eefe852628ef2f4745f211e16e830f7d6d053b50133bcdc42acfbb50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1963940e6be5d1205f3b8feb99632dada59a5e20aaa3978875167083e49ba305
MD5 430be01f94fa655c7724e19c67f20c98
BLAKE2b-256 b02f40512c1045a2e4d6bbddaf1ffdb1d54ef02a9e87e621a19d3a1d91e7eaea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1e92302e0d1d68c0687b0f168ad396cd195a2f2acdc4d6c8a464afcfc84073ae
MD5 0d2d278429f56a62cb5905151e21ea59
BLAKE2b-256 dfe67704a2b74efc72b7bd6f18a3eb931d2b950e4851366487736437ff42ebb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01d7b10faa29ebfdf877f6a563aef5404818cfd964d670751b6cc146e56cd941
MD5 38f9e02ed3147e1c05d95f895fda146a
BLAKE2b-256 90a918a34472043227a4b19e73ecf505f19bb006b803d495351b3f34d155561f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 796ef1dd982b0f7f74cb8175f9ab3582da9a5ceae6190638a8faa0a2c629a2a9
MD5 264d555c056a72b976f54a8ae506ab5c
BLAKE2b-256 9d8a40f27dbb7f2d06625ec6209a5c6d9e4580b696e57afb45d0798ae62e3895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2bbed3f9be18ec95eabe015fd2fa9054a3cfb83e31bd2e8eb022a8688ca83011
MD5 65070b2f58f92a3477264fd090ab7bad
BLAKE2b-256 185b40d5b7d9f44425c07f43097b81b58476ad013971b7560b94bbbe50e76311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59a68ab15bb5c800a1bfacedfa889d1c556c8fc4af51962091ffed63e33ed3be
MD5 8bf0b716e562baa957c5a55d357b643b
BLAKE2b-256 8c1a00e22327a1b72d015df7fa1de39f284a205d8da34a7e498e43b1b983c952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 692f0553974413608a2a780b1263a9fc11e34a0a64ec3da02c83d26f94d5442b
MD5 592990f34ee0688e711e98e8badf85e2
BLAKE2b-256 a57a96deb6ecc8928a9515446db74fe669d3235aef98b6bfecb9201429dae726

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