bear-tools 0.2.2__tar.gz → 0.2.3__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.
- {bear_tools-0.2.2 → bear_tools-0.2.3}/PKG-INFO +1 -1
- {bear_tools-0.2.2 → bear_tools-0.2.3}/pyproject.toml +1 -1
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/macos_utils.py +4 -1
- {bear_tools-0.2.2 → bear_tools-0.2.3}/LICENSE +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/README.md +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/__init__.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/cereal/__init__.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/cereal/client.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/cereal/mods/__init__.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/cereal/mods/base.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/cereal/serial_manager.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/cereal/server.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/cereal/tokenizer.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/dict_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/enhanced_enum.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/enhanced_int_enum.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/example_protocol.yaml +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/fsm/README.md +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/fsm/__init__.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/fsm/fsm.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/linting_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/lumberjack/README.md +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/lumberjack/__init__.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/lumberjack/callback_config.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/lumberjack/color.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/lumberjack/log_level.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/lumberjack/logger.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/markdown_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/misc_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/network_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/os_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/publisher/__init__.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/publisher/listener.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/publisher/publisher.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/py.typed +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/spreadsheet_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/string_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/thread_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/time_utils.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/transport_protocol.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/type_defs.py +0 -0
- {bear_tools-0.2.2 → bear_tools-0.2.3}/src/bear_tools/yaml_utils.py +0 -0
|
@@ -46,7 +46,10 @@ def get_current_ssid_macos15(interface: str = 'en0') -> str | None:
|
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
try:
|
|
49
|
-
output: str = subprocess.check_output(
|
|
49
|
+
output: str = subprocess.check_output(
|
|
50
|
+
['ipconfig', 'getsummary', f'{interface}'],
|
|
51
|
+
stderr=subprocess.DEVNULL
|
|
52
|
+
).decode()
|
|
50
53
|
# Require the captured ASCII token to run right up to the newline.
|
|
51
54
|
# This prevents partial matches like "Caf" from "CaféNet".
|
|
52
55
|
regex: str = r'\n\s+SSID : ([\x20-\x7E]{1,32})(?=\n)'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|