worklab 2.3.5__tar.gz → 2.3.6__tar.gz
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.
- {worklab-2.3.5 → worklab-2.3.6}/PKG-INFO +2 -2
- {worklab-2.3.5 → worklab-2.3.6}/pyproject.toml +2 -2
- {worklab-2.3.5 → worklab-2.3.6}/worklab.egg-info/PKG-INFO +2 -2
- {worklab-2.3.5 → worklab-2.3.6}/worklab.egg-info/requires.txt +1 -1
- {worklab-2.3.5 → worklab-2.3.6}/LICENSE +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/README.md +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/setup.cfg +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/tests/test_utils.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/__init__.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/ana.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/com.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/imu.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/kin.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/move.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/physio.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/plots.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab/utils.py +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab.egg-info/SOURCES.txt +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab.egg-info/dependency_links.txt +0 -0
- {worklab-2.3.5 → worklab-2.3.6}/worklab.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: worklab
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.6
|
|
4
4
|
Summary: Basic scripts for worklab devices
|
|
5
5
|
Author-email: Sophie de Klerk <r.de.klerk@pl.hanze.nl>, Thomas Rietveld <t.rietveld@lboro.ac.uk>, Rowie Janssen <r.j.f.janssen@umcg.nl>, Jelmer Braaksma <j.braaksma01@umcg.nl>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -701,7 +701,7 @@ Provides-Extra: dev
|
|
|
701
701
|
Requires-Dist: pytest; extra == "dev"
|
|
702
702
|
Requires-Dist: Flake8-pyproject; extra == "dev"
|
|
703
703
|
Requires-Dist: black; extra == "dev"
|
|
704
|
-
Requires-Dist: jupyter-book; extra == "dev"
|
|
704
|
+
Requires-Dist: jupyter-book==0.15.1; extra == "dev"
|
|
705
705
|
Requires-Dist: build; extra == "dev"
|
|
706
706
|
Dynamic: license-file
|
|
707
707
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "worklab"
|
|
3
|
-
version = "2.3.
|
|
3
|
+
version = "2.3.6"
|
|
4
4
|
description = "Basic scripts for worklab devices"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.7"
|
|
@@ -35,7 +35,7 @@ dev = [
|
|
|
35
35
|
"pytest",
|
|
36
36
|
"Flake8-pyproject",
|
|
37
37
|
"black",
|
|
38
|
-
"jupyter-book",
|
|
38
|
+
"jupyter-book==0.15.1",
|
|
39
39
|
"build"
|
|
40
40
|
]
|
|
41
41
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: worklab
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.6
|
|
4
4
|
Summary: Basic scripts for worklab devices
|
|
5
5
|
Author-email: Sophie de Klerk <r.de.klerk@pl.hanze.nl>, Thomas Rietveld <t.rietveld@lboro.ac.uk>, Rowie Janssen <r.j.f.janssen@umcg.nl>, Jelmer Braaksma <j.braaksma01@umcg.nl>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -701,7 +701,7 @@ Provides-Extra: dev
|
|
|
701
701
|
Requires-Dist: pytest; extra == "dev"
|
|
702
702
|
Requires-Dist: Flake8-pyproject; extra == "dev"
|
|
703
703
|
Requires-Dist: black; extra == "dev"
|
|
704
|
-
Requires-Dist: jupyter-book; extra == "dev"
|
|
704
|
+
Requires-Dist: jupyter-book==0.15.1; extra == "dev"
|
|
705
705
|
Requires-Dist: build; extra == "dev"
|
|
706
706
|
Dynamic: license-file
|
|
707
707
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|