Skip to main content

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

Project description

MD-Models

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

Development

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

cargo test
cargo clippy

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.5.tar.gz (126.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.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

mdmodels_core-0.1.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

mdmodels_core-0.1.5-cp313-cp313-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdmodels_core-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mdmodels_core-0.1.5-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

mdmodels_core-0.1.5-cp312-cp312-win32.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86

mdmodels_core-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

mdmodels_core-0.1.5-cp312-cp312-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdmodels_core-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mdmodels_core-0.1.5-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

mdmodels_core-0.1.5-cp311-cp311-win32.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86

mdmodels_core-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

mdmodels_core-0.1.5-cp311-cp311-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdmodels_core-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mdmodels_core-0.1.5-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

mdmodels_core-0.1.5-cp310-cp310-win32.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86

mdmodels_core-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

mdmodels_core-0.1.5-cp310-cp310-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mdmodels_core-0.1.5-cp310-cp310-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

mdmodels_core-0.1.5-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86-64

mdmodels_core-0.1.5-cp39-cp39-win32.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86

mdmodels_core-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

mdmodels_core-0.1.5-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86-64

mdmodels_core-0.1.5-cp38-cp38-win32.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86

mdmodels_core-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mdmodels_core-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

mdmodels_core-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

mdmodels_core-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

mdmodels_core-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for mdmodels_core-0.1.5.tar.gz
Algorithm Hash digest
SHA256 0ab0838a81612771867d0cbd9950eba7a52a08a1322dbf6c3e60c9934e932208
MD5 5ca840dfa0496a01301e89c806ff2a4c
BLAKE2b-256 c4f418db97ab9b7b58d27176d6c73d5b7e634602bbd1061460a55bb0d4aa5b69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 626cccbd77e7a504dccb203fd0c5cf9078f22ea43f70ba9289e8633fd8ce489a
MD5 73635e730be0b22224c7b16d5e5797db
BLAKE2b-256 8ad3e35cc92bfda547708b24b1cfe28d9e30ff547fa4849181fca00f1199a66d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30d7f296ff7694b355b144296278d9463fd357fc73630b7b4bd6a58d2716e8c4
MD5 38c551b453336844493496f74c30db28
BLAKE2b-256 28cb78b38b8c86ad0e9c3018cdbf36a4c52481ed9a80b0c673e9fade00f2328b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c2be342df15db2338f4959d01e34d366b8e76fefcdc51346bb6f37bdacfbcce6
MD5 3f94a93c700d889bcfb7501ba6c3446a
BLAKE2b-256 2bcdb10aaaa8677dc9b76fb0f96f5db4164e6944499d11260adeb67f5394b72c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c20cdc796421d1829d27cc475b502a361f12959d609c485c3496b1e4dbf5f24
MD5 698be4714029b565dacc0b10e90b632a
BLAKE2b-256 a6c44738c5f4f3b84eb0c61d0497aec8d133ed91b96d83be72ef1475a364dfca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4c77516fa8928766fb32786104bc87adcbfbd31e759e22daca84cb180fbdd06e
MD5 97e986824efa41eb3120ab197d010ada
BLAKE2b-256 01d8a9e4b3a675b934e1957afe81b12954254f2dcf82a089ef721f5e3af7394b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 829cfae7064bc9b28de34413f3530330bf1544940f6a9a3c7a583dc6be788315
MD5 9345ef0c5770183ec2d127f94e2c44bb
BLAKE2b-256 0e1027f8fdd6739612df368a988fc16a7e30bcbcd12b6d7df966ec380a93c009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e342ee3463d46a7bcb59dc20cc26f7df395a5ec6f870dced83f02ee9ff572612
MD5 8b9f4dcc2641238139cf2cec286d4940
BLAKE2b-256 46433fc347ad026b2b233057108daab41211a4bc2021650fdac53ed2d05850a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48d493997ed5b3e73ca07ade1bde1c760e5db032d0e95b66b3f28330671a754b
MD5 552162912396288ec6a635593bb4ac47
BLAKE2b-256 6634218734a306457c8122a123a9dd5783ec43861145d0226abca27ce86d0a61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da1026b11c0a0146457756b4ceb1c3996feae6485ecacd8c8c5b8f167637beb8
MD5 1cec3da3393d0f7879da74622a4a6379
BLAKE2b-256 5377f39964e11a32d8a1ca971de3b86a9eec0a9f9d6b7816f66cb44078a01a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 40f16f6ba88ea0bd33e6058cfd0ed447c783945391eb13e5f70246ca977fc87b
MD5 4846c8278e73e8f1d054a039077d1d0c
BLAKE2b-256 c7486a9ec4e8e495d7c34b5e0159b42bf24dd8982c644344cc8bc56870d79afd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05339f320aa0206bc579f24688a4728697757f31add00a08e22b989b4977c5f0
MD5 a66d47cfdaea94b2d967b1e827097ad1
BLAKE2b-256 0bc5a36512a3ad668e7317550ffae6bbad3ee24de74ad50d4d683b507a43587e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 316d23db8f820e90b067b18f01aef06c18b21368d7e4daf8e40cbfbbf8dac93c
MD5 3e4038e3d0c946af258f87a25f335ab4
BLAKE2b-256 380db10bdca018d58ac569e1c3510f07ff58ffe623c5d7bed9a141a149df4776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55c5e76e46a9643aa3c801a3514e0e278ce0bc292765a32a1fd2550e3fd9cbf9
MD5 911b04ca3ed06f015d077497d09ae8d6
BLAKE2b-256 b0f945250228be1f8ed35ec6a6acd0a4f57a38d577ede615a9099767168fd752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 af952d064b370217076f9dc3dd843fcdd8a8cc739f57b6db26794f636d192563
MD5 3b97a294f4a3a73a3e8f9742b132c264
BLAKE2b-256 b9a3c2ada301ed668e9a6a5e5ea35ea9d15098ac8cf117a81dcced97cb3f0894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26c978f7790f28fe67479828c77c34e084265019544dd5f4ce0b48758c981f25
MD5 25cec2f071fd3f736e23fe4d28ce6c33
BLAKE2b-256 6b51999cbd3c2266607ca047687105876561e2006e9f373dc9f82a323fe40831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9c9eb9fbb2e4caef78f0ba5e52e314227e0c729c19a64c841693a9cab754d5b0
MD5 18f6967056db4a5c87bf34bea1b17269
BLAKE2b-256 f239a5f3010f7e42174892c5fcc386a14e5269c80b59970164b30a464c64bd7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cba753a64e287e10974317b9d351e998979a709619a1705da4579cc041eb8c81
MD5 59998b0cd10d12e82daa77a93474d8da
BLAKE2b-256 f7c8eb4d3efb43ffa2d27f3e3ed02dcfb3e8fca8235326dca3135057403679b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53f550cda21cada6814bc47a4c42f0b6678de49f9654dd17f5adaefc68399277
MD5 b89dbfa4ba5ac8f731758a2294e8c31d
BLAKE2b-256 25f3efd42c9512fcdffbbd064573735754e648e7c11161d77e22e01329cb5995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f2f7d057aa42dc2c8d3341feab7388d17818d59b5b997668bc961470dd43f34c
MD5 49cf95ee4ba14b94f2cce3dcebd245da
BLAKE2b-256 4ffdf0f957c9b87103ff3c8ea0cc511d25bc2aefd04b4dc3893491bd1552a636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d17f2f87a0bc5f55f0bba68a941b36e705b1d3ea06e85d1fe1c256916946e9ef
MD5 da3759ab57bedb94cebe7c392b43245f
BLAKE2b-256 9eb9ffdba51ea8daf72ee6255f7bd65b024b5c1ca3b77fe920882af87479f583

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed623a2c68c76115ddab3f7772f6afa5ccefad6e4699b4e5a93da75a03706e16
MD5 8c59c3a98ac14b60c79934de4635e2ef
BLAKE2b-256 30b3f35f9c8469a9ea6a592c40f3df485874373e0892de262489bff512daf961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 efc1c1a7ae4001703f0df4fbe43c7e5cc0bba044f05e7612df38eabd60724869
MD5 2566d3989b67c40d5c3bbf8a583134e1
BLAKE2b-256 a54ebe3e4f7bd1d7746c6a8612c52a841ad769aeaebb3ce4394b6b18700f2a2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f0be717eba70738a01d689c9d2478572f584e6e58787d78f2794cda05b7b62e7
MD5 7f06b886e4033dd64a1b696bedd606f7
BLAKE2b-256 305d0c4813f08dfd709c20c26b2ab3f8d165d5671e8ac6ac4e0878487ba4a679

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb54d54ae63c210a7f4cb9a8c5e5e3fe56abda10b619fdd1f32e5296f800322d
MD5 cd437deffefb01ac36d59268da13669a
BLAKE2b-256 59d9d4347df331a003dde8723015826446d457d525fb580b4de839eb6ab0276d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4f596d46181f2933e1ffdb9020f245e29ae1497401a56764b5f6ec2fce9a3bc7
MD5 4646aee6dee0d77c4260c612440e2490
BLAKE2b-256 88b5f57d8410592272c735bc5af91828be87f55e7e72aaf0d303f69d76719975

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f658ccbe495a66355b29cc1c94164ff3c47daa5586649826b91b440ad226a6f
MD5 3e60f13dd26479119ee56e689e051aa9
BLAKE2b-256 ab810812414fc6661093a5c3e00ef3026a0fd1417e7ce1e8365ce5bc1ade528c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 959ed29898703620a781be46f414f0760a6bf32ac7bb14716333c5d42c2b3e10
MD5 a46cb9286f23c7ef049be6d04be6b648
BLAKE2b-256 ac64c47febe318e6558ce3eed2218aef79a32f4f925182e54f5b0418435949a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 50e8af478b6c0ba190ba5286503c13a2c3450e28f3a8f12ea2553a4e58936b04
MD5 4c5822b33778a6f3a9a974f804d0c40b
BLAKE2b-256 2a08480c7fcdd39d889a4ae7f1cb098fa1cdd2adfe26dfb94b1dab4100c112ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8ac093df67d16ea1cb77d5368b0f6cfcb90179d72852ce9c566ae754f6214049
MD5 0398338f726a290eb09faf45990d2491
BLAKE2b-256 7d02396848fc2770e51238cb5b67e96d00f80af3f601d279816697fd172472b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57e6fe58692cd54254fe2feaa92260109eb7a9066bc75cf1ef3b53b927013369
MD5 b6fd801a4275b556088c2be0eebbc48d
BLAKE2b-256 e999956c1ae49f82c88da8acff9b1295afb55c4ff64cec6e0a5c1e6a977cd79e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ee6451cda7def8cc404eaf11cdb48e342ae7c03a51edf7805a84c997aa23651c
MD5 6df83c3292c82265db826e9386ffa9a9
BLAKE2b-256 91a025bc832e2064e2dd9a775e967ab7c0604b8d22499fbaf417194e17a6bfb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 63cc8170352d970322d5687c15cdbf83c348132b48ec211e0e4d437f5db1af2d
MD5 280c86c7363f2d53bca76b84cee6b29f
BLAKE2b-256 356078f3848fc9465877f9df0016ae77e2f443d5078b6cf1f573c0de6db0c578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43fcc22a86a41dc5929a51ed97a77fee0c8bdb98b3b0d47211e670f09890d583
MD5 4979cca98e479b4795611d8d844d6502
BLAKE2b-256 33b9fb4c6cdd076b139b002155eb25f6b1dc70d802f6bc0a062ceb27cf5f7c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 75dd56dace162ada5cdef69fded994c0465799949c4bafd26f913767847ad8ff
MD5 421ef7d9883e7dba971d73a439d21c85
BLAKE2b-256 b451393b4ec556b0505af74808b13eb7018f0f72613f9c2e7652a4dd5b3bafba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24516f9f5fa0865ed20733ce4c604e09e7c183197259ae61d77caa6906a43cd1
MD5 76e86f2715498b917abe09079655eafe
BLAKE2b-256 93904335b40af60d15151ae2ab455b8983d80496278cc1ba46c0a2c37b63f66f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a3e80b2a5ee58abb0b40fb2a7434afda801e3e3fe28f336ea651827d03a8eb2
MD5 d32cbc32472457a4054b505d92ac8d78
BLAKE2b-256 2caf9ee3f9c5848034ef8cf736000ce8870e67c29fe407dbf052d40ccb8cfb96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 68f09ef5a107b4c44b4dc8c44de0aeb809f9c7ff01cdeb84f9d5c9c36da2895b
MD5 5ed804434845cc0a34c0369cf7782c0a
BLAKE2b-256 d1a1afd459421f2593dad1064bf118852e80c3971dae52f6eb06acfd4f646237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2ad6eb04081c53eec7f12f2b0563f3f8506a0c688b32dee9164d33cce5d471b2
MD5 cefa82a4b05ef04273963635d314d90a
BLAKE2b-256 9ac47f6871c5424fb47bd20b0b278359735d577783b000a304e649fb8f6ce4a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20d9aefd6bef929830f0c941796d024626e2261384fbf70a93d2ddad3a46885d
MD5 55ac5b83d1a5ffd8f39021a9edc1205d
BLAKE2b-256 ffaceabb9d9fc4a4af356cfe53cf664cfb7b49b7e7d4fd4599abe033c7b11cbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2301d0dc4874986aa3140b2fcec065dbcf6345452623237d0c0912b8cb1d6572
MD5 44b4378a6f330c60f9dc8a7dbf0f935b
BLAKE2b-256 7aeadf5aa859eac3f68e99a983a677d55e63b0ab2bcda1af979ece4e4e68a48a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 08f045aeb6166f2b58dafe204c60945b01fa3732aaeac790aff09d8caf411b60
MD5 7b7a643e18dc910346db7e45684bcc72
BLAKE2b-256 0c59e6591bad773de86f621c305f5610993e02bf8704821cd6051c7f51cdcab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc9ef7ad1ba68e0fa639a0bc4e8cb795efc2f3539a4b8ab4c9e1334c43b3ef96
MD5 46b6e15867de6323eb505b97b692e10f
BLAKE2b-256 eba262f9eac58513782df7d8b2ce544ea3149e08bc2064b13294e9b60400703a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 de1bdec5e8f1ae63d304299ec259d1ee12578afa11b69c7ea4823c0e10d988ea
MD5 b93ff31c5175f2a4746b8d96f214eda8
BLAKE2b-256 954fcbe9c75800910c5cd3d1feceda0a020f7b83945f0435ca0c9af6e5d464c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61255327365610eed2712c80a6460e0e3bcd28479c26ddf1980537b75bf097b3
MD5 be671104835d31440aa24e770696e7e4
BLAKE2b-256 1602988cd95b9d31ead89b3f7ec03011015f1590be5627375518311369909dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3c91dce67d5317405bf29c518863210fae886040562953c5dd47dad3ffc6c613
MD5 cfdd88835d517f4c24ec66075d155cac
BLAKE2b-256 084cdabdc836d7c34d6930b9e7599c088b92198f6ff1d937624bb97185c2d83a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 15e6c6dab2906e0028d383507c6c163dfeff3361240b12eac22829968f21ca3a
MD5 c56da659028a3eebdb6614b19e84729c
BLAKE2b-256 9af66cb01c9c6d02fc57c2c02c571d7c937cb66582909cb1bacc89965b48da34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8b109e98bff6cf570830b35d475d4579b3d0b0d808fcdfc7702e8ce976e5a442
MD5 1559de9a8c11913dd9be6a83c34b2ea4
BLAKE2b-256 eb2ba1517a719f9bf919de285c9b950e28bec5f036cb03713646e874ce6b0cd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77feeee75327f5363f15d8d5d7ff9019c89cfc8a0ceb4f06987a122a205f36fd
MD5 53300eaa6ef512b112d904967d5c1588
BLAKE2b-256 24501fb0f922017e17169433f71b1a1f03ed7a879826c11472deedb5e6d0ab15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bff1726959b9f167e0aed526e295443de4ad030c11dfc40da6f1a61acc7b53d2
MD5 a16cf331723573e63fc7608e0de27632
BLAKE2b-256 73bfe2edfdf91ddcf280eb99819da15d909cae1be8a3c33fc0cf513ddc1e36e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 414dcc73a0c9aced3af5ff19d92ce9e56fb595156f323f1664a74e8c90bb914b
MD5 d74925232230351e9b3c7908ebc3c069
BLAKE2b-256 4d9e92ad7965602d99d168bd134e139fc127c0ca5f9064e6a927096a5de7bf94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64d1d28001c6773331bb23e62bf6775cdf64a0464bda86b4f27a70e4fae7bd27
MD5 60e3d2b817577cdcc6fa653b0d402980
BLAKE2b-256 0810d72e2464bfb578a78b925486ff577ef4a3bf1ac9e4360cd2b09fb7f0e7f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 324e027fe4e949312b4e2017875eee0506524a8f0fac41362014abf99309d4c2
MD5 fca5298f6a384937541b20cb86500a7d
BLAKE2b-256 978caaacc96bf79de759172f1e1813aafe54a78775b7fb5346574cfcda8b2a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f0167ceaa58ec373119164d4238d0166d3a2e7b86ed027e0478e1314da219b69
MD5 1070187c8a1412afea86002c9c289004
BLAKE2b-256 deda937b422ec7c24c60dac88e6fd71d12a0a1b5dd14e76f4e1080b42d6a290b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 73f3f487b61fa1e0344bf7497a261367fd2cff2b49b8c3fb8e2d51b01a0dc33f
MD5 d65f4c4745b7666847ad5dc1c5756017
BLAKE2b-256 05bd53bf348c1f95ebf96f08a19cbfa1d12b4aed270ae726c6a4afe00a2b0317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28d69402354df7b2ed0bff0689c2c2b4d7f1b156476a3b34fcbdcd6a58ced0cd
MD5 f01e6fd7309f50f9bbd9a7a94dfe0d82
BLAKE2b-256 ae74bfe40bffa495a615338ec468d18cff32e349999d1b489909851661441e7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 65c6bfb8fdbfa053e4d611b5fc9f2b301c8d543db02be12d616e0c72f5ca63da
MD5 3d02d1eed9ab94b4bdf32662fcb831b6
BLAKE2b-256 fbc484b694b6785371ac451148f85d58f3625435207277632ded54170e2b0e5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5f261e7bee3d06dab5015c41e991b0d0e93bca28e064084831d65ffe60307554
MD5 7a016f44d5da5b40263e404727a45646
BLAKE2b-256 85537174c93c82a871a4dc3471e5efe67ba4b42bd5dce9de19d9b291b59b2851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1bb1dc76c46e3ec688b27cb215980c064c072a4433f3e6e50b90b875afdb9d6c
MD5 619162e97b0556f6eba2500b22ee3281
BLAKE2b-256 fb6ac23ab72a407bd61c4d76722f2c2e65dfcf51617091ae5588d8b76232d6c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 349d9b7dd93bc15b4a39987e569518d62b57150e48e182822a89cfe88efbd91b
MD5 dc8676b987fdd1699c6990cb01667dfb
BLAKE2b-256 59e70640ba584b366d3fa1ee5c97c611b4e9d250b4080d264942450a10beb7e0

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