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 +1 -1
- {remotedesktop-0.3.0.dist-info → remotedesktop-0.4.0.dist-info}/METADATA +11 -1
- {remotedesktop-0.3.0.dist-info → remotedesktop-0.4.0.dist-info}/RECORD +6 -6
- {remotedesktop-0.3.0.dist-info → remotedesktop-0.4.0.dist-info}/WHEEL +0 -0
- {remotedesktop-0.3.0.dist-info → remotedesktop-0.4.0.dist-info}/entry_points.txt +0 -0
- {remotedesktop-0.3.0.dist-info → remotedesktop-0.4.0.dist-info}/licenses/LICENSE +0 -0
remotedesktop/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: remotedesktop
|
|
3
|
-
Version: 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=
|
|
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.
|
|
17
|
-
remotedesktop-0.
|
|
18
|
-
remotedesktop-0.
|
|
19
|
-
remotedesktop-0.
|
|
20
|
-
remotedesktop-0.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|