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

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 via the Wayback Machine<https://web.archive.org/web/20180823042433/https://mass-communicating.com/code/2013/11/08/python-versions.html>`_

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