Metadata-Version: 2.0
Name: py-trees
Version: 0.6.9
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>, Naveed Usmani <naveedhd@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
Provides-Extra: debs
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: pydot
Requires-Dist: setuptools
Requires-Dist: enum34; python_version < "3.4"
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'
Provides-Extra: test
Requires-Dist: flake8; extra == 'test'
Requires-Dist: nose; extra == 'test'
Requires-Dist: nose-htmloutput; extra == 'test'
Requires-Dist: pydot; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: yanc; extra == 'test'

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


