{ "info": { "author": "Daniel Foreman-Mackey", "author_email": "danfm@nyu.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "This basically does the same thing as\n`python-casjobs `_ but it only\ndepends on `Requests `_ which makes it more useful\nin my opinion.\n\nUsage\n-----\n\nInstall it:\n\n::\n\n pip install casjobs\n\nHere's how you might get the fields in Stripe 82 that hit the Pisces\noverdensity:\n\n::\n\n import casjobs\n\n query = \"\"\"SELECT *\n INTO mydb.pisces2\n FROM Stripe82..Field AS p\n WHERE p.mjd_g > 0 AND p.ramin < 355 AND p.ramax > 355\n \"\"\"\n\n jobs = CasJobs()\n job_id = jobs.submit(query)\n status = jobs.monitor(job_id)\n print status\n\nLicense\n-------\n\nMIT", "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/dfm/casjobs", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "casjobs", "package_url": "https://pypi.org/project/casjobs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/casjobs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dfm/casjobs" }, "release_url": "https://pypi.org/project/casjobs/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "An interface to CasJobs for Humans.", "version": "0.0.1" }, "last_serial": 787257, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a12c6460dc5385415a0e3e95ff0d01c0", "sha256": "02cc7ee58aeba4d246a8623980ab249fb271360427308c2846b7a422c1613171" }, "downloads": -1, "filename": "casjobs-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a12c6460dc5385415a0e3e95ff0d01c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5003, "upload_time": "2012-11-15T15:58:42", "url": "https://files.pythonhosted.org/packages/4b/f3/891cb50db8e830752130dea72c26ba70fc54793d6ae0f4cd4de8e9f25cf6/casjobs-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a12c6460dc5385415a0e3e95ff0d01c0", "sha256": "02cc7ee58aeba4d246a8623980ab249fb271360427308c2846b7a422c1613171" }, "downloads": -1, "filename": "casjobs-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a12c6460dc5385415a0e3e95ff0d01c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5003, "upload_time": "2012-11-15T15:58:42", "url": "https://files.pythonhosted.org/packages/4b/f3/891cb50db8e830752130dea72c26ba70fc54793d6ae0f4cd4de8e9f25cf6/casjobs-0.0.1.tar.gz" } ] }