Metadata-Version: 2.4
Name: carebt
Version: 1.2.3
Summary: A Python library for contingency aware Behavior Trees (careBT)
Home-page: https://github.com/careBT/carebt_core
Author: Andreas Steck
Author-email: steck.andi@gmail.com
License: Apache License 2.0
Project-URL: Bug Tracker, https://github.com/careBT/carebt_core/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Documentation Status](https://readthedocs.org/projects/carebt/badge/?version=latest)](https://carebt.readthedocs.io/en/latest/?badge=latest)
![build](https://github.com/CareBT/carebt_core/actions/workflows/python-app.yml/badge.svg)
[![Maintainability](https://qlty.sh/gh/careBT/projects/carebt_core/maintainability.svg)](https://qlty.sh/gh/careBT/projects/carebt_core)
[![Code Coverage](https://qlty.sh/gh/careBT/projects/carebt_core/coverage.svg)](https://qlty.sh/gh/careBT/projects/carebt_core)
[![PyPI version fury.io](https://badge.fury.io/py/carebt.svg)](https://pypi.python.org/pypi/carebt/)

# careBT - contingency aware Behavior Trees

## About

A Python library offering a Behavior Tree implementation which focuses on contingency handling - the key to
master complex applications which operate in dynamic worlds.

## Documentation

Documentation can be found at [https://carebt.readthedocs.io/](https://carebt.readthedocs.io/)

## Contacts

Andreas Steck - <steck.andi@gmail.com>
