Metadata-Version: 2.3
Name: static-site-containerizer
Version: 0.2.1
Summary: CLI tool for generating a Docker container to host your static site
License: MIT
Author: Max Pfeiffer
Author-email: max@maxpfeiffer.ch
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: python-on-whales (>=0.76.1,<0.77.0)
Project-URL: Homepage, https://github.com/max-pfeiffer/static-site-containerizer
Description-Content-Type: text/markdown

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![codecov](https://codecov.io/gh/max-pfeiffer/static-site-containerizer/graph/badge.svg?token=DEbs6372IY)](https://codecov.io/gh/max-pfeiffer/static-site-containerizer)
![pipeline workflow](https://github.com/max-pfeiffer/static-site-containerizer/actions/workflows/pipeline.yml/badge.svg)
# Static Site Containerizer

CLI tool for generating a Docker container to host your static site. static-site-containerizer builds a Docker image
based on the [official nginx image](https://hub.docker.com/_/nginx) and puts your content into the right directory
to host your site.

## Installation
```shell
$ pip install static-site-containerizer
```

## Usage
```shell

```

## Information Sources
* [nginx Docker image](https://hub.docker.com/_/nginx)
