stepcount

View on PyPIReverse Dependencies (1)

3.7.1 stepcount-3.7.1-py3-none-any.whl

Wheel Details

Project: stepcount
Version: 3.7.1
Filename: stepcount-3.7.1-py3-none-any.whl
Download: [link]
Size: 33496
MD5: 899032ce5bb816a8b14bcaed0607cc4b
SHA256: 8f80fc80aa392be2afcdec2eb723fb2ba97656b32b4ce199e2940e69e39721c9
Uploaded: 2024-05-04 06:56:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: stepcount
Version: 3.7.1
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: 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: 6692 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
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=GhdysXEzXdvHTSHs_IdZy4r-f8dHUTjZqQ7skthYq6s 497
stepcount/features.py sha256=C_CRiPvcosmQ_44DbNQc-W3AgAAwJnCJxIdfvjPZ3Y8 5345
stepcount/hmm_utils.py sha256=xCmo3TdvAjWBC8E_6lDt4f0cQw54ng8xWLopgKLCheg 9731
stepcount/models.py sha256=mi5IxWNZidj1FRC6gHlnzRyMWb4BiWj6NA0S7OLa5gA 23839
stepcount/sslmodel.py sha256=WsS3kUzH4Hw8cIvw7D1D6vfnYA5iWRIK3BPlTpIRYPg 11941
stepcount/stepcount.py sha256=IkP4Dh42drfYe1u2WYGZTTINFC9glenRPRhz5d4zzi8 30189
stepcount/utils/__init__.py sha256=RT_4hjDNDjIqOtIUeRDpB5SsOJpbgvTSMAY9eQjTRMo 124
stepcount/utils/collate_outputs.py sha256=v1_-Ofs4UDTV6GSz9LVfvimRz5yIL-pe3VSjMbn47lM 1346
stepcount/utils/generate_commands.py sha256=6a5QOHqL7fDw5F45QAYs8eDgP_2KT28cfEEOju_tycE 2807
stepcount-3.7.1.dist-info/LICENSE.md sha256=A0T4u3fVSbPrWg95fDeUS-aeJ01MQaRc1c052qOyW1A 8026
stepcount-3.7.1.dist-info/METADATA sha256=V1nU-oSqd0LJvBfwzYsicXNjvQT3cvbW7CHDn-TFJbI 8527
stepcount-3.7.1.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
stepcount-3.7.1.dist-info/entry_points.txt sha256=WvieKsd90AyPes4MXUI0mQMLze4OvwOs3GTagfA5wKU 189
stepcount-3.7.1.dist-info/top_level.txt sha256=jDxlvwvc6Pm6P3MZfh7gQGIjgwq-pJVPUm8Nh9ioC9c 10
stepcount-3.7.1.dist-info/RECORD

top_level.txt

stepcount

entry_points.txt

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