resurfemg

View on PyPIReverse Dependencies (0)

1.0.2 resurfemg-1.0.2-py3-none-any.whl

Wheel Details

Project: resurfemg
Version: 1.0.2
Filename: resurfemg-1.0.2-py3-none-any.whl
Download: [link]
Size: 74308
MD5: 44b1f6d2984ce5c38f9ca2dc3b787b5b
SHA256: f399625b3837b6d9deead551a818db515e11244620c3ed1ee9e3225d072312a9
Uploaded: 2024-12-12 11:07:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: resurfemg
Version: 1.0.2
Summary: A package for analysis of respiratory EMG data
Maintainer-Email: Eline Mos-Oppersma <e.oppersma[at]utwente.nl>, Rob Warnaar <r.s.p.warnaar[at]utwente.nl>
Project-Url: Homepage, https://github.com/ReSurfEMG
Project-Url: Documentation, https://resurfemg.github.io/ReSurfEMG/
Project-Url: Repository, https://github.com/resurfemg-org/ReSurfEMG
Project-Url: Issues, https://github.com/resurfemg-org/ReSurfEMG/issues
Project-Url: Changelog, https://github.com/resurfemg-org/ReSurfEMG/blob/main/CHANGELOG.md
License: Apache-2.0
Keywords: electromyography,EMG,respiratory,Python,surface EMG
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Requires-Dist: pyxdf
Requires-Dist: mne (>=0.23.4)
Requires-Dist: textdistance
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: numpy (>=1.24.4)
Requires-Dist: scikit-learn (>=1.3.2)
Requires-Dist: neurokit2 (>=0.2.7)
Requires-Dist: pywavelets (>=1.1.1)
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pycodestyle; extra == "tests"
Requires-Dist: isort; extra == "tests"
Requires-Dist: wheel; extra == "tests"
Requires-Dist: ipywidgets; extra == "tests"
Requires-Dist: wheel; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: ipywidgets; extra == "docs"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pycodestyle; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
Requires-Dist: ipympl; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 12771 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
resurfemg/__init__.py sha256=fxpd6Rkf9ntY8UtFW8lZml8KE8GYqDw2KNdQtj9EIKQ 255
resurfemg/__main__.py sha256=b6a-nIyuR3jZ5ViHY0Mso9SNusmqioyAAW3NUNxzBXI 103
resurfemg/__version__.py sha256=BGgbj7AHZwtVw29XgDIjcG5woR-f3jQy2X-ArcRT22E 411
resurfemg/cli/__init__.py sha256=pDStSBzidNmctO8uHLWRIdtYc2dpbEiQItH3kEBDWAw 67
resurfemg/cli/cli.py sha256=hAYnEod5bK2FPZpGRgVhAYayYNqTPK2VUz32ju3YE5M 3924
resurfemg/data_connector/__init__.py sha256=VacW1Z1Dmsp4tpXXA0UN9VmwOHhMIBvgjthhmghjp3g 244
resurfemg/data_connector/config.py sha256=lpeBKzsxSC28vo6pR8cX1pnfUrGRJ6flv0eRCT9vpjY 13524
resurfemg/data_connector/converter_functions.py sha256=fad69mZOOcXCh1ztHxbddXspGzc3G-BYscCsttsd0cc 15140
resurfemg/data_connector/data_classes.py sha256=7kYCmQ1rdmusB5H9jog4vXqttoh4jM0y5yzpa9yOmKI 45072
resurfemg/data_connector/file_discovery.py sha256=FiiOPnG04ERWgtiMWqPAguqPMk139yrr4bD_S_ZBPfU 6022
resurfemg/data_connector/peakset_class.py sha256=H1YScff4bKoME5cFyrxzoiCImWhDu62Q7TEPFtkAI2Y 6514
resurfemg/data_connector/synthetic_data.py sha256=-keom00LIRa4unbWVu_x8qu_SLYhs7O3X_jN73Gm8-I 9672
resurfemg/data_connector/tmsisdk_lite.py sha256=Q2Crt3B7ozQjj2QqHTbB3cRl_WH5oqn5HpEx-IfVB70 9440
resurfemg/helper_functions/__init__.py sha256=7MnT04D8SZ2xV7kzckU0NvPWTAMhuSR3He8lugc1A8A 153
resurfemg/helper_functions/data_classes_quality_assessment.py sha256=EiFmMKYefzg71twCxHc5OjMHu5PA9XsQIDK5hMKtDdA 26461
resurfemg/helper_functions/math_operations.py sha256=KF8BLLOWT9MNQeMUE0gpyLJ2RoQNOeyqCpk_ePJnW0k 12734
resurfemg/helper_functions/visualization.py sha256=3VJKFXyPVgTnVsBy4u_OBaJ8Zp94Xz2mcU8rt9Bb6SU 4684
resurfemg/pipelines/__init__.py sha256=-VxUIUCsHzG-BVoMsoO3JtK5rg9NYrfyU7YVTN-Iyl4 129
resurfemg/pipelines/ipy_widgets.py sha256=VR5552ITJkkP7bqPYF_7TRyqMXJG5QGuWZZTNeB47hY 5431
resurfemg/pipelines/processing.py sha256=4xoLf7xt7bkeRANelWSCgMhWFCR4JVGCaUXk7CDGt0w 3643
resurfemg/pipelines/synthetic_data.py sha256=MuADWu1sLwbftYxLO6T9eRFykxrY4F9P6rTTQaWdW6s 10112
resurfemg/postprocessing/__init__.py sha256=B7_u-XbHlS6N2aPKVeqirt_VIHCoM43wSnnkGLMi3iU 158
resurfemg/postprocessing/baseline.py sha256=pJ7igQS1l0F38J8GE9M6eEMlzGzV-QcKt7tWOKLF4B4 4618
resurfemg/postprocessing/event_detection.py sha256=OEYVFKDX1Qy8zUsQcuzU2nuzrA5YUxjA4Yl2jkw_ggU 15567
resurfemg/postprocessing/features.py sha256=hJO6lhT082iz3YknnhSmNphx1JZvqj3m_zI1X35Z5S8 9382
resurfemg/postprocessing/quality_assessment.py sha256=L7_0_oqHIds85Gv1W30vG0uv48ZsT2R8EY4w4_FSVgo 17310
resurfemg/preprocessing/__init__.py sha256=TOqOq8n6t2auk84Q80EsSk9Hrbvia2bVNPiKsry07Uk 122
resurfemg/preprocessing/ecg_removal.py sha256=42HDxvnvlCqzgc7ezswiYiKUIBlixbL2Xt8VzfjFoeQ 14707
resurfemg/preprocessing/envelope.py sha256=kOLF0HQTLHyh2_ynbiM7SIYnL7AWKZwKRLLfPzfK3D0 4913
resurfemg/preprocessing/filtering.py sha256=KjfpC2X217LV0RsSYL0X1dm_PQ5CgkT7replui6XjsE 5167
resurfemg-1.0.2.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
resurfemg-1.0.2.dist-info/METADATA sha256=veUmIcRwOr21Qb5f94D7-YCDhH3gXv73Ole7446XQSo 14894
resurfemg-1.0.2.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
resurfemg-1.0.2.dist-info/top_level.txt sha256=u30hNTZIkHnbFMEMG0n9CswHMS6bEFL6iqbq1RX6jwU 10
resurfemg-1.0.2.dist-info/RECORD

top_level.txt

resurfemg