Metadata-Version: 2.1
Name: synbio-schema
Version: 0.0.1
Summary: A schema for synthetic biology, inspired by IARPA FELIX
License: MIT
Author: Mark Andrew Miller
Author-email: MAM@lbl.gov
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: cruft (>=2.11.1,<3.0.0)
Requires-Dist: db-to-sqlite (>=1.4,<2.0)
Requires-Dist: linkml-runtime (>=1.1.24,<2.0.0)
Requires-Dist: psycopg2 (>=2.9.3,<3.0.0)
Description-Content-Type: text/markdown

# synbio-schema

A schema for synthetic biology, inspired by IARPA FELIX

## Website

* [https://semantic-synbio.github.io/synbio-schema](https://semantic-synbio.github.io/synbio-schema)

## Repository Structure

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

