Metadata-Version: 1.1
Name: ASMO
Version: 0.4
Summary: Attentive Self-Modifying Cognitive Architecture
Home-page: https://github.com/airobots/asmo_python
Author: Rony Novianto
Author-email: rony@ronynovianto.com
License: BSD
Description: ASMO Cognitive Architecture
        ===========================
        
        Attentive Self-Modifying (ASMO) is a flexible, intuitive and powerful cognitive architecture inspired from human cognition for faster and easier development of robotics, internet of things (IoT) and software applications.
        
        Quick start
        -----------
        
        * `Download the latest release <https://github.com/airobots/asmo_python/archive/master.zip>`__
        * Clone the repository: ``git clone https://github.com/airobots/asmo_python.git``
        * Install with `pip <https://pypi.python.org>`__: ``pip install asmo``
        
        Bugs and feature requests
        -------------------------
        
        If you have a bug or a future request, please first `search for existing and closed issues <https://github.com/airobots/asmo_python/issues>`__. If your problem or idea is not addressed yet, `please open a new issue <https://github.com/airobots/asmo_python/issues/new>`__.
        
        Authors
        -------
        
        **Rony Novianto**
        
        * <rony@ronynovianto.com>
        * <http://www.ronynovianto.com>
        
        Credit and citation
        --------------------
        
        If you use ASMO in your research, please credit the authors and include the following citation in your work:
        
        ::
        
         @phdthesis{Novianto2014flexible,
             author = {Novianto, Rony},
             title = {Flexible Attention-based Cognitive Architecture for Robots},
             school = {University of Technology Sydney},
             year = {2014},
             address = {Sydney, Australia},
         }
         
        Copyright and license
        ---------------------
        
        Copyright © Rony Novianto 2016. Codes are released under the `BSD license <https://github.com/airobots/asmo_python/blob/master/LICENSE>`__.
        
Keywords: asmo cognitive architecture
Platform: UNKNOWN
Classifier: Environment :: MacOS X
Classifier: Environment :: Web Environment
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: Other Environment
Classifier: Framework :: Robot Framework
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Home Automation
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
