Metadata-Version: 2.1
Name: dynrules
Version: 0.1.0
Summary: Simple dynamic ruleset system for adaptive AI
Home-page: http://bitbucket.org/marcusva/py-dynrules
Author: Marcus von Appen
Author-email: marcus@sysfault.org
License: Public Domain
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: COPYING.txt
License-File: AUTHORS.txt

About dynrules
==============
dynrules is a dynamic ruleset scripting package for Python. It uses the
Dynamic Scripting technique to create adaptive AI scripts automatically
from predefined rulesets.

Installation
============
dynrules is easy to install and integrate within your own projects. Just
follow Python's standard procedure of installing packages or look for a
prebuilt package for your operating system or distribution.

Documentation
=============
You can find the documentation at *doc/html* or online at
http://dynrules.readthedocs.org.

License
=======
This library is given to the public domain. There are no licensing
restrictions. Please see *doc/copying.rst* for further details.



