Metadata-Version: 2.1
Name: linkml
Version: 1.2.11
Summary: Linked Open Data Modeling Language
Home-page: http://linkml.github.io/linkml
Author: Harold Solbrig
Author-email: solbrig@jhu.edu
License: CC0 1.0 Universal
Keywords: linkml,biolink,metamodel
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: antlr4-python3-runtime (<4.10,~=4.9)
Requires-Dist: argparse (>=1.4.0)
Requires-Dist: click (>=7.0)
Requires-Dist: graphviz (>=0.10.1)
Requires-Dist: hbreader
Requires-Dist: isodate (>=0.6.0)
Requires-Dist: jinja2
Requires-Dist: jsonasobj2 (>=1.0.3,~=1.0)
Requires-Dist: jsonschema (>=3.0.1)
Requires-Dist: linkml-dataops
Requires-Dist: linkml-runtime (~=1.2.12)
Requires-Dist: myst-parser
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: parse
Requires-Dist: prefixcommons (>=0.1.7)
Requires-Dist: pydantic
Requires-Dist: pyjsg (>=0.11.6)
Requires-Dist: pyshex (>=0.7.20)
Requires-Dist: pyshexc (>=0.8.3)
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Requires-Dist: rdflib (>=6.0.0)
Requires-Dist: requests (>=2.22)
Requires-Dist: sphinx
Requires-Dist: sphinx-click
Requires-Dist: sphinx-rtd-theme
Requires-Dist: sqlalchemy (>=1.4.31)
Requires-Dist: watchdog (>=0.9.0)

[![Pyversions](https://img.shields.io/pypi/pyversions/linkml.svg)](https://pypi.python.org/pypi/linkml)
![](https://github.com/linkml/linkml/workflows/Build/badge.svg)
[![PyPi](https://img.shields.io/pypi/v/linkml.svg)](https://pypi.python.org/pypi/linkml)
[![badge](https://img.shields.io/badge/launch-binder-579ACA.svg)](https://mybinder.org/v2/gh/linkml/linkml/main?filepath=notebooks)
[![DOI](https://zenodo.org/badge/13996/linkml/linkml.svg)](https://zenodo.org/badge/latestdoi/13996/linkml/linkml)
[![PyPIDownloadsTotal](https://pepy.tech/badge/linkml)](https://pepy.tech/project/linkml)
[![PyPIDownloadsMonth](https://img.shields.io/pypi/dm/linkml?logo=PyPI&color=blue)](https://pypi.org/project/linkml)


# LinkML - Linked Data Modeling Language

LinkML is a linked data modeling language following object-oriented and ontological principles. LinkML models are typically authored in YAML, and can be converted to other schema representation formats such as JSON or RDF.

This repo holds the tools for generating and working with LinkML. For the LinkML schema (metamodel), please see https://github.com/linkml/linkml-model

The complete documentation for LinkML can be found here:

 - [linkml.io/linkml](https://linkml.io/linkml)



