Metadata-Version: 2.2
Name: behaviortreepy
Version: 0.1.4
Summary: Python bindings for BehaviorTree.CPP v4
Keywords: behavior tree,AI,robotics,decision making
Author-Email: Iori Yanokura <yanokura@jsk.imi.i.u-tokyo.ac.jp>
Maintainer-Email: Iori Yanokura <yanokura@jsk.imi.i.u-tokyo.ac.jp>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Project-URL: Homepage, https://github.com/iory/behaviortreepy
Project-URL: Repository, https://github.com/iory/behaviortreepy
Project-URL: Issues, https://github.com/iory/behaviortreepy/issues
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Description-Content-Type: text/markdown

# behaviortreepy

![PyPI](https://img.shields.io/pypi/v/behaviortreepy.svg)
![Python Versions](https://img.shields.io/pypi/pyversions/behaviortreepy.svg)
[![Build Status](https://github.com/iory/behaviortreepy/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/iory/behaviortreepy/actions)

Python bindings for [BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP) v4.

## Installation

```
pip install behaviortreepy
```

## License

MIT License - see [LICENSE](LICENSE) file.

## Links

- [BehaviorTree.CPP Documentation](https://www.behaviortree.dev/)
- [BehaviorTree.CPP GitHub](https://github.com/BehaviorTree/BehaviorTree.CPP)
