Metadata-Version: 1.1
Name: pyFlies
Version: 0.1
Summary: A DSL for modeling cognitive psychology experiments
Home-page: https://github.com/igordejanovic/pyFlies
Author: Igor R. Dejanovic
Author-email: igor DOT dejanovic AT gmail DOT com
License: MIT
Download-URL: https://github.com/igordejanovic/textX/archive/v0.1.tar.gz
Description: pyFlies
        =======
        
        pyFlies is a domain-specific language (DSL) for cognitive experiments modeling.
        It is meant to be simple to learn and readable.
        
        A code for various run-time platforms can be generated from the experiment description.
        Futhermore, model can be directly interpreted if the run-time supports pyFlies.
        
        
        Dependencies
        ------------
        
        * Python - https://www.python.org/
        * textX - https://github.com/igordejanovic/textX
        * GTK+3 with SourceView - http://www.gtk.org/
        * pyGObject - binding for GTK+ - https://wiki.gnome.org/Projects/PyGObject
        * dot (Graphviz) - http://www.graphviz.org/ - dot must be on your PATH for model visualization
        * jinja2 - http://jinja.pocoo.org/ - for code generation
        
        
        Installation
        ------------
        
        First, be sure that all dependencies are in place.
        If you are installing from pypi with pip jinja2 and textX will be automatically installed.
        
        To install from pypi run::
        
          pip install pyFlies
        
        To install from source clone git repository or download and unpack source from https://github.com/igordejanovic/pyFlies/archive/master.zip
        
        Run setup.
        
        ::
        
            python setup.py install
        
        After installation run pyFlies GUI with::
        
            pyflies
        
        
        Screenshots
        -----------
        pyFlies GUI with experiment model and experiment structure visualization.
        
        |pyFliesGUI|
        
        Code structure visualization
        
        |pyFliesGUICodeCentric|
        
        .. |pyFliesGUI| image:: https://raw.githubusercontent.com/igordejanovic/pyFlies/master/docs/images/pyFliesGUI.png
        .. |pyFliesGUICodeCentric| image:: https://raw.githubusercontent.com/igordejanovic/pyFlies/master/docs/images/pyFliesGUICodeCentric.png
        
        
        
        
Keywords: language behaviour experiment
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Healthcare Industry
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
