Metadata-Version: 2.1
Name: kraken-wrapper
Version: 0.35.0
Summary: 
License: MIT
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: kraken-build (==0.35.0)
Requires-Dist: packaging (>=23.1,<24.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Requires-Dist: uv (>=0.1.0,<0.2.0)
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/
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

