swbt-python 0.5.4__py3-none-any.whl → 0.6.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.
- {swbt_python-0.5.4.dist-info → swbt_python-0.6.0.dist-info}/METADATA +4 -4
- {swbt_python-0.5.4.dist-info → swbt_python-0.6.0.dist-info}/RECORD +5 -5
- {swbt_python-0.5.4.dist-info → swbt_python-0.6.0.dist-info}/WHEEL +0 -0
- {swbt_python-0.5.4.dist-info → swbt_python-0.6.0.dist-info}/entry_points.txt +0 -0
- {swbt_python-0.5.4.dist-info → swbt_python-0.6.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swbt-python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Python library for presenting an NX-compatible virtual Bluetooth HID input device.
|
|
5
5
|
Keywords: bluetooth,bluetooth-hid,controller,gamepad,hid,nx
|
|
6
6
|
Author: niart120
|
|
@@ -14,14 +14,14 @@ Classifier: Operating System :: MacOS
|
|
|
14
14
|
Classifier: Operating System :: Microsoft :: Windows
|
|
15
15
|
Classifier: Operating System :: POSIX :: Linux
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
19
|
Classifier: Topic :: Software Development :: Libraries
|
|
20
20
|
Classifier: Typing :: Typed
|
|
21
21
|
Requires-Dist: bumble==0.0.233
|
|
22
22
|
Maintainer: niart120
|
|
23
23
|
Maintainer-email: niart120 <38847256+niart120@users.noreply.github.com>
|
|
24
|
-
Requires-Python: >=3.
|
|
24
|
+
Requires-Python: >=3.13
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
# swbt-python
|
|
@@ -32,7 +32,7 @@ NX 向けの仮想 Bluetooth HID 入力デバイスを Python から扱うため
|
|
|
32
32
|
|
|
33
33
|
## 必要なもの
|
|
34
34
|
|
|
35
|
-
- Python 3.
|
|
35
|
+
- Python 3.13 以降
|
|
36
36
|
- uv
|
|
37
37
|
- Bumble が利用可能な専用 USB Bluetooth ドングル
|
|
38
38
|
|
|
@@ -46,8 +46,8 @@ swbt/transport/_pairing_profile.py,sha256=95tISeYHnllHfFpNs0oBsaYb5uAffXfi9eFkjb
|
|
|
46
46
|
swbt/transport/base.py,sha256=eI0hs1wTwJf2ppzqda4ok-tUXF1hE9dwpb0p-lpvwmo,5163
|
|
47
47
|
swbt/transport/bumble.py,sha256=VufUEo4aUeVebSFvZPJaVe_G7nNz5fKQMCbjgqmBbRs,33414
|
|
48
48
|
swbt/transport/fake.py,sha256=4O5zlsg1TO61Ai54FGCn_xM8TEA9yi938Fso-XHdh1w,12891
|
|
49
|
-
swbt_python-0.
|
|
50
|
-
swbt_python-0.
|
|
51
|
-
swbt_python-0.
|
|
52
|
-
swbt_python-0.
|
|
53
|
-
swbt_python-0.
|
|
49
|
+
swbt_python-0.6.0.dist-info/licenses/LICENSE,sha256=FzzUoYjuIh5DzpeaujIbDUTylYnyzcHRVU-_ZMyowyk,1065
|
|
50
|
+
swbt_python-0.6.0.dist-info/WHEEL,sha256=uOqnPWqgFlbov4NeTCercq7cBQ2UN7xh5fiW55lOnAg,81
|
|
51
|
+
swbt_python-0.6.0.dist-info/entry_points.txt,sha256=YYQc7VgoSy74iZ6s8Qr6iJpnvFoDpp8G4-v0KJH5TGo,48
|
|
52
|
+
swbt_python-0.6.0.dist-info/METADATA,sha256=uYO6HjCv9WQ4YTzUKV4gIn-L4LvMOeVWAzEh37GL6RA,5902
|
|
53
|
+
swbt_python-0.6.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|