{ "info": { "author": "Duncan Brown", "author_email": "duncan.brown@ligo.org", "bugtrack_url": null, "classifiers": [], "description": "GLUE: Grid LSC User Environment\n\nGlue is a collection of utilities for running data analysis pipelines\nfor online and offline analysis as well as accessing various grid\nutilities. It also provides the infrastructure for the segment\ndatabase.\n\nThe Glue web site:\n\n http://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html\n\ncontains many useful links for Glue users and developers.\n\nIf you have questions or comments about Glue, please send them to the\nlal-discuss mailing list. You may join this list at: There are two\nLALApps mail lists/archives which are shared with LAL. These are:\n\n http://www.lsc-group.phys.uwm.edu/mailman/listinfo.cgi/lal-discuss\n\nThis README file explains how to build and install Glue.\n\nGLUE is distributed under the GNU General Public, version 3. See the\nfile LICENSE for more information.\n\nIf you use GLUE in published scientific work, we request that you\ninclude a reference in your work as follows:\n\n\"Workflows were generated using the Grid LSC User Environment (GLUE)\"\n\n------------------------------------------------------------------------------\n\n1. Determine your Python version\n\nPython version 2.4 or greater is required to install Glue. Type:\n\n python -V\n\nto determine the version of python installed on your machine. For\nexample:\n\n [duncan@contra lalapps]$ python -V\n Python 2.4.3\n\nIf you do not have version 2.4 or greater installed, contact your system\nadministrator for help installing Python.\n\n------------------------------------------------------------------------------\n\n2. Get Glue from Git\n\nGlue is part of the LALSuite Git repository. First choose a directory in\nwhich to install the LALSuite sources. In this example, we install the\nsources into ${HOME}/src. If you decide to install somewhere else,\nchange ${HOME}/src to the directory you have chosen. Change\nalbert.einstein in the git clone below to your ligo.org kerberos\nprinciple, if you have one. Type:\n\n mkdir -p ${HOME}/src\n cd ${HOME}/src\n git clone git+ssh://albert.einstein@ligo-vcs.phys.uwm.edu/usr/local/git/lalsuite.git\n\nIf you do not have a ligo.org kerberos principle you can get the source\ncode anonymously using:\n\n git clone git://ligo-vcs.phys.uwm.edu/lalsuite.git\n\nThis will create a directory ${HOME}/src/lalsuite containing the\nLALSuite sources.\n\n\n------------------------------------------------------------------------------\n\n3. Build and Install Glue\n\nChoose a location in which to install Glue. In this example we choose\n/opt/glue. You must have write access to this directory, so you may wish\nto install in ${HOME}, for example. Set the environment variable\n${GLUE_LOCATION} to point to your chosen install directory. Bash or sh\nusers should type:\n\n export GLUE_LOCATION=/opt/glue\n\nand csh users should type:\n\n setenv GLUE_LOCATION /opt/glue\n\nAssuming you have installed the glue sources in ${HOME}/src/glue, type:\n\n cd ${HOME}/src/lalsuite/glue\n ${PYTHON} setup.py install --prefix=${GLUE_LOCATION}\n\nThis will build and install all the glue modules and programs.\n\n\n------------------------------------------------------------------------------\n\n4. Set up your Environment for Using Glue\n\nIf you are a bash or sh user, edit your .profile (or .bash_profile) file\nand add the lines (changing /opt/glue to wherever you installed Glue):\n\n export GLUE_LOCATION=/opt/glue\n if [ -f ${GLUE_LOCATION}/etc/glue-user-env.sh ] ; then\n source ${GLUE_LOCATION}/etc/glue-user-env.sh\n fi\n\nIf you are a csh user, edit your .login file and add the lines (changing\n/opt/glue to wherever you installed Glue):\n\n setenv GLUE_LOCATION /opt/glue\n if ( -f ${GLUE_LOCATION}/etc/glue-user-env.csh ) then\n source ${GLUE_LOCATION}/etc/glue-user-env.csh\n endif\n\nNow log out and log back in to ensure that all environment variables\nhave been updated.\n\nYou may now use Glue! Please report any problems via the Gnats database\nlinked from the Glue home page.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ligo-cbc/pycbc-glue/archive/v0.9.8.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ligo-cbc/pycbc-glue", "keywords": null, "license": "See file LICENSE", "maintainer": null, "maintainer_email": null, "name": "pycbc-glue", "package_url": "https://pypi.org/project/pycbc-glue/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pycbc-glue/", "project_urls": { "Download": "https://github.com/ligo-cbc/pycbc-glue/archive/v0.9.8.tar.gz", "Homepage": "https://github.com/ligo-cbc/pycbc-glue" }, "release_url": "https://pypi.org/project/pycbc-glue/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Grid LSC User Engine", "version": "1.0.1" }, "last_serial": 2386495, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "42ab122c16fe3962a9887da6b7d989aa", "sha256": "83e9a0cca2a91b885f356c04dc553a262a10f0cef50829c5d8b225e1dc5f7d6b" }, "downloads": -1, "filename": "pycbc-glue-0.9.0.tar.gz", "has_sig": false, "md5_digest": "42ab122c16fe3962a9887da6b7d989aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2348430, "upload_time": "2015-06-17T21:23:50", "url": "https://files.pythonhosted.org/packages/2f/1b/4c2ee3889953a9aca705fb0577d3642e89cf3858a39f916d82cef7070e0e/pycbc-glue-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "836fe63d12ca3d4158903b8c911e1852", "sha256": "eac00ff9ffd3ed656a10a40227e1f01b8024b30feea3af0d3ed787724db984ee" }, "downloads": -1, "filename": "pycbc-glue-0.9.1.tar.gz", "has_sig": false, "md5_digest": "836fe63d12ca3d4158903b8c911e1852", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2351559, "upload_time": "2015-06-17T21:52:29", "url": "https://files.pythonhosted.org/packages/37/86/eaef88f0b2ca83f10e014b57b08467240f8a817249d87316bc8dc4c6a924/pycbc-glue-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "510cf8d00e182247a2f406dc09427e9d", "sha256": "03317e0b579944b5ece32af52d5de00543b800c5e11514e29ceaa6d4dd5af254" }, "downloads": -1, "filename": "pycbc-glue-0.9.2.tar.gz", "has_sig": false, "md5_digest": "510cf8d00e182247a2f406dc09427e9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2351515, "upload_time": "2015-06-18T13:54:53", "url": "https://files.pythonhosted.org/packages/29/05/5a1873346fe7e88a843861fc5f43dd25f911c995165af390875c2b6e664a/pycbc-glue-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "813ae601e0d32eb7b1e23c84f70f18a3", "sha256": "7284054a65971fe122e128f81cf9b5b1a8797845657a51f1dfbee933dbfa60ae" }, "downloads": -1, "filename": "pycbc-glue-0.9.3.tar.gz", "has_sig": false, "md5_digest": "813ae601e0d32eb7b1e23c84f70f18a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2351535, "upload_time": "2015-06-22T11:33:30", "url": "https://files.pythonhosted.org/packages/1a/58/139f5e0e49af66cc9fae5a21cc46ddbfd3d32c6b38b1b1ceccceb46c0f8c/pycbc-glue-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "1f6f0f83abab9b17a55196633a6915a3", "sha256": "9a79188eac1e56ab690790c203c8feb379f16d9d12d8cd165d40b5afebf75500" }, "downloads": -1, "filename": "pycbc-glue-0.9.4.tar.gz", "has_sig": false, "md5_digest": "1f6f0f83abab9b17a55196633a6915a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2351599, "upload_time": "2015-07-03T21:28:03", "url": "https://files.pythonhosted.org/packages/53/20/dfde446eb0d072f9912e940323606ad7abe3e6cb0652fb7fa84baf55f7f1/pycbc-glue-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "788a15d444d5797f8883cbd1762a1078", "sha256": "f2257f74a0075dff55a558bb90d1bd2e7e745ceebca1b21c3942163a7f7c96ba" }, "downloads": -1, "filename": "pycbc-glue-0.9.5.tar.gz", "has_sig": false, "md5_digest": "788a15d444d5797f8883cbd1762a1078", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2352743, "upload_time": "2015-09-03T14:09:58", "url": "https://files.pythonhosted.org/packages/11/f3/77edafd1b3268906510e00a2aec3b0f964a93c7970edea65333dc479886d/pycbc-glue-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "7d87dcaa36b7228667102eaaff5bb156", "sha256": "a463ac74da11c41b29a8669c49afcf875c1b55181879633ab8c6e8c82eaef5b1" }, "downloads": -1, "filename": "pycbc-glue-0.9.6.tar.gz", "has_sig": false, "md5_digest": "7d87dcaa36b7228667102eaaff5bb156", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2352785, "upload_time": "2015-09-03T14:10:48", "url": "https://files.pythonhosted.org/packages/bb/3a/023b2c89406bb0f6cb5cd1eb04451b05b58e026b8270229c6c14eebd325e/pycbc-glue-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "6cc087b9402e9b179e837e1ea0818f00", "sha256": "d0c7f8833d034b5b1fa426c9188264c9cfdefd5bc9b19bc5c325d5a378842919" }, "downloads": -1, "filename": "pycbc-glue-0.9.7.tar.gz", "has_sig": false, "md5_digest": "6cc087b9402e9b179e837e1ea0818f00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2351295, "upload_time": "2016-01-29T20:09:47", "url": "https://files.pythonhosted.org/packages/9b/8c/e8344206b7956b4e727486d275983d45d3eb59831c7f90c90682937950b0/pycbc-glue-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "03f3eb415965ed9f3403acabebc0c122", "sha256": "3d0a4512c549f6b9f588316d3b725003b42fc258e34fdeda6b4af461638d1643" }, "downloads": -1, "filename": "pycbc-glue-0.9.8.tar.gz", "has_sig": false, "md5_digest": "03f3eb415965ed9f3403acabebc0c122", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2348590, "upload_time": "2016-02-17T15:26:34", "url": "https://files.pythonhosted.org/packages/53/55/2b77c4491a9a99a9d05808ccbd6d5cff82d60180c95d9161a8a7d5e20f2f/pycbc-glue-0.9.8.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "93b61f19249bea1b89a41ca42ad872a6", "sha256": "d88348a6db5a8f8540fb36810e026aebe7e3dbdab5ca1d0849ca6b8e84482d83" }, "downloads": -1, "filename": "pycbc-glue-1.0.1.tar.gz", "has_sig": false, "md5_digest": "93b61f19249bea1b89a41ca42ad872a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2350460, "upload_time": "2016-10-07T13:00:19", "url": "https://files.pythonhosted.org/packages/7d/fc/25874d6475d305ca9dc388bacecb3cdc853a6a6c012c96be905150186a30/pycbc-glue-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "93b61f19249bea1b89a41ca42ad872a6", "sha256": "d88348a6db5a8f8540fb36810e026aebe7e3dbdab5ca1d0849ca6b8e84482d83" }, "downloads": -1, "filename": "pycbc-glue-1.0.1.tar.gz", "has_sig": false, "md5_digest": "93b61f19249bea1b89a41ca42ad872a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2350460, "upload_time": "2016-10-07T13:00:19", "url": "https://files.pythonhosted.org/packages/7d/fc/25874d6475d305ca9dc388bacecb3cdc853a6a6c012c96be905150186a30/pycbc-glue-1.0.1.tar.gz" } ] }