Metadata-Version: 2.1
Name: constellation
Version: 0.0.9
Summary: Deploy scripts for constellations of docker containers
Home-page: https://github.com/reside-ic/constellation
Author: Rich FitzJohn
Author-email: r.fitzjohn@imperial.ac.uk
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

## constellation

[![Build Status](https://github.com/reside-ic/constellation/actions/workflows/test.yml/badge.svg))](https://github.com/reside-ic/constellation/actions)
[![codecov.io](https://codecov.io/github/reside-ic/constellation/coverage.svg?branch=master)](https://codecov.io/github/reside-ic/constellation?branch=master)

## Installation

From local sources

```
python3 setup.py install --user
```

(you may need `--upgrade` to upgrade older versions of python packages).


