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 details)
Built Distribution
File details
Details for the file bel_repository-0.0.3.tar.gz
.
File metadata
- Download URL: bel_repository-0.0.3.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 696220e68eab1284a1d48a250bac08cf5bd3bb4cc775ebfc352c7ee79996183a |
|
MD5 | 037ebda69c79ad5619d7b47211caa48b |
|
BLAKE2b-256 | c53c399562f323a9c2f77fc86dcccfa88aca12c4c37eaedc499d2746a3fc45a4 |
Provenance
File details
Details for the file bel_repository-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: bel_repository-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d3ed08a5e5d4bcec96c8a62456c21fc37e1585ce17233a9f984cb7669643c9b |
|
MD5 | 1856c96f867ad25eea26310da291f24c |
|
BLAKE2b-256 | 7cd732dd43afccffbd6303aaf28c6220ca25353128d1bf3bf3adf52ec23e7a3f |