Metadata-Version: 1.1
Name: phovea-processing-queue
Version: 0.1.0
Summary: Process long-running tasks in the background using Celery.
Home-page: https://phovea.caleydo.org
Author: The Caleydo Team
Author-email: contact@caleydo.org
License: BSD-3-Clause
Description: phovea_processing_queue [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
        =====================
        
        Define long-running tasks that should be processed in the background using [Celery](http://www.celeryproject.org/).
        
        Installation
        ------------
        
        ```
        git clone https://github.com/phovea/phovea_processing_queue.git
        cd phovea_processing_queue
        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/phovea_processing_queue.svg
        [npm-url]: https://npmjs.org/package/phovea_processing_queue
        [travis-image]: https://travis-ci.org/phovea/phovea_processing_queue.svg?branch=master
        [travis-url]: https://travis-ci.org/phovea/phovea_processing_queue
        [daviddm-image]: https://david-dm.org/phovea/phovea_processing_queue/status.svg
        [daviddm-url]: https://david-dm.org/phovea/phovea_processing_queue
        
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 :: 2.7
Classifier: Programming Language :: Python :: 3.4
