nmcli 1.4.0__tar.gz → 1.5.0__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.
Files changed (31) hide show
  1. {nmcli-1.4.0 → nmcli-1.5.0}/PKG-INFO +61 -58
  2. {nmcli-1.4.0 → nmcli-1.5.0}/README.md +60 -57
  3. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_connection.py +6 -3
  4. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/dummy/_connection.py +7 -1
  5. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli.egg-info/PKG-INFO +61 -58
  6. {nmcli-1.4.0 → nmcli-1.5.0}/setup.py +1 -1
  7. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/__init__.py +0 -0
  8. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_const.py +0 -0
  9. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_device.py +0 -0
  10. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_exception.py +0 -0
  11. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_general.py +0 -0
  12. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_helper.py +0 -0
  13. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_networking.py +0 -0
  14. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_radio.py +0 -0
  15. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/_system.py +0 -0
  16. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/data/__init__.py +0 -0
  17. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/data/connection.py +0 -0
  18. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/data/device.py +0 -0
  19. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/data/general.py +0 -0
  20. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/data/hotspot.py +0 -0
  21. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/data/radio.py +0 -0
  22. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/dummy/__init__.py +0 -0
  23. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/dummy/_device.py +0 -0
  24. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/dummy/_general.py +0 -0
  25. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/dummy/_networking.py +0 -0
  26. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/dummy/_radio.py +0 -0
  27. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli/py.typed +0 -0
  28. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli.egg-info/SOURCES.txt +0 -0
  29. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli.egg-info/dependency_links.txt +0 -0
  30. {nmcli-1.4.0 → nmcli-1.5.0}/nmcli.egg-info/top_level.txt +0 -0
  31. {nmcli-1.4.0 → nmcli-1.5.0}/setup.cfg +0 -0
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nmcli
3
- Version: 1.4.0
3
+ Version: 1.5.0
4
4
  Summary: A python wrapper library for the network-manager cli client
5
5
  Home-page: https://github.com/ushiboy/nmcli
6
6
  Author: ushiboy
7
7
  License: MIT
8
- Description: nmcli
9
- =====
8
+ Description: # nmcli
10
9
 
11
10
  nmcli is a python wrapper library for the network-manager cli client.
12
11
 
@@ -38,62 +37,61 @@ Description: nmcli
38
37
 
39
38
  ## Dependency
40
39
 
41
- * NetworkManager
42
- * `sudo apt install network-manager` (Debian)
43
- * User who can execute nmcli with sudo with NOPASSWD
44
- * If sudo is not needed (like root user), use `disable_use_sudo` at the beginning of the process.
40
+ - NetworkManager
41
+ - `sudo apt install network-manager` (Debian)
42
+ - User who can execute nmcli with sudo with NOPASSWD
43
+ - If sudo is not needed (like root user), use `disable_use_sudo` at the beginning of the process.
45
44
 
46
45
  ## Compatibility table
47
46
 
