remotedesktop 0.3.0__py3-none-any.whl → 0.4.0__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.
remotedesktop/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Remote desktop client/server for Windows computers on the same LAN."""
2
2
 
3
- __version__ = "0.3.0"
3
+ __version__ = "0.4.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: remotedesktop
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: Remote desktop client/server for Windows computers on the same LAN, with autodiscovery. Provides screen, keyboard, mouse, and clipboard sharing without RDP or Microsoft authentication.
5
5
  Author-email: James Abel <j@abel.co>
6
6
  License-Expression: MIT
@@ -115,3 +115,13 @@ uv run pytest # run the tests
115
115
  Run the tests from PowerShell or cmd, not Git Bash: Git Bash puts Git's
116
116
  MinGW OpenSSL DLLs on `PATH`, which Qt's TLS backend loads and crashes on.
117
117
  From PowerShell, Qt uses the Windows schannel backend as intended.
118
+
119
+ ### The `badges` branch
120
+
121
+ The coverage badge above is served from the `badges` branch
122
+ (`raw.githubusercontent.com/.../badges/coverage.svg`). CI regenerates the
123
+ SVG after each test run on `master` and force-pushes it there as a single
124
+ orphan commit. It lives on its own branch because `master` only accepts
125
+ pull requests (a repository ruleset), so CI cannot commit to it directly;
126
+ keeping the badge in the repo avoids depending on an external coverage
127
+ service. The branch is generated output — never branch from it or merge it.
@@ -1,4 +1,4 @@
1
- remotedesktop/__init__.py,sha256=NjuOes-LYpMzb46vGK5ajG8-Vhl9WPJ7iF-_wzQlwuk,100
1
+ remotedesktop/__init__.py,sha256=d_RMAscIXOFiew0nH6TDft-NXuqIaPI46IniyCQ20tY,100
2
2
  remotedesktop/autostart.py,sha256=MM7qsO6MVcK4dEofjSyRPrKpBinKU5w6xaWptLDC-7g,2251
3
3
  remotedesktop/client.py,sha256=XRGPCCmbLDTjsB6eLi8sM87pR9iXWcNJIFZmh8MlMnE,10209
4
4
  remotedesktop/clipboard.py,sha256=aDVwBVztSh2MxgTFIMaVsoXjZIrjDeVBnSOCmou9L9A,3743
@@ -13,8 +13,8 @@ remotedesktop/sharing.py,sha256=XgSCiBcb-r_i2RmPut3ifGS6YvE4AX9O5hr50ob2sXk,2431
13
13
  remotedesktop/tls.py,sha256=AGrBpDq1gdjQm7TZ74y2W5-RxyEcbsFDPlNdRvadaAk,3934
14
14
  remotedesktop/viewer.py,sha256=b0MGSVuhQKdrQM2cjxHstt_2Flgw6dZv1awAenL4Bys,6554
15
15
  remotedesktop/window_state.py,sha256=X47Bl_FrV5WMyVDA-PWShum9pt6TMrR0HhADuz-CqNw,1012
16
- remotedesktop-0.3.0.dist-info/METADATA,sha256=zXGTIKp6WwEuG_vQlb9Hdmdd8-oJK8zqAFqRXZoWD-Y,5205
17
- remotedesktop-0.3.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
18
- remotedesktop-0.3.0.dist-info/entry_points.txt,sha256=MmHDIIsykHkOwLf_IbGweGDFA2BuITI8_lUXsMpihcg,112
19
- remotedesktop-0.3.0.dist-info/licenses/LICENSE,sha256=6rWgMfDohGLDuJ0UFOyLphM28Nn0fuN26MczIQldMkc,1067
20
- remotedesktop-0.3.0.dist-info/RECORD,,
16
+ remotedesktop-0.4.0.dist-info/METADATA,sha256=eXN_CFFwXAbg0J9jXzM3TDUnJWVOMAFSRfKtJ8WOaCU,5734
17
+ remotedesktop-0.4.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
18
+ remotedesktop-0.4.0.dist-info/entry_points.txt,sha256=MmHDIIsykHkOwLf_IbGweGDFA2BuITI8_lUXsMpihcg,112
19
+ remotedesktop-0.4.0.dist-info/licenses/LICENSE,sha256=6rWgMfDohGLDuJ0UFOyLphM28Nn0fuN26MczIQldMkc,1067
20
+ remotedesktop-0.4.0.dist-info/RECORD,,