{ "info": { "author": "Jendrik Seipp", "author_email": "jendrikseipp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering" ], "description": "Downward Lab\n============\n\nThe **Downward Lab** Python package facilitates running experiments for\nthe `Fast Downward `_ planning system. It\nuses the generic experimentation package **Lab**.\n\n**Lab** is a Python package for running code on a large set of\nbenchmarks. Experiments can be conducted on a single machine or on a\ncluster. The package also contains code for parsing results and creating\nreports. Currently, Lab comes bundled with Downward Lab.\n\n**Code**: https://bitbucket.org/jendrikseipp/lab\n\n**Documentation**: https://lab.readthedocs.io\n\n**Cite**: please cite Downward Lab by using\n\n::\n\n @Misc{seipp-et-al-misc2017,\n author = \"Jendrik Seipp and Florian Pommerening and\n Silvan Sievers and Malte Helmert\",\n title = \"{Downward} {Lab}\",\n year = \"2017\",\n doi = \"10.5281/zenodo.790461\",\n url = \"https://doi.org/10.5281/zenodo.790461\",\n howpublished = \"\\url{https://doi.org/10.5281/zenodo.790461}\"\n }\n\n\nInstall Lab in a virtual environment\n------------------------------------\n\nWe recommend installing Lab in a `Python virtual environment\n`_. This has the advantage\nthat there are no modifications to the system-wide configuration, and\nthat you can create multiple environments with different Lab versions\n(e.g., for different papers) without conflicts. Using Python 3, you\nwould proceed like this::\n\n # Install required packages, including virtualenv.\n sudo apt install mercurial python3 python3-venv\n\n # Create and activate a Python 3 virtual environment for Lab.\n python3 -m venv lab-venv # or any other path instead of lab-venv\n source lab-venv/bin/activate\n\n # Install Lab in the virtual environment.\n pip install lab # or a specific version with lab==x.y\n\nIf you want to install the latest development version and/or need to\nchange Lab itself, you can clone the Lab repo and install it in the\nvirtual environment::\n\n hg clone https://bitbucket.org/jendrikseipp/lab /path/to/lab\n pip install --editable /path/to/lab\n\nThe ``--editable`` flag in the last command is optional. It installs the\nproject in \"editable mode\", which is needed if you want to change the\nLab source code, since any changes under ``/path/to/lab`` are\nimmediately reflected in the installed package.\n\nPlease note that before running an experiment script you need to\nactivate the virtual environment with::\n\n source lab-venv/bin/activate\n\n\nInstall Lab globally\n--------------------\n\nAlternatively, you can install Lab and its dependencies globally::\n\n # Install dependencies.\n sudo apt install mercurial python python-matplotlib python-simplejson\n # Clone Lab repository.\n hg clone https://bitbucket.org/jendrikseipp/lab /path/to/lab\n\nAdd to your ``.bashrc`` to make Lab available on the ``PYTHONPATH``::\n\n export PYTHONPATH=/path/to/lab\n\nUpdate shell configuration::\n\n source ~/.bashrc\n\n\nNotes about requirements\n------------------------\n\n* Lab needs Python 2.7 or Python >= 3.5.\n* matplotlib is only needed for reports that generate graphs.\n* simplejson is optional, but speeds up generating reports.\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/jendrikseipp/lab", "keywords": "benchmarks cluster grid", "license": "GPL3+", "maintainer": "", "maintainer_email": "", "name": "lab", "package_url": "https://pypi.org/project/lab/", "platform": "", "project_url": "https://pypi.org/project/lab/", "project_urls": { "Homepage": "https://bitbucket.org/jendrikseipp/lab" }, "release_url": "https://pypi.org/project/lab/4.2/", "requires_dist": [ "matplotlib", "simplejson" ], "requires_python": "", "summary": "Benchmark your code", "version": "4.2" }, "last_serial": 5895489, "releases": { "1.10": [], "4.2": [ { "comment_text": "", "digests": { "md5": "3f72ace9053b57f8048b6ccc71cd84e0", "sha256": "cff1f5a2a9f60db8d5e2626995ae7112e50d29447f4bde9c9c3fac9e171d2a78" }, "downloads": -1, "filename": "lab-4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f72ace9053b57f8048b6ccc71cd84e0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 160435, "upload_time": "2019-09-27T11:02:31", "url": "https://files.pythonhosted.org/packages/f0/13/fff273f4b50554eda5a46809a252e73cf1a7d0dfa9372e3a4d5cdd306914/lab-4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65f02532c4f683b4377d38a1693f6d09", "sha256": "4df70f3a2139307370d8a410fe901901afe1439c5d8c51e209864ca141c69fe3" }, "downloads": -1, "filename": "lab-4.2.tar.gz", "has_sig": false, "md5_digest": "65f02532c4f683b4377d38a1693f6d09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 123995, "upload_time": "2019-09-27T11:02:33", "url": "https://files.pythonhosted.org/packages/8a/58/c027be5e841b5d8a7a0e51976770496b1d7dc9d04ca2dfe33a273e3d72d3/lab-4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f72ace9053b57f8048b6ccc71cd84e0", "sha256": "cff1f5a2a9f60db8d5e2626995ae7112e50d29447f4bde9c9c3fac9e171d2a78" }, "downloads": -1, "filename": "lab-4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f72ace9053b57f8048b6ccc71cd84e0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 160435, "upload_time": "2019-09-27T11:02:31", "url": "https://files.pythonhosted.org/packages/f0/13/fff273f4b50554eda5a46809a252e73cf1a7d0dfa9372e3a4d5cdd306914/lab-4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65f02532c4f683b4377d38a1693f6d09", "sha256": "4df70f3a2139307370d8a410fe901901afe1439c5d8c51e209864ca141c69fe3" }, "downloads": -1, "filename": "lab-4.2.tar.gz", "has_sig": false, "md5_digest": "65f02532c4f683b4377d38a1693f6d09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 123995, "upload_time": "2019-09-27T11:02:33", "url": "https://files.pythonhosted.org/packages/8a/58/c027be5e841b5d8a7a0e51976770496b1d7dc9d04ca2dfe33a273e3d72d3/lab-4.2.tar.gz" } ] }