A utility for loading data from repositories of BEL documents.
Project description
A utility for loading data from repositories of BEL documents with PyBEL [1].
Installation
bel_repository can be installed from PyPI with the following command:
$ pip install bel_repository
The latest version can be installed from GitHub with:
$ pip install git+https://github.com/cthoyt/bel-repository.git
Usage
from typing import Mapping
from bel_repository import BELRepository
from pybel import BELGraph
# Build a repository by giving a folder
bel_repository = BELRepository('/path/to/folder/with/bel/')
# Get a mapping from paths to graphs
graphs: Mapping[str, BELGraph] = bel_repository.get_graphs()
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bel_repository-0.0.3.tar.gz
(9.2 kB
view hashes)
Built Distribution
Close
Hashes for bel_repository-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d3ed08a5e5d4bcec96c8a62456c21fc37e1585ce17233a9f984cb7669643c9b |
|
MD5 | 1856c96f867ad25eea26310da291f24c |
|
BLAKE2b-256 | 7cd732dd43afccffbd6303aaf28c6220ca25353128d1bf3bf3adf52ec23e7a3f |