chibi-command 2.4.5__tar.gz → 2.5.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.
Files changed (72) hide show
  1. {chibi_command-2.4.5 → chibi_command-2.5.1}/HISTORY.rst +13 -0
  2. {chibi_command-2.4.5 → chibi_command-2.5.1}/PKG-INFO +14 -1
  3. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/__init__.py +1 -1
  4. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/archilinux/pacman.py +32 -0
  5. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/nix/systemd.py +3 -1
  6. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/rsync.py +10 -0
  7. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command.egg-info/PKG-INFO +14 -1
  8. {chibi_command-2.4.5 → chibi_command-2.5.1}/setup.cfg +1 -1
  9. {chibi_command-2.4.5 → chibi_command-2.5.1}/setup.py +1 -1
  10. {chibi_command-2.4.5 → chibi_command-2.5.1}/AUTHORS.rst +0 -0
  11. {chibi_command-2.4.5 → chibi_command-2.5.1}/CONTRIBUTING.rst +0 -0
  12. {chibi_command-2.4.5 → chibi_command-2.5.1}/LICENSE +0 -0
  13. {chibi_command-2.4.5 → chibi_command-2.5.1}/MANIFEST.in +0 -0
  14. {chibi_command-2.4.5 → chibi_command-2.5.1}/README.rst +0 -0
  15. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/archilinux/__init__.py +0 -0
  16. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/archilinux/yay.py +0 -0
  17. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/centos/__init__.py +0 -0
  18. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/centos/dnf.py +0 -0
  19. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/centos/iptable.py +0 -0
  20. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/centos/yum.py +0 -0
  21. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/common.py +0 -0
  22. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/db.py +0 -0
  23. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/dd.py +0 -0
  24. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/disk/__init__.py +0 -0
  25. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/disk/dd.py +0 -0
  26. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/disk/e2label.py +0 -0
  27. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/disk/format.py +0 -0
  28. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/disk/lsblk.py +0 -0
  29. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/disk/mount.py +0 -0
  30. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/echo.py +0 -0
  31. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/ffmpeg.py +0 -0
  32. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/file.py +0 -0
  33. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/image/__init__.py +0 -0
  34. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/image/convert.py +0 -0
  35. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/image/qr.py +0 -0
  36. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/lxc/__init__.py +0 -0
  37. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/lxc/delegate.py +0 -0
  38. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/lxc/lxc.py +0 -0
  39. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/mpd.py +0 -0
  40. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/network/__init__.py +0 -0
  41. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/network/ifconfig.py +0 -0
  42. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/network/interfaces.py +0 -0
  43. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/network/iwconfig.py +0 -0
  44. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/network/nmap.py +0 -0
  45. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/network/nmcli.py +0 -0
  46. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/nix/__init__.py +0 -0
  47. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/nix/locale.py +0 -0
  48. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/nix/systemd_run.py +0 -0
  49. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/nix/user.py +0 -0
  50. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/qr.py +0 -0
  51. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/rabbitmq.py +0 -0
  52. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/rpm.py +0 -0
  53. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/ssh.py +0 -0
  54. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/sysctl.py +0 -0
  55. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/unittests/__init__.py +0 -0
  56. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/wmctrl.py +0 -0
  57. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command/xfce4.py +0 -0
  58. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command.egg-info/SOURCES.txt +0 -0
  59. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command.egg-info/dependency_links.txt +0 -0
  60. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command.egg-info/not-zip-safe +0 -0
  61. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command.egg-info/requires.txt +0 -0
  62. {chibi_command-2.4.5 → chibi_command-2.5.1}/chibi_command.egg-info/top_level.txt +0 -0
  63. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/Makefile +0 -0
  64. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/authors.rst +0 -0
  65. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/conf.py +0 -0
  66. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/contributing.rst +0 -0
  67. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/history.rst +0 -0
  68. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/index.rst +0 -0
  69. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/installation.rst +0 -0
  70. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/make.bat +0 -0
  71. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/readme.rst +0 -0
  72. {chibi_command-2.4.5 → chibi_command-2.5.1}/docs/usage.rst +0 -0
@@ -2,6 +2,19 @@
2
2
  History
3
3
  =======
4
4
 
5
+ ********************
6
+ 2.5.1 ( 2026-04-28 )
7
+ ********************
8
+
9
+ * se agrego a status no_fail para los servicios desabilitados
10
+ * se agrego a pacman print version "Pacman.sync().print_version().run( "paquete" ).result"
11
+
12
+ ********************
13
+ 2.5.0 ( 2026-04-28 )
14
+ ********************
15
+
16
+ * se agrego a pacman el parametro no_confirm
17
+
5
18
  ********************
6
19
  2.4.5 ( 2026-03-25 )
7
20
  ********************
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chibi_command
3
- Version: 2.4.5
3
+ Version: 2.5.1
4
4
  Summary: run terminal commands
