PyProcessingPipeline

View on PyPIReverse Dependencies (0)

0.3.0 pyProcessingPipeline-0.3.0-py3-none-any.whl

Wheel Details

Project: PyProcessingPipeline
Version: 0.3.0
Filename: pyProcessingPipeline-0.3.0-py3-none-any.whl
Download: [link]
Size: 66043
MD5: a7cb62371c417770dfb6d04dd22086e9
SHA256: 52de9562f385184d5dcfd0cbb59d25c077380dc0bdd71cabe4ae03b534e1b70f
Uploaded: 2023-10-16 16:44:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyProcessingPipeline
Version: 0.3.0
Summary: Package for defining processing pipelines.
Author-Email: Christian Teichert <christian.teichert[at]lse.thm.de>, Urs Hackstein <urs.hackstein[at]lse.thm.de>
Project-Url: homepage, https://gitlab.com/agbernhard.lse.thm/agb_public/pyProcessingPipeline
Keywords: processing,signal,physiological signal
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: numpy (==1.24.*)
Requires-Dist: scipy (==1.10.*)
Requires-Dist: wfdb (==4.1.*)
Requires-Dist: scikit-learn (==1.3.*)
Requires-Dist: emd (==0.6.*)
Requires-Dist: mysql-connector-python (==8.0.*)
Requires-Dist: matplotlib (==3.7.*)
Requires-Dist: twine (==4.0.*); extra == "build"
Requires-Dist: pip-tools (==6.13.*); extra == "dev"
Requires-Dist: black (==23.3.*); extra == "dev"
Requires-Dist: mypy (==1.3.*); extra == "dev"
Requires-Dist: ruff (>=0.0.277); extra == "dev"
Requires-Dist: bandit (==1.7.*); extra == "dev"
Requires-Dist: commitizen (==3.2.*); extra == "dev"
Requires-Dist: ipykernel (==6.23.*); extra == "dev-jupyter"
Requires-Dist: plotly (==5.15.*); extra == "dev-jupyter"
Requires-Dist: nbformat (==5.9.*); extra == "dev-jupyter"
Requires-Dist: pandas (==2.0.*); extra == "dev-jupyter"
Requires-Dist: sphinx (==6.2.*); extra == "docs"
Requires-Dist: sphinx-rtd-theme (==1.2.*); extra == "docs"
Requires-Dist: coverage (==7.2.*); extra == "testing"
Requires-Dist: pytest (==7.3.*); extra == "testing"
Provides-Extra: build
Provides-Extra: dev
Provides-Extra: dev-jupyter
Provides-Extra: docs
Provides-Extra: testing
Description-Content-Type: text/markdown
[Description omitted; length: 3433 characters]

WHEEL

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

RECORD