48
- | Object | Command | Status |
49
- |--------|---------|--------|
50
- | general | | supported |
51
- | general | status | supported |
52
- | general | hostname | supported |
53
- | general | permissions | not supported |
54
- | general | logging | not supported |
55
- | networking | | supported |
56
- | networking | on | supported |
57
- | networking | off | supported |
58
- | networking | connectivity | supported |
59
- | radio | | supported |
60
- | radio | all | supported |
61
- | radio | wifi | supported |
62
- | radio | wwan | supported |
63
- | connection | | supported |
64
- | connection | show | supported |
65
- | connection | up | supported |
66
- | connection | down | supported |
67
- | connection | add | supported |
68
- | connection | modify | supported |
69
- | connection | clone | not supported |
70
- | connection | edit | not supported |
71
- | connection | delete | supported |
72
- | connection | reload | supported |
73
- | connection | load | not supported |
74
- | connection | import | not supported |
75
- | connection | export | not supported |
76
- | device | | supported |
77
- | device | status | supported |
78
- | device | show | supported |
79
- | device | set | not supported |
80
- | device | connect | supported |
81
- | device | reapply | supported |
82
- | device | modify | not supported |
83
- | device | disconnect | supported |
84
- | device | delete | supported |
85
- | device | monitor | not supported |
86
- | device | wifi | supported |
87
- | device | wifi connect | supported |
88
- | device | wifi rescan | supported |
89
- | device | wifi hotspot | supported |
90
- | device | lldp | not supported |
91
- | agent | | not supported |
92
- | agent | secret | not supported |
93
- | agent | polkit | not supported |
94
- | agent | all | not supported |
95
- | monitor | | not supported |
96
-
47
+ | Object | Command | Status |
48
+ | ---------- | ------------ | ------------- |
49
+ | general | | supported |
50
+ | general | status | supported |
51
+ | general | hostname | supported |
52
+ | general | permissions | not supported |
53
+ | general | logging | not supported |
54
+ | networking | | supported |
55
+ | networking | on | supported |
56
+ | networking | off | supported |
57
+ | networking | connectivity | supported |
58
+ | radio | | supported |
59
+ | radio | all | supported |
60
+ | radio | wifi | supported |
61
+ | radio | wwan | supported |
62
+ | connection | | supported |
63
+ | connection | show | supported |
64
+ | connection | up | supported |
65
+ | connection | down | supported |
66
+ | connection | add | supported |
67
+ | connection | modify | supported |
68
+ | connection | clone | not supported |
69
+ | connection | edit | not supported |
70
+ | connection | delete | supported |
71
+ | connection | reload | supported |
72
+ | connection | load | not supported |
73
+ | connection | import | not supported |
74
+ | connection | export | not supported |
75
+ | device | | supported |
76
+ | device | status | supported |
77
+ | device | show | supported |
78
+ | device | set | not supported |
79
+ | device | connect | supported |
80
+ | device | reapply | supported |
81
+ | device | modify | not supported |
82
+ | device | disconnect | supported |
83
+ | device | delete | supported |
84
+ | device | monitor | not supported |
85
+ | device | wifi | supported |
86
+ | device | wifi connect | supported |
87
+ | device | wifi rescan | supported |
88
+ | device | wifi hotspot | supported |
89
+ | device | lldp | not supported |
90
+ | agent | | not supported |
91
+ | agent | secret | not supported |
92
+ | agent | polkit | not supported |
93
+ | agent | all | not supported |
94
+ | monitor | | not supported |
97
95
 
98
96
  ## API
99
97
 
@@ -162,8 +160,10 @@ Description: nmcli
162
160
 
163
161
  Show details for specified connections.
164
162
 
163
+ Use `show_secrets` argument to reveal associated secrets as well.
164
+
165
165
  ```
166
- nmcli.connection.show(name: str) -> ConnectionDetails
166
+ nmcli.connection.show(name: str, show_secrets: bool = False) -> ConnectionDetails
167
167
  ```
168
168
 
169
169
  #### nmcli.connection.reload
@@ -246,7 +246,6 @@ Description: nmcli
246
246
 
247
247
  The `wait` argument applies the same effect to the command as the `--wait` option. If it is omitted, the default behavior is followed.
248
248
 
249
-
250
249
  ```
251
250
  nmcli.device.delete(ifname: str, wait: int = None) -> None
252
251
  ```
@@ -466,6 +465,10 @@ Description: nmcli
466
465
 
467
466
  ## Change Log
468
467
 
468
+ ### 1.5.0
469
+
470
+ - Added show_secrets option to `nmcli.connection.show`
471
+
469
472
  ### 1.4.0
470
473
 
471
474
  - Supported unsupported cases of `DeviceWifi.parse`.
@@ -1,5 +1,4 @@
1
- nmcli
2
- =====
1
+ # nmcli
3
2
 
4
3
  nmcli is a python wrapper library for the network-manager cli client.
5
4
 
@@ -31,62 +30,61 @@ except Exception as e:
31
30
 
32
31
  ## Dependency
33
32
 
34
- * NetworkManager
35
- * `sudo apt install network-manager` (Debian)
36
- * User who can execute nmcli with sudo with NOPASSWD
37
- * If sudo is not needed (like root user), use `disable_use_sudo` at the beginning of the process.
33
+ - NetworkManager
34
+ - `sudo apt install network-manager` (Debian)
35
+ - User who can execute nmcli with sudo with NOPASSWD
36
+ - If sudo is not needed (like root user), use `disable_use_sudo` at the beginning of the process.
38
37
 
39
38
  ## Compatibility table
40
39
 
