accusleepy 0.1.0__tar.gz → 0.1.2__tar.gz

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 (37) hide show
  1. {accusleepy-0.1.0 → accusleepy-0.1.2}/PKG-INFO +11 -7
  2. {accusleepy-0.1.0 → accusleepy-0.1.2}/README.md +8 -3
  3. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/main.py +3 -1
  4. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/primary_window.py +399 -365
  5. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/primary_window.ui +1055 -936
  6. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/text/config_guide.txt +5 -2
  7. {accusleepy-0.1.0 → accusleepy-0.1.2}/pyproject.toml +3 -3
  8. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/__init__.py +0 -0
  9. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/__main__.py +0 -0
  10. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/brain_state_set.py +0 -0
  11. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/classification.py +0 -0
  12. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/config.json +0 -0
  13. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/constants.py +0 -0
  14. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/fileio.py +0 -0
  15. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/__init__.py +0 -0
  16. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/brightness_down.png +0 -0
  17. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/brightness_up.png +0 -0
  18. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/double_down_arrow.png +0 -0
  19. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/double_up_arrow.png +0 -0
  20. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/down_arrow.png +0 -0
  21. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/home.png +0 -0
  22. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/question.png +0 -0
  23. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/save.png +0 -0
  24. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/up_arrow.png +0 -0
  25. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/zoom_in.png +0 -0
  26. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/icons/zoom_out.png +0 -0
  27. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/manual_scoring.py +0 -0
  28. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/mplwidget.py +0 -0
  29. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/resources.qrc +0 -0
  30. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/resources_rc.py +0 -0
  31. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/text/main_guide.txt +0 -0
  32. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/text/manual_scoring_guide.txt +0 -0
  33. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/viewer_window.py +0 -0
  34. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/gui/viewer_window.ui +0 -0
  35. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/models.py +0 -0
  36. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/multitaper.py +0 -0
  37. {accusleepy-0.1.0 → accusleepy-0.1.2}/accusleepy/signal_processing.py +0 -0
@@ -1,17 +1,16 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: accusleepy
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Python implementation of AccuSleep
5
5
  License: GPL-3.0-only
6
6
  Author: Zeke Barger
7
7
  Author-email: zekebarger@gmail.com
8
- Requires-Python: >=3.10,<3.14
8
+ Requires-Python: >=3.10,<3.13
9
9
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
- Classifier: Programming Language :: Python :: 3.13
15
14
  Requires-Dist: fastparquet (>=2024.11.0,<2025.0.0)
16
15
  Requires-Dist: joblib (>=1.4.2,<2.0.0)
17
16
  Requires-Dist: matplotlib (>=3.10.1,<4.0.0)
@@ -19,7 +18,7 @@ Requires-Dist: numpy (>=2.2.4,<3.0.0)
19
18
  Requires-Dist: pandas (>=2.2.3,<3.0.0)
20
19
  Requires-Dist: pillow (>=11.1.0,<12.0.0)
21
20
  Requires-Dist: pre-commit (>=4.2.0,<5.0.0)
22
- Requires-Dist: pyside6 (>=6.8.3,<7.0.0)
21
+ Requires-Dist: pyside6 (>=6.7.1,<6.8.0)
23
22
  Requires-Dist: scipy (>=1.15.2,<2.0.0)
24
23
  Requires-Dist: torch (>=2.6.0,<3.0.0)
25
24
  Requires-Dist: torchvision (>=0.21.0,<0.22.0)
@@ -42,11 +41,16 @@ Please contact zekebarger (at) gmail (dot) com with any questions or comments ab
42
41
 
43
42
  ## Installation instructions
44
43
 
45
- WIP
44
+ - (recommended) create a new virtual environment (using
45
+ [venv](https://docs.python.org/3/library/venv.html),
46
+ [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html),
47
+ etc.) using python >=3.10,<3.13
48
+ - (optional) if you have a CUDA device and want to speed up model training, [install PyTorch](https://pytorch.org/)
49
+ - `pip install accusleepy`
46
50
 
47
- ## Tips & Troubleshooting
51
+ ## Usage
48
52
 
49
- WIP
53
+ `python -m accusleepy`
50
54
 
51
55
  ## Acknowledgements
52
56
 
@@ -14,11 +14,16 @@ Please contact zekebarger (at) gmail (dot) com with any questions or comments ab
14
14
 
15
15
  ## Installation instructions
16
16
 
17
- WIP
17
+ - (recommended) create a new virtual environment (using
18
+ [venv](https://docs.python.org/3/library/venv.html),
19
+ [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html),
20
+ etc.) using python >=3.10,<3.13
21
+ - (optional) if you have a CUDA device and want to speed up model training, [install PyTorch](https://pytorch.org/)
22
+ - `pip install accusleepy`
18
23
 
19
- ## Tips & Troubleshooting
24
+ ## Usage
20
25
 
21
- WIP
26
+ `python -m accusleepy`
22
27
 
23
28
  ## Acknowledgements
24
29
 
@@ -267,7 +267,9 @@ class AccuSleepWindow(QtWidgets.QMainWindow):
267
267
  )
268
268
  return
269
269
  if self.training_image_dir == "":
270
- self.show_message("ERROR: no folder selected for training images.")
270
+ self.show_message(
271
+ ("ERROR: no output location selected for training images.")
272
+ )
271
273
  return
272
274
 
273
275
  # check some inputs for each recording