foodforthought-cli 0.2.4__tar.gz → 0.2.7__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.
Files changed (50) hide show
  1. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/PKG-INFO +1 -1
  2. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/__init__.py +1 -1
  3. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/foodforthought_cli.egg-info/PKG-INFO +1 -1
  4. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/setup.py +1 -1
  5. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/README.md +0 -0
  6. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/bridge_server.py +0 -0
  7. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/cli.py +0 -0
  8. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/compatibility.py +0 -0
  9. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/generator.py +0 -0
  10. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/generators/__init__.py +0 -0
  11. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/generators/docker_generator.py +0 -0
  12. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/generators/hardware_config.py +0 -0
  13. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/generators/ros2_generator.py +0 -0
  14. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/generators/skill_generator.py +0 -0
  15. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/marketplace.py +0 -0
  16. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/mcp_server.py +0 -0
  17. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/primitives.py +0 -0
  18. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/robot_setup.py +0 -0
  19. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/skill_schema.py +0 -0
  20. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/__init__.py +0 -0
  21. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/cli.py +0 -0
  22. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/collector.py +0 -0
  23. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/context.py +0 -0
  24. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/fleet_agent.py +0 -0
  25. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/formats/__init__.py +0 -0
  26. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/formats/hdf5_serializer.py +0 -0
  27. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/formats/mcap_serializer.py +0 -0
  28. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/ate/telemetry/types.py +0 -0
  29. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/foodforthought_cli.egg-info/SOURCES.txt +0 -0
  30. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/foodforthought_cli.egg-info/dependency_links.txt +0 -0
  31. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/foodforthought_cli.egg-info/entry_points.txt +0 -0
  32. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/foodforthought_cli.egg-info/requires.txt +0 -0
  33. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/foodforthought_cli.egg-info/top_level.txt +0 -0
  34. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/mechdog_labeled/__init__.py +0 -0
  35. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/mechdog_labeled/primitives.py +0 -0
  36. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/mechdog_labeled/servo_map.py +0 -0
  37. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/mechdog_output/__init__.py +0 -0
  38. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/mechdog_output/primitives.py +0 -0
  39. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/mechdog_output/servo_map.py +0 -0
  40. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/setup.cfg +0 -0
  41. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_autodetect/__init__.py +0 -0
  42. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_autodetect/primitives.py +0 -0
  43. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_autodetect/servo_map.py +0 -0
  44. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_full_auto/__init__.py +0 -0
  45. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_full_auto/primitives.py +0 -0
  46. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_full_auto/servo_map.py +0 -0
  47. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_smart_detect/__init__.py +0 -0
  48. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_smart_detect/primitives.py +0 -0
  49. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/test_smart_detect/servo_map.py +0 -0
  50. {foodforthought_cli-0.2.4 → foodforthought_cli-0.2.7}/tests/test_auth.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: foodforthought-cli
3
- Version: 0.2.4
3
+ Version: 0.2.7
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
@@ -1,4 +1,4 @@
1
1
  """FoodforThought CLI (ATE) - GitHub-like interface for robotics repositories"""
2
2
 
3
- __version__ = "0.2.4"
3
+ __version__ = "0.2.7"
4
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: foodforthought-cli
3
- Version: 0.2.4
3
+ Version: 0.2.7
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
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="foodforthought-cli",
8
- version="0.2.4",
8
+ version="0.2.7",
9
9
  author="Kindly Robotics",
10
10
  author_email="hello@kindly.fyi",
11
11
  description="CLI tool for FoodforThought robotics repository platform - manage robot skills and data",