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 flexibility and efficiency.

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.

Check out the documentation 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
  • xml-schema: XML schema definition
  • json-schema: JSON schema definition
  • shacl: SHACL shapes definition
  • shex: ShEx shapes 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.1.8.tar.gz (143.8 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.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

mdmodels_core-0.1.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

mdmodels_core-0.1.8-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdmodels_core-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mdmodels_core-0.1.8-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

mdmodels_core-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

mdmodels_core-0.1.8-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdmodels_core-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mdmodels_core-0.1.8-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

mdmodels_core-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

mdmodels_core-0.1.8-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdmodels_core-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mdmodels_core-0.1.8-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

mdmodels_core-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

mdmodels_core-0.1.8-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mdmodels_core-0.1.8-cp310-cp310-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

mdmodels_core-0.1.8-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

mdmodels_core-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

mdmodels_core-0.1.8-cp38-cp38-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

mdmodels_core-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for mdmodels_core-0.1.8.tar.gz
Algorithm Hash digest
SHA256 87775af267ee2433f0fa88cfc39c1fbed827338b67c4fd854a839f62c21576ce
MD5 5d4da08abff928a34f549efc5f273d85
BLAKE2b-256 8773b0915a4c787f486c94e0097d54f31ddfba1d18b0e099c2fbccfada551419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61726b7d74b1f11c50f435a4f5b8697a5630f72dc3d51980a0b930aabf04a9bf
MD5 3c16b56937b420faac3890a94d249a1a
BLAKE2b-256 0e1a8cf96318fca65d112b6f2d712f61fba24e3e4c72ab4b2dbb5d0e66c71e24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 398b244aa47da1ad179e147813b46176bd85341961eab20fb02e5f203b157e65
MD5 8554727fbee033d6bb7388a297c9a17f
BLAKE2b-256 c2483649ec18110d0385b1c641c4d19131a716088f2b1ad611221bd0cdd7af65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5aa8e746c4478319d0394195b4b877c5b8aa169f0609bf5e6084852fed210473
MD5 82a7ebd471384dfe7da3ae6bcaba9567
BLAKE2b-256 c988d5d4dc1b2f36ca64011fcc0caff83203556a22e870fc6088ed73282e5350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7680f259efdb76fcf5fb10d5caec15f2e66507cb8b967955be0a86717b673468
MD5 93fb6066ed44a149771ab8c8d8490857
BLAKE2b-256 294b5c134ceb20d0526b29b50f16630753a158ee96752b7510191dbb0c440bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d04724137c0a4b622a6cbb76c709f32fae8bfe2ca5d1dd9a0c88964687bb1bd6
MD5 e97e271abe1cb479f1054ffc73bc2c8a
BLAKE2b-256 a6521f00e3b414a96052c033883cdbd5dc09251989b3a00e538bd3a5fd39fe64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9cf2f2fb6b2e0a07dc35589d78daebe18cf99247b6aeac2d440eff1e5bdb7345
MD5 d0de4c8d271c8a299bea60eaac4b9afd
BLAKE2b-256 4b4d10f084bd12dc2e815fc473fea91318fcc3aad59d6a4ef456f95f060e89e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a00a336f046c21798247bc15fd79067fc1a37824350a96ecd7764ed32146ae74
MD5 0c2ae94dff0fa280b6f801d13af5c3eb
BLAKE2b-256 ddd7eb6503da9d5686fa997906eff08b929051024e616783f9720795ec30c7e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29d6846be53aa6fd1996884367e6078b4990a73addf520e240e65c250e80d377
MD5 645d823e1e314a5c72e5731cf5fb60fe
BLAKE2b-256 b89d94704eaa3d2cc4af9e6996c0edacee99021f5384f8b3ae8a9b033dfb6e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5bac6d0a67c96ccccaf48c1ec608c0a31ea48fdf7000316f4067e549cf517382
MD5 15e8de008cd399b9b6646ea893b8592d
BLAKE2b-256 6921a8ec7a5f6ddbbc05a897f4d8037d84635c2c96d99da241611783846741e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dd97371a10837d40ea0895f3b742cda161b9f1525a3eb6f1c4503a7a9b92cd94
MD5 41042002378ed1d811a86f304cc1fdd3
BLAKE2b-256 5b86e09b25ef0caa65cf874291fe000252de0ac81f0c39eb0d7e57ebe3e98de0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be2549007862fd19f7b955a8b5cddab0e111b6b98b78daf76bb5703baa5ee70b
MD5 73573ed575403bc04c2e2262d48f6338
BLAKE2b-256 4d2c6618b11d63cd43cd5e99465bb7f714376083012b9fc5390268e9d4fac4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32330ffe6b45c22861f7d0655a6b82b9f60349198c46b03b5faf93f4115feefd
MD5 c53632eb40c8e337e0cafab990c22245
BLAKE2b-256 479dc5ee67f3d974e018f04957be3f40f55a4d484e4103ecfade5926d05669f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd2cee8dcb7b82b30c0f007317bdb06c849f376a2d9160379288dc1d60ffa060
MD5 34a0cca0ae690e36f2f2ac4a0c0521fb
BLAKE2b-256 833c552d96ddc370aceaa10e03fdcae803392790a305181468c1556204861dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d9c6f793b804b920c57410b3c4a343ca370bab88d24ea70e1523a9a1460812aa
MD5 c345ed275cc6522bd0c1f09c7e83fd8b
BLAKE2b-256 c5d3e1f9749c76dba37febf3b51d6e2a5e96749dcc07d3e111b23f84c39b0272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9294f4048621c30979119690742525f03c8a079b8ba20029b9afccabedcdb47f
MD5 4bafcd8f15978cf3612bb347744168e0
BLAKE2b-256 6aecbf2c3cf8e50d88b66492937c8c3548213833b47d312743432ca87a8d02f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c3d1f7a5b70a3f6630692c81bac972db4594644301d22d77139675846c9cb20f
MD5 7ff7664adf355a0c0d68dad563206139
BLAKE2b-256 9f33b485b6e544cec29a7702116dd8fc1880404e66f1600f62c7fb063cff2fb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0916d77d7bd833b20482e5d23f85e4d9f6a6402eb158824eca057049e58f684
MD5 682d256b846871ff7db2192c1edebe0a
BLAKE2b-256 0e6ccd018184594da918b9468b8abd98e5ce219d442c734b30fe8445c26e1005

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c66eed87bea67f1663d6de4cba753c9e51257deb7cdd39023bec9c5205b7e26a
MD5 e1ea9f3773e6e6f68823ef124dfde726
BLAKE2b-256 c0c88bf45d94608d2b206a9a13f2014b89fa0d62cdb0d08c2103f53a5adebaa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ae6c5f76502e3e59c7827192bb83a5c4437e1c95f11b6ea9b81542923c1f6782
MD5 716da87293a43635aba73dd0eff2d42c
BLAKE2b-256 507a5460b08b9f2c3c5ed05abd7327e9cab84f84b45704b2e51e2d63dce02e55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9f3e54c03b5d74c68a3cd770dad91fa9099ea263c1282311d94349a58bfba6a3
MD5 20c3a65a81387acb97c7ef8f3b43cda7
BLAKE2b-256 bc761faa887b15553bcc22a79e03bd312619040fadba16561a4dff1d7e210528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3755b70fcc4fd9c73834cd382e862afab942c5e4b1b6a28c4e9a85103b80b3d9
MD5 ecc8737d098f34ab55a600302a48e4b5
BLAKE2b-256 bfdd46cbe2b591f449a664fbf5392694c6b57fb6819f49d1fcafcbef34a36319

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 843b0cb277386fac5349c7ff5de79a588bb09d85e29fc5f3a67d4dc4792f84a3
MD5 2d16b8ffbf086e311916db0824554b06
BLAKE2b-256 ed445c2ff11fca78277745287d3b486548074c7b56d8d3496a9945e2f171d0a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 61b0003f9be7e7fa9a8544606656e1a46ac6da7b7f81156d9253e1993142ffdf
MD5 0080059dce46cf517eb88f7b5ce2f6f3
BLAKE2b-256 596e49fa1310cbedcdb6a4259f61f7ba4d29f2b34cc3876a20bb058b2b1f20cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5849f92a4585ded947d6bfc5db18e4797a076ebb0d10317a592bcee46af9a410
MD5 166acd5af1191cfa9184ffa3b2cb4988
BLAKE2b-256 35762062719aa19020b433fc96994bda0185ae88ec03a307c201891528217d3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 adb3413b5fa5e9e68bcd9bd40d4b488f506d6049157673af11ec71528a1c4f59
MD5 58a4bff003c8ca9e9949aee80843d73d
BLAKE2b-256 5c6d8f52345b4ed87f874a6ad23f713b1259d2a30dc5354101eab7ec4d6f8996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99b6c0193211139c361c86d243cf79c3af1311b95db4b76226ec8fb11f2b5152
MD5 ede8a6f603b8f69a3d3e8da53498d22d
BLAKE2b-256 c7448ba0bb8888bf3e1a6f17d59d0577b8b79f093db3846cd315cddab43b1d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 78ee2f3ea522bd5188e8c5ee082af802774efb239bcdc05f779a93d25aeb47a3
MD5 4e43dacc4bd3b25437a913bc341c0773
BLAKE2b-256 34fcb80138e9a2f4ae07e48aaef5c2444d9f3536bef897c1065f31e8ae0519ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a783f2558f4302a7dfa11db5a9732001e4ad41b41e322c5ba707b73f8edc837b
MD5 c48ddfa0452edffaa355572d86fc9e0f
BLAKE2b-256 7d78e5d1446cbaa5b9d5fee4a0586ef477200902d8fff69c6724e21e5aaed457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1feebacab88a6cff612f9e84b73410d747bccb07eb851a3de912e509fd1d3eb3
MD5 f601269545ac047a1f42594ee0485f32
BLAKE2b-256 adf277e108133380693505acb1def7060f86c313d9aa84889010908f92748647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c5c4e1588c251659dca708c2124392c4bb235a31f62808a992f668a5016778f
MD5 a67049a135ca5c5ef3f0ef1bce5547a1
BLAKE2b-256 eb6ac307c7c2e0af75e95bb2b6985970591b363238959681af01abcd95ce139e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e2af60240456c60b4ed08b63ab870d34c81dc9f21ab10e2546064b78df725c57
MD5 ed6ff0c5f00512afa30bede72be487b7
BLAKE2b-256 a4e794d0a18ae2f93ca403e97a1f6bfd02e9564d6bb6b67f1144c849818cce62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8f97c8cea42ad9b71a236125394ddfc37ee35d6616cbd15e2f4ba76a607f3e61
MD5 84ea6adfb2e74b92d829b505265e577b
BLAKE2b-256 a962138499a6a5cb85bc61e7578b250c95a4222a7cf4ca013215bfa67e2cc893

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cc12e716f0f1a9947d4a41c55098f116b54633285010a700ec08577571e1168
MD5 659b2519d3604f919250e92cb2c1c326
BLAKE2b-256 03e34a7a3a667dacdc3e8a3233f9b0bead57a92c00f356702704d12512617a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d2e3408635efb7904ec1128beabf00610d6debeb88b4e8e0ef13ca82ff5e1abf
MD5 32cd61c2514485361f243be5e2850195
BLAKE2b-256 c418b6ca7bef05c9b958b45039a1ceb2bddd47aa089fe70c1f05378dd09076ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dffda72de44622e548ed27181bc2cb002cb331ec9ab26eeae9d524919fdf444
MD5 f535a2d1c08ca0ddcddc61442b3f8765
BLAKE2b-256 d397d352b51f7bff080d8b43c75280278331bb13f0987fff734911cebd1118db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5498e6b2a04111f47e4a1c48ba8da15f6de26f14284058d04833c8ddf7a1a404
MD5 40960bf645f4251aca71375a03f9c275
BLAKE2b-256 8e99e5b9877fd75cdaf309d489234126e9e8ba38ef6087bebcabbf0bc80fd5f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e1760ac83fe01a7f297086839556770482bb2ab7f8c8def7e60ef475054e276b
MD5 def187fef1c6e39071a54fe016ea56dd
BLAKE2b-256 53e6709ec321e94e24ab6e0276fee3feebbd440e3faae5a55e18cf754337c06c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 01f308fc0b1e8b27fcadae95b46cedd754997f68c782b298f8177db11eceec81
MD5 7611dad1e3f9233dd11665764b66e8e8
BLAKE2b-256 08188f2fd84fa1fe493cb81769a83cb2e26272226997be5b3c68a380b66a0042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ebf8d4350f11dc71da58d23471921e149ef585b28e4d1de86c0045fc528cf06
MD5 87a40f30c20dc2235cacdc7109501a6c
BLAKE2b-256 12ec814f3c6caf795eadbea2776677b6b480a158c1bc4b9ac037447d43a7ee48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d0d4ddc3ef75c5f3ff6f7ed2f4b193293bae133f4c7c0cf2502638edd68aab13
MD5 cd1cf9f455fcf50a7699354aecdfe61b
BLAKE2b-256 96297ddec1d7d3a5a7a25b95da1c11228409d3f9e6a54863e2e7f1c692bd21fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e566e7a94e52e1460321c8667959bcc535e605ea0b26ca512d2f256f0294de90
MD5 4d01e7142a76c23127f5cc3ced74c5eb
BLAKE2b-256 b97729555a2f9ed302b8037ea5f7d24d486b6b1a5b7bcd96017a989826f3488d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80d6ff84d9042d39a40c9a1bb2722aa3381600ec89b581d29371c8cbc137da17
MD5 941b3363ecc29eb1d0fab91fb6cd0ae0
BLAKE2b-256 562f23a5a1316eb47164639f303b640e883ceae0e37d77d36c1eb1fb774074c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9fe6be76e71c814d0ca8aa17daae92fa258ecd03507b9ce57403d29d82dfe6bc
MD5 a4cfafcac58431f81f0d8a6022dbc405
BLAKE2b-256 d610d8fb8380f1276478a4f7cd815d39f4428b22bba25e1a1e5c82c47b8b4fec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01ebd92ad1b2f29c90a1dfff73d783dceb842efc41d9441a7543b2da33afbd4b
MD5 85f8c72b40bfa4e388ddc0f581a32c11
BLAKE2b-256 a473dee28266c9812be5371f2908cccce1e91c93f2cecb4effb83a466feab972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5b1d7a174774f65d8234d033b6ec5a9823ed0229fab5a69d1897ee4dc3703953
MD5 da6cff334bb06ec9f99beda6e98fa1b2
BLAKE2b-256 aaf0de0a8d31961f656779b46bc9d0c61c6c8b7804ea70712591d2c8c91eb09d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9e99a0fe7822fa5deb6275aeaf1430f0cb349ae1323bab8d01aa46969038d1df
MD5 d2f570b9936fb480482f4ba67b616707
BLAKE2b-256 02387cab0b3a080d11da36240a098b626162fbbc9d2d5e09930e317366569f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5f3ab3385a17ece853e3228eeb7d22ea29c7a5bd5878c20ca383380540082c07
MD5 6ed852bd0546a21bdba68a097ec3631f
BLAKE2b-256 38c5966acf1188f35e488af394048445c5efc8462c21979fe66a1c530a4d8763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1805192c97e955909cdc95b07d1e1a15a50ebec5aab778e919560a9456b9f4c9
MD5 ffab85a14ba70e43de69593d69f17e16
BLAKE2b-256 10307fa4ea3840ee5e3ca5908d4ed7e0af0f75e61f413b667ec0359fc649480d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1707f008150b99477f5f45c1381ddf8fd0275b4ee7dde661f8de8e67e0a4489
MD5 3a779c80e211fd44005021823afdaf94
BLAKE2b-256 7ea91db0e1b2ae7b864226685c12fd6aa76ab0c0498cf60b861590d0118094f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 41fb0108d18eee0bf4e62181e716a962844d3f86e6e75c63fb68501d519af078
MD5 099bfc8c63c646a44fb527f6e1ee9d5c
BLAKE2b-256 3e1c31da780ba102282b2360b1cd30853fe89b4385c1b34802c1f75ec2b84d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab88d1f9e478743b1203c727ffe07d88e253c6218dd1d41ac439b8e0cc0afd2c
MD5 fb562dd846ccb59e8ab81d8b984f6b15
BLAKE2b-256 dd599c3fe7f48e83b4920b4289b65e00a6a816b97f7c569529ec951966f23836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 44a350b5382158dd1947ba5246cb6e2ae65ea05b31a1c50cacfef44b2d3e046e
MD5 adc6276c48c267b929abd96a3cdf9ee5
BLAKE2b-256 dfa3c8665e397314fd080e42fa6eeb4a89672e13bded9de212c503f453bde844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9f6bc1643d1482fdcf9bbe12e17f537b462f5c81e64afe3a8bf3a14f3defb56a
MD5 b401ccb509504b7d564071592a7595f0
BLAKE2b-256 fd6de5360934323c92044746c9d8efe0fd2b4ebec13d8e723c7617b6def5b863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 00adf284f675e9c7538b8e48e00945cd6a3408d42c014a985f0be0cdc3d3ab3e
MD5 5136d2e415ccce7335a3d76df0ba57c5
BLAKE2b-256 af8f40d4959f36748e679625ac9f4481a08f9c8938b2d1d935c8775f053b79f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3af67594bac7976b89d1e17cc8c0bef2240376ec0a8b5d9bb350e6a766b0ba9c
MD5 7256551d5ce3297a67cfef2b7b123af5
BLAKE2b-256 1d83bd98f85268b41da1e5c3c213cf6f22efe013879762e2b8c87ff9f677fd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5897d2ae90af4e441a9a592c40a7411499809da98c38e2110222e4670bd5de5c
MD5 6c8d5feb385beb6e607170a19ae65ab8
BLAKE2b-256 ca2e27ff7d0868cd77971e21e9aac266000b025acc80eb2f3876a2daf513e339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 20e34d67353aa98c463a1685281018d95808632d6cab0ce26f1c73e75a6a621e
MD5 47ace775c77db0f0de3db864d04c9e00
BLAKE2b-256 27b99397067161b62efa8290a87bed720148a274fcc306b8c8243ea483326f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3475408a9f084d757285f207f655749bd7b87736ee08c5c8795d96d3f9b980ff
MD5 62068a72ee424653990b5dcb4ca68ee5
BLAKE2b-256 f9641eebe2516b2fed65a76099d63a4c2c5a2aa3a07f5f2d18a703ab2b398966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ec6f6df9d46885bfef8a3f8fcdb66aee4f896f3d3088a302107215ad82154cd
MD5 809b9f458d9e86640604f07fe5e0a4c7
BLAKE2b-256 764ad0d3fa95ca29efa9b290c21c83617e6c6234d8d7734872af4056067132b8

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