Metadata-Version: 2.1
Name: kgcl-schema
Version: 0.3.0
Summary: Schema for the KGCL project.
License: MIT
Author: Chris Mungall
Author-email: cjmungall@lbl.gov
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: bioregistry (>=0.5.49,<0.6.0)
Requires-Dist: lark (>=1.1.2,<2.0.0)
Requires-Dist: linkml-runtime (>=1.1.24,<2.0.0)
Description-Content-Type: text/markdown

# KGCL: Knowledge Graph Change Language

KGCL is a standard datamodel for representing changes in ontologies and knowledge graphs.

This repository houses:

- The KGCL schema/standard
- The Python implementation of the standard (LinkML model, LARK grammar)

## Documentation

[Read more here.](https://incatools.github.io/kgcl/)


