chibi-command 2.2.0__tar.gz → 2.3.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.
- {chibi_command-2.2.0 → chibi_command-2.3.0}/HISTORY.rst +7 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/PKG-INFO +8 -1
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/__init__.py +1 -1
- chibi_command-2.3.0/chibi_command/disk/e2label.py +6 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/rsync.py +10 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command.egg-info/PKG-INFO +8 -1
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command.egg-info/SOURCES.txt +1 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/setup.cfg +1 -1
- {chibi_command-2.2.0 → chibi_command-2.3.0}/setup.py +1 -1
- {chibi_command-2.2.0 → chibi_command-2.3.0}/AUTHORS.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/CONTRIBUTING.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/LICENSE +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/MANIFEST.in +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/README.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/archilinux/__init__.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/archilinux/pacman.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/archilinux/yay.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/centos/__init__.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/centos/dnf.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/centos/iptable.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/centos/yum.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/common.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/db.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/dd.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/disk/__init__.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/disk/dd.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/disk/format.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/disk/lsblk.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/disk/mount.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/echo.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/ffmpeg.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/file.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/image/__init__.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/image/convert.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/image/qr.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/lxc/__init__.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/lxc/delegate.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/lxc/lxc.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/mpd.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/network/__init__.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/network/ifconfig.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/network/interfaces.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/network/iwconfig.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/network/nmap.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/network/nmcli.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/nix/__init__.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/nix/locale.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/nix/systemd.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/nix/systemd_run.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/nix/user.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/qr.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/rabbitmq.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/rpm.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/ssh.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/sysctl.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/wmctrl.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command/xfce4.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command.egg-info/dependency_links.txt +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command.egg-info/not-zip-safe +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command.egg-info/requires.txt +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/chibi_command.egg-info/top_level.txt +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/Makefile +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/authors.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/conf.py +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/contributing.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/history.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/index.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/installation.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/make.bat +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/readme.rst +0 -0
- {chibi_command-2.2.0 → chibi_command-2.3.0}/docs/usage.rst +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chibi_command
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
4
4
|
Summary: run terminal commands
|
|
5
5
|
Home-page: https://github.com/dem4ply/chibi_command
|
|
6
6
|
Author: Dem4ply
|
|
@@ -82,6 +82,13 @@ use lsblk
|
|
|
82
82
|
History
|
|
83
83
|
=======
|
|
84
84
|
|
|
85
|
+
********************
|
|
86
|
+
2.3.0 ( 2026-03-20 )
|
|
87
|
+
********************
|
|
88
|
+
|
|
89
|
+
* se agrego la opcion de ignore-existing para rsync
|
|
90
|
+
* se agrego el comando e2label
|
|
91
|
+
|
|
85
92
|
********************
|
|
86
93
|
2.2.0 ( 2026-03-20 )
|
|
87
94
|
********************
|
|
@@ -99,3 +99,13 @@ class Rsync( Command ):
|
|
|
99
99
|
def checksum( self ):
|
|
100
100
|
self.options( '--checksum' )
|
|
101
101
|
return self
|
|
102
|
+
|
|
103
|
+
@Chibi_hybrid
|
|
104
|
+
def ignore_existing( cls ):
|
|
105
|
+
instance = cls.options( '--ignore-existing' )
|
|
106
|
+
return instance
|
|
107
|
+
|
|
108
|
+
@ignore_existing.instancemethod
|
|
109
|
+
def ignore_existing( self ):
|
|
110
|
+
self.options( '--ignore-existing' )
|
|
111
|
+
return self
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chibi_command
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
4
4
|
Summary: run terminal commands
|
|
5
5
|
Home-page: https://github.com/dem4ply/chibi_command
|
|
6
6
|
Author: Dem4ply
|
|
@@ -82,6 +82,13 @@ use lsblk
|
|
|
82
82
|
History
|
|
83
83
|
=======
|
|
84
84
|
|
|
85
|
+
********************
|
|
86
|
+
2.3.0 ( 2026-03-20 )
|
|
87
|
+
********************
|
|
88
|
+
|
|
89
|
+
* se agrego la opcion de ignore-existing para rsync
|
|
90
|
+
* se agrego el comando e2label
|
|
91
|
+
|
|
85
92
|
********************
|
|
86
93
|
2.2.0 ( 2026-03-20 )
|
|
87
94
|
********************
|
|
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
|
|
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
|