Metadata-Version: 2.1
Name: cmdr
Version: 0.1.0rc1
Summary: Core Model for Data Research (Tentative)
License: MIT
Author: My Name
Author-email: my-name@my-org.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
Provides-Extra: docs
Requires-Dist: SQLAlchemy (>=1.4.32,<2.0.0,!=1.4.46)
Requires-Dist: linkml-runtime (>=1.1.24,<2.0.0)
Description-Content-Type: text/markdown

# cmdr

Core Model for Data Research (Tentative)

## Website

* [https://linkml.github.io/cmdr](https://linkml.github.io/cmdr)

## Repository Structure

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

