[a32498]: / python / emokit / __init__.py

Download this file

20 lines (16 with data), 727 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-
__all__ = ['battery', 'decrypter', 'sensors', 'emotiv', 'packet', 'util', 'reader']
"""
emokit - emotiv epoc reverse engineering
~~~~~~~~~~~~~~~
:copyright: Copyright (c) 2010-2012, Cody Brocious, Kyle Machulis/Nonpolynomial Labs, Copyright 2013 Bryan Bishop
Copyright 2012-2017 Bill Schumacher/Cerebral Power
:license: Public Domain, See LICENSE
"""
__title__ = "emokit"
__version__ = "0.0.9"
__build__ = 0x000009
__author__ = "Cody Brocious / Kyle Machulis"
__license__ = "Public Domain, See LICENSE"
__copyright__ = "Copyright (c) 2010-2012, Cody Brocious, Kyle Machulis/Nonpolynomial Labs," \
" Copyright 2013 Bryan Bishop, Copyright 2012-2017 Bill Schumacher/Cerebral Power"