Metadata-Version: 2.1
Name: mtg-ontology
Version: 0.1.1
Summary: An ontology describing Magic: The Gathering.
License: GNU GPL v3.0
Author: Cyril Matthey-Doret
Author-email: cmdoret@mailbox.org
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: docs
Requires-Dist: linkml-runtime (>=1.1.24,<2.0.0)
Description-Content-Type: text/markdown

# mtg-ontology

An ontology describing Magic: The Gathering.

## Website

* [https://cmdoret.net/mtg_ontology](https://cmdoret.net/mtg_ontology)

## Repository Structure

* [examples/](examples/) - example data
* [project/](project/) - project files (do not edit these)
* [src/](src/) - source files (edit these)
    * [mtg_ontology](src/mtg_ontology)
        * [schema](src/mtg_ontology/schema) -- LinkML schema (edit this)
* [datamodel](src/mtg_ontology/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)

