Metadata-Version: 2.1
Name: linkml_tutorial_2024
Version: 0.0.2
Summary: A repostitory that walks through schema generation.
License: MIT
Author: LinkML Team
Author-email: admin@linkml.org
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: docs
Requires-Dist: linkml-runtime (>=1.1.24,<2.0.0)
Description-Content-Type: text/markdown

# linkml-tutorial-2024

A repostitory that walks through schema generation.

## Website

[https://linkml.github.io/linkml-tutorial-2024](https://linkml.github.io/linkml-tutorial-2024)

## Repository Structure

* [examples/](examples/) - example data
* [project/](project/) - project files (do not edit these)
* [src/](src/) - source files (edit these)
  * [linkml_tutorial_2024](src/linkml_tutorial_2024)
    * [schema](src/linkml_tutorial_2024/schema) -- LinkML schema
      (edit this)
    * [datamodel](src/linkml_tutorial_2024/datamodel) -- generated
      Python datamodel
* [tests/](tests/) - Python tests

## Developer Documentation

<details>
Use the `make` command to generate project artefacts:

* `make all`: make everything
* `make deploy`: deploys site
</details>

## Credits

This project was made with
[linkml-project-cookiecutter](https://github.com/linkml/linkml-project-cookiecutter).

