vedetta 0.0.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.
vedetta/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ """Vedetta NVR — lightweight open-source network video recorder with object detection."""
2
+ __version__ = "0.0.1"
@@ -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,4 @@
1
+ vedetta/__init__.py,sha256=YwZ4bZI-hwsPAzdrtc_4hpeztOiHDft25dd70LK7bx0,114
2
+ vedetta-0.0.1.dist-info/METADATA,sha256=h-mv2EGlFAO7W7Mqdv9mPBMry5okGhBCeSNSs53d52c,560
3
+ vedetta-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ vedetta-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any