Metadata-Version: 2.1
Name: carebt
Version: 1.2.1
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![build workflow](https://github.com/CareBT/carebt_core/actions/workflows/python-app.yml/badge.svg)
[![Test Coverage](https://api.codeclimate.com/v1/badges/05295e461f7a98edb412/test_coverage)](https://codeclimate.com/github/careBT/carebt_core/test_coverage)
[![Documentation Status](https://readthedocs.org/projects/carebt/badge/?version=latest)](https://carebt.readthedocs.io/en/latest/?badge=latest)
[![Maintainability](https://api.codeclimate.com/v1/badges/05295e461f7a98edb412/maintainability)](https://codeclimate.com/github/careBT/carebt_core/maintainability)
[![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>


