eegdash 0.0.3__py3-none-any.whl → 0.0.6__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.

Potentially problematic release.


This version of eegdash might be problematic. Click here for more details.

eegdash/__init__.py ADDED
@@ -0,0 +1 @@
1
+ from .main import EEGDash
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: eegdash
3
- Version: 0.0.3
3
+ Version: 0.0.6
4
4
  Summary: EEG data for machine learning
5
5
  Author-email: Young Truong <dt.young112@gmail.com>, Arnaud Delorme <adelorme@gmail.com>
6
6
  License: GNU General Public License
@@ -32,7 +32,15 @@ Classifier: Operating System :: OS Independent
32
32
  Requires-Python: >=3.8
33
33
  Description-Content-Type: text/markdown
34
34
  License-File: LICENSE
35
- Requires-Dist: signalstore
35
+ Requires-Dist: zarr==2.18.3
36
+ Requires-Dist: xarray
37
+ Requires-Dist: python-dotenv
38
+ Requires-Dist: s3fs
39
+ Requires-Dist: mne
40
+ Requires-Dist: pynwb
41
+ Requires-Dist: h5py
42
+ Requires-Dist: pymongo
43
+ Requires-Dist: joblib
36
44
 
37
45
  # EEG-Dash
38
46
  To leverage recent and ongoing advancements in large-scale computational methods and to ensure the preservation of scientific data generated from publicly funded research, the EEG-DaSh data archive will create a data-sharing resource for MEEG (EEG, MEG) data contributed by collaborators for machine learning (ML) and deep learning (DL) applications.
@@ -0,0 +1,8 @@
1
+ eegdash/__init__.py,sha256=PjBBYCX47NLQxybOvz0WjcfFKGI8F3m1BBJxFhMJ6eA,25
2
+ eegdash/data_utils.py,sha256=vzMGVp4PBWyRF8tbYNqkJs0QnUd5CzvmJUkpPfxdJh8,13491
3
+ eegdash/main.py,sha256=fFZHHdVYNLqKr2X_NDB0XXla7A2QlHexgI9AD79_niY,7217
4
+ eegdash-0.0.6.dist-info/LICENSE,sha256=Xafu48R-h_kyaNj2tuhfgdEv9_ovciktjUEgRRwMZ6w,812
5
+ eegdash-0.0.6.dist-info/METADATA,sha256=halHsdTDj4by5BMtg4FXsCPMKnjoKPmrOz3FOXO_RPw,9609
6
+ eegdash-0.0.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
+ eegdash-0.0.6.dist-info/top_level.txt,sha256=zavO69HQ6MyZM0aQMR2zUS6TAFc7bnN5GEpDpOpFZzU,8
8
+ eegdash-0.0.6.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ eegdash
__init__.py DELETED
@@ -1 +0,0 @@
1
- from eegdash.main import EEGDash
@@ -1,8 +0,0 @@
1
- __init__.py,sha256=hgxE8COvPu3EV2Tq3GqtMk68fsd7bYvOs_0GO6rrzfk,32
2
- data_utils.py,sha256=vzMGVp4PBWyRF8tbYNqkJs0QnUd5CzvmJUkpPfxdJh8,13491
3
- main.py,sha256=fFZHHdVYNLqKr2X_NDB0XXla7A2QlHexgI9AD79_niY,7217
4
- eegdash-0.0.3.dist-info/LICENSE,sha256=Xafu48R-h_kyaNj2tuhfgdEv9_ovciktjUEgRRwMZ6w,812
5
- eegdash-0.0.3.dist-info/METADATA,sha256=k0Lvxj1hHHQOZtLt1id4qnp2LpzlN_AZ4Ed3hSoXZG8,9432
6
- eegdash-0.0.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
- eegdash-0.0.3.dist-info/top_level.txt,sha256=MyqA0HvmlirifVrDoM8jHKwKDiA_-XrVNsV6tFfhpAU,25
8
- eegdash-0.0.3.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- __init__
2
- data_utils
3
- main
File without changes
File without changes