Bio2BEL ExPASy

This library helps to download and parses the enzyme classes from the ExPASy ENZYME database.

Installation

Easiest

Download the latest stable code from PyPI with:

$ python3 -m pip install bio2bel_expasy

Get the Latest

Download the most recent code from GitHub with:

$ python3 -m pip install git+https://github.com/bio2bel/expasy.git

For Developers

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

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

Testing

Bio2BEL ExPASy is tested with Python3 on Linux using Travis CI.

Indices and tables