Metadata-Version: 2.1
Name: kraken-wrapper
Version: 0.2.4
Summary: 
License: MIT
Author: Unknown
Author-email: me@unknown.org
Requires-Python: >=3.7,<3.11
Classifier: License :: OSI Approved :: MIT License
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
Requires-Dist: keyring (>=23.8.2,<24.0.0)
Requires-Dist: kraken-common (>=0.5.2,<0.6.0)
Requires-Dist: pex (>=2.1.103,<3.0.0)
Requires-Dist: setuptools (>=33.0.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Description-Content-Type: text/markdown

# 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.

For more information, check out the [Kraken Documentation](https://kraken-build.github.io/docs/).

__Installation__

You need Python 3.7+, <3.11 (currently limited due to an incompatibility with Dill).

    $ pipx install kraken-wrapper

