{ "info": { "author": "Christian Haselgrove", "author_email": "christian.haselgrove@umassmed.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Testing" ], "description": ".. See file COPYING distributed with sjs for copyright and license.\n\nThis package contains an emulator for SGE, including scripts to emulate qsub, qdel, and qstat.\n\nThis package was written to support development of software that depends on SGE on a machine that doesn't (easily) support SGE, so the feature set and optimization is by design very limited. I don't recommend using this as a production job scheduler.\n\nUsage\n=====\n\nSet SJS_ROOT to the name of a directory that will contain information about the scheduler (its configuration, the queue, and the logs). This directory should not exist, as it will be created when you initialize it with sjs_qconf:\n\n::\n\n sjs_qconf init \n\nThe number of slots can be changed using ``sjs_qconf slots``:\n\n::\n\n sjs_qconf slots \n\nJobs can be submitted and deleted using ``sjs_qsub`` and ``sjs_qdel`` as you would with ``qsub`` and ``qdel``, respectively, and a list of pending and running jobs can be displayed with ``sjs_qstat``.\n\nFor complete SGE emulation, link to the sjs_* scripts using the SGE names from somewhere in your path (e.g. ``/usr/local/bin/sjs_qsub`` -> ``/usr/bin/qsub``).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chaselgrove/sjs", "keywords": null, "license": "BSD license", "maintainer": null, "maintainer_email": null, "name": "sjs", "package_url": "https://pypi.org/project/sjs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sjs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/chaselgrove/sjs" }, "release_url": "https://pypi.org/project/sjs/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A simple job scheduler", "version": "0.1.2" }, "last_serial": 1091356, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0f6043e1c0c1c91e6c17d73fd23b9f27", "sha256": "5af99a82444e8ad65cfe7263f55e4cbe6cd969850f12f87f01449d19b730dd4e" }, "downloads": -1, "filename": "sjs-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0f6043e1c0c1c91e6c17d73fd23b9f27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4470, "upload_time": "2014-05-09T20:39:02", "url": "https://files.pythonhosted.org/packages/89/71/0c3196df71a4e1df1df51c977983255a25c11ba6ed3585d5e52af17a6070/sjs-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3e4c3c515e4f509bd56fe3a540e8e64f", "sha256": "da7972bedf04d7427b77edf4c47ee70019cfa991a81607bedd7c5571e5913401" }, "downloads": -1, "filename": "sjs-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3e4c3c515e4f509bd56fe3a540e8e64f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6542, "upload_time": "2014-05-12T20:25:01", "url": "https://files.pythonhosted.org/packages/db/4b/8d8a1c464a9585908b891e5188cb4aecafbcd9f4288e8a6b5fc2e954030a/sjs-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "72f0718fc46cc26fc57ab72b9205d3f5", "sha256": "0e51d89f6f4c7a3df179a88264171a8eae219a05b8f242ec8c86d06e187fbd41" }, "downloads": -1, "filename": "sjs-0.1.2.tar.gz", "has_sig": false, "md5_digest": "72f0718fc46cc26fc57ab72b9205d3f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6640, "upload_time": "2014-05-13T21:06:17", "url": "https://files.pythonhosted.org/packages/44/2e/01a8bd6ea643f278bf71d1c69142055d6ff9616ee774d3bd29f48421a990/sjs-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "72f0718fc46cc26fc57ab72b9205d3f5", "sha256": "0e51d89f6f4c7a3df179a88264171a8eae219a05b8f242ec8c86d06e187fbd41" }, "downloads": -1, "filename": "sjs-0.1.2.tar.gz", "has_sig": false, "md5_digest": "72f0718fc46cc26fc57ab72b9205d3f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6640, "upload_time": "2014-05-13T21:06:17", "url": "https://files.pythonhosted.org/packages/44/2e/01a8bd6ea643f278bf71d1c69142055d6ff9616ee774d3bd29f48421a990/sjs-0.1.2.tar.gz" } ] }