Metadata-Version: 1.1
Name: pyafai
Version: 1.0.0rc2
Summary: Python Agent Framework for Artificial Intelligence
Home-page: https://github.com/tbaptista/pyafai
Author: Tiago Baptista
Author-email: baptista@dei.uc.pt
License: Apache License 2.0
Description: Python Agent Framework for Artificial Intelligence
        ===================================================
        
        pyafai is an agent framework created for the Introduction to Artificial
        Intelligence course at the Department of Informatics Engineering of the
        University of Coimbra.
        
        Tutorials and documentation are currently in preparation, and should be released
        soon. In the meantime, the examples directory contains some simple examples of
        the use of pyafai.
        
        | Copyright (c) 2014-2016 Tiago Baptista - baptista@dei.uc.pt
        | Licensed under the Apache License, Version 2.0 (see LICENSE.txt)
        
        
        Dependencies
        ------------
        - Python 3 (http://www.python.org) (should also work on Python 2.7)
        - pyglet (http://www.pyglet.org)
        
        Authors
        -------
        | Tiago Baptista
        
        Other Contributors
        ------------------
        | Ernesto Costa
        | Alexandre Pinto
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Software Development :: Libraries :: Python Modules
