vedetta 0.0.1__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.
vedetta-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: vedetta
3
+ Version: 0.0.1
4
+ Summary: Vedetta NVR — lightweight open-source network video recorder with object detection
5
+ Project-URL: Homepage, https://github.com/rvben/vedetta
6
+ Project-URL: Repository, https://github.com/rvben/vedetta
7
+ Author-email: Ruben Jongejan <ruben.jongejan@gmail.com>
8
+ License-Expression: MIT
9
+ Requires-Python: >=3.9
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Vedetta
13
+
14
+ Lightweight open-source network video recorder (NVR) with real-time object detection.
15
+
16
+ See https://github.com/rvben/vedetta for more information.
@@ -0,0 +1,5 @@
1
+ # Vedetta
2
+
3
+ Lightweight open-source network video recorder (NVR) with real-time object detection.
4
+
5
+ See https://github.com/rvben/vedetta for more information.
@@ -0,0 +1,19 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "vedetta"
7
+ version = "0.0.1"
8
+ description = "Vedetta NVR — lightweight open-source network video recorder with object detection"
9
+ readme = "README.md"
10
+ license = "MIT"
11
+ authors = [
12
+ { name = "Ruben Jongejan", email = "ruben.jongejan@gmail.com" }
13
+ ]
14
+ urls.Homepage = "https://github.com/rvben/vedetta"
15
+ urls.Repository = "https://github.com/rvben/vedetta"
16
+ requires-python = ">=3.9"
17
+
18
+ [tool.hatch.build.targets.wheel]
19
+ packages = ["vedetta"]
@@ -0,0 +1,2 @@
1
+ """Vedetta NVR — lightweight open-source network video recorder with object detection."""
2
+ __version__ = "0.0.1"