Metadata-Version: 2.1
Name: kraken-core
Version: 0.24.2
Summary: 
License: MIT
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
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: deprecated (>=1.2.13,<2.0.0)
Requires-Dist: dill (>=0.3.5,<0.3.6)
Requires-Dist: kraken-common (>=0.24.2,<0.25.0)
Requires-Dist: networkx (>=2.6.3,<2.7.0)
Requires-Dist: nr-io-graphviz (>=0.1.1,<0.2.0)
Requires-Dist: nr-stream (>=1.1.0,<2.0.0)
Requires-Dist: pretty-errors (>=1.2.25)
Requires-Dist: pytest (>=6.0.0)
Requires-Dist: setuptools (>=33.1.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Requires-Dist: typeapi (>=1.4.3,<2.0.0)
Requires-Dist: typing-extensions (>=3.10.0.2)
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

<img align="center" src="docs/content/img/title.png">

# kraken-core

[![Python application](https://github.com/kraken-build/kraken-core/actions/workflows/python-package.yml/badge.svg)](https://github.com/kraken-build/kraken-core/actions/workflows/python-package.yml)
[![PyPI version](https://badge.fury.io/py/kraken-core.svg)](https://badge.fury.io/py/kraken-core)

Kraken is a task orchestration system with a focus on ease of configuration and flexibility. It's main objectives are
to reduce boilerplate and configuration overhead in software projects and to model and abstract complex workflows in
the software development lifecycle to allow developers to focus on what really matters.

Read more about the Kraken core package in the [documentation][].

  [documentation]: https://kraken-build.github.io/kraken-core/

