Metadata-Version: 2.3
Name: static-site-containerizer
Version: 0.2.0
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

# 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

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