41
- | Object | Command | Status |
42
- |--------|---------|--------|
43
- | general | | supported |
44
- | general | status | supported |
45
- | general | hostname | supported |
46
- | general | permissions | not supported |
47
- | general | logging | not supported |
48
- | networking | | supported |
49
- | networking | on | supported |
50
- | networking | off | supported |
51
- | networking | connectivity | supported |
52
- | radio | | supported |
53
- | radio | all | supported |
54
- | radio | wifi | supported |
55
- | radio | wwan | supported |
56
- | connection | | supported |
57
- | connection | show | supported |
58
- | connection | up | supported |
59
- | connection | down | supported |
60
- | connection | add | supported |
61
- | connection | modify | supported |
62
- | connection | clone | not supported |
63
- | connection | edit | not supported |
64
- | connection | delete | supported |
65
- | connection | reload | supported |
66
- | connection | load | not supported |
67
- | connection | import | not supported |
68
- | connection | export | not supported |
69
- | device | | supported |
70
- | device | status | supported |
71
- | device | show | supported |
72
- | device | set | not supported |
73
- | device | connect | supported |
74
- | device | reapply | supported |
75
- | device | modify | not supported |
76
- | device | disconnect | supported |
77
- | device | delete | supported |
78
- | device | monitor | not supported |
79
- | device | wifi | supported |
80
- | device | wifi connect | supported |
81
- | device | wifi rescan | supported |
82
- | device | wifi hotspot | supported |
83
- | device | lldp | not supported |
84
- | agent | | not supported |
85
- | agent | secret | not supported |
86
- | agent | polkit | not supported |
87
- | agent | all | not supported |
88
- | monitor | | not supported |
89
-
40
+ | Object | Command | Status |
41
+ | ---------- | ------------ | ------------- |
42
+ | general | | supported |
43
+ | general | status | supported |
44
+ | general | hostname | supported |
45
+ | general | permissions | not supported |
46
+ | general | logging | not supported |
47
+ | networking | | supported |
48
+ | networking | on | supported |
49
+ | networking | off | supported |
50
+ | networking | connectivity | supported |
51
+ | radio | | supported |
52
+ | radio | all | supported |
53
+ | radio | wifi | supported |
54
+ | radio | wwan | supported |
55
+ | connection | | supported |
56
+ | connection | show | supported |
57
+ | connection | up | supported |
58
+ | connection | down | supported |
59
+ | connection | add | supported |
60
+ | connection | modify | supported |
61
+ | connection | clone | not supported |
62
+ | connection | edit | not supported |
63
+ | connection | delete | supported |
64
+ | connection | reload | supported |
65
+ | connection | load | not supported |
66
+ | connection | import | not supported |
67
+ | connection | export | not supported |
68
+ | device | | supported |
69
+ | device | status | supported |
70
+ | device | show | supported |
71
+ | device | set | not supported |
72
+ | device | connect | supported |
73
+ | device | reapply | supported |
74
+ | device | modify | not supported |
75
+ | device | disconnect | supported |
76
+ | device | delete | supported |
77
+ | device | monitor | not supported |
78
+ | device | wifi | supported |
79
+ | device | wifi connect | supported |
80
+ | device | wifi rescan | supported |
81
+ | device | wifi hotspot | supported |
82
+ | device | lldp | not supported |
83
+ | agent | | not supported |
84
+ | agent | secret | not supported |
85
+ | agent | polkit | not supported |
86
+ | agent | all | not supported |
87
+ | monitor | | not supported |
90
88
 
91
89
  ## API
92
90
 
@@ -155,8 +153,10 @@ nmcli.connection.down(name: str, wait: int = None) -> None
155
153
 
156
154
  Show details for specified connections.
157
155
 
156
+ Use `show_secrets` argument to reveal associated secrets as well.
157
+
158
158
  ```
159
- nmcli.connection.show(name: str) -> ConnectionDetails
159
+ nmcli.connection.show(name: str, show_secrets: bool = False) -> ConnectionDetails
160
160
  ```
161
161
 
162
162
  #### nmcli.connection.reload
@@ -239,7 +239,6 @@ Delete the software devices.
239
239
 
240
240
  The `wait` argument applies the same effect to the command as the `--wait` option. If it is omitted, the default behavior is followed.
241
241
 
242
-
243
242
  ```
244
243
  nmcli.device.delete(ifname: str, wait: int = None) -> None
245
244
  ```
@@ -459,6 +458,10 @@ nmcli.set_lang(lang: str) -> None
459
458
 
460
459
  ## Change Log
461
460
 
461
+ ### 1.5.0
462
+
463
+ - Added show_secrets option to `nmcli.connection.show`
464
+
462
465
  ### 1.4.0
463
466
 
