nwb-linkml/nwb_schema_language
2024-09-13 02:42:01 -07:00
..
.github/workflows some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
docs updating nwb_schema_language to have proper single/multi fields for author/contact 2023-10-10 01:08:25 -07:00
project Regenerate nwb_schema_language models 2023-10-09 15:06:53 -07:00
src partially functioning rolldown, but getting some wonky results - missing attributes in nested inheritance, and the models are now extremely noisy, creating the same fields over and over even when they aren't overridden or modified by the child class. Need to redo the rolldown, make it less generic, don't dump to dicts, merge in a more targeted way. 2024-09-13 02:42:01 -07:00
tests v0.2.0 of nwb_schema_language - parentization 2024-09-12 22:40:14 -07:00
utils some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
.cruft.json some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
.gitignore Cleaner code generation, npytyping type hints for arrays 2023-08-30 20:56:30 -07:00
about.yaml some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
CODE_OF_CONDUCT.md some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
config.env some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
config.yaml some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
CONTRIBUTING.md some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
LICENSE some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
Makefile v0.2.0 of nwb_schema_language - parentization 2024-09-12 22:40:14 -07:00
mkdocs.yml some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
project.Makefile some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00
pyproject.toml v0.2.0 of nwb_schema_language - parentization 2024-09-12 22:40:14 -07:00
README.md some vague sketching on mapping namespaces 2023-08-20 23:00:58 -07:00

nwb-schema-language

Translation of the nwb-schema-language to LinkML

Website

https://p2p_ld.github.io/nwb-schema-language

Repository Structure

Developer Documentation

Use the `make` command to generate project artefacts:
  • make all: make everything
  • make deploy: deploys site

Credits

This project was made with linkml-project-cookiecutter.