sentry-workbench 0.0.0__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.
@@ -0,0 +1 @@
1
+ __version__ = "0.0.0"
@@ -0,0 +1,60 @@
1
+ Metadata-Version: 2.4
2
+ Name: sentry-workbench
3
+ Version: 0.0.0
4
+ Summary: Name reservation placeholder for sentry-workbench (operational dashboard for the SENTRY UAV trajectory prediction toolkit). Real release is forthcoming with the system paper.
5
+ Author-email: Sandeco <sanderson.macedo@ifg.edu.br>
6
+ Maintainer-email: Sandeco <sanderson.macedo@ifg.edu.br>
7
+ License-Expression: MIT
8
+ Project-URL: Documentation, https://github.com/sandeco/sentry-workbench
9
+ Project-URL: Source, https://github.com/sandeco/sentry-workbench
10
+ Project-URL: Issues, https://github.com/sandeco/sentry-workbench/issues
11
+ Keywords: uav,drone,trajectory-prediction,dashboard,streamlit,operational,sentry
12
+ Classifier: Development Status :: 1 - Planning
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
+ Classifier: Topic :: Scientific/Engineering :: Image Recognition
21
+ Classifier: Topic :: Scientific/Engineering :: Visualization
22
+ Classifier: Typing :: Typed
23
+ Requires-Python: >=3.10
24
+ Description-Content-Type: text/markdown
25
+ License-File: LICENSE
26
+ Dynamic: license-file
27
+
28
+ # sentry-workbench
29
+
30
+ Placeholder for the upcoming `sentry-workbench` Python package.
31
+
32
+ **Status:** name reservation only. Version `0.0.0` exists exclusively to secure the project name on PyPI ahead of the first functional release.
33
+
34
+ ## What is this?
35
+
36
+ `sentry-workbench` will be the operational dashboard for the SENTRY UAV trajectory prediction toolkit. It runs locally on the researcher machine, opens in the browser, and provides:
37
+
38
+ - Project workspace for video, detections, predictions and metrics.
39
+ - Frame by frame Trajectory Inspector with timeline scrubbing.
40
+ - Bounding box Annotator with YOLO and JSON export.
41
+ - Batch evaluation runner against a folder of videos with ground truth.
42
+ - Evidence Logger for noteworthy events.
43
+ - Visual Calibration Auditor with real time PICP curve.
44
+ - Report exporter (HTML and PDF).
45
+
46
+ The dashboard is built on Streamlit and consumes the [`sentry-uav`](https://pypi.org/project/sentry-uav/) Python API directly. It does not require any new hardware and stores everything locally.
47
+
48
+ ## When is the real release?
49
+
50
+ Version `0.1.0` will land together with the submission of the SENTRY system paper (artigo 4 da tese), targeted at *Drones* (MDPI), *IEEE Access* or *Applied Sciences*. Until then, do not install version `0.0.0` for any real workload.
51
+
52
+ ## References
53
+
54
+ - `sentry-uav` companion library, https://pypi.org/project/sentry-uav/
55
+ - SENTRY paper (in preparation), Elsevier *Array*.
56
+ - Drone detection in airport environments, a literature review, *Array* 28 (2025) 100511, DOI 10.1016/j.array.2025.100511.
57
+
58
+ ## License
59
+
60
+ MIT, see `LICENSE`.
@@ -0,0 +1,6 @@
1
+ sentry_workbench/__init__.py,sha256=ShXQBVjyiSOHxoQJS2BvNG395W4KZfqMxZWBAR0MZrE,22
2
+ sentry_workbench-0.0.0.dist-info/licenses/LICENSE,sha256=QOrOqhbGQWXmprk6nm0d5k4ZoUzZyiYY5Jg-rdlum1E,1064
3
+ sentry_workbench-0.0.0.dist-info/METADATA,sha256=uoiI0Luv4aZkBZEhXjJbh7OgLeZdQegTi1d3PsBd3o4,2977
4
+ sentry_workbench-0.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
5
+ sentry_workbench-0.0.0.dist-info/top_level.txt,sha256=H0ZHirhDU4RKWXMYsWCiEEp7-BtzNWJ1ctfLZRacGbw,17
6
+ sentry_workbench-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Sandeco
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ sentry_workbench