dsf-python 3.4.6__py3-none-any.whl → 3.4.6.post2__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.
dsf/commands/code.py CHANGED
@@ -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.post2
4
4
  Summary: Python interface to access DuetSoftwareFramework
5
5
  Home-page: https://github.com/Duet3D/dsf-python
6
6
  Author: Duet3D Ltd.
@@ -22,7 +22,6 @@ Classifier: Programming Language :: Python :: 3.9
22
22
  Classifier: Programming Language :: Python :: 3 :: Only
23
23
  Requires-Python: >=3.7, <4
24
24
  Description-Content-Type: text/markdown
25
- License-File: LICENSE
26
25
  Requires-Dist: python-dateutil
27
26
  Provides-Extra: dev
28
27
  Requires-Dist: sphinx ; extra == 'dev'
@@ -4,7 +4,7 @@ dsf/http.py,sha256=AbBvBT9vzBIwNuNjXuSCOoZ7ZHdg0JVc7RaNNxgoqmU,5844
4
4
  dsf/utils.py,sha256=8Pw-WWYehhurohPA2bp5Sto5KrAIZoWKZMgaRD1L2XY,2575
5
5
  dsf/commands/__init__.py,sha256=O4_mLIDnLnN3zLxvH8_3mx3Yx2rU4f2Ha3cm9PmFaS4,198
6
6
  dsf/commands/base_command.py,sha256=rwjaXeZ38yayAH7gYBm9Nf1xpYsg38Ul6oMexSkuCIo,378
7
- dsf/commands/code.py,sha256=Z1dkHBSqBCQ5bXPzVxfCF6bdRcOF8JwbPdOTywJqCpc,5830
7
+ dsf/commands/code.py,sha256=22cOQIvJwJWIW_oGlgVS4vArGl7PM6D8PRUeug-IL7A,5793
8
8
  dsf/commands/code_channel.py,sha256=1AnmU1GWZLfZaTmFXcApMG86ZKdTaUQHHeD3ovrLdK8,1195
9
9
  dsf/commands/code_flags.py,sha256=dE7B5LrSdY2VBPquR2kF8PacjsR8ELC0BKOaPJMjPCM,2134
10
10
  dsf/commands/code_interception.py,sha256=bG9JoGzsSHQJtVHfx-6kW_zYjLI9Ch8tOBf2yorbJtE,1087
@@ -28,7 +28,7 @@ dsf/connections/exceptions.py,sha256=53NNjIs6fB6UtdcP0aGnIUQsH7fr5HwVM_21TDXjuZM
28
28
  dsf/connections/intercept_connection.py,sha256=SAl8wy9dv7Ga20KvlDOpwxAmy8-KRNp83OXKvP9oTmg,3031
29
29
  dsf/connections/subscribe_connection.py,sha256=gxJ32Ojvp30d2UIgCG1udTZJTtVNHqJjAYOpr1fWwH0,2444
30
30
  dsf/connections/init_messages/__init__.py,sha256=EzPfwszMfvxl3lwrgq9HUDgqLPjRlkWgoBKme-DZMO8,56
31
- dsf/connections/init_messages/client_init_messages.py,sha256=4MSBk5oFxsJN1W61UywN7k-BG-j5WPLKBlj09hDXqkA,3709
31
+ dsf/connections/init_messages/client_init_messages.py,sha256=0jMR0VTw80ccQtE0NmlQvITMCKXVy_yW7hls2h_E278,3744
32
32
  dsf/connections/init_messages/server_init_message.py,sha256=87aMgtYa9n_XHa9ZKKoMYPxo1bJd41D_PEa2CR49YBE,1610
33
33
  dsf/object_model/__init__.py,sha256=JelfWKECdW4C0HIur_38giJ46vPLwuCa_QGvjhcSTbs,963
34
34
  dsf/object_model/model_collection.py,sha256=RPaZEsNghToTG-eHTP-g_yZrHLBPuoRSaIK-VVYf75c,2055
@@ -157,8 +157,8 @@ dsf/object_model/user_sessions/user_sessions.py,sha256=Cjen8PZSxCwMcTBuwyNW0gTe_
157
157
  dsf/object_model/volumes/__init__.py,sha256=XuRDty30gqn8jshASvclpxVTachXeAeJyo2-iHKEsKc,50
158
158
  dsf/object_model/volumes/volumes.py,sha256=mXWjOiPHQCdspProQS6qeBcPKbtbGmkqWht6tAr17NI,3180
159
159
  dsf/utility/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
160
- dsf_python-3.4.6.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
161
- dsf_python-3.4.6.dist-info/METADATA,sha256=BjEQKYFiR450rr7-hxwk31NP2pe4HsG60fiLmrpck58,1872
162
- dsf_python-3.4.6.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
163
- dsf_python-3.4.6.dist-info/top_level.txt,sha256=hrm-wnKtms7vAmVuHX6jIj3C6G5p3uKCiXZH4HwJ4LA,4
164
- dsf_python-3.4.6.dist-info/RECORD,,
160
+ dsf_python-3.4.6.post2.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
161
+ dsf_python-3.4.6.post2.dist-info/METADATA,sha256=0oyRw_78BrSihwxQkv3rTNIAaZj-eZWYw0gM0ePlu50,1856
162
+ dsf_python-3.4.6.post2.dist-info/WHEEL,sha256=_NOXIqFgOaYmlm9RJLPQZ13BJuEIrp5jx5ptRD5uh3Y,92
163
+ dsf_python-3.4.6.post2.dist-info/top_level.txt,sha256=hrm-wnKtms7vAmVuHX6jIj3C6G5p3uKCiXZH4HwJ4LA,4
164
+ dsf_python-3.4.6.post2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.37.1)
2
+ Generator: bdist_wheel (0.32.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5