Metadata-Version: 2.4
Name: linkml
Version: 1.9.5rc2
Summary: Linked Open Data Modeling Language
Author: Deepak Unni
Author-email: Chris Mungall <cjmungall@lbl.gov>, Sierra Moxon <smoxon@lbl.gov>, Harold Solbrig <solbrig@jhu.edu>, Sujay Patil <spatil@lbl.gov>, Harshad Hegde <hhegde@lbl.gov>, Mark Andrew Miller <MAM@lbl.gov>, Gaurav Vaidya <gaurav@renci.org>, Kevin Schaper <kevin@tislab.org>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: biolink,data modeling,linked data,owl,rdf,schema
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: antlr4-python3-runtime<4.10,>=4.9.0
Requires-Dist: click<8.2,>=8.0
Requires-Dist: graphviz>=0.10.1
Requires-Dist: hbreader
Requires-Dist: isodate>=0.6.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: jsonasobj2<2.0.0,>=1.0.3
Requires-Dist: jsonschema[format]>=4.0.0
Requires-Dist: linkml-runtime<2.0.0,>=1.9.5
Requires-Dist: openpyxl
Requires-Dist: parse
Requires-Dist: prefixcommons>=0.1.7
Requires-Dist: prefixmaps>=0.2.2
Requires-Dist: pydantic<3.0.0,>=1.0.0
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-click>=6.0.0
Requires-Dist: sqlalchemy>=1.4.31
Requires-Dist: typing-extensions>=4.6.0; python_version < '3.12'
Requires-Dist: watchdog>=0.9.0
Description-Content-Type: text/markdown

[![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)
[![codecov](https://codecov.io/gh/linkml/linkml/branch/main/graph/badge.svg?token=WNQNG986UN)](https://codecov.io/gh/linkml/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)
