sr-robot3 2025.0.0__tar.gz → 2025.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.
Files changed (69) hide show
  1. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/PKG-INFO +1 -1
  2. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/pyproject.toml +2 -2
  3. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/_version.py +2 -2
  4. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr_robot3.egg-info/PKG-INFO +1 -1
  5. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/.flake8 +0 -0
  6. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/.github/dependabot.yml +0 -0
  7. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/.github/workflows/test_build.yml +0 -0
  8. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/.gitignore +0 -0
  9. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/LICENSE +0 -0
  10. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/Makefile +0 -0
  11. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/README.md +0 -0
  12. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/setup.cfg +0 -0
  13. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/__init__.py +0 -0
  14. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/__init__.py +0 -0
  15. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/arduino.py +0 -0
  16. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/astoria.py +0 -0
  17. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/calibrations/__init__.py +0 -0
  18. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/camera.py +0 -0
  19. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/exceptions.py +0 -0
  20. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/game_specific.py +0 -0
  21. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/kch.py +0 -0
  22. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/logging.py +0 -0
  23. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/marker.py +0 -0
  24. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/motor_board.py +0 -0
  25. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/mqtt.py +0 -0
  26. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/power_board.py +0 -0
  27. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/py.typed +0 -0
  28. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/raw_serial.py +0 -0
  29. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/robot.py +0 -0
  30. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/serial_wrapper.py +0 -0
  31. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/servo_board.py +0 -0
  32. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/simulator/__init__.py +0 -0
  33. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/simulator/camera.py +0 -0
  34. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/simulator/time_server.py +0 -0
  35. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/timeout.py +0 -0
  36. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr/robot3/utils.py +0 -0
  37. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr_robot3.egg-info/SOURCES.txt +0 -0
  38. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr_robot3.egg-info/dependency_links.txt +0 -0
  39. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr_robot3.egg-info/requires.txt +0 -0
  40. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/sr_robot3.egg-info/top_level.txt +0 -0
  41. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/stubs/RPi/GPIO.pyi +0 -0
  42. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/stubs/RPi/__init__.pyi +0 -0
  43. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/__init__.py +0 -0
  44. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/conftest.py +0 -0
  45. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_arduino.py +0 -0
  46. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/bad/metadata.json +0 -0
  47. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/empty/.gitkeep +0 -0
  48. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/marker_detections.json +0 -0
  49. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/marker_locations.csv +0 -0
  50. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/missing_key/metadata.json +0 -0
  51. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/nested/valid/metadata.json +0 -0
  52. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/not_object/metadata.json +0 -0
  53. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/timeout_scripts/catch-base-exception.py +0 -0
  54. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/timeout_scripts/catch-exception.py +0 -0
  55. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/timeout_scripts/hot-loop.py +0 -0
  56. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/timeout_scripts/sleep.py +0 -0
  57. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/timeout_scripts/try-finally.py +0 -0
  58. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/timeout_scripts_extra/early-exit.py +0 -0
  59. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/timeout_scripts_extra/exception.py +0 -0
  60. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_data/valid/metadata.json +0 -0
  61. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_logging.py +0 -0
  62. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_markers.py +0 -0
  63. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_motor_board.py +0 -0
  64. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_power_board.py +0 -0
  65. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_raw_serial.py +0 -0
  66. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_serial_wrapper.py +0 -0
  67. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_servo_board.py +0 -0
  68. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_sr_robot.py +0 -0
  69. {sr_robot3-2025.0.0 → sr_robot3-2025.0.1}/tests/test_timeout.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sr-robot3
3
- Version: 2025.0.0
3
+ Version: 2025.0.1
4
4
  Summary: Student Robotics API for Python 3
5
5
  Author-email: Student Robotics <kit-team@studentrobotics.org>
6
6
  License: MIT License
@@ -40,8 +40,8 @@ build-backend = "setuptools.build_meta"
40
40
  [tool.setuptools_scm]
41
41
  write_to = "sr/robot3/_version.py"
42
42
 
43
- [tool.setuptools]
44
- packages = ["sr.robot3"]
43
+ [tool.setuptools.packages.find]
44
+ include = ["sr.robot3", "sr.robot3.*"]
45
45
 
46
46
  [project]
47
47
  name = "sr-robot3"
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '2025.0.0'
16
- __version_tuple__ = version_tuple = (2025, 0, 0)
15
+ __version__ = version = '2025.0.1'
16
+ __version_tuple__ = version_tuple = (2025, 0, 1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sr-robot3
3
- Version: 2025.0.0
3
+ Version: 2025.0.1
4
4
  Summary: Student Robotics API for Python 3
5
5
  Author-email: Student Robotics <kit-team@studentrobotics.org>
6
6
  License: MIT License
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes