Metadata-Version: 2.1
Name: tdp-core
Version: 9.0.0
Summary: Target discovery platform for exploring rankings of genes, disease models, and other entities.
Home-page: https://www.datavisyn.io
Author: datavisyn
Author-email: contact@datavisyn.io
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: phovea-server (<6.0.0,>=5.0.0)
Requires-Dist: pymongo (~=3.10.1)
Requires-Dist: requests (~=2.23.0)
Requires-Dist: SQLAlchemy (==1.3.13)
Requires-Dist: urllib3 (==1.24.3)
Requires-Dist: flask-swagger-ui (==3.20.9)
Requires-Dist: yamlreader (==3.0.4)
Requires-Dist: openpyxl (~=3.0.3)

tdp_core [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url]
=====================

Target discovery platform for exploring rankings of genes, disease models, and other entities.

Installation
------------

```
git clone https://github.com/datavisyn/tdp_core.git
cd tdp_core
npm install
```

Testing
-------

```
npm test
```

Building
--------

```
npm run build
```



***

<a href="https://caleydo.org"><img src="http://caleydo.org/assets/images/logos/caleydo.svg" align="left" width="200px" hspace="10" vspace="6"></a>
This repository is part of **[Phovea](http://phovea.caleydo.org/)**, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the [documentation page](http://phovea.caleydo.org).


[phovea-image]: https://img.shields.io/badge/Phovea-Client%20Plugin-F47D20.svg
[phovea-url]: https://phovea.caleydo.org
[npm-image]: https://badge.fury.io/js/tdp_core.svg
[npm-url]: https://npmjs.org/package/tdp_core
[circleci-image]: https://circleci.com/gh/datavisyn/tdp_core.svg?style=shield&circle-token=021e456dc4d0e7ae082476213aada47bc0fd864b
[circleci-url]: https://circleci.com/gh/datavisyn/tdp_core


