dsf-python 3.4.6__tar.gz → 3.4.6.post3__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 (171) hide show
  1. {dsf-python-3.4.6/src/dsf_python.egg-info → dsf-python-3.4.6.post3}/PKG-INFO +1 -1
  2. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/setup.py +1 -1
  3. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/code.py +1 -1
  4. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/init_messages/client_init_messages.py +1 -0
  5. {dsf-python-3.4.6 → dsf-python-3.4.6.post3/src/dsf_python.egg-info}/PKG-INFO +1 -1
  6. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/LICENSE +0 -0
  7. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/MANIFEST.in +0 -0
  8. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/README.md +0 -0
  9. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/pyproject.toml +0 -0
  10. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/setup.cfg +0 -0
  11. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/__init__.py +0 -0
  12. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/__init__.py +0 -0
  13. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/base_command.py +0 -0
  14. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/code_channel.py +0 -0
  15. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/code_flags.py +0 -0
  16. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/code_interception.py +0 -0
  17. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/code_parameter.py +0 -0
  18. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/code_type.py +0 -0
  19. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/condition_type.py +0 -0
  20. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/files.py +0 -0
  21. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/generic.py +0 -0
  22. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/http_endpoints.py +0 -0
  23. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/model_subscription.py +0 -0
  24. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/object_model.py +0 -0
  25. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/packages.py +0 -0
  26. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/plugins.py +0 -0
  27. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/responses.py +0 -0
  28. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/commands/user_sessions.py +0 -0
  29. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/__init__.py +0 -0
  30. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/base_command_connection.py +0 -0
  31. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/base_connection.py +0 -0
  32. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/command_connection.py +0 -0
  33. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/exceptions.py +0 -0
  34. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/init_messages/__init__.py +0 -0
  35. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/init_messages/server_init_message.py +0 -0
  36. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/intercept_connection.py +0 -0
  37. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/connections/subscribe_connection.py +0 -0
  38. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/exceptions.py +0 -0
  39. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/http.py +0 -0
  40. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/__init__.py +0 -0
  41. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/__init__.py +0 -0
  42. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/accelerometer.py +0 -0
  43. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/boards.py +0 -0
  44. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/closed_loop.py +0 -0
  45. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/direct_display.py +0 -0
  46. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/driver.py +0 -0
  47. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/driver_settings.py +0 -0
  48. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/min_max_current.py +0 -0
  49. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/boards/stall_detect_settings.py +0 -0
  50. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/directories/__init__.py +0 -0
  51. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/directories/directories.py +0 -0
  52. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/fans/__init__.py +0 -0
  53. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/fans/fan_thermostatic_control.py +0 -0
  54. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/fans/fans.py +0 -0
  55. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/heat/__init__.py +0 -0
  56. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/heat/heat.py +0 -0
  57. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/heat/heater.py +0 -0
  58. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/heat/heater_model.py +0 -0
  59. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/heat/heater_model_pid.py +0 -0
  60. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/heat/heater_monitor.py +0 -0
  61. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/http_endpoints/__init__.py +0 -0
  62. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/http_endpoints/http_endpoint_type.py +0 -0
  63. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/http_endpoints/http_endpoints.py +0 -0
  64. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/inputs/__init__.py +0 -0
  65. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/inputs/compatibility.py +0 -0
  66. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/inputs/distance_unit.py +0 -0
  67. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/inputs/input_channel.py +0 -0
  68. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/inputs/input_channel_state.py +0 -0
  69. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/job/__init__.py +0 -0
  70. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/job/build.py +0 -0
  71. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/job/build_object.py +0 -0
  72. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/job/gcode_fileinfo.py +0 -0
  73. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/job/job.py +0 -0
  74. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/job/layer.py +0 -0
  75. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/job/thumbnail_info.py +0 -0
  76. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/job/times_left.py +0 -0
  77. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/limits/__init__.py +0 -0
  78. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/limits/limits.py +0 -0
  79. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/messages/__init__.py +0 -0
  80. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/messages/messages.py +0 -0
  81. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/model_collection.py +0 -0
  82. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/model_dictionary.py +0 -0
  83. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/model_object.py +0 -0
  84. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/__init__.py +0 -0
  85. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/axis.py +0 -0
  86. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/current_move.py +0 -0
  87. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/driver_id.py +0 -0
  88. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/extruder.py +0 -0
  89. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/extruder_non_linear.py +0 -0
  90. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/input_shaping.py +0 -0
  91. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/__init__.py +0 -0
  92. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/core_kinematics.py +0 -0
  93. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/delta_kinematics.py +0 -0
  94. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/delta_tower.py +0 -0
  95. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/hangprinter_kinematics.py +0 -0
  96. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/kinematics.py +0 -0
  97. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/kinematics_name.py +0 -0
  98. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/polar_kinematics.py +0 -0
  99. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/scara_kinematics.py +0 -0
  100. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/tilt_correction.py +0 -0
  101. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/kinematics/zleadscrew_kinematics.py +0 -0
  102. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/microstepping.py +0 -0
  103. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/motors_idle_control.py +0 -0
  104. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/move.py +0 -0
  105. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/move_calibration.py +0 -0
  106. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/move_compensation.py +0 -0
  107. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/move_deviations.py +0 -0
  108. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/move_queue_item.py +0 -0
  109. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/move_rotation.py +0 -0
  110. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/move_segmentation.py +0 -0
  111. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/probe_grid.py +0 -0
  112. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/move/skew.py +0 -0
  113. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/network/__init__.py +0 -0
  114. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/network/network.py +0 -0
  115. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/network/network_interface.py +0 -0
  116. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/network/network_interface_type.py +0 -0
  117. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/network/network_protocol.py +0 -0
  118. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/network/network_state.py +0 -0
  119. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/object_model.py +0 -0
  120. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/plugins/__init__.py +0 -0
  121. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/plugins/plugin_manifest.py +0 -0
  122. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/plugins/plugins.py +0 -0
  123. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/plugins/sbc_permissions.py +0 -0
  124. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/scanner/__init__.py +0 -0
  125. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/scanner/scanner.py +0 -0
  126. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/scanner/scanner_status.py +0 -0
  127. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/__init__.py +0 -0
  128. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/analog_sensor.py +0 -0
  129. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/analog_sensor_type.py +0 -0
  130. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/endstop.py +0 -0
  131. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/endstop_type.py +0 -0
  132. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/filament_monitors/__init__.py +0 -0
  133. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/filament_monitors/filament_monitor.py +0 -0
  134. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/filament_monitors/filament_monitor_status.py +0 -0
  135. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/filament_monitors/filament_monitor_type.py +0 -0
  136. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/filament_monitors/laser_filament_monitor.py +0 -0
  137. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/filament_monitors/pulsed_filament_monitor.py +0 -0
  138. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/filament_monitors/rotating_magnet_filament_monitor.py +0 -0
  139. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/gp_input_port.py +0 -0
  140. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/probe.py +0 -0
  141. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/probe_type.py +0 -0
  142. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/sensors/sensors.py +0 -0
  143. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/spindles/__init__.py +0 -0
  144. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/spindles/spindle_state.py +0 -0
  145. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/spindles/spindles.py +0 -0
  146. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/__init__.py +0 -0
  147. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/beep_request.py +0 -0
  148. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/gp_output_port.py +0 -0
  149. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/log_level.py +0 -0
  150. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/machine_mode.py +0 -0
  151. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/machine_status.py +0 -0
  152. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/message_box.py +0 -0
  153. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/restore_point.py +0 -0
  154. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/state/state.py +0 -0
  155. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/tools/__init__.py +0 -0
  156. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/tools/tool_retraction.py +0 -0
  157. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/tools/tool_state.py +0 -0
  158. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/tools/tools.py +0 -0
  159. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/user_sessions/__init__.py +0 -0
  160. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/user_sessions/access_level.py +0 -0
  161. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/user_sessions/session_type.py +0 -0
  162. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/user_sessions/user_sessions.py +0 -0
  163. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/utils.py +0 -0
  164. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/volumes/__init__.py +0 -0
  165. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/object_model/volumes/volumes.py +0 -0
  166. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/utility/__init__.py +0 -0
  167. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf/utils.py +0 -0
  168. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf_python.egg-info/SOURCES.txt +0 -0
  169. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf_python.egg-info/dependency_links.txt +0 -0
  170. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf_python.egg-info/requires.txt +0 -0
  171. {dsf-python-3.4.6 → dsf-python-3.4.6.post3}/src/dsf_python.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dsf-python
