Metadata-Version: 2.3
Name: wanderer
Version: 0.1.0
Summary: tool for persistent container management
Author: Michael Pöhn
Author-email: michael@poehn.at
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://codeberg.org/uniqx/wanderer
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2022 Michael Pöhn <michael@poehn.at>
SPDX-License-Identifier: GPL-3.0-or-later
-->

# wanderer

run dev setups inside podman containers

NOTE: This side-project is work in progress and not even alpha yet.

## abstract

Wanderer allows quickly create an entire landscape of podman containers
(places). And define scripts which for running tasks, maneuvers, server
processes, etc. in the entire landscape (journeys).

`wanderer` is inspired by vagrant. It can help automating development
setups, or more generally to create laboratory conditions inside containers. So
that you can experiment with various software stacks without tainting your
computer. Wanderer might seem somewhat similar to `docker-compose` if it covers
your usecases it's probably a better choice for you.

## license

This project is available to you under the terms of
[GPL-3.0-or-later](LICENSES/GPL-3.0-or-later.txt) and complies with
[reuse](https://reuse.software).

