Metadata-Version: 2.1
Name: BCPy2000
Version: 1.6
Summary: A reimplementation of BCI2000 using Python
Home-page: https://github.com/neurotechcenter/BCpy2000
Author: Nicholas Luczak
Author-email: luczak@neurotechcenter.org
License: GNU
Description: BCPy2000
        ===============
        BCPy2000 is a system for building experimental brain-computer interface systems, based on the BCI2000 project but using Python for rapid development.
        
        Installing
        ============
        
        .. code-block:: bash
        
            git clone git@github.com:neurotechcenter/BCpy2000.git
            Copy this folder to your PythonHome/Lib/site-packages
            Open you system variable settings menu and add a new path called PYTHONHOME_BCI2000
            Set the new PYTHONHOME_BCI2000 path to your PythonHome
            Follow instructions to download and install BCI2000 [BCI2000](https://www.bci2000.org/mediawiki/index.php/Programming_Howto:Building_and_Customizing_BCI2000)
            For more details on how to install BCPy2000, please refer to our [wiki page](https://www.bci2000.org/mediawiki/index.php/BCPy2000) on the topic
        
        Structure
        ============
        
        BCPy2000 stands on the shoulders of giants. It consists of:
        
        A number of dependencies (the Python programming language itself, and a number of third-party python packages) which you must first install on your computer.
        
        The foundation consisting of a collection of official BCI2000 binaries as well as the python-specific binaries contributed by us. By convention these are kept in a directory called prog.
        
        Standing on top of the foundation is the framework written by us. This consists of python files which provide the glue between the BCI2000 binaries and your developer files, and which also implement API methods for you to call in your python code. By default, these files are expected to be installed as a python package.
        
        Supported by the framework are the developer files written by you, implementing the specific behaviour of the modules. By default, they go in the ..\python directory relative to prog.
        
        
Keywords: brain-computer interface,PsychoPy,experiment design,experiment control,science,neuroscience
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/x-rst
