Workflow manager for the PDSSP platform.
To install PDSSP workflow manager, run this command in your terminal:
$ pip install pdssp-airflow
This is the preferred method to install PDSSP workflow manager, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
The sources for PDSSP workflow manager can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/pole-surfaces-planetaires/pdssp-airflow
Or download the tarball:
$ curl -OJL https://github.com/pole-surfaces-planetaires/pdssp-airflow/tarball/master
Once you have a copy of the source, you can install it with:
$ make # install in the system root
$ make user # or Install for non-root usage
$ git clone https://github.com/pole-surfaces-planetaires/pdssp-airflow
$ cd pdssp-airflow
$ make prepare-dev
$ source .pdssp-airflow
$ make install-dev
To get more information about the preconfigured tasks:
$ make help
To use PDSSP workflow manager in a project:
import pdssp-airflow
$make tests
👤 Jean-Christophe Malapert
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/pole-surfaces-planetaires/pdssp-airflow/issues). You can also take a look at the [contributing guide](https://github.com/pole-surfaces-planetaires/pdssp-airflow/blob/master/CONTRIBUTING.rst)
This project is [GNU Lesser General Public License v3](https://github.com/pole-surfaces-planetaires/pdssp-airflow/blob/master/LICENSE) licensed.