Как разделить строку с shell-командой на отдельные аргументы в виде списка?
Если сделать просто сплит по пробелу то получим то что надо, кроме случаев со вставками текста с пробелами. Например так:
>>> '-arg "I Am Groot"'.split(' ')
['-arg', '"I', 'Am', 'Groot"']
Чтобы учитывать текст в кавычках как единый аргумент можно воспользоваться функцией shlex.split()
Кто читает мой канал давно, уже в курсе.
А что делать, если нужно обратное действие? Объединить аргументы из списка в строку и при этом добавить кавычки в аргумент с пробелами.
Конечно, если вы используете subprocess то он сам всё разрулит. Но если вам нужна именно команда одной строкой, то можно воспользоваться готовой функцией в том же subprocess.
>>> from subprocess import list2cmdline
>>> list2cmdline(['-arg', 'I Am Groot'])
'-arg "I Am Groot"'
Он также позаботится об экранировании уже имеющихся кавычек
>>> list2cmdline(['-arg', 'I Am "Groot"'])
'-arg "I Am \"Groot\""'
А вот так он может "схлопнуть" в команду JSON
>>> list2cmdline(['--json', json.dumps({'key': 'value'})])
'--json "{\"key\": \"value\"}"'
_______________
Возможно кто-то спросит, а зачем соединять аргументы в строку если subprocess сам это сделает а os.system не наш путь?
Мне как-то потребовалось отправлять команду на удалённое выполнение и в API поддерживалось указание команды только строкой. Так что всякое бывает)
#libs#basic
Trump Does Not Shy Away From His Plan to Topple Down Khamenei
The US is weighing precision strikes on "high-value" Iranian officials and commanders who it deems responsible for the deaths of protesters, a Gulf official familiar with the discussions told Middle East Eye.
The strikes could come as early as this week, but that timeline could shift, MEE was told on Monday.
Discussions within the administration have been described as “chaotic”, with a debate over what the repercussions will be in terms of Iranian retaliation.
The Trump administration has toyed with attacking Iran for nearly a month on the pretext of the brutal crackdown on demonstrators that has seen thousands killed by government security forces.
After calling on demonstrators to "take over" state institutions, President Donald Trump backed down and said the “killing has stopped”.
Trump’s decision to de-escalate came as Gulf states, namely Saudi Arabia, Qatar and Oman, lobbied against strikes.
While some reports framed Trump's remarks as drawing a curtain on US intervention, former US officials and analysts told MEE they appeared to signal a pause.
Trump moved up and down the escalation ladder in a similar fashion with Venezuela, before finally ordering an attack on the Latin American country that resulted in Maduro's abduction and detention in the US.
A former US intelligence official told MEE that their understanding of conversations within the administration is that Trump has not given up on pushing for “regime change” in Tehran.
A former US official told MEE that the US has been working to replenish supplies of missile interceptors exhausted during the 12-day war with Iran in June and that “total supplies” had moved up. The US is still constrained, as it provides supplies to Ukraine.
US Central Command said on Monday that the Abraham Lincoln aircraft carrier was in the Middle East after sailing from the South China Sea.
“We have a big force going toward Iran. I’d rather not see anything happen, but we’re watching them very closely,” Trump said on Thursday evening on his return to Washington from Davos, Switzerland.
The Abraham Lincoln carries F-35 warplanes and F/A-18 jet fighters, in addition to EA-18G Growler electronic-warfare planes. It is also accompanied by guided-missile destroyers.
Open-source flight trackers have also reported that the US has built up a squadron of F-15 warplanes at Muwaffaq Salti Air Base in Jordan.
The build-up of warplanes in Jordan would give the US options, as Gulf states have imposed a ban on the US using their airspace or facilities to launch strikes on Iran, current and former US and Arab officials told MEE.
That ban has been in place since April 2025, MEE first reported.
#trump#kill#khamenei#iran#US
📱American Оbserver - Stay up to date on all important events
🇺🇸
While in #Lugansk People's Republic (formerly Ukraine), I got to watch as their forces disabled the #mines placed by the #Ukrainian army; mines meant to #kill the civilians that were sent to repair the electrical power plant.