Simple-Track 2.0.2__tar.gz → 2.0.3__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.
- {simple_track-2.0.2 → simple_track-2.0.3}/PKG-INFO +4 -4
- {simple_track-2.0.2 → simple_track-2.0.3}/pyproject.toml +4 -4
- {simple_track-2.0.2 → simple_track-2.0.3}/src/Simple_Track.egg-info/PKG-INFO +4 -4
- {simple_track-2.0.2 → simple_track-2.0.3}/src/Simple_Track.egg-info/requires.txt +2 -2
- {simple_track-2.0.2 → simple_track-2.0.3}/src/run_simple_track.py +6 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/LICENSE +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/README.md +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/setup.cfg +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/Simple_Track.egg-info/SOURCES.txt +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/Simple_Track.egg-info/dependency_links.txt +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/Simple_Track.egg-info/entry_points.txt +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/Simple_Track.egg-info/top_level.txt +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/__init__.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/exceptions.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/feature.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/flow_solver.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/frame.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/frame_output.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/frame_tracker.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/load.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/track.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/src/simpletrack/utils.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/tests/test_feature.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/tests/test_flow_solver.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/tests/test_frame.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/tests/test_frame_tracker.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/tests/test_mwe_output.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/tests/test_simple_track_and_load.py +0 -0
- {simple_track-2.0.2 → simple_track-2.0.3}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Simple-Track
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: Threshold-based object tracking algorithm for 2D data
|
|
5
5
|
Author-email: Adam Gainford <adam.gainford@reading.ac.uk>, Thorwald Stein <t.h.m.stein@reading.ac.uk>
|
|
6
6
|
License-Expression: MPL-2.0
|
|
@@ -8,15 +8,15 @@ Project-URL: Homepage, https://github.com/ParaChute-UK/simple-track/
|
|
|
8
8
|
Project-URL: Issues, https://github.com/ParaChute-UK/simple-track/issues
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: numpy>=2.
|
|
14
|
+
Requires-Dist: numpy>=2.2.0
|
|
15
15
|
Requires-Dist: pytest>=9.0
|
|
16
16
|
Requires-Dist: pytest-cov
|
|
17
17
|
Requires-Dist: pytest-xdist
|
|
18
18
|
Requires-Dist: pyyaml
|
|
19
|
-
Requires-Dist: scipy>=1.
|
|
19
|
+
Requires-Dist: scipy>=1.15.0
|
|
20
20
|
Requires-Dist: scikit-image>=0.25.2
|
|
21
21
|
Dynamic: license-file
|
|
22
22
|
|
|
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "Simple-Track"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.3"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Adam Gainford", email="adam.gainford@reading.ac.uk" },
|
|
10
10
|
{ name="Thorwald Stein", email="t.h.m.stein@reading.ac.uk"}
|
|
11
11
|
]
|
|
12
12
|
description = "Threshold-based object tracking algorithm for 2D data "
|
|
13
13
|
readme = "README.md"
|
|
14
|
-
requires-python = ">=3.
|
|
14
|
+
requires-python = ">=3.10"
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Programming Language :: Python :: 3",
|
|
17
17
|
"Operating System :: OS Independent",
|
|
@@ -19,12 +19,12 @@ classifiers = [
|
|
|
19
19
|
license = "MPL-2.0"
|
|
20
20
|
license-files = ["LICEN[CS]E*"]
|
|
21
21
|
dependencies = [
|
|
22
|
-
"numpy >= 2.
|
|
22
|
+
"numpy >= 2.2.0",
|
|
23
23
|
"pytest >= 9.0",
|
|
24
24
|
"pytest-cov",
|
|
25
25
|
"pytest-xdist",
|
|
26
26
|
"pyyaml",
|
|
27
|
-
"scipy >= 1.
|
|
27
|
+
"scipy >= 1.15.0",
|
|
28
28
|
"scikit-image >= 0.25.2"
|
|
29
29
|
]
|
|
30
30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Simple-Track
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: Threshold-based object tracking algorithm for 2D data
|
|
5
5
|
Author-email: Adam Gainford <adam.gainford@reading.ac.uk>, Thorwald Stein <t.h.m.stein@reading.ac.uk>
|
|
6
6
|
License-Expression: MPL-2.0
|
|
@@ -8,15 +8,15 @@ Project-URL: Homepage, https://github.com/ParaChute-UK/simple-track/
|
|
|
8
8
|
Project-URL: Issues, https://github.com/ParaChute-UK/simple-track/issues
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: numpy>=2.
|
|
14
|
+
Requires-Dist: numpy>=2.2.0
|
|
15
15
|
Requires-Dist: pytest>=9.0
|
|
16
16
|
Requires-Dist: pytest-cov
|
|
17
17
|
Requires-Dist: pytest-xdist
|
|
18
18
|
Requires-Dist: pyyaml
|
|
19
|
-
Requires-Dist: scipy>=1.
|
|
19
|
+
Requires-Dist: scipy>=1.15.0
|
|
20
20
|
Requires-Dist: scikit-image>=0.25.2
|
|
21
21
|
Dynamic: license-file
|
|
22
22
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import argparse
|
|
1
2
|
import sys
|
|
2
3
|
|
|
3
4
|
from simpletrack import Tracker
|
|
@@ -14,4 +15,9 @@ def run_tracking():
|
|
|
14
15
|
|
|
15
16
|
|
|
16
17
|
if __name__ == "__main__":
|
|
18
|
+
# TODO: make argparser default way of handling inputs, including configs and loaders
|
|
19
|
+
# Need to make sure that changes don't affect pyproject.toml entry points
|
|
20
|
+
# easiest just to pass the parser in to run_tracking.
|
|
21
|
+
msg = "Run Simple-Track. Requires path to at least one yaml config file"
|
|
22
|
+
parser = argparse.ArgumentParser(description=msg)
|
|
17
23
|
run_tracking()
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|