foodforthought-cli 0.3.0__py3-none-any.whl → 0.3.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.
@@ -10,6 +10,8 @@ Great for:
10
10
  - Real-time detection on limited hardware
11
11
  """
12
12
 
13
+ from __future__ import annotations
14
+
13
15
  from dataclasses import dataclass
14
16
  from typing import List, Tuple, Optional, Any, Dict
15
17
  import io
@@ -20,6 +22,7 @@ try:
20
22
  from PIL import Image as PILImage
21
23
  HAS_PIL = True
22
24
  except ImportError:
25
+ PILImage = None # type: ignore[assignment]
23
26
  HAS_PIL = False
24
27
 
25
28
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: foodforthought-cli
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: CLI tool for FoodforThought robotics repository platform - manage robot skills and data
5
5
  Home-page: https://kindly.fyi/foodforthought
6
6
  Author: Kindly Robotics
@@ -37,7 +37,7 @@ ate/commands/team.py,sha256=1ofsOeAL51pvnIleGJZysRhmZRClhQTjRYEAe3ROLKc,4841
37
37
  ate/commands/workflow.py,sha256=vi1kG8ObUOlUudIOuZhbDDK95kwyve6nc1M1oPzMeZQ,9307
38
38
  ate/detection/__init__.py,sha256=j3bSY0rtlxfXdqyYKiHvdELyrK0txFawtM8ISuPQ09E,950
39
39
  ate/detection/base.py,sha256=kaJQ8ZzJhDxBVTrL5lQKCmMl1yV3qz51Xf87FjjDxPA,4037
40
- ate/detection/color_detector.py,sha256=5TuUxUEBQGX4UJZcVGncP7K6XDM2rGU7qcQXaGqWcr4,12718
40
+ ate/detection/color_detector.py,sha256=rSBr6nQIJkHbv6dnaG7zp30rxUyD1LbwgxFCk7LfpKs,12802
41
41
  ate/detection/trash_detector.py,sha256=rTQH3U_NHvSzquqxpvSBfKvyjSNqk7OLb4QaNV64Iw8,10407
42
42
  ate/drivers/__init__.py,sha256=y4eoc55zPYkOy3Q0y07kHhB4Z7-XQyaR2SDp6Rz5-ys,888
43
43
  ate/drivers/ble_transport.py,sha256=qfDtvbnPG9cOBJ2XciqYyVeIvtXSC772E8Usn6EGr9E,12304
@@ -159,8 +159,8 @@ test_full_auto/servo_map.py,sha256=p86iBqkBDa09JKVm_TWC1j42erOQMTb96eMHWZtdGf4,4
159
159
  test_smart_detect/__init__.py,sha256=qIrQzLk38jm9kfGtyqVHEuBNE-ljz3v3P8jg7aIARF0,160
160
160
  test_smart_detect/primitives.py,sha256=W9AtSjeTBy5gteEKS0NkZgogL1Hf2Etxsdd0hq6LRhs,3846
161
161
  test_smart_detect/servo_map.py,sha256=p86iBqkBDa09JKVm_TWC1j42erOQMTb96eMHWZtdGf4,4543
162
- foodforthought_cli-0.3.0.dist-info/METADATA,sha256=BdnQkd1TgYMKcDyXwy1RUgBCDuJvxh0suUh_R0_T9Oc,9968
163
- foodforthought_cli-0.3.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
164
- foodforthought_cli-0.3.0.dist-info/entry_points.txt,sha256=JSxWuXCbGllyHqVJpomP_BDlXYpiNglM9Mo6bEmQK1A,37
165
- foodforthought_cli-0.3.0.dist-info/top_level.txt,sha256=Q8RL26hnZ7yLJbGqHMbthsZJJRho-UvpOJAEtAG4NbI,84
166
- foodforthought_cli-0.3.0.dist-info/RECORD,,
162
+ foodforthought_cli-0.3.1.dist-info/METADATA,sha256=uFKqISKqV_IU9iM2WDZwNpo2FU-rq4CTfbkgbWJwYzE,9968
163
+ foodforthought_cli-0.3.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
164
+ foodforthought_cli-0.3.1.dist-info/entry_points.txt,sha256=JSxWuXCbGllyHqVJpomP_BDlXYpiNglM9Mo6bEmQK1A,37
165
+ foodforthought_cli-0.3.1.dist-info/top_level.txt,sha256=Q8RL26hnZ7yLJbGqHMbthsZJJRho-UvpOJAEtAG4NbI,84
166
+ foodforthought_cli-0.3.1.dist-info/RECORD,,