TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #191 · 14 дек.

Как разделить строку с 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

Hashtags

Резултати

Пронајдени 1 слични објави

Пребарај: #sicw

当前筛选 #sicw清除筛选
Russian Mission to ASEAN

@aseanrussia · Post #718 · 20.10.2023 г., 14:31

Embassy of the Russian Federation in Singapore 🗓 On October 16-19, delegation led by the Special Representative of the President of the Russian Federation for International Cooperation in the Field of Information Security, Director of the Department of International Information Security of the Russian MFA H.E. Mr. Artur Lyukmanov 🇷🇺 took part in the 8th Singapore International Cyber Week (#SICW). 🔹️Russia consistently promotes dialogue and cooperation in the #ICT domain, advocates for unified negotiation track on international information security issues under the UN auspices after 2025. Russia firmly supports the efforts of the OEWG under the able chairmanship of Singapore PR to the UN H.E. Burhan Gafoor 🇸🇬 and Ad-Hoc Committee to elaborate a comprehensive international convention on combating the use of ICTs for criminal purposes. 🔹️ Russia is eager to build up engagement with #ASEAN Member States with a special emphasis on capacity building in combating the use of ICTs for criminal purposes. On the sidelines of the SICW the Russian delegation held bilateral meetings with Laos 🇱🇦, Malaysia 🇲🇾, the Philippines 🇵🇭, Vietnam 🇻🇳, Thailand 🇹🇭, Brunei 🇧🇳 and Singapore 🇸🇬 to discuss issues of common concern.