biomechzoo 0.1.1__py3-none-any.whl → 0.2.1__py3-none-any.whl

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.

Potentially problematic release.


This version of biomechzoo might be problematic. Click here for more details.

biomechzoo/__init__.py CHANGED
@@ -1,5 +0,0 @@
1
- from .biomechzoo import BiomechZoo # or from .core, etc.
2
-
3
- __all__ = ['BiomechZoo']
4
-
5
- __version__ = "0.1.0"
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: biomechzoo
3
+ Version: 0.2.1
4
+ Summary: Python implementation of the biomechZoo toolbox
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://github.com/mcgillmotionlab/biomechzoo
7
+ Requires-Python: >=3.13
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Requires-Dist: ezc3d>=1.5.19
11
+ Requires-Dist: matplotlib>=3.10.6
12
+ Requires-Dist: numpy>=2.3.3
13
+ Requires-Dist: pandas>=2.3.2
14
+ Requires-Dist: scipy>=1.16.2
15
+ Dynamic: license-file
16
+
17
+ # BiomechZoo for Python
18
+ This is a development version of the biomechzoo toolbox for python.
19
+
20
+ ## How to install
21
+ - biomechZoo for python is now an official package, you can simply add biomechZoo to your environment using
22
+ ``pip install biomechzoo``
23
+
24
+ ## Usage notes
25
+ - If you need to install a specific version, run ``pip install biomechzoo==x.x.x`` where x.x.x is the version number.
26
+ - If you need to update biomechzoo to the latest version in your env, run ``pip install biomechzoo --upgrade``
27
+
28
+ See also http://www.github.com/mcgillmotionlab/biomechzoo or http://www.biomechzoo.com for more information
@@ -1,6 +1,7 @@
1
- biomechzoo/__init__.py,sha256=IXj0mVJCHQ06awsQVJo0CCRDbplqP6dxZ1MQ6GUuCPw,107
1
+ biomechzoo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  biomechzoo/__main__.py,sha256=hSMHN1Rxn2367fSGTLHoOQ4_pocZw0IWI7HFxl-74oY,88
3
3
  biomechzoo/biomechzoo.py,sha256=bmP81dLlYPE2NnZ76xK-MVlVyDuKKU08OF58dtzieps,15433
4
+ biomechzoo/biomech_ops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
5
  biomechzoo/biomech_ops/continuous_relative_phase_data.py,sha256=RePbt6zyOI1iv74CWhxSrunIokTFYVfFmFnoW51781E,1300
5
6
  biomechzoo/biomech_ops/continuous_relative_phase_line.py,sha256=Fa1LFRuPlmGPLQLvln6HVnJy3zMSm9z5YeooHmTu0lc,1365
6
7
  biomechzoo/biomech_ops/filter_data.py,sha256=LZSlemUfbBTrqbo7miFubgTf9R4pr1kEgdmvljmNWdQ,1742
@@ -14,10 +15,12 @@ biomechzoo/conversion/c3d2zoo_data.py,sha256=kmiLQHglchSHty6DrMEl5yTOUi3U4Ai5nHo
14
15
  biomechzoo/conversion/csv2zoo_data.py,sha256=-c4CXxcKd70HJWWgHRztOxOckvA1XgIDzo8EhgJhcKE,2185
15
16
  biomechzoo/conversion/mvnx2zoo_data.py,sha256=ID1X_VtzFQrgqNpTMd-_DJ-3mVUIW0t9qwCsI5VJI-M,2861
16
17
  biomechzoo/conversion/opencap2zoo_data.py,sha256=n4bLsrJI0wTSzG5bgJcmxj1dp2plnUKFNRzcTIbmV1o,608
18
+ biomechzoo/mvn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
19
  biomechzoo/mvn/load_mvnx.py,sha256=B4VGuidQ-5G_5E1t5vpU51Nb_Lu85_EOS_FmGZYjfX8,22499
18
20
  biomechzoo/mvn/main_mvnx.py,sha256=e1LasJQ9icyzjWnRCEcAWQq_-L13-mIzf7PzYA3QYDg,2394
19
21
  biomechzoo/mvn/mvn.py,sha256=I62ljRo0I0ajc6KLW8J4SmXL_M-rHerHinD_UaFzS8U,7537
20
22
  biomechzoo/mvn/mvnx_file_accessor.py,sha256=kLMg3mwpqqRyqFycoaPkI6ejKJzxBnPK9iiIYl-LmY8,20097
23
+ biomechzoo/processing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
24
  biomechzoo/processing/add_channel_data.py,sha256=U1xLLBSnyJeeDWzgmHSxOz1hyguzuuDXxQCQ8IFoZkw,1955
22
25
  biomechzoo/processing/addchannel_data.py,sha256=rmnnlMRVkoMlQCR-nRg1jjh-hzMDt37Sx9fAmocrpqA,1953
23
26
  biomechzoo/processing/addevent_data.py,sha256=DyTfvjOWZIlsWfnT6XDwvsU1jOzSDf4HhLa1TaKIhwI,1325
@@ -27,6 +30,7 @@ biomechzoo/processing/removechannel_data.py,sha256=ndZcbWJRDvd7drlahGaq8MseT-rsx
27
30
  biomechzoo/processing/renamechannel_data.py,sha256=5lEnWJknAwnJYXDlwO6cFe7C8ct5o42tTHW0Y4GeIL4,2210
28
31
  biomechzoo/processing/renameevent_data.py,sha256=9w7C_fQOsQ8XbdTr_hrg_iQe51oDczq2Rj7yJLyYG0M,2215
