Skip to content
/ smile Public

State Machine Interface Library for Experiments

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
license.txt
Unknown
COPYING
Notifications You must be signed in to change notification settings

compmem/smile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMILE

State Machine Interface Library for Experiments

Overview

Writing experiments should be simple, the library should be small, and it should make you happy.

Prepare to SMILE...

Dependencies

  • python (version 3)
  • kivy (version >= 1.8)
  • pyo (optional, for audio)

For versioning

git config filter.versioning.smudge 'python versioning.py'
git config filter.versioning.clean  'python versioning.py --clean'

Add a file to .git called post-checkout with the following.

#!/bin/sh
cat version.py | python versioning.py --clean | python versioning.py > version.py

For more information visit Mass Communicating

Documentation

For detailed documentation, please visit http://smile-docs.readthedocs.io/

About

State Machine Interface Library for Experiments

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
license.txt
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages