biosignal-device-interface 0.2.2__py3-none-any.whl → 0.2.4__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.
Files changed (23) hide show
  1. biosignal_device_interface/gui/device_template_widgets/core/base_multiple_devices_widget.py +17 -0
  2. biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py +16 -0
  3. biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py +16 -0
  4. biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py +7 -0
  5. biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_widget.py +31 -0
  6. biosignal_device_interface/gui/device_template_widgets/otb/otb_syncstation_widget.py +7 -0
  7. biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py +53 -4
  8. biosignal_device_interface/gui/ui/devices_template_widget.ui +99 -4
  9. biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui +7 -1
  10. biosignal_device_interface/gui/ui/otb_muovi_template_widget.ui +7 -1
  11. biosignal_device_interface/gui/ui/otb_quattrocento_light_template_widget.ui +7 -1
  12. biosignal_device_interface/gui/ui/otb_quattrocento_template_widget.ui +13 -1
  13. biosignal_device_interface/gui/ui/otb_syncstation_template_widget.ui +24 -18
  14. biosignal_device_interface/gui/ui_compiled/devices_template_widget.py +53 -5
  15. biosignal_device_interface/gui/ui_compiled/otb_muovi_plus_template_widget.py +5 -4
  16. biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py +5 -4
  17. biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py +6 -5
  18. biosignal_device_interface/gui/ui_compiled/otb_quattrocento_template_widget.py +4 -2
  19. biosignal_device_interface/gui/ui_compiled/otb_syncstation_template_widget.py +20 -19
  20. {biosignal_device_interface-0.2.2.dist-info → biosignal_device_interface-0.2.4.dist-info}/METADATA +46 -38
  21. {biosignal_device_interface-0.2.2.dist-info → biosignal_device_interface-0.2.4.dist-info}/RECORD +23 -23
  22. {biosignal_device_interface-0.2.2.dist-info → biosignal_device_interface-0.2.4.dist-info}/WHEEL +1 -1
  23. {biosignal_device_interface-0.2.2.dist-info → biosignal_device_interface-0.2.4.dist-info}/licenses/LICENSE +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: biosignal-device-interface
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications.
5
- License: CC BY-SA 4.0
5
+ License: GPL-3.0
6
6
  License-File: LICENSE
7
7
  Author: Dominik I. Braun
8
8
  Author-email: dome.braun@fau.de
9
9
  Requires-Python: >=3.10,<3.13
10
- Classifier: License :: Other/Proprietary License
10
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
@@ -34,10 +34,15 @@ Description-Content-Type: text/markdown
34
34
  <h3 align="center">Biosignal Device Interface</h3>
35
35
 
36
36
  <p align="center">
37
- Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications.
37
+ Python communication interface to many biosignal devices manufactured by several companies for easy integration in custom PySide6 applications.
38
38
  <br />
39
39
  <a href="https://nsquaredlab.github.io/Biosignal-Device-Interface/"><strong>Explore the docs »</strong></a>
40
40
  </p>
41
+
42
+ [![PyPI version](https://img.shields.io/pypi/v/biosignal-device-interface.svg)](https://pypi.org/project/biosignal-device-interface/)
43
+ [![Python versions](https://img.shields.io/pypi/pyversions/biosignal-device-interface.svg)](https://pypi.org/project/biosignal-device-interface/)
44
+ [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
45
+
41
46
  </div>
42
47
 
43
48
 
@@ -46,19 +51,18 @@ Description-Content-Type: text/markdown
46
51
  <details>
47
52
  <summary>Table of Contents</summary>
48
53
  <ol>
49
- <li>
50
- <a href="#about-the-project">About The Project</a>
51
- </li>
52
- <li><a href="#contact">Contact</a></li>
54
+ <li><a href="#about-the-project">About The Project</a></li>
55
+ <li><a href="#supported-devices">Supported Devices</a></li>
53
56
  <li>
54
57
  <a href="#getting-started">Getting Started</a>
55
58
  <ul>
59
+ <li><a href="#installation">Installation</a></li>
56
60
  <li><a href="#development-installation">Development Installation</a></li>
57
- <li><a href="#package-installation">Package Installation</a></li>
58
61
  </ul>
59
62
  </li>
60
63
  <li><a href="#usage">Usage</a></li>
61
64
  <li><a href="#license">License</a></li>
65
+ <li><a href="#contact">Contact</a></li>
62
66
  <li><a href="#acknowledgments">Acknowledgments</a></li>
63
67
  </ol>
64
68
  </details>
@@ -66,64 +70,68 @@ Description-Content-Type: text/markdown
66
70
 
67
71
  ## About The Project
68
72
 
69
- Give a brief introduction into the project.
73
+ Biosignal Device Interface provides a unified Python API for communicating with biosignal acquisition devices from multiple manufacturers. It includes ready-to-use PySide6 widgets for device configuration and data streaming, making it easy to integrate biosignal acquisition into custom applications.
70
74
 
71
- <!-- CONTACT -->
72
- ### Contact
73
-
74
- [Dominik I. Braun](https://www.nsquared.tf.fau.de/person/dominik-braun/) - dome.braun@fau.de
75
+ ## Supported Devices
75
76
 
76
- Project Link: [https://github.com/NsquaredLab/Biosignal-Device-Interface](https://github.com/NsquaredLab/Biosignal-Device-Interface)
77
+ ### OT Bioelettronica
78
+ - **Quattrocento** - 400+ channel EMG/EEG amplifier
79
+ - **Quattrocento Light** - Compact version of Quattrocento
80
+ - **Muovi** - Wearable EMG sensor
81
+ - **Muovi+** - Enhanced wearable EMG sensor
82
+ - **SyncStation** - Multi-device synchronization hub (Muovi, Muovi+, Due+)
77
83
 
84
+ ### Other Devices
85
+ - More devices coming soon...
78
86
 
79
87
  <!-- GETTING STARTED -->
80
88
  ## Getting Started
81
89
 
82
- The local set up is made using [Poetry](https://python-poetry.org/). You can install Poetry using the following command.
83
- Note: It is recommeded to install it globally.
84
- ```bash
85
- pip install poetry
86
- ```
90
+ ### Installation
87
91
 
88
- Then, you can install the dependencies in your work area using the following command:
92
+ Install from PyPI:
89
93
  ```bash
90
- poetry install
94
+ pip install biosignal-device-interface
91
95
  ```
92
96
 
93
- ### Development installation
94
- If you want to contribute to the project, you can install the development dependencies using the following command:
97
+ Or with Poetry:
95
98
  ```bash
96
- poetry install --with dev,docs
99
+ poetry add biosignal-device-interface
97
100
  ```
98
101
 
99
- ### Package Installation
100
- Poetry
101
- ```Bash
102
- poetry add git+https://github.com/NsquaredLab/Biosignal-Device-Interface.git
103
- ```
102
+ ### Development Installation
104
103
 
105
- PIP
106
- ```sh
107
- pip install git+https://github.com/NsquaredLab/Biosignal-Device-Interface.git
108
- ```
104
+ Clone the repository and install with development dependencies:
109
105
 
106
+ ```bash
107
+ git clone https://github.com/NsquaredLab/Biosignal-Device-Interface.git
108
+ cd Biosignal-Device-Interface
109
+ poetry install --with dev,docs
110
+ ```
110
111
 
111
112
  <!-- USAGE EXAMPLES -->
112
113
  ## Usage
113
114
 
114
115
  Examples of how you can use this package can be found in our [examples gallery](https://nsquaredlab.github.io/Biosignal-Device-Interface/auto_examples/index.html).
115
116
 
116
-
117
117
  <!-- LICENSE -->
118
118
  ## License
119
119
 
120
- Distributed under the GPL-3.0 license License. See `LICENSE.txt` for more information.
120
+ Distributed under the GPL-3.0 License. See `LICENSE` for more information.
121
+
122
+ <!-- CONTACT -->
123
+ ## Contact
124
+
125
+ - [Dominik I. Braun](https://www.nsquared.tf.fau.de/person/dominik-braun/) - dome.braun@fau.de
126
+ - [Raul C. Sîmpetru](https://www.nsquared.tf.fau.de/person/raul-simpetru/) - raul.simpetru@fau.de
127
+
128
+ Project Link: [https://github.com/NsquaredLab/Biosignal-Device-Interface](https://github.com/NsquaredLab/Biosignal-Device-Interface)
121
129
 
122
130
  <!-- ACKNOWLEDGMENTS -->
123
131
  ## Acknowledgments
124
- * Find available Python and Matlab implementations of OT Bioelettronica's devices on their [website](https://otbioelettronica.it/en/download/).
132
+ * Find available Python and Matlab implementations of OT Bioelettronica's devices on their [website](https://otbioelettronica.it/en/download/).
125
133
  <br>
126
- Note: The example scripts does not provide you with the same level of utility for GUI implementations.
134
+ Note: The example scripts do not provide you with the same level of utility for GUI implementations.
127
135
 
128
136
  <p align="right">(<a href="#readme-top">back to top</a>)</p>
129
137
 
@@ -19,28 +19,28 @@ biosignal_device_interface/devices/otb/otb_syncstation.py,sha256=bRsJeNSYRNfmcfN
19
19
  biosignal_device_interface/gui/device_template_widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  biosignal_device_interface/gui/device_template_widgets/all_devices_widget.py,sha256=QBQDqgHqk_6eqUZZuGywd8fL3f5mRM7EtwwB96UvBbs,1940
21
21
  biosignal_device_interface/gui/device_template_widgets/core/base_device_widget.py,sha256=6SeXoAd4yss7JepfqyCplxQMHAZ7V8XgqfDBhwRwV_A,3790
22
- biosignal_device_interface/gui/device_template_widgets/core/base_multiple_devices_widget.py,sha256=Z3z5vbzYO6Oj6DiefX5kBXWlUCRGFy8zabhvXBFxRJE,3971
22
+ biosignal_device_interface/gui/device_template_widgets/core/base_multiple_devices_widget.py,sha256=ZTf9I0rIExLWR1uATMvn7j8CDa8OU_T8YrMEXkEeS2w,4829
23
23
  biosignal_device_interface/gui/device_template_widgets/otb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  biosignal_device_interface/gui/device_template_widgets/otb/otb_devices_widget.py,sha256=MWgd5KWqZIiZM3NdSqMHCvftkTScGH8pD9iPJUxM6es,1765
25
- biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py,sha256=DSKQpYmTGLz4YsAbj81AWVW8octc0dxqZU1lwR-ICFU,5957
26
- biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py,sha256=ZDhRehNt_VgTLFQMOIhcbqDRGB2LnfvRkg_urcFeAs4,5933
27
- biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py,sha256=dGvPvlmQ5pm9sXHeSwKxfB1RrKmKoR8O2eaepSzZUoc,6630
28
- biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_widget.py,sha256=pU9iV5VIdxgjObxV21pUVEHc9xZfkEZn8-BLpJHwx4Q,10296
29
- biosignal_device_interface/gui/device_template_widgets/otb/otb_syncstation_widget.py,sha256=eaEfH9tWzpHzqSOyPs-7DN_97asIeEh7WH0htShxF3A,11146
30
- biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py,sha256=Buu8k5n14E6CDGR9lAXwjmJ4ShFfdxHlBMJJ05GMgF4,18281
31
- biosignal_device_interface/gui/ui/devices_template_widget.ui,sha256=nLG2GprRG5b2dC2HrRyEstsob8VMYI4mmvKm2yrGbWc,939
32
- biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui,sha256=NnRkQzcQ6anaxgXPM-ovBIqAzELELf9YUQUtvMOGnvo,4747
33
- biosignal_device_interface/gui/ui/otb_muovi_template_widget.ui,sha256=nsB9oC5oYrT-X26nMUFgdBrzPqnuEhQ_OEorhJMuAyE,4735
34
- biosignal_device_interface/gui/ui/otb_quattrocento_light_template_widget.ui,sha256=dXSydZiZ0YvBrn-FTilethoNmfDNjWRNwkhGmlgkJ9Q,8155
35
- biosignal_device_interface/gui/ui/otb_quattrocento_template_widget.ui,sha256=l77u32XVZ_GHHCnLiVJPxl4QjKZYdxgTJqJgaRRCq4Y,12550
36
- biosignal_device_interface/gui/ui/otb_syncstation_template_widget.ui,sha256=hWrJEEkux5CmidoG34OxyFp64WtAWPt4rZK0BSaFsvw,22941
37
- biosignal_device_interface/gui/ui_compiled/devices_template_widget.py,sha256=eR08JM7NAvnDV_WIChTs4DRUDSpPjt1MEoLNuhXFORU,2240
38
- biosignal_device_interface/gui/ui_compiled/otb_muovi_plus_template_widget.py,sha256=POFrhVcUhRdM2hMlWXZ1CWszUQMo359yKFLyKQ5xwNI,7554
39
- biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py,sha256=kgao7GsKqZr44cVlTLwTWC8BnptttSUB8JIC3VaY3Zc,7413
40
- biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py,sha256=FT_SOrjGCneeO5KMLrDwxkZcDqhlB1olw6r-aXS5Ncw,11931
41
- biosignal_device_interface/gui/ui_compiled/otb_quattrocento_template_widget.py,sha256=FNyYDg6oYd9lTT00zKhLl2HDPHiZogTQf7Ayz97l0co,17321
42
- biosignal_device_interface/gui/ui_compiled/otb_syncstation_template_widget.py,sha256=RBRpiIrBvNMviOPszCV5HpRGEGnyFMkpagfpyXnt12s,32508
43
- biosignal_device_interface-0.2.2.dist-info/METADATA,sha256=xEAkCTVTs5gdQkVksYFIaPyEjBkuJOY_bFAQiNf8_GQ,3936
44
- biosignal_device_interface-0.2.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
45
- biosignal_device_interface-0.2.2.dist-info/licenses/LICENSE,sha256=zFRw_u1mGSOH8GrpOu0L1P765aX9fB5UpKz06mTxAos,34893
46
- biosignal_device_interface-0.2.2.dist-info/RECORD,,
25
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py,sha256=i3u9jWbRW_iqyOMeRjfNxdqPwhFJmWgKiiRFgRy0X2E,7096
26
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py,sha256=oKS4KbEBvrXNjkGvrw9fhPucn1ZSuWdbwPSN7zOL9TU,7071
27
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py,sha256=tSn426Ul5eiiMeToPzSWKqjzM2Q0o8kC_PW1a4FsXQo,7291
28
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_widget.py,sha256=Z1H4Gq17yA62h8vSzXowit6n968qbIXH_VX0YiFiI-o,12072
29
+ biosignal_device_interface/gui/device_template_widgets/otb/otb_syncstation_widget.py,sha256=MJqGJobCGoKGdorwPkE2FgNiOu_g3wlML6wBkrs4nPg,11856
30
+ biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py,sha256=yH0nlLugbAJw6U775DvlAeHk53tm7LlA9mAGr8RTKVw,20306
31
+ biosignal_device_interface/gui/ui/devices_template_widget.ui,sha256=w3HsbMXkWYouE11LjcPeOjlqGw6sgH83U3S3X781huw,3827
32
+ biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui,sha256=1QUamvBk_nSDdFwppZJXBu7xJP4o0XyPMPIJJGwUylc,4867
33
+ biosignal_device_interface/gui/ui/otb_muovi_template_widget.ui,sha256=fcL-u7Nd1sdee4XkVtHLjc14J2ZQ8TsHSuMc6k6HnX4,4855
34
+ biosignal_device_interface/gui/ui/otb_quattrocento_light_template_widget.ui,sha256=bc_OlwKDVMqb2o03hAaV942RhMEbAguxLczaJszVRoQ,8275
35
+ biosignal_device_interface/gui/ui/otb_quattrocento_template_widget.ui,sha256=iSKXuEMEloD7yOXYgX9FEvD5qHELKJhjzjedHh-TTu0,12783
36
+ biosignal_device_interface/gui/ui/otb_syncstation_template_widget.ui,sha256=VRq9sz-lkrw6Ne4abO5dciPP9onZqU6H_h3oruRmh_Y,22948
37
+ biosignal_device_interface/gui/ui_compiled/devices_template_widget.py,sha256=M7Q59uIv5hQtiIuQbWlGoAILC2Es95Yph7CwXNXFl-w,4889
38
+ biosignal_device_interface/gui/ui_compiled/otb_muovi_plus_template_widget.py,sha256=WY-5QkorbovWlUdIIZmAGX35xnmK7amO6-_UV5od4XI,7632
39
+ biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py,sha256=agpo9OwXCpllIB6KuyBfd7NFXQNgxTy5g3IapUhQimI,7487
40
+ biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py,sha256=J_neLi-Mrqoo9feKHd9SNohxbEBqJY2YW11dJG_203k,12031
41
+ biosignal_device_interface/gui/ui_compiled/otb_quattrocento_template_widget.py,sha256=wJQCrRhGm-_Dj3y81BkCprGoTGErVlQTDS7GNdm_xDs,17439
42
+ biosignal_device_interface/gui/ui_compiled/otb_syncstation_template_widget.py,sha256=x_-ApMy8hVU8XCBMW6DEgH2rb1Cbk_zYmjDoaFd7r-I,32457
43
+ biosignal_device_interface-0.2.4.dist-info/METADATA,sha256=y3DYZFiPu0pOPTc6501UQfVZefwaG0RqDB3oo4r1cQA,4731
44
+ biosignal_device_interface-0.2.4.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
45
+ biosignal_device_interface-0.2.4.dist-info/licenses/LICENSE,sha256=zFRw_u1mGSOH8GrpOu0L1P765aX9fB5UpKz06mTxAos,34893
46
+ biosignal_device_interface-0.2.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.1
2
+ Generator: poetry-core 2.3.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any