datasnakes / pyDAVID

A python3 wrapper around the DAVID API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status This package is currently under development. PyPI version

pydavid

A python wrapper around the DAVID api.

Background

Installation

View the below methods for installing this package.

PyPi

pip install pyDAVID

GitHub

  1. Download the zip file and unzip it or git clone https://github.com/sdhutchins/pyDAVID.git
  2. cd pyDAVID
  3. pip install .

OR

pip install git+https://github.com/sdhutchins/pyDAVID.git

Tests

To run tests, type python -m pytest ./test in the pyDAVID directory.

Author

Shaurita Hutchins · @sdhutchins · shaurita.d.hutchins@gmail.com

Contributing

If you would like to contribute to this package, install the package in development mode, and check out our contributing guidelines.

License

MIT

About

A python3 wrapper around the DAVID API

License:MIT License


Languages

Language:Python 100.0%