Metadata-Version: 2.4
Name: kraken-wrapper
Version: 0.49.0
Summary: krakenw ensures a consistent and reproducible environment for your project's build orchestrated by Kraken.
Project-URL: Bug Tracker, https://github.com/kraken-build/kraken-build/issues
Project-URL: Documentation, https://kraken-build.github.io/kraken-build/
Project-URL: Homepage, https://kraken-build.github.io/kraken-build/
Project-URL: Repository, https://github.com/kraken-build/kraken-build/
Author-email: Niklas Rosenstein <rosensteinniklas@gmail.com>
License-Expression: MIT
Requires-Python: <3.15,>=3.10
Requires-Dist: deprecated>=1.2.18
Requires-Dist: kraken-build==0.49.0
Requires-Dist: loguru<0.8.0,>=0.7.2
Requires-Dist: packaging<25.1,>=25
Requires-Dist: uv<0.10.0,>=0.9.0
Description-Content-Type: text/markdown

# kraken-wrapper

[Documentation](https://kraken-build.github.io/kraken/kraken-wrapper/)

This projects implements `krakenw`, the wrapper CLI for the Kraken build system that enables reproducible builds
via lock files and executing builds from inside subdirectories.

__Installation__

You need Python 3.10 or newer:

    $ pipx install kraken-wrapper
