Metadata-Version: 2.1
Name: schemasheets
Version: 0.1.9
Summary: Package to author schemas using spreadsheets
Home-page: https://github.com/linkml/schemasheets
Author: cmungall
Author-email: cjm@berkeleybop.org
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=3.0.3,<4.0.0)
Requires-Dist: bioregistry (>=0.4.30,<0.5.0)
Requires-Dist: linkml (>=1.1.15,<2.0.0)
Requires-Dist: ontodev-cogs (>=0.3.3,<0.4.0)
Project-URL: Documentation, https://github.com/linkml/schemasheets
Project-URL: Repository, https://github.com/linkml/schemasheets
Description-Content-Type: text/markdown

# Schemasheets - make datamodels using spreadsheets

<p align="center">
    <a href="https://github.com/linkml/schemasheets/actions/workflows/main.yml">
        <img alt="Tests" src="https://github.com/linkml/schemasheets/actions/workflows/main.yaml/badge.svg" />
    </a>
    <a href="https://pypi.org/project/linkml">
        <img alt="PyPI" src="https://img.shields.io/pypi/v/linkml" />
    </a>
    <a href="https://pypi.org/project/sssom">
        <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/sssom" />
    </a>
    <a href="https://github.com/linkml/schemasheets/blob/main/LICENSE">
        <img alt="PyPI - License" src="https://img.shields.io/pypi/l/sssom" />
    </a>
    <a href="https://github.com/psf/black">
        <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
    </a>
</p>

Schemasheets is a framework for managing your schema using
spreadsheets (Google Sheets, Excel). It works by compiling down to
[LinkML](https://linkml.io), which can itself be compuled to a variety
of formalisms.

For more info, see the [documentation](https://linkml.io/schemasheets)

