{ "info": { "author": "Arnaud Joly", "author_email": "arnaud.v.joly@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable" ], "description": "Embarrasingly distributed parallel loop on clusters of computers\r\n================================================================\r\n\r\n.. image:: https://secure.travis-ci.org/clusterlib/clusterlib.png?branch=0.1.X\r\n :target: https://secure.travis-ci.org/clusterlib/clusterlib\r\n :alt: Build status\r\n\r\n.. image:: https://coveralls.io/repos/clusterlib/clusterlib/badge.png?branch=0.1.X\r\n :target: https://coveralls.io/r/clusterlib/clusterlib\r\n :alt: Coverage status\r\n\r\n.. image:: https://landscape.io/github/clusterlib/clusterlib/0.1.X/landscape.svg\r\n :target: https://landscape.io/github/clusterlib/clusterlib/0.1.X\r\n :alt: Code Health\r\n\r\nThe goal of this library is to ease the creation, launch and management of\r\nembarassingly parallel jobs on supercomputer such as `SLURM\r\n`_. Some basic primitives (pure\r\npython NO-SQL database) to work in distributed memory architecture are\r\nprovided.\r\n\r\nAims: simple, pure python\r\n\r\nIf you want to parallelize your python jobs in shared memory architecture, I\r\nadvise you to use `joblib `_.\r\n\r\n\r\nGetting the latest code\r\n-----------------------\r\n\r\nTo get the latest code using git, simply type:\r\n\r\n git clone git://github.com/clusterlib/clusterlib.git\r\n\r\nIf you don't have git installed, you can download a zip or tarball of the\r\nlatest code: https://github.com/clusterlib/clusterlib/archive/master.zip\r\n\r\n\r\nInstalling\r\n----------\r\n\r\nAs any Python packages, to install clusterlib, simply do:\r\n\r\n python setup.py install\r\n\r\nin the source code directory.\r\n\r\nHow to contribute?\r\n------------------\r\n\r\nTo contribute to clusterlib, first create a github account. Then you can\r\nfork the `clusterlib repository `_.\r\nOnce this is done, you can make clone of your fork, make your changes and\r\nwhenever you are happy, send us a pull request to the main repository.\r\n\r\nRunning the test suite\r\n----------------------\r\n\r\nTo run the test suite, you need nosetests and the coverage modules.\r\nRun the test suite using::\r\n\r\n nosetests\r\n\r\nfrom the root of the project.\r\n\r\n\r\nDocumentation\r\n-------------\r\n\r\nFor making the documentation, Sphinx==1.2.2 and sphinx-bootstrap-theme==0.4.0\r\nare needed. Then, you can do\r\n\r\n make doc", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://clusterlib.readthedocs.org/en/stable/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "clusterlib", "package_url": "https://pypi.org/project/clusterlib/", "platform": "any", "project_url": "https://pypi.org/project/clusterlib/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://clusterlib.readthedocs.org/en/stable/" }, "release_url": "https://pypi.org/project/clusterlib/0.1/", "requires_dist": null, "requires_python": null, "summary": "Tools to manage jobs on super-computers", "version": "0.1" }, "last_serial": 1345947, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8af007507dbdd6a06fdcac3a1ee56475", "sha256": "2d117a44834bec5d7097490cb923e7b05726553fe3d0e717ec63faa5e9cb8fad" }, "downloads": -1, "filename": "clusterlib-0.1.tar.gz", "has_sig": false, "md5_digest": "8af007507dbdd6a06fdcac3a1ee56475", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1079724, "upload_time": "2014-12-16T09:49:39", "url": "https://files.pythonhosted.org/packages/9f/f5/87de149a71f480b3a36f4f9b34c3f36f6e1268fe16f7ebbc0408baa94bd0/clusterlib-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8af007507dbdd6a06fdcac3a1ee56475", "sha256": "2d117a44834bec5d7097490cb923e7b05726553fe3d0e717ec63faa5e9cb8fad" }, "downloads": -1, "filename": "clusterlib-0.1.tar.gz", "has_sig": false, "md5_digest": "8af007507dbdd6a06fdcac3a1ee56475", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1079724, "upload_time": "2014-12-16T09:49:39", "url": "https://files.pythonhosted.org/packages/9f/f5/87de149a71f480b3a36f4f9b34c3f36f6e1268fe16f7ebbc0408baa94bd0/clusterlib-0.1.tar.gz" } ] }