Path Digest Size
pyProcessingPipeline/__init__.py sha256=Kz_C4vFhLNLKJ6qpK7_7GD7260VjQkQb6KB2Xxs3zk0 4031
pyProcessingPipeline/exceptions.py sha256=J2wa6fGvKAliYIT-Q6M90XyuLzYxEkDqGN32drS3Sas 269
pyProcessingPipeline/processing_run.py sha256=6k3tUs_aaLEnkqptXj0YsW6vtDRxQ-nvLUXqPy-EGe8 27794
pyProcessingPipeline/types.py sha256=i23nv-lSItX_oVSQDSA46VZxIpf-uAAL8Q5bxaNzwso 5036
pyProcessingPipeline/util.py sha256=lz9xEKPdn-yvUvZl5df3F7vxdPWRKncM0iyN-kmgUQk 1497
pyProcessingPipeline/io/__init__.py sha256=tNzGfBe9gqDDTDal-YjNvOTaHGKmCgjRU_hU11kQpig 972
pyProcessingPipeline/io/_database.py sha256=DKPaTu0bCFzJS6h_O3IDZjTxZIE6GAcIdJKfjE7Z_Ko 24979
pyProcessingPipeline/io/_importer.py sha256=u0IFJXIrtn6nITTkShr9KzW4yeHRFuVahtKq8E-pc8k 13281
pyProcessingPipeline/io/_records.py sha256=1CUpZnT552XtChOvDcINyD9rmMtPv7zjui17owT8yfw 21237
pyProcessingPipeline/io/_timeseries.py sha256=nUxEkQUJH-fUSa4S9koT41Zx8wXsvbUTHu-5ObQSmEY 6819
pyProcessingPipeline/io/exceptions.py sha256=X2BjLvPLCyDMsPv5hv2rvokXXLXeACrrxFCOAIogNNQ 3688
pyProcessingPipeline/steps/__init__.py sha256=kforL_8bQZtcKOZ41ZEG1chS6QarUBdMxfQCd3XkvYc 1662
pyProcessingPipeline/steps/_base.py sha256=LNuFlH1foaoQUnjeGkPjDBLHdjOVuLG7yr4gvLCsxJE 7389
pyProcessingPipeline/steps/_step_identifiers.py sha256=CR3wn-slMWbGzYXqwyL8_euzkvQKB5mmQFmS-lBj9ao 910
pyProcessingPipeline/steps/_step_lookup.py sha256=gjfsQBewpseSO5Lh68RRIC9OCekpYs72Ec04Wa9x0L0 2916
pyProcessingPipeline/steps/classification/__init__.py sha256=wgb1wT82g35oKrDSFcjFB0NoEouTz_6H1namHLlV8fQ 481
pyProcessingPipeline/steps/classification/knn.py sha256=ASPnA-GhVo0Y4p__2fQ0AOQoXb-94Kg-yV56C8nfq-Q 6283
pyProcessingPipeline/steps/feature_extraction/__init__.py sha256=tH95Ag7e-otVQGck6J1tG4A1JzxofUIIdWjUtyaxS1k 300
pyProcessingPipeline/steps/feature_extraction/spectrum.py sha256=_TN7f4DTEMNRU3J_0wmLq8EJ5IiYvBY8NRlaInt2bG4 14965
pyProcessingPipeline/steps/filters/__init__.py sha256=STgeCOqzFmA6aS2tGs4rAdF_u7lDyqzh3z0JCmiSmRQ 628
pyProcessingPipeline/steps/filters/bessel.py sha256=NX37OAYV2xOQJc8U2C2PfymokRCHbWljdqcW85vt3uo 3147
pyProcessingPipeline/steps/filters/butterworth.py sha256=qUwyGozbmM4pIdmejzYkWAGwFNLoqdNXAGzcF3IaaZM 5922
pyProcessingPipeline/steps/filters/chebyshev.py sha256=T7zR_sUYd6cYZ701p_N8xJnRfWgJQtx4FanPC_AOR80 6295
pyProcessingPipeline/steps/filters/fir.py sha256=AbvQE2rVDlU--nJq-yprre8IvDBjqhaXWOizdECjwvU 3931
pyProcessingPipeline/steps/misc/__init__.py sha256=u_1EhrNDfOYXYvt907LSx02QgLC6zdKB_5CRUJ9dM5A 714
pyProcessingPipeline/steps/misc/cut.py sha256=Uc0vMESnGOGQeR_a8bK6d11bvK7RLbO_ZSLZCMGXcCw 7055
pyProcessingPipeline/steps/misc/labels.py sha256=6Dhi8NC4X121DYIeVwjMthve7cOYQwTQ_b5gNVN3OSc 2555
pyProcessingPipeline/steps/misc/split.py sha256=2E7jTPkPR7OrejebIC9B1LYLtZpwlRYPQbpyDnNR8sY 7745
pyProcessingPipeline/steps/misc/statistics.py sha256=lruvHTtmD5lnCBUpyIRHsN9ub7Ty5MOMIM2IObl5xhY 4233
pyProcessingPipeline/steps/misc/unite.py sha256=2TtekewzYRB_LfsvdFg-YYNSCDpbfQA9A1Stz3taZGg 4738
pyProcessingPipeline/steps/preprocessing/__init__.py sha256=pwtyvNSXhfsrO2kP-GsqqmYU554ADIji2aMnYjMFIt8 582
pyProcessingPipeline/steps/preprocessing/averaging.py sha256=IlYakqGwcmIQAZa-kWFUQA6VSFtopwKRJj-Wo7hc-CI 8355
pyProcessingPipeline/steps/preprocessing/baseline_correction.py sha256=WAkReAxVgjprNGQbmP7cste0jKcMjkbnfWUSREWOehI 5181
pyProcessingPipeline/steps/preprocessing/normalization.py sha256=1Hf-z18CTyLnyriIsiyPjUl4dnrqCu8CkrnT0kSE9-A 6322
pyProcessingPipeline-0.3.0.dist-info/METADATA sha256=KZXW8MVpQrDVYVotMgPqxqgmq1AWzMIujf41qkmu9_A 5448
pyProcessingPipeline-0.3.0.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
pyProcessingPipeline-0.3.0.dist-info/top_level.txt sha256=7BsF_i1i0MjmzVlV0qsd9im6fHkdnghuwQetiSR-anY 21
pyProcessingPipeline-0.3.0.dist-info/RECORD

top_level.txt

pyProcessingPipeline