{ "info": { "author": "Jay Chan", "author_email": "jay.chan@cern.ch", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "# Welcome to condor assistant!\n\nThe condor_booklist can help you submit the condor jobs efficiently!\n\nPlease look at the example.py (and example.sh).\n\n```\nclass condor_booklist(Executable = '', JobType = 'default_condor', JobName = '')\n\nParameters:\n Executable(string): executable\n JobType(string): name of the task (optional)\n JobName(string): name of the job (optional)\n```\n```\ndef submit(with_arguments=True)\n\nsubmit the condor jobs that are booked in the booklist.\n\nParameters:\n with_arguments: True if argument is required for each job. False if no argument needs to be specified.\n```\n\n```\ndef add_Argument(Argument)\n\nadd one or more argument(s) (representing one or several job(s)) to the booklist\n\nParameters:\n Argument(string or a list of strings): the arguments to be specified after the executable\n```\n\n```\ndef set_Arguments(Arguments)\n\nset the whole arguments (for all of the jobs that are going to be submitted)\n\nParameters:\n Arguments(list of strings): the argument list\n```\n\n```\ndef add_BlankArgument()\n\nif there is no argument to be specified in a certain job. usually used when there is only one job per list\n```\n\n```\ndef initialdir_in_arguments()\n\nadd the initial directory path as the first argument (before all of the specified arguments)\n```\n\n```\ndef set_JobFlavour(JobFlavour)\n\nsetup the allowed running time.\n\nParameters:\n JobFavour = 'espresso' => 20min\n = 'microcentury' => 1hr\n = 'longlunch' => 2hr\n = 'workday' => 8hr\n = 'tomorrow' => 1d\n = 'testmatch' => 3d\n = 'nextweek' => 1w\n```\n```\ndef summary(keyword='')\n\nprint out the summary of the current condor booklist\n\nParameters:\n Keyword = ''(default) => all\n = 'basic' => basic\n```\nMore options can be found in the source codes.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.cern.ch/cchan/condor_assistant", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "condor-assistant", "package_url": "https://pypi.org/project/condor-assistant/", "platform": "", "project_url": "https://pypi.org/project/condor-assistant/", "project_urls": { "Homepage": "https://gitlab.cern.ch/cchan/condor_assistant" }, "release_url": "https://pypi.org/project/condor-assistant/0.2/", "requires_dist": null, "requires_python": "", "summary": "HTCondor submission handler", "version": "0.2" }, "last_serial": 5781673, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "651ef44598749313674513b28f169d8c", "sha256": "b88cb4e34fa8bbad711e11308e298bbeb35e1979c5711042e94eb1fd0e3bd9d7" }, "downloads": -1, "filename": "condor_assistant-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "651ef44598749313674513b28f169d8c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4726, "upload_time": "2019-09-04T14:30:04", "url": "https://files.pythonhosted.org/packages/df/a8/ed4a1846d1a35078f7081c78c299906ea72d750c9d015fb4ded79ba47282/condor_assistant-0.1-py2-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7454f89b0e58d999299e4898e71b0071", "sha256": "48cffd6f264695bc8632d17628fa0d7da36efcf28dc57cd2f541bcde6d19cb8e" }, "downloads": -1, "filename": "condor_assistant-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7454f89b0e58d999299e4898e71b0071", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6666, "upload_time": "2019-09-04T14:38:45", "url": "https://files.pythonhosted.org/packages/cc/5a/75d7c129df2954c8da4a5c83b4f57604c8121c668b721ed9eb454fc118fb/condor_assistant-0.2-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7454f89b0e58d999299e4898e71b0071", "sha256": "48cffd6f264695bc8632d17628fa0d7da36efcf28dc57cd2f541bcde6d19cb8e" }, "downloads": -1, "filename": "condor_assistant-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7454f89b0e58d999299e4898e71b0071", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6666, "upload_time": "2019-09-04T14:38:45", "url": "https://files.pythonhosted.org/packages/cc/5a/75d7c129df2954c8da4a5c83b4f57604c8121c668b721ed9eb454fc118fb/condor_assistant-0.2-py2-none-any.whl" } ] }