robo-goggles 0.1.1__py3-none-any.whl → 0.1.2__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.
- goggles/__init__.py +1 -1
- {robo_goggles-0.1.1.dist-info → robo_goggles-0.1.2.dist-info}/METADATA +1 -1
- {robo_goggles-0.1.1.dist-info → robo_goggles-0.1.2.dist-info}/RECORD +6 -6
- {robo_goggles-0.1.1.dist-info → robo_goggles-0.1.2.dist-info}/WHEEL +0 -0
- {robo_goggles-0.1.1.dist-info → robo_goggles-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {robo_goggles-0.1.1.dist-info → robo_goggles-0.1.2.dist-info}/top_level.txt +0 -0
goggles/__init__.py
CHANGED
|
@@ -41,7 +41,7 @@ import logging
|
|
|
41
41
|
import os
|
|
42
42
|
|
|
43
43
|
from .types import Kind, Event, VectorField, Video, Image, Vector, Metrics
|
|
44
|
-
from ._core.integrations import
|
|
44
|
+
from ._core.integrations import ConsoleHandler, LocalStorageHandler
|
|
45
45
|
from .decorators import timeit, trace_on_error
|
|
46
46
|
from .shutdown import GracefulShutdown
|
|
47
47
|
from .config import load_configuration, save_configuration
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
goggles/__init__.py,sha256=
|
|
1
|
+
goggles/__init__.py,sha256=sUDr00e6MrDPAGBTTbHDReAfT15rIssWVknVBT_MzGs,22772
|
|
2
2
|
goggles/config.py,sha256=kJ2wtvXrYVxiicYsAVhxHFZwmSML3NNG-0hSdsBOD0s,1882
|
|
3
3
|
goggles/decorators.py,sha256=MpOZsDD8wWi_HdOXeC5Te1SuHfhYzifQr8_ksee-pGU,2366
|
|
4
4
|
goggles/media.py,sha256=4rwKNxJGUMDecLgKMLK8VQYXtohqEATBckJHT-QkWLs,9063
|
|
@@ -15,8 +15,8 @@ goggles/history/buffer.py,sha256=Gh8Zhn0d9GWaanvyEiSpmq4pCtgprEqcR9i6JDbVioM,672
|
|
|
15
15
|
goggles/history/spec.py,sha256=AeXL9B9CFgX9kk778AAqvu7jiJAIfDu9VAKThy5VV84,5260
|
|
16
16
|
goggles/history/types.py,sha256=ZAZg45R4HqM6t5Ktzci43DZHAPpPDzQjXC_kdwZo1K4,201
|
|
17
17
|
goggles/history/utils.py,sha256=DlvUMVFS3-IZquUlai5Y3OcWxyXCcS0a3I0OL2FnNME,6441
|
|
18
|
-
robo_goggles-0.1.
|
|
19
|
-
robo_goggles-0.1.
|
|
20
|
-
robo_goggles-0.1.
|
|
21
|
-
robo_goggles-0.1.
|
|
22
|
-
robo_goggles-0.1.
|
|
18
|
+
robo_goggles-0.1.2.dist-info/licenses/LICENSE,sha256=Ouip6mjG0_TzbU51TbvX0mymueGs_1l0RE7C_rfgUYw,1071
|
|
19
|
+
robo_goggles-0.1.2.dist-info/METADATA,sha256=JeSfJWhvlDDHsB_z55SK5kbZsGym6-M9vMByx-C3y4M,20228
|
|
20
|
+
robo_goggles-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
robo_goggles-0.1.2.dist-info/top_level.txt,sha256=J8BJVNTDb5zGiy3FR7CzPiPveaqPG4h-Twj6fQ5sxug,8
|
|
22
|
+
robo_goggles-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|