Metadata-Version: 2.0
Name: py-trees
Version: 0.6.1
Summary: pythonic implementation of behaviour trees
Home-page: http://github.com/stonier/py_trees
Author: Daniel Stonier <d.stonier@gmail.com>, Naveed Usmani <naveedhd@gmail.com>
Author-email: UNKNOWN
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: enum34
Requires-Dist: pydot
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: nose; extra == 'test'

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


