| Name | kraken-build JSON |
| Version |
0.49.0
JSON |
| download |
| home_page | None |
| Summary | Kraken is an extensible build orchestration system. |
| upload_time | 2025-10-24 14:30:04 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | <3.15,>=3.10 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# The Kraken build system

[](https://github.com/kraken-build/kraken/actions/workflows/python.yaml)
[](https://badge.fury.io/py/kraken-build)
[](https://kraken-build.github.io/kraken/)
Kraken is a build system, but not in the traditional sense. It's focus is on the orchestration of high-level tasks,
such as organization of your repository configuration, code generation, invoking other build systems, etc. It is not a
replacement for tools like Poetry, Cargo or CMake.
**Requirements**
* CPython 3.10+
## Getting started
Currently, Kraken's OSS components are not very well documented and do not provide a convenient way to get started.
However, if you really want to try it, you can use the following steps:
Install `kraken-wrapper` (e.g. with [Uv](https://docs.astral.sh/uv/)) to get access to the `krakenw` command-line tool.
Create a `.kraken.py` script in your project's root directory.
Run `krakenw lock` to install `kraken-build` for your project in `build/.kraken/venv` and generate a `kraken.lock` file.
Run `krakenw run lint` to run the linters.
> Note that you can also use the `kraken` CLI (instead of `krakenw`), however this will disregard the `buildscript()`
> function, will not use the lock file and will use the version of Kraken that was installed globally.
## Development
This repository uses [Uv](https://docs.astral.sh/uv/), but not currently a Uv-workspace because Kraken does not support that, yet. You may
want to use a released version of `krakenw` instead of the live version in `kraken-wrapper/` to interact with this
repository. You can use [Mise](https://mise.jdx.dev/) to install all the tools you need.
```
$ mise install
$ eval "$(mise activate)"
$ krakenw run fmt lint test
```
## Release process
A release must be created by a maintainer that has write access to the `develop` branch.
```
$ ./scripts/bump.py X.Y.Z --release
```
The packages are published to PyPI from CI.
Raw data
{
"_id": null,
"home_page": null,
"name": "kraken-build",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.15,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Niklas Rosenstein <rosensteinniklas@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/86/92/2e170a0ef4e095599ce5315a87331afea9bb580485c2b6f5d4fb85946749/kraken_build-0.49.0.tar.gz",
"platform": null,
"description": "# The Kraken build system\n\n\n\n[](https://github.com/kraken-build/kraken/actions/workflows/python.yaml) \n[](https://badge.fury.io/py/kraken-build) \n[](https://kraken-build.github.io/kraken/)\n\nKraken is a build system, but not in the traditional sense. It's focus is on the orchestration of high-level tasks, \nsuch as organization of your repository configuration, code generation, invoking other build systems, etc. It is not a \nreplacement for tools like Poetry, Cargo or CMake.\n\n**Requirements**\n\n* CPython 3.10+\n\n## Getting started\n\nCurrently, Kraken's OSS components are not very well documented and do not provide a convenient way to get started. \nHowever, if you really want to try it, you can use the following steps:\n\nInstall `kraken-wrapper` (e.g. with [Uv](https://docs.astral.sh/uv/)) to get access to the `krakenw` command-line tool.\n\nCreate a `.kraken.py` script in your project's root directory.\n\nRun `krakenw lock` to install `kraken-build` for your project in `build/.kraken/venv` and generate a `kraken.lock` file.\n\nRun `krakenw run lint` to run the linters.\n\n> Note that you can also use the `kraken` CLI (instead of `krakenw`), however this will disregard the `buildscript()` \n> function, will not use the lock file and will use the version of Kraken that was installed globally.\n\n## Development\n\nThis repository uses [Uv](https://docs.astral.sh/uv/), but not currently a Uv-workspace because Kraken does not support that, yet. You may \nwant to use a released version of `krakenw` instead of the live version in `kraken-wrapper/` to interact with this \nrepository. You can use [Mise](https://mise.jdx.dev/) to install all the tools you need.\n\n```\n$ mise install\n$ eval \"$(mise activate)\"\n$ krakenw run fmt lint test\n```\n\n## Release process\n\nA release must be created by a maintainer that has write access to the `develop` branch.\n\n```\n$ ./scripts/bump.py X.Y.Z --release\n```\n\nThe packages are published to PyPI from CI.\n",
"bugtrack_url": null,
"license": null,
"summary": "Kraken is an extensible build orchestration system.",
"version": "0.49.0",
"project_urls": {
"Bug Tracker": "https://github.com/kraken-build/kraken-build/issues",
"Documentation": "https://kraken-build.github.io/kraken-build/",
"Homepage": "https://kraken-build.github.io/kraken-build/",
"Repository": "https://github.com/kraken-build/kraken-build/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8a7ddbe415285fe8165caf54982b4e93cafd9fbbbce11031582b5f7f81c81ae5",
"md5": "87cfe8b850b9eb12f02b198613a2307b",
"sha256": "e62e87d6c6edc207c7b52738ef8d92420045f73845d1bf8bc43733aa7bc3547f"
},
"downloads": -1,
"filename": "kraken_build-0.49.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "87cfe8b850b9eb12f02b198613a2307b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.15,>=3.10",
"size": 266716,
"upload_time": "2025-10-24T14:30:00",
"upload_time_iso_8601": "2025-10-24T14:30:00.947919Z",
"url": "https://files.pythonhosted.org/packages/8a/7d/dbe415285fe8165caf54982b4e93cafd9fbbbce11031582b5f7f81c81ae5/kraken_build-0.49.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "86922e170a0ef4e095599ce5315a87331afea9bb580485c2b6f5d4fb85946749",
"md5": "bfb2573e24c67e57e9b94032baf5bb45",
"sha256": "7377fd4b708f04399903124ac8be3b7cebbd3d7f693a131fe31c57b4e8618ea3"
},
"downloads": -1,
"filename": "kraken_build-0.49.0.tar.gz",
"has_sig": false,
"md5_digest": "bfb2573e24c67e57e9b94032baf5bb45",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.15,>=3.10",
"size": 339242,
"upload_time": "2025-10-24T14:30:04",
"upload_time_iso_8601": "2025-10-24T14:30:04.054934Z",
"url": "https://files.pythonhosted.org/packages/86/92/2e170a0ef4e095599ce5315a87331afea9bb580485c2b6f5d4fb85946749/kraken_build-0.49.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-24 14:30:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kraken-build",
"github_project": "kraken-build",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "kraken-build"
}