Metadata-Version: 2.1
Name: pyflies
Version: 0.4.2
Summary: A Domain-Specific Language (DSL) for experiments specification in psychology and neuroscience
Home-page: UNKNOWN
Author: Igor Dejanovic
Author-email: igor.dejanovic@gmail.com
License: MIT
Keywords: behavior,reaction time,psychology,neuroscience,textX,DSL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: textX
Requires-Dist: textX-jinja
Requires-Dist: click
Provides-Extra: dev
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: test
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

![](https://raw.githubusercontent.com/pyflies/pyflies/main/art/pyflies-logo.png)

[![PyPI Version](https://img.shields.io/pypi/v/pyflies.svg)](https://pypi.python.org/pypi/pyflies)
![](https://img.shields.io/pypi/l/pyflies.svg)
[![Build Status](https://dev.azure.com/pyflies/pyflies/_apis/build/status/pyflies.pyflies?branchName=main)](https://dev.azure.com/pyflies/pyflies/_build/latest?definitionId=1&branchName=main)
[![Documentation Status](https://img.shields.io/badge/docs-latest-green.svg)](http://pyflies.github.io/pyflies/latest/)

# pyFlies

[pyFlies](http://igordejanovic.github.io/pyFlies/) is a Domain-Specific Language
(DSL) for designing experiments in psychology. It is meant to be highly readable
and simple to learn. A code for various run-time platforms can be generated from
the experiment description.

See the [official documentation](https://pyflies.github.io/pyflies/) for more.

Click on the image bellow to see a short (~3 min) overview video.

[![pyFlies Overview](https://img.youtube.com/vi/tSFdYYnQmjA/0.jpg)](https://www.youtube.com/watch?v=tSFdYYnQmjA)