464
467
  - Supported unsupported cases of `DeviceWifi.parse`.
@@ -31,7 +31,7 @@ class ConnectionControlInterface:
31
31
  def down(self, name: str, wait: int = None) -> None:
32
32
  raise NotImplementedError
33
33
 
34
- def show(self, name: str) -> ConnectionDetails:
34
+ def show(self, name: str, show_secrets: bool = False) -> ConnectionDetails:
35
35
  raise NotImplementedError
36
36
 
37
37
  def reload(self) -> None:
@@ -88,8 +88,11 @@ class ConnectionControl(ConnectionControlInterface):
88
88
  wait) + ['connection', 'down', name]
89
89
  self._syscmd.nmcli(cmd)
90
90
 
91
- def show(self, name: str) -> ConnectionDetails:
92
- r = self._syscmd.nmcli(['connection', 'show', name])
91
+ def show(self, name: str, show_secrets: bool = False) -> ConnectionDetails:
92
+ cmd = ['connection', 'show', name]
93
+ if show_secrets:
94
+ cmd += ["--show-secrets"]
95
+ r = self._syscmd.nmcli(cmd)
93
96
  results = {}
94
97
  for row in r.split('\n'):
95
98
  m = re.search(r'^(\S+):\s*([\S\s]+)\s*', row)
@@ -27,6 +27,10 @@ class DummyConnectionControl(ConnectionControlInterface):
27
27
  def down_args(self):
28
28
  return self._down_args
29
29
 
30
+ @property
31
+ def show_args(self):
32
+ return self._show_args
33
+
30
34
  @property
31
35
  def called_reload(self) -> int:
32
36
  return self._called_reload
@@ -43,6 +47,7 @@ class DummyConnectionControl(ConnectionControlInterface):
43
47
  self._delete_args: List[Tuple] = []
44
48
  self._up_args: List[Tuple] = []
45
49
  self._down_args: List[Tuple] = []
50
+ self._show_args: List[Tuple] = []
46
51
  self._called_reload = 0
47
52
 
48
53
  def __call__(self) -> List[Connection]:
@@ -74,8 +79,9 @@ class DummyConnectionControl(ConnectionControlInterface):
74
79
  self._raise_error_if_needed()
75
80
  self._down_args.append((name, wait))
76
81
 
77
- def show(self, name: str) -> ConnectionDetails:
82
+ def show(self, name: str, show_secrets: bool = False) -> ConnectionDetails:
78
83
  self._raise_error_if_needed()
84
+ self._show_args.append((name, show_secrets))
79
85
  if not self._result_show is None:
80
86
  return self._result_show
81
87
  raise ValueError("'result_show' is not properly initialized")
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nmcli
3
- Version: 1.4.0
3
+ Version: 1.5.0
4
4
  Summary: A python wrapper library for the network-manager cli client
5
5
  Home-page: https://github.com/ushiboy/nmcli
6
6
  Author: ushiboy
7
7
  License: MIT
8
- Description: nmcli
9
- =====
8
+ Description: # nmcli
10
9
 
11
10
  nmcli is a python wrapper library for the network-manager cli client.
12
11
 
@@ -38,62 +37,61 @@ Description: nmcli
38
37
 
39
38
  ## Dependency
40
39
 
41
- * NetworkManager
42
- * `sudo apt install network-manager` (Debian)
43
- * User who can execute nmcli with sudo with NOPASSWD
44
- * If sudo is not needed (like root user), use `disable_use_sudo` at the beginning of the process.
40
+ - NetworkManager
41
+ - `sudo apt install network-manager` (Debian)
42
+ - User who can execute nmcli with sudo with NOPASSWD
43
+ - If sudo is not needed (like root user), use `disable_use_sudo` at the beginning of the process.
45
44
 
46
45
  ## Compatibility table
47
46
 
