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.2.tar.gz
(9.2 kB
view hashes)
Built Distribution
Close
Hashes for bel_repository-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d8872c8b41895066617bbfadcc15636f274af96fbf93293ebcd1cc7f0275c97 |
|
MD5 | a79f399f242ea3e6256aadd2606ebd5f |
|
BLAKE2b-256 | cd1f3f5ea00111f3aae045772bd7edd4fc0a6b9aeb46c7db3980bece21c014c3 |