3
- Version: 3.4.6
3
+ Version: 3.4.6.post3
4
4
  Summary: Python interface to access DuetSoftwareFramework
5
5
  Home-page: https://github.com/Duet3D/dsf-python
6
6
  Author: Duet3D Ltd.
@@ -6,7 +6,7 @@ long_description = open("README.md", encoding="utf-8").read()
6
6
 
7
7
  setuptools.setup(
8
8
  name="dsf-python",
9
- version="3.4.6",
9
+ version="3.4.6.post3",
10
10
  description="Python interface to access DuetSoftwareFramework",
11
11
  long_description=long_description,
12
12
  long_description_content_type="text/markdown",
@@ -79,7 +79,7 @@ class Code(BaseCommand):
79
79
  @property
80
80
  def is_from_file_channel(self) -> bool:
81
81
  """Check if this code is from a file channel"""
82
- return self.channel is CodeChannel.File or self.channel is CodeChannel.File2
82
+ return self.channel is CodeChannel.File
83
83
 
84
84
  def parameter(self, letter: str, default=None):
85
85
  """Retrieve the parameter whose letter equals c or generate a default parameter"""
@@ -17,6 +17,7 @@ clientinitmessages holds all messages a client can send to the server to initiat
17
17
  You should have received a copy of the GNU Lesser General Public License
18
18
  along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
  """
20
+ from __future__ import annotations
20
21
  from .server_init_message import ServerInitMessage
21
22
  from .. import ConnectionMode, InterceptionMode, SubscriptionMode
22
23
  from ...commands.code_channel import CodeChannel
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dsf-python
3
- Version: 3.4.6
3
+ Version: 3.4.6.post3
4
4
  Summary: Python interface to access DuetSoftwareFramework
5
5
  Home-page: https://github.com/Duet3D/dsf-python
6
6
  Author: Duet3D Ltd.
File without changes
File without changes
File without changes
File without changes