48
- | Object | Command | Status |
49
- |--------|---------|--------|
50
- | general | | supported |
51
- | general | status | supported |
52
- | general | hostname | supported |
53
- | general | permissions | not supported |
54
- | general | logging | not supported |
55
- | networking | | supported |
56
- | networking | on | supported |
57
- | networking | off | supported |
58
- | networking | connectivity | supported |
59
- | radio | | supported |
60
- | radio | all | supported |
61
- | radio | wifi | supported |
62
- | radio | wwan | supported |
63
- | connection | | supported |
64
- | connection | show | supported |
65
- | connection | up | supported |
66
- | connection | down | supported |
67
- | connection | add | supported |
68
- | connection | modify | supported |
69
- | connection | clone | not supported |
70
- | connection | edit | not supported |
71
- | connection | delete | supported |
72
- | connection | reload | supported |
73
- | connection | load | not supported |
74
- | connection | import | not supported |
75
- | connection | export | not supported |
76
- | device | | supported |
77
- | device | status | supported |
78
- | device | show | supported |
79
- | device | set | not supported |
80
- | device | connect | supported |
81
- | device | reapply | supported |
82
- | device | modify | not supported |
83
- | device | disconnect | supported |
84
- | device | delete | supported |
85
- | device | monitor | not supported |
86
- | device | wifi | supported |
87
- | device | wifi connect | supported |
88
- | device | wifi rescan | supported |
89
- | device | wifi hotspot | supported |
90
- | device | lldp | not supported |
91
- | agent | | not supported |
92
- | agent | secret | not supported |
93
- | agent | polkit | not supported |
94
- | agent | all | not supported |
95
- | monitor | | not supported |
96
-
47
+ | Object | Command | Status |
48
+ | ---------- | ------------ | ------------- |
49
+ | general | | supported |
50
+ | general | status | supported |
51
+ | general | hostname | supported |
52
+ | general | permissions | not supported |
53
+ | general | logging | not supported |
54
+ | networking | | supported |
55
+ | networking | on | supported |
56
+ | networking | off | supported |
57
+ | networking | connectivity | supported |
58
+ | radio | | supported |
59
+ | radio | all | supported |
60
+ | radio | wifi | supported |
61
+ | radio | wwan | supported |
62
+ | connection | | supported |
63
+ | connection | show | supported |
64
+ | connection | up | supported |
65
+ | connection | down | supported |
66
+ | connection | add | supported |
67
+ | connection | modify | supported |
68
+ | connection | clone | not supported |
69
+ | connection | edit | not supported |
70
+ | connection | delete | supported |
71
+ | connection | reload | supported |
72
+ | connection | load | not supported |
73
+ | connection | import | not supported |
74
+ | connection | export | not supported |
75
+ | device | | supported |
76
+ | device | status | supported |
77
+ | device | show | supported |
78
+ | device | set | not supported |
79
+ | device | connect | supported |
80
+ | device | reapply | supported |
81
+ | device | modify | not supported |
82
+ | device | disconnect | supported |
83
+ | device | delete | supported |
84
+ | device | monitor | not supported |
85
+ | device | wifi | supported |
86
+ | device | wifi connect | supported |
87
+ | device | wifi rescan | supported |
88
+ | device | wifi hotspot | supported |
89
+ | device | lldp | not supported |
90
+ | agent | | not supported |
91
+ | agent | secret | not supported |
92
+ | agent | polkit | not supported |
93
+ | agent | all | not supported |
94
+ | monitor | | not supported |
97
95
 
98
96
  ## API
99
97
 
@@ -162,8 +160,10 @@ Description: nmcli
162
160
 
163
161
  Show details for specified connections.
164
162
 
163
+ Use `show_secrets` argument to reveal associated secrets as well.
164
+
165
165
  ```
166
- nmcli.connection.show(name: str) -> ConnectionDetails
166
+ nmcli.connection.show(name: str, show_secrets: bool = False) -> ConnectionDetails
167
167
  ```
168
168
 
169
169
  #### nmcli.connection.reload
@@ -246,7 +246,6 @@ Description: nmcli
246
246
 
247
247
  The `wait` argument applies the same effect to the command as the `--wait` option. If it is omitted, the default behavior is followed.
248
248
 
249
-
250
249
  ```
251
250
  nmcli.device.delete(ifname: str, wait: int = None) -> None
252
251
  ```
@@ -466,6 +465,10 @@ Description: nmcli
466
465
 
467
466
  ## Change Log
468
467
 
468
+ ### 1.5.0
469
+
470
+ - Added show_secrets option to `nmcli.connection.show`
471
+
469
472
  ### 1.4.0
470
473
 
471
474
  - Supported unsupported cases of `DeviceWifi.parse`.
@@ -13,7 +13,7 @@ with open('README.md', 'r') as f:
13
13
 
14
14
  setup(
15
15
  name='nmcli',
16
- version='1.4.0',
16
+ version='1.5.0',
17
17
  author='ushiboy',
18
18
  license='MIT',
19
19
  license_files = ('LICENSE.txt',),
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