Metadata-Version: 2.1
Name: phovea-server
Version: 4.1.1
Summary: Python server implementation of Phovea
Home-page: https://phovea.caleydo.org
Author: The Caleydo Team
Author-email: contact@caleydo.org
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: Flask (==1.1.1)
Requires-Dist: flask-restplus (==0.13.0)
Requires-Dist: Flask-Sockets (==0.2.1)
Requires-Dist: gevent (==1.4.0)
Requires-Dist: gevent-websocket (==0.10.1)
Requires-Dist: numpy (==1.17.0)
Requires-Dist: scipy (==1.3.1)
Requires-Dist: pandas (==0.25.0)
Requires-Dist: matplotlib (==2.2.2)
Requires-Dist: Pillow (==5.1.0)
Requires-Dist: json-cfg (==0.4.2)

phovea_server [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
=====================

Python server implementation of Phovea that provides: 

* Data set handling
* Reading data from CSV
* ID mapping
* Selection and range handling
* General graph implementation
* WebSocket stream

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

```
git clone https://github.com/phovea/phovea_server.git
cd phovea_server
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-Server%20Plugin-10ACDF.svg
[phovea-url]: https://phovea.caleydo.org
[npm-image]: https://badge.fury.io/js/phovea_server.svg
[npm-url]: https://npmjs.org/package/phovea_server
[travis-image]: https://travis-ci.org/phovea/phovea_server.svg?branch=master
[travis-url]: https://travis-ci.org/phovea/phovea_server
[daviddm-image]: https://david-dm.org/phovea/phovea_server/status.svg
[daviddm-url]: https://david-dm.org/phovea/phovea_server


