psychopy-neuroplaypro-neurolab 0.0.9__py3-none-any.whl → 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  from psychopy.plugins import Plugin
2
2
  from psychopy.experiment.components import registerComponent
3
- from psychopy_neuroplaypro_neurolab.components.neuroplay import NeuroPlayComponent
3
+ from psychopy_neuroplaypro_neurolab.components.neuroplay.neuroplay import NeuroPlayComponent
4
4
 
5
5
  class NeuroPlayPlugin(Plugin):
6
6
  def onLoad(self):
7
- registerComponent("NeuroPlay", NeuroPlayComponent)
8
- print("NeuroPlay component registered")
7
+ registerComponent("neuroplay", NeuroPlayComponent)
8
+ print("NeuroPlay plugin loaded")
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: psychopy-neuroplaypro-neurolab
3
+ Version: 0.1.0
4
+ Summary: Plugin for integrating NeuroPlayPro EEG recording in PsychoPy Builder.
5
+ Author-email: Enicast <enicaster@gmail.com>
6
+ Requires-Python: >=3.8
7
+ License-File: LICENSE
8
+ Requires-Dist: psychopy
9
+ Dynamic: license-file
@@ -0,0 +1,8 @@
1
+ psychopy_neuroplaypro_neurolab/__init__.py,sha256=fd3Mi-jIseuqbdbmJqsB86t7nxhkg2fq0l3P4OiboA0,87
2
+ psychopy_neuroplaypro_neurolab/plugin.py,sha256=eAhiWFukVgq1XRN3f0NGR3M74yesw0YakTnw351KqO4,344
3
+ psychopy_neuroplaypro_neurolab-0.1.0.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ psychopy_neuroplaypro_neurolab-0.1.0.dist-info/METADATA,sha256=AhiUEjJpbLdNbg1bw-snsQAcOSXLIRHgcmwjlsxQIro,289
5
+ psychopy_neuroplaypro_neurolab-0.1.0.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
6
+ psychopy_neuroplaypro_neurolab-0.1.0.dist-info/entry_points.txt,sha256=7YPHFYA-HZjQ-gizsCcvi704WKx3GrvbojxmQmpq7uo,212
7
+ psychopy_neuroplaypro_neurolab-0.1.0.dist-info/top_level.txt,sha256=mbHktuA5YpOE3G2X-JWuUqqCKZtXNJ5CY4aPqRxJMRI,31
8
+ psychopy_neuroplaypro_neurolab-0.1.0.dist-info/RECORD,,
@@ -1,18 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: psychopy-neuroplaypro-neurolab
3
- Version: 0.0.9
4
- Summary: Plugin for integrating NeuroPlayPro EEG recording in PsychoPy Builder.
5
- Author-email: Enicast <enicaster@gmail.com>
6
- Requires-Python: >=3.8
7
- Description-Content-Type: text/markdown
8
- License-File: LICENSE
9
- Requires-Dist: psychopy
10
- Dynamic: license-file
11
-
12
- # PsychoPy NeuroPlay Plugin
13
-
14
- Component for controlling NeuroPlayPro EEG recording from PsychoPy Builder experiments.
15
- - Start recording when the component starts
16
- - Stop recording when the component ends
17
- - Choose folder and filename prefix
18
- - Auto-add timestamp if needed
@@ -1,8 +0,0 @@
1
- psychopy_neuroplaypro_neurolab/__init__.py,sha256=fd3Mi-jIseuqbdbmJqsB86t7nxhkg2fq0l3P4OiboA0,87
2
- psychopy_neuroplaypro_neurolab/plugin.py,sha256=4-NyZjmnUGtg3dZEkXfsYgjLDPHcNhOYwH_uTx9ieNc,345
3
- psychopy_neuroplaypro_neurolab-0.0.9.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- psychopy_neuroplaypro_neurolab-0.0.9.dist-info/METADATA,sha256=5caqAoD_W7_TWHI0INfvVM5G141JtaeX_VAwbALMqx4,599
5
- psychopy_neuroplaypro_neurolab-0.0.9.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
6
- psychopy_neuroplaypro_neurolab-0.0.9.dist-info/entry_points.txt,sha256=7YPHFYA-HZjQ-gizsCcvi704WKx3GrvbojxmQmpq7uo,212
7
- psychopy_neuroplaypro_neurolab-0.0.9.dist-info/top_level.txt,sha256=mbHktuA5YpOE3G2X-JWuUqqCKZtXNJ5CY4aPqRxJMRI,31
8
- psychopy_neuroplaypro_neurolab-0.0.9.dist-info/RECORD,,