{ "info": { "author": "Bryan Miller", "author_email": "millerwbryan@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: Other/Proprietary License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Scientific/Engineering :: Physics" ], "description": "# pygoa_gemini\nA simple python library for working with the [Gemini Observatory Archive (GOA) APIs](https://archive.gemini.edu/help/api.html)\n\n## Installation\nThe scripts require a standard python distribution that includes \nthe requests package. This is compatible with both Python 2.7 and Python 3.6+.\n\nThen install the library by downloading and unpacking the zip\nfile or use git,\n\n git clone https://github.com/bryanmiller/pygoa_gemini.git\n\nor pip\n\n pip install pygoa-gemini\n\n## Authentication\n\nIn order to download prioprietary data you must provide the GOA authentication\ncookie from a web browser. Updated instructions for how to find the cookie are\ngiven below.\n\nFirst login to https://archive.gemini.edu with your archive account. Associate your account\nto programs with proprietary data using the program key provided to the PI. See the GOA\n[help page](https://archive.gemini.edu/help/index.html) for more details.\n\nSafari\n1) Go to Preferences - Advanced and turn on \"Show Develop menu in menu bar\".\n2) Click \"Show Web Inspector\" in the Develop menu.\n3) Select Cookies in the Storage tab. The cookie you need is called gemini_archive_session.\n\nFirefox\n1) Select Tools->Web Developer->Storage Inspector.\n2) Click on \"Cookies\" and select \"https://archive.gemini.edu\".\n The cookie you need is called gemini_archive_session.\n\nChrome\n1) Select View->Developer->Developer Tools.\n2) Click on \"Cookies\" and select \"https://archive.gemini.edu\".\n The cookie you need is called gemini_archive_session.\n\nCopy the value of the cookie and store it in a hidden file called /.goa_auth.\nBy default get_goa_authority assumes that this is in the home directory, but the path (keydir)\ncan be specified.\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": "https://github.com/bryanmiller/pygoa", "keywords": "astronomy,astrophysics,science,fits,observatory,gemini,archive", "license": "", "maintainer": "", "maintainer_email": "", "name": "pygoa-gemini", "package_url": "https://pypi.org/project/pygoa-gemini/", "platform": "", "project_url": "https://pypi.org/project/pygoa-gemini/", "project_urls": { "Homepage": "https://github.com/bryanmiller/pygoa" }, "release_url": "https://pypi.org/project/pygoa-gemini/1.0.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "A simple python library for working with the Gemini Observatory Archive APIs", "version": "1.0.0" }, "last_serial": 5904122, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b02b414acf0ebf005e7251d4d2c23387", "sha256": "edd23864e277821aa4bd5ed7de2043c713df663d5107b7ae38b368aaf8e12927" }, "downloads": -1, "filename": "pygoa_gemini-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b02b414acf0ebf005e7251d4d2c23387", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4828, "upload_time": "2019-09-30T00:16:28", "url": "https://files.pythonhosted.org/packages/9a/06/0abd78a1e266571a70c7b568326accb1dfecb8dd3c904b13575c6446dfd8/pygoa_gemini-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da9b46c520a88112df6d3c48fda96022", "sha256": "7ba67cb250cd566fbf91c663e30f188498a7036934344de1f79b5874edaf9107" }, "downloads": -1, "filename": "pygoa-gemini-1.0.0.tar.gz", "has_sig": false, "md5_digest": "da9b46c520a88112df6d3c48fda96022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3300, "upload_time": "2019-09-30T00:16:30", "url": "https://files.pythonhosted.org/packages/f1/1f/a6d80389a3ba9f9160f96d57bfb392c58a6697f363a672130a6d6968e1c4/pygoa-gemini-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b02b414acf0ebf005e7251d4d2c23387", "sha256": "edd23864e277821aa4bd5ed7de2043c713df663d5107b7ae38b368aaf8e12927" }, "downloads": -1, "filename": "pygoa_gemini-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b02b414acf0ebf005e7251d4d2c23387", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4828, "upload_time": "2019-09-30T00:16:28", "url": "https://files.pythonhosted.org/packages/9a/06/0abd78a1e266571a70c7b568326accb1dfecb8dd3c904b13575c6446dfd8/pygoa_gemini-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da9b46c520a88112df6d3c48fda96022", "sha256": "7ba67cb250cd566fbf91c663e30f188498a7036934344de1f79b5874edaf9107" }, "downloads": -1, "filename": "pygoa-gemini-1.0.0.tar.gz", "has_sig": false, "md5_digest": "da9b46c520a88112df6d3c48fda96022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3300, "upload_time": "2019-09-30T00:16:30", "url": "https://files.pythonhosted.org/packages/f1/1f/a6d80389a3ba9f9160f96d57bfb392c58a6697f363a672130a6d6968e1c4/pygoa-gemini-1.0.0.tar.gz" } ] }