29
32
  biomechzoo/processing/split_trial_by_gait_cycle.py,sha256=maMUwumSlFLFc5LHdNdBO9JCoT06aaLbpdp43dgowDA,1684
33
+ biomechzoo/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
34
  biomechzoo/utils/batchdisp.py,sha256=Ke7yeZ4cYQvyf8bmgsiLaRElUeQm49TYIYzAcPWan9s,839
31
35
  biomechzoo/utils/compute_sampling_rate_from_time.py,sha256=iyHbN734vYe5bXEoAsHScJN7Qw--2quUgII7judSQDk,579
32
36
  biomechzoo/utils/engine.py,sha256=WSZmi6DDZHcdOhgsu2LvmLF-Ftxcjteh9TbKDMZIN5k,3240
@@ -36,9 +40,9 @@ biomechzoo/utils/split_trial.py,sha256=Fumz_ZukNBNtPauUhCge5EAHkg05dYDhA1_njQw0l
36
40
  biomechzoo/utils/zload.py,sha256=FPT6_-gwaOOqOckjgPRfnKEVKMsmNVIcenmQZF2KOvo,1535
37
41
  biomechzoo/utils/zplot.py,sha256=WVA8aCy1Pqy_bo_HXab9AmW-cBd8J8MPX2LAOd6dznU,1512
38
42
  biomechzoo/utils/zsave.py,sha256=2DeF6A1R32SnXJXtb8jtPqZAmlSEB0PVi09UGiskzMo,1625
39
- biomechzoo-0.1.1.dist-info/licenses/LICENSE,sha256=Fsz62nrgRORre3A1wNXUDISaHoostodMvocRPDdXc9w,1076
40
- biomechzoo-0.1.1.dist-info/METADATA,sha256=mrVsykfuRyZqM15ARHUAX--XOfjzmnMysxVT4HYKtpY,2096
41
- biomechzoo-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
42
- biomechzoo-0.1.1.dist-info/entry_points.txt,sha256=VdryUUiwwvx0WZxrgmMrsyfe5Z1jtyaxdXOi0zWHOqk,41
43
- biomechzoo-0.1.1.dist-info/top_level.txt,sha256=W148kdiK-6L0Nohbw8UALkAzHJvJLAhFDRykuva2WjY,11
44
- biomechzoo-0.1.1.dist-info/RECORD,,
43
+ biomechzoo-0.2.1.dist-info/licenses/LICENSE,sha256=Fsz62nrgRORre3A1wNXUDISaHoostodMvocRPDdXc9w,1076
44
+ biomechzoo-0.2.1.dist-info/METADATA,sha256=oqRZuIpVTc5y7sQr8wpERWojOXEub8LqXC-D39RiHaA,1065
45
+ biomechzoo-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
46
+ biomechzoo-0.2.1.dist-info/entry_points.txt,sha256=VdryUUiwwvx0WZxrgmMrsyfe5Z1jtyaxdXOi0zWHOqk,41
47
+ biomechzoo-0.2.1.dist-info/top_level.txt,sha256=W148kdiK-6L0Nohbw8UALkAzHJvJLAhFDRykuva2WjY,11
48
+ biomechzoo-0.2.1.dist-info/RECORD,,
@@ -1,48 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: biomechzoo
3
- Version: 0.1.1
4
- Summary: Python implementation of the biomechZoo Matlab toolbox
5
- License-Expression: MIT
6
- Project-URL: Homepage, https://github.com/mcgillmotionlab/biomechzoo
7
- Requires-Python: >=3.13
8
- Description-Content-Type: text/markdown
9
- License-File: LICENSE
10
- Requires-Dist: ezc3d>=1.5.19
11
- Requires-Dist: matplotlib>=3.10.6
12
- Requires-Dist: numpy>=2.3.3
13
- Requires-Dist: pandas>=2.3.2
14
- Requires-Dist: scipy>=1.16.2
15
- Dynamic: license-file
16
-
17
- # Repository for the Python version of biomechZoo
18
- This is a development version of the biomechzoo toolbox for python. To use biomechzoo
19
- as a packagage alongside your code, follow the "How to install" instructions below
20
-
21
- ## How to install
22
- - make sure the local version of your code sits at the same level as biomechzoo.
23
- e.g.
24
- code_root/
25
- code_root/biomechzoo/ ← the repo with the actual package
26
- code_root/student_code/ ← where your scripts or notebooks live
27
-
28
- - open terminal or command window
29
- - create an environment for your research project: ``conda create -n name python=3.13 -c conda-forge``, where name is of your choice
30
- - activate your new environment: ``conda activate name``
31
- - navigate to parent directory where biomechzoo was cloned. e.g. ``code_root``
32
- - install biomechzoo: ``pip install -e biomechzoo``
33
- - install additional requirements: ``pip install -r biomechzoo/pip_requirements.txt``
34
-
35
- ## Updates (not tested)
36
- - If updates are made to biomechzoo, simply pull the latest version
37
- from github, you won't need to reinstall (unless there are new dependencies)
38
-
39
- ## Usage notes
40
- - To use biomechzoo in your project, you will need to import biomechzoo as:
41
- ``from biomechzoo.biomechzoo import BiomechZoo``
42
- - Then, you can create an object that is an instance of the BimechZoo class as:
43
- ``bmech = BiomechZoo(fld)`` where ``fld`` is the path to your data
44
-
45
-
46
- # opencap users
47
- - opencap users should pre-process their data using ``https://github.com/stanfordnmbl/opencap-processing``
48
- - processed data could be saved to csv using pandas and then imported to biomechzoo using csv2zoo (not yet functional)