Metadata-Version: 2.4
Name: microscopemetrics_schema
Version: 0.0.5
Summary: A schema for microscope-metrics, a python package for microscope QC.
Author-email: Julio Mateos Langerak <julio.mateos-langerak@igh.cnrs.fr>
License-Expression: GPL-3.0-only
License-File: LICENSE
Requires-Python: <4.0,>=3.9
Requires-Dist: hypothesis>=6.141.1
Requires-Dist: linkml-runtime>=1.9.4
Description-Content-Type: text/markdown

# microscopemetrics-schema

A schema for [microscope-metrics](https://github.com/MontpellierRessourcesImagerie/microscope-metrics), a python package for microscope QC

## Website

[https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema](https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema)

## Repository Structure

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

## Developer Documentation

<details>
To run commands you may use good old make or the command runner [just](https://github.com/casey/just/) which is a better choice on Windows.
Use the `make` command or `duty` commands to generate project artefacts:
* `make help` or `just --list`: list all pre-defined tasks
* `make all` or `just all`: make everything
* `make deploy` or `just deploy`: deploys site
</details>

## Credits

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