Source: python-execo
Maintainer: Matthieu Imbert <matthieu.imbert@inria.fr>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-docutils, python-sphinx, graphviz, python-argparse, python-requests (>= 2), python-keyring, python-psycopg2, python-networkx, python-pygraphviz, python-matplotlib, git
Standards-Version: 3.9.1
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-execo
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, python-argparse
Recommends: python-requests (>= 2), python-keyring, python-psycopg2, python-networkx, graphviz, python-pygraphviz, python-matplotlib
Description: Asynchronous control of local or remote unix processes.
 Execo offers a Python API for asynchronous control of local or remote,
 standalone or parallel, unix processes. It is especially well suited
 for quickly and easily scripting workflows of parallel/distributed
 operations on local or remote hosts: automate a scientific workflow,
 conduct computer science experiments, perform automated tests, etc.
 .
 This package installs the library for Python 2.

Package: python3-execo
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
Recommends: python3-requests (>= 2), python3-keyring, python3-psycopg2, python3-networkx, graphviz, python3-pygraphviz, python3-matplotlib
Description: Asynchronous control of local or remote unix processes.
 Execo offers a Python API for asynchronous control of local or remote,
 standalone or parallel, unix processes. It is especially well suited
 for quickly and easily scripting workflows of parallel/distributed
 operations on local or remote hosts: automate a scientific workflow,
 conduct computer science experiments, perform automated tests, etc.
 .
 This package installs the library for Python 3.
