Как разделить строку с 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
Honored by Prof. Hiroshi Takahashi's generosity in sharing his AAS Review Paper on land-surface influences on Asian monsoon precipitation and recommending the full special issue. Grateful for such support in advancing #climatescience ! Explore his study: https://link.springer.com/article/10.1007/s00376-026-5209-3#AAS
via @aasjournal.bsky.social - Adv. Atmos. Sci.
At the Ocean-Monsoon Conference 2026, @agturnermonsoon.bsky.social of the University of Reading presented a striking visual: the same location in India, captured under drought and active monsoon conditions. Two extremes. One region. A powerful reminder of what is at stake. 🧵👇#AAS#Climatescience
via @aasjournal.bsky.social - Adv. Atmos. Sci.
#Scientific_American🇺🇸📕[PDF]⬇️
#December2025
#Monthly_Magazines
For learning, for free(dom).
@backupofmagazines
NASA faces a stalled Mars sample-return mission as funding reshapes priorities in #TechPolicy, while a promising mRNA-based personalized cancer vaccine struggles amid shrinking research budgets in the U.S., underscoring a rising #HealthCrisis. Scientists also warn that deepfakes demand new “face-ownership” rights, adding momentum to global #AIRegulation. Fresh insights into black-hole limits and rare-earth formation expand our cosmic and geologic imagination, even as #ClimateScience pushes oil and gas giants to pivot toward plastics. New antidepressant treatments and studies on small daily joys highlight a parallel #MentalHealth shift across society.
#The_National_Geographic🇺🇸📕[PDF]⬇️
#December2025
#Monthly_Magazines
For learning, for free(dom).
@backupofmagazines
This issue captures a world in transition, from ancient engineering puzzles to the fragile future of memory. Stunning visuals highlight global migration, ecological risk and cultural resilience, while scientists push deeper into #ClimateScience and #Neuroscience. A precise Mesopotamian map surprises historians, and a tribute to Jane Goodall reflects on her transformative legacy in #WildlifeResearch. The “Pictures of the Year” series showcases unforgettable scenes shaped by conflict, migration and #GlobalCulture. As melting ice reveals prehistoric secrets, explorers race against time, reminding us how fragile our world is in the age of #EarthChange and #FutureTech.
#The_Science🇺🇸📕[PDF]⬇️
16 #October2025
#Weekly_Magazines
For learning, for free(dom).
@backupofmagazines
This week’s Science dives deep into the frontiers of #Nanoscopy, visualizing neural circuits with stunning 3D precision. From Arctic #Permafrost preserving ancient RNA viruses to #Ant colonies evolving architectural immunity, the issue spans from the microscopic to the planetary. Groundbreaking work tracks #SeaLevel change over 4.5 million years and explores durable #Hydrogen production membranes and electric control in #2Dmaterials. The “#ColdStorage” feature warns of hidden viral archives in melting ice—a chilling insight into #ClimateScience and future pandemics. A visionary issue linking biology, chemistry, and global sustainability through the lens of innovation.