Metadata-Version: 2.1
Name: docker-launch
Version: 0.1.0
Summary: Create and launch docker images on multiple hosts.
Home-page: https://github.com/necst-telescope/docker-launch
License: MIT
Author: KaoruNishikawa
Author-email: k.nishikawa@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: docker (>=5.0.3,<6.0.0)
Requires-Dist: importlib-metadata (>=4.4,<5.0); python_version < "3.8"
Requires-Dist: paramiko (>=2.11.0,<3.0.0)
Requires-Dist: tomlkit (>=0.11.1,<0.12.0)
Requires-Dist: typing-extensions (>=4.3,<5.0); python_version < "3.8"
Project-URL: Repository, https://github.com/necst-telescope/docker-launch
Description-Content-Type: text/markdown

# docker-launch

[![PyPI](https://img.shields.io/pypi/v/docker-launch.svg?label=PyPI&style=flat-square)](https://pypi.org/pypi/docker-launch/)
[![Python](https://img.shields.io/pypi/pyversions/docker-launch.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/pypi/docker-launch/)
[![Test](https://img.shields.io/github/workflow/status/necst-telescope/docker-launch/Test?logo=github&label=Test&style=flat-square)](https://github.com/necst-telescope/docker-launch/actions)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](https://github.com/necst-telescope/docker-launch/blob/main/LICENSE)

Create and launch docker images on multiple hosts.

## Features

This library provides:

- TBU

## Installation

```shell
pip install docker-launch
```

## Usage

TBU

---

This library is using [Semantic Versioning](https://semver.org).

