Metadata-Version: 2.1
Name: py-trees
Version: 0.8.2
Summary: pythonic implementation of behaviour trees
Home-page: http://github.com/stonier/py_trees
Author: Daniel Stonier, Naveed Usmani, Michal Staniaszek
Maintainer: Daniel Stonier <d.stonier@gmail.com>
License: BSD
Keywords: behaviour-trees
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: setuptools
Requires-Dist: pydot
Provides-Extra: debs
Requires-Dist: stdeb ; extra == 'debs'
Requires-Dist: twine ; extra == 'debs'
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-argparse ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-annotation ; extra == 'docs'
Provides-Extra: test
Requires-Dist: nose ; extra == 'test'
Requires-Dist: pydot ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: yanc ; extra == 'test'
Requires-Dist: nose-htmloutput ; extra == 'test'

A behaviour tree implementation for rapid development of small scale decision making engines that don't need to be real time reactive.


