pybel / pybel-admin

A PyBEL extension for interacting with its database through Flask Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

A PyBEL extension for interacting with its database through Flask Admin

License:MIT License


Languages

Language:Python 100.0%