Skip to content

brain-bican/bkbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Knowledge Base Interaction Toolkit

This package contains Pydantic version of the BICAN Knowledgebase Data Models, along with tools to interact with the models and the data they represent.

This project is still under development, and we encourage everyone to provide feedback and join the project.

Models

All models are located in the models directory. Currently, we support the following models:

Tools to interact with the models

Installation

Installation from PyPI

pip install bkbit

Temporary fix: updating to new schemasheets version from GitHub:

pip install git+https://github.com/linkml/schemasheets

Instructions for developers:

  • Fork the repository
  • Clone your fork
  • Navigate to the main project directory: cd bkbit
  • Install in editable mode: pip install -e .[all]
  • Install newer version of schemasheets (temporary fix): pip install git+https://github.com/linkml/schemasheets