Metadata-Version: 2.1
Name: django_docker_engine
Version: 0.0.48
Summary: Django app that manages the creation of, and proxies requests to, Docker containers
Home-page: https://github.com/refinery-platform/django_docker_engine/
Author: Chuck McCallum
License: MIT License
Description: # django_docker_engine 
        
        [![Build Status](https://travis-ci.org/refinery-platform/django_docker_engine.svg?branch=master)](https://travis-ci.org/refinery-platform/django_docker_engine)
        [![PyPI version](https://badge.fury.io/py/django-docker-engine.svg)](https://pypi.python.org/pypi/django-docker-engine)
        ![Python versions](https://img.shields.io/pypi/pyversions/django_docker_engine.svg)
        ![Django versions](https://img.shields.io/pypi/djversions/django_docker_engine.svg)
            
        This Django app manages and proxies requests to Docker containers.
        The primary goal has been to provide a visualization framework for the
        [Refinery Project](https://github.com/refinery-platform/refinery-platform),
        but nothing should prevent its use in other contexts, as well.
        
        In order for a Docker container to work with this package it must:
        
        - listen on some port for HTTP connections, and
        - accept a single JSON file as input.
        
        The following Docker projects have been designed to work with `django_docker_engine`:
        
        - [docker_igv_js](https://github.com/refinery-platform/docker_igv_js)
        - [refinery-higlass-docker](https://github.com/scottx611x/refinery-higlass-docker)
        - [heatmap-scatter-dash](https://github.com/refinery-platform/heatmap-scatter-dash)
        
        More information:
        - [for users of the library](https://github.com/refinery-platform/django_docker_engine/blob/master/README-USERS.md)
        - [for developers of the library](https://github.com/refinery-platform/django_docker_engine/blob/master/README-DEVS.md)
        - [background motivations and future directions](https://github.com/refinery-platform/django_docker_engine/blob/master/README-PROVENANCE.md)
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.11
Description-Content-Type: text/markdown
