An open API service indexing awesome lists of open source software.

https://github.com/datasnakes/pydavid

A python3 wrapper around the DAVID API
https://github.com/datasnakes/pydavid

annotation api david python3

Last synced: 6 months ago
JSON representation

A python3 wrapper around the DAVID API

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/sdhutchins/pyDAVID.svg?branch=master)](https://travis-ci.com/sdhutchins/pyDAVID)
[![This package is currently under development.](https://img.shields.io/badge/under-development-orange.svg)](https://github.com/sdhutchins/pyDAVID)
[![PyPI version](https://badge.fury.io/py/pyDAVID.svg)](https://badge.fury.io/py/pyDAVID)

# 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](https://github.com/sdhutchins)
· [shaurita.d.hutchins@gmail.com](mailto: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](https://github.com/sdhutchins/pyDAVID/blob/master/CONTRIBUTING.md).

## License

[MIT](https://github.com/sdhutchins/pyDAVID/blob/master/LICENSE)