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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

mdmodels_core-0.1.6-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.6-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.6-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.6-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.6-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.6.tar.gz.

File metadata

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

File hashes

Hashes for mdmodels_core-0.1.6.tar.gz
Algorithm Hash digest
SHA256 71f9f8677ff846189fb23b19d18adcecdcd097ab02659243b22fef7eb9a617cb
MD5 497582a9e4b4f9023d0077e379f388d2
BLAKE2b-256 d0a9b794c1620fcf761761fe32336dea8af74df7c2797938d6a6e9bf291b16d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25dac1ddbf4e6d6f7bfa3757ee2426d8506d1f5dfb6926a5167d43b17535336c
MD5 b9d9325318a3495d613ddd90f34dd58d
BLAKE2b-256 1cda2d6aef87f93bd0083f5190122314ea6ba21907b3ed3562576060bce6f77d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 38b97101f6626bb786c55dc29dde57843e1001e77293fecfd039fdb755d43e38
MD5 6702d72273aacc28c0894792b604d551
BLAKE2b-256 3ae3a92b482177995dd5f7cf1b4f1bf4ecf77ab3e874dcac9fd5d9c1c404fa8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 292aef1b8a3a63b67dd3a496591d3eaf1591cab655f6507f9f7383b487d4218e
MD5 0d761713c31bb79de016c4c2a6e296f2
BLAKE2b-256 b18559fe2be59358757309fc20bde6b4029eddfc9faf69b6c054a7947e2e706a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0baa1cb5f4464fb6562128ff541ef274be03d8693108f377253c90e85b8658c
MD5 0cf19c4dd784d4b92183086260978f2b
BLAKE2b-256 d7a4ccc200d477e9d1d008d23d98793ff0b34aefaddcc198a418120f7110965a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4ec535e2eb1a57967e3a8cccab1526fe6f0fe93268a6a44e579a4c572a91b9cc
MD5 870633cbf4f7498fa95a09239e919e06
BLAKE2b-256 d025e147e46e3788cef0ffff3163e7c9bc6c205cd05e7ee62a8d485ff658bcbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72da8f4cba015fec08062b3a59f7c24df388cb887895c96cd6240e1e4a5a01ee
MD5 c06519a4c93266ebcf6efced10e728a0
BLAKE2b-256 94178019a59482f94940190474ca328dc9548cca46d6dea7c541607846770f62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 39d35da39cde101a814112090b057515d02fc77cc160e1800c99482884f27969
MD5 c14795fb33ccf1c41b8e8beb8bdbcfbf
BLAKE2b-256 3a3017a9aad080e83e6df942378376c8ce7490f9f7d49c9e9b7b39aecd0a4431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c807917121bc5e651d8bf70dcfb756ce56e40ed64db5277e0400337812cc9f0
MD5 c3b9dc79806c15cf8c85001b606439d1
BLAKE2b-256 d52fe39e799200753250d2f4f6594da33e4193639bfce2f4be121103d79ee012

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dab19ccdd71d0092b249e76316ab5062608f15b570e9ff00e99ec3c00a4ec3e0
MD5 445746e1c166af778cc48319f7715eca
BLAKE2b-256 65fef81334a6464e90d17c0dfcadac7b042b6157fa374e0c7f89dc0aef73d75d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8808fc98108b702fe4b16de6b101b18e6f19a05fda238812c2fbe38a07361d5f
MD5 6a503c1568e143ab4019c1d77ee13763
BLAKE2b-256 231e823deb5a3f3845f70a00082b267e34b8e1c6518688b4099ab0fe71fa2faf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cf944f216facd1af62ed92f414747dfcbbab016ab19883d6594b6d6e62ced3b
MD5 e1ad78807247e41b4dc271d9f011beb5
BLAKE2b-256 29dac334ef6521f039f010599c4b62f94b35eac87e1892ae05b96198b8bb45cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20ab6436141650e3ede3f14c22692c91d326a7a20b24bf2d6d8127b88e9b76f5
MD5 a9853b5f82e2ca16d44de5ed1c072006
BLAKE2b-256 702f345817085ca5e3cdd4332dfda2daf21a7560096a4aafc5c237a3006775b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f8389fcef44699d204b0d112f5ae02fc37391ac33f9dece8cae87ce8dd0593a8
MD5 a1a28362a37d23c25951ae211435c308
BLAKE2b-256 77162dd271362f5e1e4c3f82d2c774d0667ab614b6c63a8a07006c397951337a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 11d2b911383491c21e91f86680e327987e101a132dfa75403e87c1ad0c6aa392
MD5 336d54934568d430542451f00b39ad38
BLAKE2b-256 2ec9803c18a8b84c2a4baed41e9080998524ebd0cd096198750b92e131af516a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9af70952d56fb0d98a44af5ef663960f290c0116c732805f6ba00a471aef2a3b
MD5 0679b6e234912016ebac2f595c9ddac9
BLAKE2b-256 5ee306b07ba6c7c2e035ef45660236b4a83151da7703a62284e549aa2126b5ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4476cd53d22420d4c8593218aed4eed54939896da1acb614409a9e58974790aa
MD5 eee622b7ea1fb576a6f88054baecec01
BLAKE2b-256 4fd9a4c5174033cd10ad73b48d2df897b6f45b35e4755c5050cf5a4dfdb6102c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1294a9881a0d10574bdf7fbef5f9ea1393e8b5cc7724bd52e20062f5c479279
MD5 51e8b98a605923cad595e63a998b72dd
BLAKE2b-256 71867950c7b1240a734eac0c9a35377ef6dcccdc6c99f027a0bed8bab07f6417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1064a79808784e2322a0f46bbc87bab90b3dad5dc9690a528d176303f49186c4
MD5 b46bd77c7fdd1e43b95c99c8616a9504
BLAKE2b-256 5ce34f0ec5d09a9837dc2910a8dc723df11de8ed1eb68d99c4ec00922e861813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 296e96af7ad45db912058315228bd64432010b6b7e632acfbbe6931f89b82355
MD5 7f53771b8185f762608b23eca166f4cd
BLAKE2b-256 156557b97968a1dda7afe0c2e3777605021876ceb88cbb5b54f85a9960937afe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e35b7e1a2bc3b5610b9f592bccd6305c1b13f84fd0bd8d8fa217c25a360c86ea
MD5 9814c88f570384a4a33735a9d375441d
BLAKE2b-256 f276a07a51c0d6ccf7454ef0328b16dd5107b31112dc7c90c296a2e9feb75884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1110c26f3dc952d1aa453aa6f1260f5c0358c58c4f0c98c17fc404bee35e006
MD5 f378a49fda5dce39cbee990eee1740ba
BLAKE2b-256 d2df0be4fe3e7f034da4fa3593618e39e1e3675e14db7e09addd9790f947c280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4be8bd81dd4fecfd0c8cdc299669b9a5f053b93a179c94361be7852a3011b74e
MD5 b9fa6e90b9be21cac1d3f4031ee2c3aa
BLAKE2b-256 0a4aac70b92ef74c5f95ce7ecb4e7eeb025c16f44b6b98962fda514c815c17ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 93d7610e50815362eda7cce53881186b88d24b311b985c40701d5fb9b3630fbd
MD5 b4033bda2a95656e38c9d9ee08c3f47c
BLAKE2b-256 e7a91852135e568d3fcd3649b51e97356e5aa90b1208a499a5baabe06f5ae7be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35c03d33d28da8052a579332f239db565aa1aaf9c147c1d7ad920f5e2b37db67
MD5 25c94d3d23dade6d43f4eec56f89db95
BLAKE2b-256 cdc8b742522a70317316fe19cb1b5eff09c48fc9b64a8f01621deb8f23ec3f3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6c1e34ffc65166c678c2cb4c545d628c691b6d6283f2f476749e3485fa167231
MD5 21a0ccf265d028014e7661a4ffcdd742
BLAKE2b-256 1da2a2d8810b7ac819e221137671fd72b5563cb7d36eff41f2eb24fd5f39b97b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a20888b86c852c62e1cadc859cbaa8181057de81f02e32fcec48658aaa2dc25
MD5 c444ae32fa8d821c636323ccc1023c79
BLAKE2b-256 ab50164f53e60142291e9385b9b4b9153fec587bcb3794479500a1f2dae07b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 616e3f71857db218e31f11d62d1db4166b2b677cbc8af8d3795c52b1e336ccb5
MD5 a38f21f8138fe69d6b96c6d4fe65b54e
BLAKE2b-256 e99b9945164b6bd3e8eaa3e8c26fe16e8f09dff5f12a67477d24e9ef283c1ed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a6a4bcd539edc18a4f3172929c971a654b02b481dea137884ada1fbda54dc05d
MD5 3ead2307b924a792650509284ee25e6f
BLAKE2b-256 6f0f0a572d50fd69e599116acd677745439162fcafbb33b123fe8c0b471694da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b046c1f032f822eefb29d6e4de9a2a77a8585c74bfb5b807849b18124988e97b
MD5 3dd0ccc9811e4a841561d4b22d6678ee
BLAKE2b-256 902066a1e07768a7fb508be63c2fa683fdd21d12efa3d763a4fb2af49c672096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fa89f45da1ec3519d658421c1f64f87396e515eae040223812f8801689091bf
MD5 661d2a070ff26b3cb4d88bae2060f53d
BLAKE2b-256 87988806ea19c65f12032611c8ab78cc1899b0a33732830fd4a32bf9a6943310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d04dc21ad318b51d05c884cb2493cf99cefded2e48030fdbdb4af35d56fab49b
MD5 fbe12a1bed52fa4ff316798afa13d293
BLAKE2b-256 5e5add743385e8e240cb488b2769bb2a830cd45590c57f2657e5fe003fe07c0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5716aa2da580cb048ff21576c130fe0620915eb305c6f080e34685ab129ab388
MD5 8d06ea29fcdff14afc93cbd2725da866
BLAKE2b-256 ddd4a78c32cca4ab6374d1f605864fd72de823854d5d47ccea762f458f17a567

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 50692b2b254762b4d8a8c6896dacf59338a247c246fe237248359161dcd92b39
MD5 f03549331d5549f4a32170e6ee873346
BLAKE2b-256 82ab7fbc6c95c2d1d7708fbaf7b27f063221151889711792126ebe4401f512ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bfd59657a8bfd4fa1871af4261e7c0e6e570d2c3bd9e04aff64c0de6b5ac1f8d
MD5 3ce57be994c0aa25fb79b735f3e959d7
BLAKE2b-256 4f73780f946680228bafd51be2908ff236af77da8e367d3f612f35fb145623ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ac2eb7f6b429fcc0de54134bff3b8dfbd785718d45a0eff097a9f0e3563dc5b
MD5 5e489de614a36e49b2394739b68bab2c
BLAKE2b-256 10a9a4b8cd88c3e0f0515f6fa2c15004747f2d4634ee22c207f8c6948ce56aee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 99e6ec13e03fef20ec44d0299efaac3dae493a7a6d0598835e86a3730f24f82e
MD5 3e82de4c2597c36950554725ee2faf09
BLAKE2b-256 126cbc02db85889e3ac35cc700f2b81d3479d7fd286101a9d81ad9f88d07dc85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b07024c894d4b279afef7b36b039ed58307221a8428fea16c6d3f9d63210788a
MD5 204e672431e9d9547a7d2beb375341ba
BLAKE2b-256 ba7ef0a34aaaf683d9527e684eb27cf3eba31f1d4be17ea602721fa106146434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f10a08c60fbfc7ce3301afbd30bf61e29c4023b562d7370a13c7b3ba14d3031a
MD5 6c72f9555fbfbf3ce4d2698df2d5eb55
BLAKE2b-256 a22ff67ce9b95ebd6289d2dc5040cfbef9b4509ecdca27d757a3fd1d8fd22bdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbbddbb3024a4992dd98bab467f511481bfc548308da53e0acdcb5feaa606535
MD5 2d71b4b231629a4b3beeeb83e126df6e
BLAKE2b-256 f39ab3777fc9c12bd79d6f9dd0d40016714b5d8edcea32f0e96e932ae080f2bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc0e3103bc13af1fe8d33697b98a6cb414d33ed905f3a38c05ca8eafc116b2f3
MD5 5a7db90d5f4a8d7cfdbe55b6a56f5b39
BLAKE2b-256 63093479f0eb4d62efb5c3446911a3e1bf016b9829c76795c7ff436484bd3d16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4124d294721903ee49be2b333e62c5ccd9bbf5fe59ec27531839057ae5c5b649
MD5 f41165a3852ca1e509b3f86ab142d201
BLAKE2b-256 da4b550a3ae050dd2115bb232ca548628697b5cc3622f701abc2c616a4b84505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4fc848f9087e564029c7f5847241eee144143d99fc480e270686fb0a5439e21
MD5 32f7faec5fe9bd517243de2fa9ec4e63
BLAKE2b-256 80c5a7a716a08e5dea212ca70fdfc87de9eec6f49e207330faa831f08f5d7938

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 09c0982af7e4738590697b42b9758244d68ed1015d3f0ce1f153c22d494c19e7
MD5 0c06f554761c3988c572fc7c1ab3392b
BLAKE2b-256 69ce3473a33e33bde29329f1755af8358454b1977dd93ec18925a22aa8eb5d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 259dfdd4bfcd374907c282194811dad2d7234b1c6f8d0ac687237b3b4fb894f3
MD5 cbd5706827ed4a539ad2818da00c84b9
BLAKE2b-256 2b52d8aaa1809064089146071b551745ff26f9a2bd49b947bae41962d1124bf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 552908ff3f8f428bc0d1037b8e43e6256e5ed8afe179f914aa767c1834c8ce56
MD5 32a6db03dbb52946de3a75b8496b0f83
BLAKE2b-256 71f1aaf9f50f5f865db44c64d825f6f69c4492c0e086e7817922a88ede3face5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bc2a50e4db822588d46e262207db5f66a55cafee6657122fcf731c655ee201b8
MD5 6869715827cb7037d4e43ec5e0302c56
BLAKE2b-256 c0b49b19c307ca8a5e67049677f2088ccd1d47285b1fce6ce7c55d62fa34560d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b84b315bf4f925203bf61cca23a9eaa5f08135107a89f6e44bd3ab145425b5ef
MD5 07a41b7a7b923081e6d883ad2ffa9c18
BLAKE2b-256 232aa8925d214b5a5983f757d5b5c8ca2092238a8a3b73fb43c74ddc9dd38853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a55e42eeacd9d2407f6fe1e2338443d80c27186455030c773d09371893ddb1b1
MD5 50346b6ba0e2350befa34444bbd56873
BLAKE2b-256 2390fe582bf6081bc951a4172f7f57d822443e5475d878e8dfe8c8afa930dc37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 892f0838d0db5c178f835784970ff21e7a7f1ca3b14c94c8746a2f865c456d50
MD5 55f287b82bcf8a1826db9423053259de
BLAKE2b-256 8aee36a8a17da74d8d857acad4d0f42c6b41994a157bd9bbab1d8483135ffa48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b63c3b11e118f695fe5ceb1f869c608e8ac328e67ba99b8eee13d8a3617f7cb6
MD5 652ae27668b101513e1128d9466f8156
BLAKE2b-256 0e2e9278750f4953e45d7e0124a0209dfb2290809dbf7e6370a290c57b99fe86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 50d66c281211ff85c3b3a1dadf7a25f2919d9b782c6518193161afb0e26566b5
MD5 e7058382ff57c3f2357d80f48687b563
BLAKE2b-256 6d202a5c84b057faefaf7d06d1aff40157b2b90885ab32249ff9758231c9f28d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a10f29161eaa4d8bf7771a40df04eba0adad15c0169d377ade29455857fa3e92
MD5 bd0b06535ee1fc79286f8147d70cca6d
BLAKE2b-256 d6b731d58cc45c091af3950ea389478da232bae8ad3f508032a25268947ee33b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c4c0c95a32b6d77ba8118341d5aa7b048a0a2d9a66d00d4e0b39983abab10143
MD5 c079bea8948690c3b5afaf46eca8019b
BLAKE2b-256 a7d54303c88b309def10235aaeb9723ee6464107bc7ddcfa3d08fdff696044d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f90dfa3b695738d29043afccecde0b108c4e3df961223e038dd3b33b89b9e8ff
MD5 660de2eb4fd42e6eb7ac8748838dd701
BLAKE2b-256 bb99db02cc79b94709dd3d993295bb170fc6468b2355bbaf9ddae2f45efa38d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98af9676a1ef94ddd0521b28052744c6426a03ba920903a4e0d6a449ad462368
MD5 ebf9c7c69d400557a8d9b3618a45cc0c
BLAKE2b-256 4487fc679ffd9fc6c86ba8e69cc69e9cc4bfee7ae260b8c681362d66396aef40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d1901b482404c34a36a496a9cee1622a80a3706110512af8201c4d7d46dea752
MD5 9c3ddab0044081e5cd31a255b56fe7b4
BLAKE2b-256 01ab30728880a36583bbe61c00ca954a937ad5905e840d5e143e1ed9c55926bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 712c0f382c6e438eb38d528fa1a2c1339eb2c33fe57e29d334e73a1ab669571e
MD5 b02b0a4be36be80e1267b793abb08bce
BLAKE2b-256 63ef70ab80c8ca38876d28ac3a448ec8061b2803e623b5e564f8d3cecc1f1af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea5efaf835c192790f27a95e0c5e81cb2480a2a2ee2bfe22eb515617d577966c
MD5 a3257d06f9beeccc08d1613977ef93f4
BLAKE2b-256 b0c3ecaeb107772a336e6cea4004cd180225795d38ba9621bb02e48688121ab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdmodels_core-0.1.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b5da7a69aa5db639565e5f2994a466d48c20b04f82b04968f9bf3e4b3fd1b730
MD5 b5865ee4b486bfff5326b3252c8f45d7
BLAKE2b-256 85c85b67e000034702bdb5d55daa22963cd521668dd6d3e47f8dbc7eb5788e17

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