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/pybel/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.1.0.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file bel_repository-0.1.0.tar.gz
.
File metadata
- Download URL: bel_repository-0.1.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a828ff6273db22cbd05317e073f65922000246ec834eb226a9df04b49e25bed4 |
|
MD5 | 581a8f6ff3a22b5937ba11597935af84 |
|
BLAKE2b-256 | b2ec44506c77c79a3797316922b2e6b274f403ec4bb83e3b6ed4a2f208af5aa4 |
File details
Details for the file bel_repository-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: bel_repository-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75722bb188aac82d613d60351f2e3c1fa4ca433b1a05b8cdf2cd431e3842461a |
|
MD5 | 85eb1ae5958bc0042098533bc9afe262 |
|
BLAKE2b-256 | b233ab21e0a41cd2a389ef7e92430f94fde648f83ba28cd4fffbf255dd12b0bc |