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
- Tools to extract data, validate against the current model, and create JSON-LD representations
- Converter from spreadsheets to LinkML YAML files
- Tools to edit LinkML YAML files
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
Release files for bkbit 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bkbit-0.1.1.tar.gz | 60.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bkbit-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 129.9 kB
Release files / bkbit-0.1.1.tar.gz
| Download URL | bkbit-0.1.1.tar.gz |
|---|---|
| Size | 60.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d8747df8f0fe3d0758d687d909f85f5cebb677de91de2e8fca150777154c921a
|
|
BLAKE2b-256 checksum How to use checksums |
3da0038a7425f09271bc61a58fc8d02d3e863f5388f2ed0c697d652cd4765307
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.3
|
Release files / bkbit-0.1.1-py3-none-any.whl
| Download URL | bkbit-0.1.1-py3-none-any.whl |
|---|---|
| Size | 69.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0052112ac55f133351274714f3369c5a0203f97a50d11b7f4e19c9611ba19aed
|
|
BLAKE2b-256 checksum How to use checksums |
4e5ff1441bfba0fecdaed59b917d0089ee5c2bdd190893e59ef9e4bdb38474ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.3
|