{ "info": { "author": "Shane Breeze", "author_email": "sdb15@ic.ac.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "# Conpy\n\nCall python functions on (CERN) HTCondor batch cluster - with tqdm progress bars.\n\n## How to use\n\nHigh-level interface use:\n\n```\nimport conpy\n\ntasks = [...] # list of dicts with keys [\"task\", \"args\", \"kwargs\"] run on each node as task(*args, **kwargs)\n\nresults = conpy.local_submit(tasks)\nresults = conpy.mp_submit(tasks, ncores=4)\nresults = conpy.sge_submit(\"name\", \"/tmp/conpy-temporaries\", tasks=tasks, options=\"-q hep.q\")\n```\n\nThe return value is a list of results for each task, in order o tasks.\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": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "conpy", "package_url": "https://pypi.org/project/conpy/", "platform": "", "project_url": "https://pypi.org/project/conpy/", "project_urls": null, "release_url": "https://pypi.org/project/conpy/0.1.1/", "requires_dist": [ "future (>=0.17.1)", "tqdm (>=4.31.1)", "subprocess32 (>=3.5.4)" ], "requires_python": "", "summary": "python interface to submit functions to a HTCondor batch cluster", "version": "0.1.1" }, "last_serial": 5656913, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1890d3e20958b34ba06a620b2ba5095b", "sha256": "1e814746ebeb82410dcefc520e7afeb14a0c9cc71f4fdbb49c64a1bdb104d9dc" }, "downloads": -1, "filename": "conpy-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1890d3e20958b34ba06a620b2ba5095b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8840, "upload_time": "2019-06-21T11:45:34", "url": "https://files.pythonhosted.org/packages/45/8e/7fe1a30c536d174d4fc1ab941e7d5cc6b4605a2815a72457b3766d1c1c08/conpy-0.1.0-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "75b4175e70b3e85e1bfe0ac8856af161", "sha256": "74718ebdfc884610e3038d448c58b77644216a5fef74fd99793c74b8b2229ea1" }, "downloads": -1, "filename": "conpy-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "75b4175e70b3e85e1bfe0ac8856af161", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8839, "upload_time": "2019-08-09T17:29:01", "url": "https://files.pythonhosted.org/packages/fd/0c/2eb7bd6d934f780b3b380032fcdcd18fe6aff72ab937fdc9fc4609298ad0/conpy-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "138459d8781940ce213bf208b993411a", "sha256": "bdef81145a2f38a98086bb95ee063b1eff4aa9ecec69cfe5a905a90e27085da9" }, "downloads": -1, "filename": "conpy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "138459d8781940ce213bf208b993411a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5436, "upload_time": "2019-08-09T17:29:03", "url": "https://files.pythonhosted.org/packages/41/1b/56dcc015c36ce1854b58c9a003ea93520a1c2951b27a7aec22ddc7cb7c33/conpy-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "75b4175e70b3e85e1bfe0ac8856af161", "sha256": "74718ebdfc884610e3038d448c58b77644216a5fef74fd99793c74b8b2229ea1" }, "downloads": -1, "filename": "conpy-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "75b4175e70b3e85e1bfe0ac8856af161", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8839, "upload_time": "2019-08-09T17:29:01", "url": "https://files.pythonhosted.org/packages/fd/0c/2eb7bd6d934f780b3b380032fcdcd18fe6aff72ab937fdc9fc4609298ad0/conpy-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "138459d8781940ce213bf208b993411a", "sha256": "bdef81145a2f38a98086bb95ee063b1eff4aa9ecec69cfe5a905a90e27085da9" }, "downloads": -1, "filename": "conpy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "138459d8781940ce213bf208b993411a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5436, "upload_time": "2019-08-09T17:29:03", "url": "https://files.pythonhosted.org/packages/41/1b/56dcc015c36ce1854b58c9a003ea93520a1c2951b27a7aec22ddc7cb7c33/conpy-0.1.1.tar.gz" } ] }