Skip to content

A PyBEL extension for interacting with its database through Flask Admin

License

Notifications You must be signed in to change notification settings

pybel/pybel-admin

Repository files navigation

PyBEL-Admin Build Status Coverage Status Documentation Status

A PyBEL extension for interacting with its database through Flask Admin.

Installation Current version on PyPI Stable Supported Python Versions MIT License

Get the Latest

Download the most recent code from GitHub with:

$ python3 -m pip install git+https://github.com/pybel/pybel-admin.git

For Developers

Clone the repository from GitHub and install in editable mode with:

$ git clone https://github.com/pybel/pybel-admin.git
$ cd bio2bel
$ python3 -m pip install -e .

Getting Started

PyBEL-Admin installs a command pybel-admin that can be directly called from the console. Alternatively, it can be run as a Python module with:

$ python3 -m pybel_admin

The options --host and --port can be used to change these default parameters from localhost and 5000, respectively.

Citation

If you use PyBEL in your work, please cite:

[1]Hoyt, C. T., et al. (2017). PyBEL: a Computational Framework for Biological Expression Language. Bioinformatics, 34(December), 1–2.

About

A PyBEL extension for interacting with its database through Flask Admin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages