nwb-linkml/nwb-schema-language
2023-08-18 22:09:28 -07:00
..
.github/workflows progress with using pydantic models 2023-08-18 01:11:14 -07:00
project progress with using pydantic models 2023-08-18 01:11:14 -07:00
src working schema language import 2023-08-18 22:09:28 -07:00
tests progress with using pydantic models 2023-08-18 01:11:14 -07:00
utils progress with using pydantic models 2023-08-18 01:11:14 -07:00
.cruft.json progress with using pydantic models 2023-08-18 01:11:14 -07:00
.gitignore progress with using pydantic models 2023-08-18 01:11:14 -07:00
about.yaml progress with using pydantic models 2023-08-18 01:11:14 -07:00
CODE_OF_CONDUCT.md progress with using pydantic models 2023-08-18 01:11:14 -07:00
config.env progress with using pydantic models 2023-08-18 01:11:14 -07:00
config.yaml progress with using pydantic models 2023-08-18 01:11:14 -07:00
CONTRIBUTING.md progress with using pydantic models 2023-08-18 01:11:14 -07:00
LICENSE progress with using pydantic models 2023-08-18 01:11:14 -07:00
Makefile working schema language import 2023-08-18 22:09:28 -07:00
mkdocs.yml progress with using pydantic models 2023-08-18 01:11:14 -07:00
poetry.lock patch pydantic code generation, use anytype for dims because modeling lists of lists is not possible 2023-08-18 16:33:06 -07:00
project.Makefile progress with using pydantic models 2023-08-18 01:11:14 -07:00
pyproject.toml patch pydantic code generation, use anytype for dims because modeling lists of lists is not possible 2023-08-18 16:33:06 -07:00
README.md progress with using pydantic models 2023-08-18 01:11:14 -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.