5
5
  Home-page: https://github.com/dem4ply/chibi_command
6
6
  Author: Dem4ply
@@ -96,6 +96,19 @@ parchear popen
96
96
  History
97
97
  =======
98
98
 
99
+ ********************
100
+ 2.5.1 ( 2026-04-28 )
101
+ ********************
102
+
103
+ * se agrego a status no_fail para los servicios desabilitados
104
+ * se agrego a pacman print version "Pacman.sync().print_version().run( "paquete" ).result"
105
+
106
+ ********************
107
+ 2.5.0 ( 2026-04-28 )
108
+ ********************
109
+
110
+ * se agrego a pacman el parametro no_confirm
111
+
99
112
  ********************
100
113
  2.4.5 ( 2026-03-25 )
101
114
  ********************
@@ -7,7 +7,7 @@ import logging
7
7
 
8
8
  __author__ = """dem4ply"""
9
9
  __email__ = 'dem4ply@gmail.com'
10
- __version__ = '2.4.5'
10
+ __version__ = '2.5.1'
11
11
 
12
12
  logger = logging.getLogger( 'chibi.command' )
13
13
 
@@ -27,6 +27,16 @@ class Query_result( Command_result ):
27
27
  self.result = result
28
28
 
29
29
 
30
+ class Print_version_result( Command_result ):
31
+ def parse_result( self ):
32
+ if not bool( self ):
33
+ return
34
+ lines = self.result.split( '\n' )
35
+ lines = list( filter( bool, lines ) )
36
+ last = lines[-1]
37
+ self.result = last
38
+
39
+
30
40
  class Pacman( Command ):
31
41
  command = 'pacman'
32
42
  captive = False
@@ -59,3 +69,25 @@ class Pacman( Command ):
59
69
  self.captive = True
60
70
  self.raise_on_fail = False
61
71
  return self
72
+
73
+ @Chibi_hybrid
74
+ def no_confirm( cls ):
75
+ return cls( '--noconfirm' )
76
+
77
+ @no_confirm.instancemethod
78
+ def no_confirm( self ):
79
+ self.add_args( '--noconfirm' )
80
+ return self
81
+
82
+ @Chibi_hybrid
83
+ def print_version( cls ):
84
+ instance = cls( '--print-format', '%v' )
85
+ instance.captive = True
86
+ return instance
87
+
88
+ @print_version.instancemethod
89
+ def print_version( self ):
90
+ self.add_args( '--print-format', '%v' )
91
+ self.captive = True
92
+ self.result_class = Print_version_result
93
+ return self
@@ -53,8 +53,10 @@ class Systemctl( Command ):
53
53
  result_class = Journal_status
54
54
 
55
55
  @classmethod
56
- def status( cls, *services ):
56
+ def status( cls, *services, no_fail=False ):
57
57
  result = cls( 'status', *services )
58
+ if no_fail:
59
+ result.raise_on_fail = False
58
60
  return result
59
61
 
60
62
  @classmethod
@@ -109,3 +109,13 @@ class Rsync( Command ):
109
109
  def ignore_existing( self ):
110
110
  self.options( '--ignore-existing' )
111
111
  return self
112
+
113
+ @Chibi_hybrid
114
+ def ssh( cls, ssh ):
115
+ instance = cls.add_args( e=ssh )
116
+ return instance
117
+
118
+ @ssh.instancemethod
119
+ def ssh( self, ssh ):
120
+ self.add_args( e=ssh )
121
+ return self
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chibi_command
3
- Version: 2.4.5
3
+ Version: 2.5.1
4
4
  Summary: run terminal commands
5
5
  Home-page: https://github.com/dem4ply/chibi_command
6
6
  Author: Dem4ply
@@ -96,6 +96,19 @@ parchear popen
96
96
  History
97
97
  =======
98
98
 
99
+ ********************
100
+ 2.5.1 ( 2026-04-28 )
101
+ ********************
102
+
103
+ * se agrego a status no_fail para los servicios desabilitados
104
+ * se agrego a pacman print version "Pacman.sync().print_version().run( "paquete" ).result"
105
+
106
+ ********************
107
+ 2.5.0 ( 2026-04-28 )
108
+ ********************
109
+
110
+ * se agrego a pacman el parametro no_confirm
111
+
99
112
  ********************
100
113
  2.4.5 ( 2026-03-25 )
101
114
  ********************
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 2.4.5
2
+ current_version = 2.5.1
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -43,6 +43,6 @@ setup(
43
43
  name='chibi_command',
44
44
  packages=find_packages(include=['chibi_command', 'chibi_command.*']),
45
45
  url='https://github.com/dem4ply/chibi_command',
46
- version='2.4.5',
46
+ version='2.5.1',
47
47
  zip_safe=False,
48
48
  )
File without changes
File without changes
File without changes
File without changes