Coverage for pandalone.pndlcmd : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
#! doit -f # -*- coding: UTF-8 -*- # # Copyright 2015 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl Usage:
- Type ``doit list`` to see list of available tasks to run. - Type ``doit -v 2 <task>`` to run a task. """ ## Ideas also from: # https://realpython.com/blog/python/scaffold-a-flask-project/?utm_source=Python+Weekly+Newsletter&utm_campaign=dcba979511-Python_Weekly_Issue_189_April_30_2015&utm_medium=email&utm_term=0_9e26887fc5-dcba979511-312746653
'minversion': '0.24.0', 'default_tasks': [], }
for f in glob.glob1(SAMPLES_FOLDER, "*")]
'help': 'name of the sample project;one of: %s' % SAMPLE_NAMES, 'name': 'sample', 'long': 'sample', 'type': str, 'default': 'simple_rpw', }
"""doit makesam [target_dir]: Create new sample pandalone project as `target_dir`. """
else: if target_dir != target_dir_unique else '')
'actions': [copy_sample], 'params': [opt_sample, ], 'pos_arg': 'target_dir', } |