stepcount

View on PyPIReverse Dependencies (1)

3.12.0 stepcount-3.12.0-py3-none-any.whl

Wheel Details

Project: stepcount
Version: 3.12.0
Filename: stepcount-3.12.0-py3-none-any.whl
Download: [link]
Size: 42651
MD5: 71e07d0faf925fb0601895ab51c3f0f2
SHA256: ad885e7fdf092d99fe164cc06c952e8a4489969d746ed2bc982b96ea9f1e3332
Uploaded: 2024-12-20 13:02:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: stepcount
Version: 3.12.0
Summary: Step counter for wrist-worn accelerometers compatible with the UK Biobank Accelerometer Dataset
Author: Shing Chan, Scott Small, Gert Mertes, Aiden Doherty
Maintainer: Shing Chan
Maintainer-Email: shing.chan[at]ndph.ox.ac.uk
Home-Page: https://github.com/OxWearables/stepcount
Download-Url: https://github.com/OxWearables/stepcount
License: See LICENSE file.
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.8, <3.11
Requires-Dist: actipy (>=3.0.5)
Requires-Dist: numpy (==1.24.*)
Requires-Dist: scipy (==1.10.*)
Requires-Dist: pandas (==2.0.*)
Requires-Dist: tqdm (==4.64.*)
Requires-Dist: joblib (==1.2.*)
Requires-Dist: scikit-learn (==1.1.1)
Requires-Dist: imbalanced-learn (==0.9.1)
Requires-Dist: hmmlearn (==0.3.*)
Requires-Dist: torch (==1.13.*)
Requires-Dist: torchvision (==0.14.*)
Requires-Dist: transforms3d (==0.4.*)
Requires-Dist: numba (==0.58.*)
Requires-Dist: matplotlib (==3.7.*)
Requires-Dist: flake8; extra == "dev"
Requires-Dist: autopep8; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: ipdb; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: tomli; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: sphinx (>=4.2); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0); extra == "docs"
Requires-Dist: readthedocs-sphinx-search (>=0.1); extra == "docs"
Requires-Dist: sphinxcontrib-programoutput (>=0.17); extra == "docs"
Requires-Dist: docutils (<0.18); extra == "docs"
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 6970 characters]

WHEEL

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

RECORD

Path Digest Size
stepcount/__init__.py sha256=gwGVV3U-w4heKJID9dZqt_e_rAVGt0thHeb3vEJk-DA 580
stepcount/_version.py sha256=7SRLw0hdftT8SN9sqAFiN0LtCeR3DAYOsWQBjrlGQok 498
stepcount/features.py sha256=C_CRiPvcosmQ_44DbNQc-W3AgAAwJnCJxIdfvjPZ3Y8 5345
stepcount/hmm_utils.py sha256=xCmo3TdvAjWBC8E_6lDt4f0cQw54ng8xWLopgKLCheg 9731
stepcount/models.py sha256=1eg8Cu9NKV0fPIlGPoOA-Y0ZtV0NtgpcUmE7hmDBs8g 23811
stepcount/sslmodel.py sha256=WsS3kUzH4Hw8cIvw7D1D6vfnYA5iWRIK3BPlTpIRYPg 11941
stepcount/stepcount.py sha256=Yh8l2OUcoYBGoJkybM7TOP8bDJ5tbuo5RBaYqG0Qbl4 57336
stepcount/utils.py sha256=-89empmPEJ1E8LRfMRdt1fgkGnyKvbumnPb_F4lRb28 14179
stepcount/cli_utils/__init__.py sha256=U9RMcMcect5VCP4e4nrUEb_QIMuSNzCjwKa3HmA-YP8 132
stepcount/cli_utils/collate_outputs.py sha256=trcvHFtQZHD1ni_62SQt7IooAJr1aXTH0so1rML06_s 4580
stepcount/cli_utils/generate_commands.py sha256=6a5QOHqL7fDw5F45QAYs8eDgP_2KT28cfEEOju_tycE 2807
stepcount-3.12.0.dist-info/LICENSE.md sha256=A0T4u3fVSbPrWg95fDeUS-aeJ01MQaRc1c052qOyW1A 8026
stepcount-3.12.0.dist-info/METADATA sha256=SEP1QYWqV-8YdP14QENFQTBuMiMUU2l0dj_PEKJTpBk 8838
stepcount-3.12.0.dist-info/WHEEL sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A 92
stepcount-3.12.0.dist-info/entry_points.txt sha256=EiAsQ95eE0FFKWcWmC7HD1F5bKaKXXX-vCY7Zaoc5-w 197
stepcount-3.12.0.dist-info/top_level.txt sha256=jDxlvwvc6Pm6P3MZfh7gQGIjgwq-pJVPUm8Nh9ioC9c 10
stepcount-3.12.0.dist-info/RECORD

top_level.txt

stepcount

entry_points.txt

stepcount = stepcount.stepcount:main
stepcount-collate-outputs = stepcount.cli_utils.collate_outputs:main
stepcount-generate-commands = stepcount.cli_utils.generate_commands:main