Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

This recipe is used to run one or more command lines

We need some buildout vars:

>>> import os
>>> join = os.path.join
>>> data_dir = join(test_dir, 'data')
>>> parts_dir = join(data_dir, 'parts')
>>> buildout = {'instance': {'location': test_dir},
...             'buildout': {'directory': test_dir,
...             'parts-directory': test_dir}}
>>> name = 'cmds'

Ok, so now we can touch a file in data_dir:

>>> test_file = join(data_dir, 'test.txt')

>>> options = {'cmds': 'touch %s' % test_file}

>>> from iw.recipe.cmd import Recipe
>>> recipe = Recipe(buildout, name, options)
>>> path = recipe.install()
>>> 'test.txt' in os.listdir(data_dir)
True

And remove it:

>>> options = {'cmds': 'rm -f %s' % test_file}
>>> recipe = Recipe(buildout, name, options)
>>> path = recipe.install()
>>> 'test.txt' in os.listdir(data_dir)
False

We can run more than one commands:

>>> cmds = '''
... touch %s
... rm -f %s
... ''' % (test_file, test_file)

>>> recipe = Recipe(buildout, name, options)
>>> path = recipe.install()
>>> 'test.txt' in os.listdir(data_dir)
False

Release files for iw.recipe.cmd 0.1dev-r6491

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for iw.recipe.cmd 0.1dev-r6491
File Interpreter ABI Platform
iw.recipe.cmd-0.1dev_r6491-py2.4.egg Legacy Egg format - - Details

Release files / iw.recipe.cmd-0.1dev_r6491-py2.4.egg

Download URL iw.recipe.cmd-0.1dev_r6491-py2.4.egg
Size 8.2 kB
Tags Egg
SHA-256 checksum
How to use checksums
912bcaa8898f7924194e2fda0643e2824329f6c7aafa58b510e9ae6866249478
BLAKE2b-256 checksum
How to use checksums
11e278dc8d87f7809648a4428c33eeac65d543ee018f74225e0928808a936871
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page