Metadata-Version: 2.3
Name: opencloning-linkml
Version: 0.2.7a0
Summary: A LinkML data model for OpenCloning
License: MIT
Author: Manuel Lera-Ramirez
Author-email: manuel.lera-ramirez@ucl.ac.uk
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: docs
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Project-URL: Documentation, https://genestorian.github.io/OpenCloning_LinkML
Project-URL: Homepage, https://github.com/genestorian/OpenCloning_LinkML
Project-URL: Repository, https://github.com/genestorian/OpenCloning_LinkML
Description-Content-Type: text/markdown

# OpenCloning_LinkML

A LinkML data model for OpenCloning, a standardized schema for describing molecular cloning strategies and DNA assembly protocols.

## Website

https://opencloning.github.io/OpenCloning_LinkML

## Repository Structure

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

## Developer Documentation

The python package can be installed from PyPI:

```bash
pip install opencloning-linkml
```

<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).

