swbt-python 0.1.0__tar.gz → 0.1.1__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.
- {swbt_python-0.1.0 → swbt_python-0.1.1}/AGENTS.md +1 -1
- {swbt_python-0.1.0 → swbt_python-0.1.1}/PKG-INFO +2 -2
- {swbt_python-0.1.0 → swbt_python-0.1.1}/README.md +1 -1
- {swbt_python-0.1.0 → swbt_python-0.1.1}/pyproject.toml +1 -1
- swbt_python-0.1.1/spec/hardware-test-log.md +1009 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/risks.md +1 -1
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/hardware/README.md +1 -1
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/hardware/test_close_disconnect.py +1 -1
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/hardware/test_input_operations.py +4 -4
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/integration/test_switch_gamepad_fake_transport.py +3 -2
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_diagnostics.py +2 -1
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_hardware_test_log_docs.py +1 -1
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_public_docs.py +11 -7
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_readme_docs.py +0 -2
- {swbt_python-0.1.0 → swbt_python-0.1.1}/LICENSE +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/examples/hardware_bringup.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/examples/pairing_probe.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/examples/tap_a.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_001/M0_PROTOCOL_CORE.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_002/M1_SWITCH_GAMEPAD_FAKE_TRANSPORT.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_003/M2_BUMBLE_HID_TRANSPORT.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_004/M3_PAIRING_L2CAP.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_005/M4_SUBCOMMAND_RESPONDER_HARDWARE.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_006/M5_INPUT_OPERATION_API.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_007/M6_RECONNECT_KEYSTORE_DIAGNOSTICS.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_008/M7_PACKAGING_EXAMPLES_CLI.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_009/PORTING_SOURCE_AUDIT.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_010/DIAGNOSTICS_TRACE_SCHEMA.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_011/HARDWARE_TEST_LOG_MATRIX.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_012/INITIAL_RELEASE_GATE.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_013/POST_M5_INPUT_SEMANTIC_CHARACTERIZATION.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_014/DEVICE_CLOSE_GRACEFUL_DISCONNECT.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_015/CONTEXT_MANAGER_RESOURCE_SCOPE.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_016/JSON_KEY_STORE_CURRENT_PREVIOUS.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_017/SWITCH_GAMEPAD_API_HARDENING.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_018/KEY_STORE_TRANSPORT_BOUNDARY.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_019/TRANSPORT_RECONNECT_CONTRACT.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_020/STRUCTURAL_REFACTOR_BOUNDARIES.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_021/SWITCH_GAMEPAD_INPUT_API_CONTRACT.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_022/PUBLIC_API_USAGE_HARDWARE_DOCS.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_023/MKDOCS_DOCUMENTATION_SITE.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_024/STICK_INPUT_SHORTHAND_API.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_025/IMU_INPUT_SHORTHAND_API.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/complete/unit_026/LINUX_MACOS_ADAPTER_EXPERIMENTAL.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/dev-journal.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/README.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/api.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/architecture.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/lifecycle.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/naming.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/protocol.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/roadmap.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/testing.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/spec/initial/transport-bumble.md +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/__init__.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/diagnostics.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/errors.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/gamepad/__init__.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/gamepad/connection.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/gamepad/core.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/gamepad/output.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/gamepad/transport_factory.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/input.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/probe.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/protocol/__init__.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/protocol/input_report.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/protocol/output_report.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/protocol/profile.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/protocol/rumble.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/protocol/spi.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/protocol/subcommand.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/py.typed +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/report_loop.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/state_store.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/__init__.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/_bumble_acl.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/_bumble_hidp.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/_bumble_key_store.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/_bumble_lifecycle.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/_bumble_sdp.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/base.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/bumble.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/src/swbt/transport/fake.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/conftest.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/hardware/test_bumble_transport.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/hardware/test_context_manager_resource_scope.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/hardware/test_pairing_l2cap.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/hardware/test_reconnect_keystore.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/integration/test_examples.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/fixtures/source_audit/switch_protocol_values.toml +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_bumble_acl.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_bumble_hidp.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_bumble_key_store_metadata.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_bumble_lifecycle.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_bumble_sdp.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_bumble_transport.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_ci_workflow.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_docs_workflow.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_gamepad_connection_workflow.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_gamepad_output_dispatcher.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_gamepad_transport_factory.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_input_report.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_input_state.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_mkdocs_site.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_output_report.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_package_import.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_package_metadata.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_probe_cli.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_protocol_boundary.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_protocol_profile.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_public_api_boundary.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_public_api_docstrings.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_publish_workflow.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_release_gate_docs.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_report_loop.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_rumble_state.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_source_audit_fixtures.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_subcommand_responder.py +0 -0
- {swbt_python-0.1.0 → swbt_python-0.1.1}/tests/unit/test_virtual_spi_flash.py +0 -0
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
| 着手中の作業仕様 | `spec/wip/unit_XXX/FEATURE_NAME.md` |
|
|
75
75
|
| 完了した作業仕様 | `spec/complete/unit_XXX/FEATURE_NAME.md` |
|
|
76
76
|
| 小さな観測と先送り判断 | `spec/dev-journal.md` |
|
|
77
|
-
| 実機観測 | `
|
|
77
|
+
| 実機観測 | `spec/hardware-test-log.md` |
|
|
78
78
|
| 初期設計 | `spec/initial/` |
|
|
79
79
|
|
|
80
80
|
作業仕様には、対象範囲、対象外、関連 docs、根拠監査、TDD Test List、検証、実機実行条件、先送り事項、チェックリストを含める。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swbt-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
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
|
|
@@ -90,7 +90,7 @@ asyncio.run(main())
|
|
|
90
90
|
|
|
91
91
|
実機接続には、PC の通常 Bluetooth 機能と共有しない専用 USB Bluetooth dongle と、OS ごとの driver 準備が必要です。Windows では、[Zadig](https://zadig.akeo.ie/) などで専用 dongle に WinUSB / libwdi driver を入れてから adapter 名を確認します。
|
|
92
92
|
|
|
93
|
-
driver 準備、adapter 名の確認、troubleshooting は [Hardware Guide](https://niart120.github.io/swbt-python/hardware/) にあります。実機ログの正本は
|
|
93
|
+
driver 準備、adapter 名の確認、troubleshooting は [Hardware Guide](https://niart120.github.io/swbt-python/hardware/) にあります。実機ログの正本は repository 内の `spec/hardware-test-log.md` です。
|
|
94
94
|
|
|
95
95
|
### 確認済み構成
|
|
96
96
|
|
|
@@ -64,7 +64,7 @@ asyncio.run(main())
|
|
|
64
64
|
|
|
65
65
|
実機接続には、PC の通常 Bluetooth 機能と共有しない専用 USB Bluetooth dongle と、OS ごとの driver 準備が必要です。Windows では、[Zadig](https://zadig.akeo.ie/) などで専用 dongle に WinUSB / libwdi driver を入れてから adapter 名を確認します。
|
|
66
66
|
|
|
67
|
-
driver 準備、adapter 名の確認、troubleshooting は [Hardware Guide](https://niart120.github.io/swbt-python/hardware/) にあります。実機ログの正本は
|
|
67
|
+
driver 準備、adapter 名の確認、troubleshooting は [Hardware Guide](https://niart120.github.io/swbt-python/hardware/) にあります。実機ログの正本は repository 内の `spec/hardware-test-log.md` です。
|
|
68
68
|
|
|
69
69
|
### 確認済み構成
|
|
70
70
|
|