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.2.tar.gz (132.3 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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-cp313-cp313-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

mdmodels_core-0.2.2-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.2-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.2-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.2-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.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdmodels_core-0.2.2-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.2-cp312-cp312-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

mdmodels_core-0.2.2-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.2-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.2-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.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdmodels_core-0.2.2-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.2-cp311-cp311-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

mdmodels_core-0.2.2-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.2-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.2-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.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdmodels_core-0.2.2-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.2-cp310-cp310-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

mdmodels_core-0.2.2-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.2-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.2-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.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mdmodels_core-0.2.2-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.2-cp39-cp39-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

mdmodels_core-0.2.2-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.2-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.2-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.2-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.2-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.2-cp38-cp38-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

mdmodels_core-0.2.2-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.2-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.2-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.2-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.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for mdmodels_core-0.2.2.tar.gz
Algorithm Hash digest
SHA256 24232a65c1541df021769fc5c90de6145173fc951f63aee7a7f6028e54e1e574
MD5 0efc0053c113eb27512d22073a7963d4
BLAKE2b-256 13b8cb82d472d485b7f03fb02982213ec4cb09f8f389ae9dde5e86d611b5b5ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1202ad1ba40d54fbb27d9622dc889219eb14d716a7cd6b3b728822a724811947
MD5 3cbeb34206a19d7f81e5d193e6f9e07e
BLAKE2b-256 f6df66430a23c8c550869477df9401f2829acf0611ef6cedb08c7fea5d89b64e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 07dd984c8f7b24770256e42d1a06bcd0663375f0bf5bf3dd4e15fadebbbecd96
MD5 fe7161f555fae157c3b76fc39c275f7a
BLAKE2b-256 6fe936ef6b55c42b6c42c54e0f27ea07e0bcddb3e4eb6d4e41e116916113c198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5e5ec5556b82c42656f29ad2bce2836c2b149024916552d38677bb7f6d7239ff
MD5 a6c8c768268d5f35ae3b829787e13b3c
BLAKE2b-256 12e1d53452d1534cffecc1117dd01fdf638bdad00a4dc0f36c558fdc860bc0ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 894380aeda7ff19f7d0fa9c14a3afe9209be340711984f74f18071a2a65a297a
MD5 7f8917e9e26d4fbdd5a90fcb04ebe184
BLAKE2b-256 b7d6707d50ed520eabc297aa3db28c17c9db0be2ede737414676f62bde6bdd75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4836c1c496dd522d0bc55a15505b298b58a5fbe4b53e04d7ced4c6aef61e11b2
MD5 074786d823ddf7bbaebfc1de65a7a2df
BLAKE2b-256 547009c89635062a7fa47b09e94ef2f4e9fa5ddb591ca8859bc085513077e4f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 19ba546157feb703687836dd904a51458e25c26e6fc06d78f600f1ea71fa74a6
MD5 ea643315a10f69385f0d3cd1a0aab938
BLAKE2b-256 87ca9d0173bf4551133d51f5c2972e31143a491b78aa65ed973e6fdead97d70b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 590b57231679a8dc6a674d030ee5c38e316d7cbd705336dd4984675e4601180d
MD5 7cae7b51215392ebb8c3cb111fb35311
BLAKE2b-256 c57e2eb30d43c3f37cb7179e3b98e13bae001e8d1f9742f3cba7223bdf310fbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33eed5eef23c4d8a97f03d2de8ac6a582339fb74aece58f02695e92f30e0825f
MD5 94b3185bc019bc014fe81c7c456cfcc5
BLAKE2b-256 c245ec0ba8af200dfe6b4bd4b16f007387518982dc387c87275a7d98e2014c7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c27373a3da52cd2530c7dd9d8e49a27542ef483f3b27eea603bcf57b07f8ba39
MD5 641678314eba6d836c1476b00b5af436
BLAKE2b-256 4a3bb70ec6b8b3b429cdea96b6e52a8b29c8b620cf82f6c5160ad8e98082fcac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9e63eb7758a4927eb43ab933dffeb29cf9b237ee8dde8f3b7a2999eab2918bcd
MD5 620865ba103c339da6ac8373e52ea717
BLAKE2b-256 2b87760035e8806aab8003ed05abc459f573c9552970e49b00bab9c1de92537e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 260efdafecc6a3ca1702ea817008deae68e3a04818b108839f82d921dd5e0c8d
MD5 600a9b0a3290f84844b0878c023442ed
BLAKE2b-256 cb04aac300ba039688b1d71d12e781fe3afd7c7b272e7fc1c15d7c175e8ec807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d8054965dae92e453ec96a2cb39329d59441aa3d48e73f92ff52c169bdb3f554
MD5 8994cc67fb799749cef8afe01cfe2186
BLAKE2b-256 ec2a55c2b04c8e53ca442ab6db77dbbba5f5463e13e731ae28240a7c4d998307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e59d08675b7098d9a3bfd0ff6d74653af239cfaf5257fbfd4642a3751b63dbfc
MD5 c8502a632d0f367bf4eb1b337d01782c
BLAKE2b-256 a9a83e22fc9b8a8862c8da475a84e35455f455c93cd62b0339839cd50a4cd022

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a53fbb874ed0b3ef29b8f526a8d9586a6be7f88cf5f2ee14cb5466fb7d303c3
MD5 ba6f27bb84a05720f7ce655ed28fa62c
BLAKE2b-256 3ec416bda2dadef1b3f07649ddc6c05a6fdec79dd468939cffaa0fd1025be394

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1f7ba15b7fa1e981323ca7bc9e080c17a8f8f539e6fc95fb20d4c41b437edd94
MD5 954916f6f3510698c0eba0f4cb40d9bc
BLAKE2b-256 5cc59f2004111f19242b5a9190c54910400a2c70ddd20a1dd9bb211a3a8d1aa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 98afaf7b6055dc741858b6e748f607b59deb457d7d91e3b94f30ce333979d320
MD5 5e13c4db4c1adfe0218201182cb3697b
BLAKE2b-256 5c39850279e2e52e24815c1d72640f08fef060b4c1f6ebe3565698943884b736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14186971208358f28c7425600abcbc720e59dc2076c2afa6f71dbcd408fc0c60
MD5 9e8ca8da5e689c1513022458c594be38
BLAKE2b-256 651c40f364e626457d8bd901c4fd8b79415ad964f30ae63121e026c79603a6e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 050292f884fd542d00a5bd2d74e23abf7c097de2c1412b15e437874bb8fd8669
MD5 ea8091df9b626c6e82a24cfbcd115501
BLAKE2b-256 546e4d8c93db8b191f162ae061beb9fb38a2869b4926b7db719c8d5aa70b34d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d353e6b66fb01401e7272c5e201621464bf506976c9eb5dd2824d59bf98e1419
MD5 d307f1d2f412753b3587ed3b370208f4
BLAKE2b-256 6d9c8ce94ae10e9636550ff26590b396307feab28b72c156da9ee8fe559aacad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a66b177b238b2bec5ce1a25e869481ff39be4bc03b008e0ecf1af3e5b17c9345
MD5 894a174cb10f477b1434d66eb283553a
BLAKE2b-256 b03e7207984e40c213ba5dfb01d18a755a4fee705b1df3c9c3cfd668e8a09f4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3101ae6b72d9a700537d1adcda3e5e827a6597021e390f4b2763c360da1fcd94
MD5 e7ab53f61bf0e82f5dd382fa357e82c4
BLAKE2b-256 fee0694997f5065bbb9494aedb7af532998b8a30f4d22a6b0b3cbdc7f435f53c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5477f2d2f0c0580c011632973ad2fa0e6bc3f5505c038bc107556a4337692077
MD5 75f925ab7ada8b364737dad15edee36f
BLAKE2b-256 2496449d6fb8a174936836240e8cd621fa469e5c064dd2b7845ce167fba8dae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f97d7ace6b1b538e441d06722ae240999eea4e5232cbee2f59396bace316a68e
MD5 b7d411d64442a00af2350f4bd8a63440
BLAKE2b-256 ef9a7341b1ded81d374ae31f98195b8aa4aa48d9cfe2fa39398523e461fafbee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ddfac9e3a8841ef491d4a5ff41a9232df9d6a0b169567f7b28e3ee2ab7319d5b
MD5 5c0ecc7be93826716283d037c8ef0309
BLAKE2b-256 c1aced2ba8facc6ad70956abc2fd3736402151712527a810600cd5213f9b7749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fc202f062f2e7a6addc212105c174b850f6cb874d561e58ed8d79138e563d604
MD5 c004fe972c3a17bded4a977bc9dd1c53
BLAKE2b-256 766a79f1670887e2ee424e9f69ce3bdd7d9a70582b13e5abe6fdae2029c5eb28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5a39ee6bad76fba7d6e898e85c2160c91d86a739ff3d68ca2e8db6afc0b7cac
MD5 99bcd52232e7f30d58b026550e03ae6c
BLAKE2b-256 47381479fce60a5823de9bd10e0fa71e464db85ca9997c8255c495b574b93757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7ee252962ba59fdee4e2611a19e2adcf2f66af6e7258b4eefe82112433797f2f
MD5 e7dc880eacfa7847bea66ad119b509d9
BLAKE2b-256 913f310734ce6c4c7bf952f7a450b198c4780bc2672bd4a8b7653424e9930362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43db9f6c9d69c7229c2f28bf6c60e8cac54409ad0387e7a26fde6a3222bff219
MD5 6a8b4ae9b89e310bf2dac5d73172835f
BLAKE2b-256 c69f4af93e8a54ef11aea52667a0626cc8cb0ee02155074f2ce94929cc791577

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b40a378ac7ccabb601e7897c7f1dbd4969ed24bb98778e938f0a7a56c5f55c50
MD5 6708c7aa36d3300f8026f4d6d5b8974f
BLAKE2b-256 686d3f9fa3125c37f5b976e9339890f9e46251d54dd037a537c779ce09e4e927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3a3f0af35f705a6406c163269f08d41ea4f774637d9e575b28a609ab32f76d30
MD5 c2a13cd277c4c003e31e872f6edc89d8
BLAKE2b-256 d687199ed43fd7d2433029913df318cc39140e1444375b9324c384db560ce171

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f75ce853cdf8461ae29f48a3573c95dbb8abb50f9973273f82e113f9c0bbfb99
MD5 a40a5eae6bb4234f5f13d24a6203af0c
BLAKE2b-256 e7d0aa71cbc434cea5ce9f608878b25c182f0d4d39563c9baccb1211fd32662f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3e8a6ecc55af22f85e7f4bc74ccb43e7e6f7d34f7fa4ba29b64913999d90c5f
MD5 ad16f7d73f511bb06304d8aaf47b1171
BLAKE2b-256 78a4ce09228e0e6e8ca75217240747a707f2b272e8aad7f08e65358736430b2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e55e45ce88690895d5b962b62a90b506450a48960740353a34128701210b44ee
MD5 ef4e02cc6e4fa80ca1466ec6671c6392
BLAKE2b-256 b888a44e981b4c4d788af36ef2d7c0d8686138a0bb2bbcdb1dc46139e2c1ce8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c31bd5f6412fa142e354330f77edfe729196cf8fb23c1bc2c44d752c444dc52c
MD5 ccf754d6a011b42ca97e779751c5f6b0
BLAKE2b-256 23baf35abc11a4e44e9c739615011c524405b3aaa042a76e902b2b902350326f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a351232ef2d0c7edd15635dbe4af581120493a7b57fd354ae4cab4e2ff01bd4
MD5 e7691cfa2b1e8e7a7e40e97e6a73466d
BLAKE2b-256 f73768494f81b293d5d8879c56275ae52dc5884ebec85816dd2d7876eeef7e73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 64f50c79fcc1fa35235405744b9b1195f6cf7198d88daa1ec16db2f3cb042843
MD5 6f085ad8a473089409cd582e1bde21e4
BLAKE2b-256 0e189d60726fa213139b9c3689412480eb9e9db1ca6257c7e05c0fdbb83e32a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 950661a111c72497bbaf33b9c7b544e90152705d05e737f30233d13555e28963
MD5 4f43e583bd089bcab94e8c6dab0209b9
BLAKE2b-256 a6fe74a492c00102324d1a142dc5828437f7acaf856de3a50153313313c711ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9597dea1c5ce75ec457e23fabd66f2c6a6349844bd435da71fc101579f85a50c
MD5 310e01e0a8023e739e28923ea742bdde
BLAKE2b-256 f951d728532c2cca561d35816edb2e4b630f24a0a21c4a481298cefb1c6a064c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ca914c955bcb2ce51e0186791abff1e0a57d57a715138f6b0953c0e93474ca39
MD5 74aaff9d0512e04912aef8c622feff52
BLAKE2b-256 91a8eac4edbc43788e6ecbfbcaac3db35b21f7e78d64b016e04a3fadbbf7e4db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 521625a28d6b0be42b34f7c6692cb0250a230988de4cc9773339024b7b86310b
MD5 b6e82370baab920b2667ac7c39ad3ebb
BLAKE2b-256 8d3ffe0d81cf499ca01f6f971e9e40640b9380044eaddc1dfe5d6499984c3ca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68452dc480aa53393a3291d5a184866562155e6b44807effe3eeeabb5e8b8e59
MD5 1382c4e1478c576d791cf7b706a96fe7
BLAKE2b-256 2f5cfcfd19a121c46522de5a8cd514a0e269b026dcb231fbcfb659a34707f1f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b5eb51a2724be134967fd02574987a555476fffa596139b196e19605278ba91c
MD5 b3a2e9e44e740c47268081b8e5cc5377
BLAKE2b-256 b568e9c38e7664cfabb0bd12a5537d38a75b535116044ff80fffe97dbbd19ee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91a2ebdf8f9d368cdad7ddad5157b1a8f6d80e10be155fb501632ae73ab47747
MD5 17fea4eb7f568a1e740d0a07b1204045
BLAKE2b-256 4916ffb853c1fa0ad1dda81379f1e853af8d70eb8679907ddafdb1be5ef190b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7166002e2454d3683d87b54ea84e1bec31640dea4d4207336fb25218b27cbb57
MD5 6ab903af4db7249f6c12ca40ba20fb75
BLAKE2b-256 1977709b42c551a509e1eb4f40a22327f2d0b574566b15603b63ff534d42a144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 869a9399589a42b7825eede80452723cc71b8b809e83c0601d7f42687185b7fc
MD5 3ce6da542d16f395fd3892848b51065e
BLAKE2b-256 162bc87721d4959d3aa98d1751305cc47f970ae4d310fe680b0e5de9c92850bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0627c14592b674e69d9fefdd86e16165866d813c460ca5f70c96008dbe527fc1
MD5 6a4b709f23dcde60ef36557105c7eaff
BLAKE2b-256 2bb4af7429416cfc14925dabb2b735569edb51b6c80320dba13c321c35da518e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 12d4019b805c623df078e6f00e80c879966918f32b75264b2688ebd2b527b3c4
MD5 518ed9e0f579ab1247d5bac04f2b8738
BLAKE2b-256 bd2f3a39439edcde66b08b23f484cbb5315d6ba65c9a79366c0a37477c6b3213

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6a4a2da4642aa20b245ffbd8325474813be9fe0ce8818f8cb2ff8260dd187630
MD5 b5843f2338d3578ac13cc152fc1c1bca
BLAKE2b-256 815f83532bfea1fde3a9126578e2baa6c9c5fcd3557e35a27793da3080ae928a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eca9c45309e7d13a0025c28d929bec536d39280a1d712495c8154d5d2a1dab76
MD5 0955031b76e3771dc80bf342d7f2ca6e
BLAKE2b-256 2440be161af9a188bad35281cca4b843308fa1ed6bef6e89484e1748eeb9d2b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0e85733e01e21b6c5cb36a2bc991d8409af3c8843f25c5767da0eb221c100be
MD5 fc07c10ed2b32db703b847f02aa946ce
BLAKE2b-256 8c9957445f471312623afde2654cb31eb48d5781dbda19b0cb00aa2437585250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fefc3f78806645ac78cd76d38160c1f1a5f1d5e9b507dab5c348da96acf5666c
MD5 f232a5104130e9a4c7c6d2275925bc8c
BLAKE2b-256 6267ba929b07dca89985ecb2b004e7c0f182af2f122890ccb0ae8a7e7eb438f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 abf36fc9e7086b52515d07c7926bd69d68e2933c426c31a7d2c7a9de2899302b
MD5 d2bf3c5add1a14bd45827fc914d046e7
BLAKE2b-256 e86932b64c11fcdec4f0be6f417d7f441a55285fba07bc4467798b107f9596c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b6c4707b7cc17eed53deb9ed8a0cc95bf05dbac3533213188606f6483e3bedb
MD5 d66662053a22da59b3c469c50a4430a6
BLAKE2b-256 0b984fdfe1c9d26d73dc5e9bcf0522afca47fcaa507d791275980663828c8e48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 96a9cd45b011acecac3fc649bcb8e2bf720c02697360adea65ddeec44192c10e
MD5 8845f9bc0b89cb0040ee1e32956d264d
BLAKE2b-256 433bb57dc73edbf44fe5c82f55c1cd2c7108ffd0ff9b7853811acf55dc63b7e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 27a2e5f479cedfbf36f38d90aac26def3706cbbeaf7b2c3f1c33b028b5c5598e
MD5 0e8ed89b1d3d762e1c59520a5b208a8f
BLAKE2b-256 ae6d262e648c20b2180c3886e2767f956feed9d0693d6077c6ff7e6751143743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ce822dbf454456b3245a6c6ca5416ed7a4fb94f79e494785d60383a80cdb13b9
MD5 9ff19da1747121f7aaf72bbeab05cc41
BLAKE2b-256 e3c993ee856e7680aacd2a276f27ca944501bcb46d000b8bf07da89345ed426a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3eef3a826c7cb80b20669c3c59ccbc2cf71f0dafdfaa23535907660279d06461
MD5 f92a8702edcfc65f964b062005b30347
BLAKE2b-256 f85a3a3a05e4fdc8c8ac5accf74e258e08b58de56c1eba3d0bbf9cfd89d124de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc3fc4aeb10b9e09b12661e553b9c6ee4381690438330c4fceeedf07a810ff3b
MD5 3c78bfd47d845f93e2712af66fdd88e0
BLAKE2b-256 ddc1077f770523a0643bdddf5d762207d007d10ef41e375311138193de903e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de21000781a67855def95edef1e6ff5c3d6bc901da6e0f566c3be19d2aa6996d
MD5 80c5748478eda03ce17c8d535024b6c0
BLAKE2b-256 351f8a7a147a5b8d6e8bf40dc02b119b880f9716fd3d10162ab1fd479b18b2ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e897943f2e08782a206b98b652f07826b0ab2fbc812006aaf2fb246877f0b3a1
MD5 774a4200a4be5f3dc210534b4d269ae8
BLAKE2b-256 6340ff85c7be32707bcadf9a06aca928016636aa672142c63e7f9702cd1ac7cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9996caf5e1b67ce7e2b67db0e20cc7ba89eed29f4eed754cc9a4bcd3387614e6
MD5 06a90b409edafb88b691a47344f137b5
BLAKE2b-256 1a7793207f1f22f3677f9f168fd431e772a387559706ab3285c332793d31e35f

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