Metadata-Version: 2.3
Name: microscopemetrics_schema
Version: 0.0.4
Summary: A schema for microscope-metrics, a python package for microscope QC
License: GNU GPL v3.0
Author: Julio Mateos Langerak
Author-email: <julio.mateos-langerak@igh.cnrs.fr>
Requires-Python: >=3.9.18,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: hypothesis (>=6.131.15)
Requires-Dist: linkml-runtime (>=1.1.24)
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).

