Metadata-Version: 2.1
Name: nwb_schema_language
Version: 0.1.2
Summary: Translation of the nwb-schema-language to LinkML
Home-page: https://nwb-linkml.readthedocs.io
License: GNU GPL v3.0
Author: Jonny Saunders
Author-email: j@nny.fyi
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary 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: linkml-runtime (>=1.1.24,<2.0.0)
Requires-Dist: pydantic (>=2.3.0,<3.0.0)
Project-URL: Documentation, https://nwb-linkml.readthedocs.io
Project-URL: Repository, https://github.com/p2p-ld/nwb-linkml/
Description-Content-Type: text/markdown

# nwb-schema-language

Translation of the nwb-schema-language to LinkML

## Website

[https://p2p_ld.github.io/nwb-schema-language](https://p2p_ld.github.io/nwb-schema-language)

## Repository Structure

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

