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.4.tar.gz (126.2 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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdmodels_core-0.1.4-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.4-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

mdmodels_core-0.1.4-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.4-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.4-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.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdmodels_core-0.1.4-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.4-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

mdmodels_core-0.1.4-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.4-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.4-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.4-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.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdmodels_core-0.1.4-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.4-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

mdmodels_core-0.1.4-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.4-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.4-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.4-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.4-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.4-cp310-cp310-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mdmodels_core-0.1.4-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.4-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

mdmodels_core-0.1.4-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.4-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.4-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.4-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.4-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.4-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

mdmodels_core-0.1.4-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.4-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.4-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.4-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.4-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.4.tar.gz.

File metadata

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

File hashes

Hashes for mdmodels_core-0.1.4.tar.gz
Algorithm Hash digest
SHA256 40b2d8231ac089a10b831d5fa709e339410439af82e43a37a46d5b73067bd05f
MD5 d90cafe0a0bab2b99bd95742c7b5d4c5
BLAKE2b-256 019e137a60cbc8a7c0a64dbf90330e7e9fcc26dc869af7805cb587c5f1740aa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7c5b424580e1d3e4eef7f511073863be68315637619b00ddc8835b894db0601
MD5 6fc1180af06226b30e4c76a4849dfd31
BLAKE2b-256 60bd4ddc764db83778131673511489b5d59ff8d04ee95e83570c02c1355e3efc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f9b4f07b71f14bfcdbb64ba3676efb7107d3040d3167940cfa8d17dbc6ccea03
MD5 d98fac710f8ab5bb2fffb85d7236b803
BLAKE2b-256 b409c1632dd703a09abb7a99c64c1865e21d4300402da4b0204043ee4cfb37d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b0e07e7380a143c824eec3a4ff4fc4edbe7f9bd4f3d1b6a9df77bd30fdff183e
MD5 cc95b2e2d00b3e667482dcc8b28c3237
BLAKE2b-256 35fc5ebb6a07d2a3541da25a3300c493add18cce8d2c9f75858d7fd1135d4850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a15a88e8991cb59f08817ccd6a0141f9ac0e2b5dadb0f3525771907c9121cf2a
MD5 26121af59907457180be5f1fa4f65dff
BLAKE2b-256 4cef0522cd7eb4f55a0c0beff4a76288b70665a4909be5d723c523d7f18d96b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 744aa705fe12a39845671113c389c533f7451b10986b4708c7296a0c2bf08f11
MD5 cdda396064924f2ea95cec31007a71f1
BLAKE2b-256 e1d26e3adfc34eb7bd50c4054600b07420afcd897ecee3511462ff55d5eca82f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 315f6add8346cbdfe5ff65fbfad6d780bcc0c36d63e40725fb5a9b27d2db6a8c
MD5 db59097e2f9aaf9151462e5edda26e35
BLAKE2b-256 23bdd551f40f169b8abea77589e8840e844b5b1944d0923088063e806020fca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30d1888dc7e53fd7673375a2abef2d2ed81c179cd75c5c95233fcaee718d3220
MD5 a20e157b02f4760bf04117c54d848440
BLAKE2b-256 42f12e9f3794e906f1e5fd301e53588103cff030426e702a0af0c93fa1ebb4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d3c23a9ed41ef760469cf9c6c0a42fdbf28d93480f808c1fc51a3d36e49a32e
MD5 3838512895cf365231e35127a25967be
BLAKE2b-256 7d96e5a986cd4737fe81e0af2cfe0f78acdf62466eb04de7a47ec4e2a46f39b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ccc4040770f8df9612b7600b5838087229707ecd344fcc78d02b539bacecc78b
MD5 5e36e4385971c821af09058dbc504122
BLAKE2b-256 1b36b6733e372a06082b99b196dc0e5a43df6d0ed9a7572aa61efbb211fd1496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c175d1eba187f6e4385dbcea95b7b9f2b16e9a8141d18ef682763e16667e558
MD5 1775627f3245789b4a00ff7a2f5c5c0b
BLAKE2b-256 09801d9eda4abc6c1f6869e42b2385c4018c798575edae22dcfe2dc39a9aa409

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b99b41bec45edbf129de4f3afa4e732edff10cba7c74dcf609b9a2bd2e052ae
MD5 aa79a030997c224e9531765fd69c173b
BLAKE2b-256 f6f3ccc7e30978ff741c7e3dabde196c84abbea1a6467896964454def08bf173

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 958b34fb28064cc004ef02d3b51c2d25e34976b0e3ac9f8f7bd49a01a04bb0cd
MD5 4f803175b7d51c4a23543a66e171f23e
BLAKE2b-256 92348c4e2cb3d45a06f844ab365dd19292afd98dd74da0a8211dd8af2f776f47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ba2f2301864abbab0f450db1ce3f8d9f2c7406c0dec5c711ec3104cc32d76634
MD5 b271f064b9f4ecbdd0dc17a7bd922964
BLAKE2b-256 6375c76feb8b2ee10a6b21f378794bdf6a9147af33a1d25054168ef6ef3f6941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 96b53689b739b5671a1e4db143db4262c16b884a049a40c8b292a631ee589be2
MD5 d4ab8a6e82e07be5f92f46935a3514a7
BLAKE2b-256 739fcf1fbd83ff4d35602a5854c07e5ac1d2209ab8d1ac572f54f49cfdb204bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 306533d84b92792d3413c9fb36fcfe7c1d62e5e4f9342945f48ae00c4c4b0f34
MD5 d40cfdc3cf7dab4e6607cd74dffb59c4
BLAKE2b-256 ada5aa45ddb9a7b1afbf806ef08fd2e9d09be11af25c9995edb5979e58b47eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 04532fdc635ad9c6f7c1e13919943abc604a1fb3e20cf659bd01f17bf0819bcc
MD5 2afdd7704af0b54ecb572aefa3683a22
BLAKE2b-256 a1eb2dc52246cb56c44cad90ba216ecc6cf92b57c4097ae6dde865d24f2ca3d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1562f4035b388aa908013445344c5591420c355cda399c889c06f8a13fe056d5
MD5 dbcbb398c4166365de53396361b21ce7
BLAKE2b-256 a9b9d9e14ab6123d6241229f056cbd32685bd82fe8c4a25b2c4c9c048994f5bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 acb8c82e5ddaf3f2c60b4e7444af3375b90ae3d223f66462d2342c794547c497
MD5 b4d22e5254649f270b83d8cc38898ee8
BLAKE2b-256 d1bf0086c19c120ad3e70be97df09e82e0c1d4dc65df448b34f3474cbc586178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4db4e77f2baffebcf5e015d8bb2735df17ab763fa2784aa988ff7529fc3f72bb
MD5 6aea5b19e33a1863036eea9a721a53fb
BLAKE2b-256 d46e163578c736b790e61881ac0f7535a1393269cf3c9f240459a27db9967599

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3d532607029650278127ce2f109d7aab68fd97b0a867f87b7c62143da40d8bf9
MD5 27ff7fd3d91972f219185bb0f7d75a3d
BLAKE2b-256 af573069b89cea32f6d3d3d01bbdfd36ae8b93e1eb2cc2570809ab21243f05d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d832ff3b71aade7d4600d5fe04e5435091c0408f9a78ac570836db8e00708afb
MD5 e4af76f5525269d896658de28d56b0ef
BLAKE2b-256 4cf8ac37c9a649b4d3de062aa119d7a9316ce0ba1d01b68e55b3a116377d4eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 147835667d03ea3be080932f8c74511660cc7efdba089027c617539a3f05f1c1
MD5 3df56f2f71942ebe901f4bf46f0baf3a
BLAKE2b-256 080c3c19cfa3b5c7b9db03274d690fac1b92e375053ac45c398b71b72f950258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f674338267151be311afbac429994c9baa33f3f74c9f4195b1c094f306dac6c
MD5 688bf42bdedaa91f3d616ce4acd6bf46
BLAKE2b-256 bfbe6c7694d2dfdd3d9987cb8e8b8631939c5bc3638655ac6080fa266f0e31f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e1c3f43932b081cb236da78547e3bb6ea3c393a80f6d58826b0f852180ae034
MD5 413fe6a2d2fd99a750e274a2e31261e7
BLAKE2b-256 8d02debaf2f9619bffc7bb3bdee81dfd5fa968a14a3393266d1b45c8e0e7504f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6cd02fdaa3531777e560d8b943b589b7bf1cef681a91baec60b49ea3631c17e6
MD5 c9665a4c390193c02543b8fc869e08ff
BLAKE2b-256 7368d8000e8dac8900f3f8a2ae994770599f78c7e901701b71c9493e3ca1cde0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 873aa3b127d7f1d733aef0643c9a3ba218a904dd5f719d48f94bfad32311f869
MD5 95a0ba6f01b42df45ccf91e8d3078a54
BLAKE2b-256 f465af5c48f91447d77d554abb37629a130e5671d8d439db5e9854d302ca464a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 26a30af6b249264982e67176d039220d149dae1ff2e42f1bfb206841eace4e3a
MD5 f05a4869959acf21e3f1e7f25261d2ac
BLAKE2b-256 d87a202a2c1be79104e6e7265a3cf653824d861636470cd2c406b398f70a7ec4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b3481efe61cd551ae109c6da452ad05c0b2d00273f1a736d636603d5883c6f06
MD5 5abd4182330c3ddd78f1d8edba648e7d
BLAKE2b-256 4a808ce4b23263ceb637d766579d4e43cc0a79b8a2b9a1432ee3373aa1440418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 51fae734bcd9c72afca06177d43aa8a9bd3ae930319c95ccb98ba74c131ee2ca
MD5 be35b594ce445e51575b2e68283ff991
BLAKE2b-256 858b362ec293befa8df5c801f6c023028011c3e1bbe7ddf3a3649a1a9417fddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c86358f5aeea17e43f0ee57228a371e334abea69bb4484124b8a1f8f03c725e
MD5 73a427f8d6998b28dc461810b98e54c4
BLAKE2b-256 c1e81ba6815276fa8250579ed02211de58fa913d53b190e9cc58cd958dd69b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6abd869fb493d144d32388e59b9705bf8a126d465d9af55bb1bb95dc36e03807
MD5 d1f5d3c24bddc972987067abf9f7b34d
BLAKE2b-256 8f0988b4d8d02d4c71c5dfac5fb0b814a7f5a760a00538550709c90db42e3ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3bc3525add5c31dcefacf165d978923ff46ea2758c5c6d2617c653c9c03a8568
MD5 20afdde44279dbb3cc71bafa01c201f5
BLAKE2b-256 6b83bbc32f68d9217e2c37c2cea56a745715dea65da747235d9026a447ef2197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfa5b9744ff9e887d989da48445d030a2d78ff226c3e85e60f6c8c451e9df0fc
MD5 ae24a804810d36b0ff5e1e1072a46631
BLAKE2b-256 394ca8754c9b65554637d2ada33ba34c647bb886697ffc023db66612ef7ef1fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 20a0b11c5e206c166a5f483825af25c731751def964338062c3d957bad8b51cc
MD5 a38b04350cc5a171467ddd9247bc6a35
BLAKE2b-256 8654dd5daa82a5c5e16a8a95289957e05eb93db0dfb2332e217e4c516628d4aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6febdca3e19c08d9f604f2209b1cf3ce3501ddb99160704ff7f9893852e0771
MD5 c20e44845520fb1f96122552dc4f25a1
BLAKE2b-256 aa997c8177f7607e2e89415504657c08f23f8bab2641c700cf81ac1f0ea88e5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4878f6fa21257f01be4d5088c212a4dcb5b51e08f7c6c81049b743695c748ce0
MD5 1bd2c1ee67252c4ebbe4387c6c9bfd65
BLAKE2b-256 7970f9262664c486ba41e7f39863ba9bb9ecc4cfb5ca7080219933053108b3a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f2e8cd768df1be74a5f067d8bce4be60f3b5fbf86b8848349fcd7d8650abd73a
MD5 4eac34e18e07b7df384af20ccdf199d2
BLAKE2b-256 33b968f313292333c45c6985160d9cf304ccdd2428333442a90e3c720e9c6cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b2e8183e611b7045c81b74a26d789bd61f192b234cd76fef95d5937498a59854
MD5 8387d6d0110875208009255a08b19c12
BLAKE2b-256 3bdf775d63c9a633536551ee63727a6a046c4e01223effad40ae1ab314d2b3eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0431c1ac07f633df285bc564131f8707b72c971568917f0280cedbe716e3bf81
MD5 4b9f3323b9315e33b100b699a7a20f72
BLAKE2b-256 15a7d28c1c38834d495e9118b14571048a8395b546c3f00b3f29bbb4e858fc38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79af7e9ae681098343f6b9353e113e83a0892ab5e6f6399af863872d0a3459e8
MD5 1fea4deb8d4395f51437b5fdc818a9c0
BLAKE2b-256 673f61fc40daddf02a150b938cff331a70833e066001b8d888fb74051980ddcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 84caa7c2da669041ea252006e8bb6129e59fc58ab6b66df1cc9859c584256882
MD5 8325de79d90a13d7b2b5f113da40fb6c
BLAKE2b-256 425e596159fe095f7db4308c7cc2f4f908cbea77f467d4e945f58035975111d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 136db74738efd04d17fb9c7d353c014a9600d8ceaec81d430e6c480909b42a78
MD5 3e6d2d6843ad6339d5372be4823a9418
BLAKE2b-256 24c55e90e3c0dbe1696e99b9065bb9464062c4a7c80fcdbd2632adb669a21943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f97e86c7dd0f1b96403d1da26e4b8c6674472edfe69bfbd6f70f4921ab3a4558
MD5 10d4f2fa8ad662ffe326ce143baf08f2
BLAKE2b-256 62f3da2f52d2b35c93fe41bef627d9da228087abdf102a0f8172e0b6e9223496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 538f8805608a344ae5d618d9a3d9138cefa870dc79449ef33a08d48567bf5003
MD5 f2c0942919606816b30cc487a6f33cb3
BLAKE2b-256 6e907ac9619eae24a3a0ebbb0556ffe32985ff584d78008b4b4f20cf327356a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 60fdcbfc961c4e1fe951ddaede380cd6afd45b3ef1e375978e2fcc7e492a43e9
MD5 609ed35e610c4213e08e56e9dc28b535
BLAKE2b-256 06fda7b0680dcb8722b1ce168aa65a3d445c1bea5336d8db40ef70b501d5297d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8a0d63643f390efeadbf26a5169b6741658670ccaef19ec8f4bed90bea594ddb
MD5 3cf6bea6739f28b1fb78963e6c9cbc82
BLAKE2b-256 35f08dddf25371d585a4dcae2d1df5c3a3a3f82a414cbcb3a16d0d110ee465d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bcfe2f1bdafde05d7639180e635a3e5f7a4812484c5ddd596622fb7d995d2619
MD5 8fb7c87d0cec2cd6782661f1411179da
BLAKE2b-256 58b559dc5d48bde52761c817565a73a3c494af6879d9d55c1db803a920e52c1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b376cd27d45de9f9d971bb2992f97db5758f2410c8f6d88489b9794a8684511f
MD5 d13ca5ecfbac8fd2a2ad0ea8c7cc72de
BLAKE2b-256 1f3b46f3e13359e71800f7af48b8c2ff1489144b135f668c822f956e81cdc363

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8fe36529e44fdae8fb1d4ff1956a21def4afaac72b99ebbca10f780dfccb8777
MD5 66e22ee99a9402bd376810a62320947a
BLAKE2b-256 7bc618f01b7b6b6321a733ac2e72f9e3882ae634ca3d6ba026ae1dfa0b80402d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c223d0481ae47deb50a7323f6c7fb3a98e7ba568932bc92a1662776090a9af7b
MD5 395855ec611aef311b2f58711f01554a
BLAKE2b-256 1dd465aefd50cae3d81f7fe61bada847aadb1488906368c98186a5717613471f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82641b6dcfb4c5ef47e263e76731c89ba4671398116ec23581a086bf62ef07b4
MD5 ba3897804149aa0e1b3641b2cd018511
BLAKE2b-256 8cf104b9f7b8de1ce0214f7fe58703b63734f1ddb86cd689ecb890b2b84efd35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 968747fca6b285dd1dcd9f8eb8c48e62a8b8b0e7248cabb8736daf787f0db039
MD5 ab21384910eecf86b7f8ba26a91b5a0e
BLAKE2b-256 e59682561383c24bc52c8fd74d7f21de104ced464d6487a89e91e732c3352f28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8279a7b7b006cc72138568288efa3832322477a00f612b4edb62d2301da48e57
MD5 ac9c9d5d85d1ae40b41436b0a2bc240c
BLAKE2b-256 67f0aae12276584a3ae8e3611cc7d22481df76fbdd50f9cdb4ca05716209442d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 221862df7927f57563dc76488b294f5b771e2b2f1802528b6bb88f362367d51a
MD5 67a251aa1a65dfb855f0668ff2681acf
BLAKE2b-256 8b6cb991e56cbb2ccd4eb9a5166289d5ab2cb4e8140117341fc3b96d0a82cca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a87059b9fc2e7ca37090a0d60808245160a34acc9925383b8a735da081af96f3
MD5 15decda76b8e8d87633ecce6bef33c85
BLAKE2b-256 9a3160113df8667d7786e76afc5ebda72bde482dc9137046b79df747d967678b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 295518db721828fc5cb75c10493df4dcee138f82eb4145fcc9d9b95316e16ebc
MD5 c1ce669e9e37fbb622fa15deaa708b7f
BLAKE2b-256 67fc15b2f4e81261459520be2e593fd530ec23e603785cf614bb820185731fc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f0dca214fa572ed1400c7e2010e5c9d192898a03e35fb5e2bd03b5b44852ced1
MD5 3acca455db74b7ef263977a6e57b58b0
BLAKE2b-256 9b3abdec4902314c4698e71c3fe0e159751c233ceca223fa9c50af089abdc69a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6cac1302d74fbf01f3983d5f6b1e64a9b7396a6dcb60c24d9d0f6e6fcce67b9
MD5 5ad7ef930bec8079a3d6e6d73a878486
BLAKE2b-256 7cc600b830a46f265a0bc214073294da5097895055cca250800a4a6f805d7e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ca650bb78bfd6e3186d509c6a2311c71877ba5b07100765d9f725e6e79ff2c4e
MD5 2888ab6de5f8ddbdcd607c8d843d6bfd
BLAKE2b-256 d6b2f68936439e01e899568fdb1332ec5a350fc1e58f1c6854619f566c630562

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