Metadata-Version: 2.4
Name: muuntuu
Version: 2025.7.12
Summary: Transforms (Finnish: muuntuu) helper tool.
Author-email: Stefan Hagen <stefan@hagen.link>
Maintainer-email: Stefan Hagen <stefan@hagen.link>
License-Expression: MIT
Project-URL: Documentation, https://codes.dilettant.life/docs/muuntuu
Keywords: developer-tools,validation,verification
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging>=25.0
Requires-Dist: ruamel.yaml>=0.18.14
Dynamic: license-file

# Muuntuu

Transforms (Finnish: muuntuu) helper tool.

## Usage:

```bash
❯ muuntuu
usage: muuntuu [-h] [--source FILE] [--target FILE] [--debug] [--quiet] [--version] [SOURCE_FILE] [TARGET_FILE]

Transforms (Finish: muuntuu) helper tool.

positional arguments:
  SOURCE_FILE           JSON or YAML source as positional argument
  TARGET_FILE           JSON or YAML target as positional argument

options:
  -h, --help            show this help message and exit
  --source FILE, -s FILE
                        JSON or YAML source
  --target FILE, -t FILE
                        JSON or YAML target
  --debug, -d           work in debug mode (default: False), overwrites any environment variable MUUNTUU_DEBUG value
  --quiet, -q           work in quiet mode (default: False)
  --version, -V         display version and exit
```

## Version

```bash
❯ muuntuu --vesion
2025.7.12
```

## Status

Prototype.
