{"id":17190890,"url":"https://github.com/dfm/casjobs","last_synced_at":"2025-07-07T13:37:38.119Z","repository":{"id":3008146,"uuid":"4027078","full_name":"dfm/casjobs","owner":"dfm","description":"An interface to CasJobs for Humans.","archived":false,"fork":false,"pushed_at":"2022-07-28T19:28:16.000Z","size":31,"stargazers_count":8,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-31T22:24:31.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfm.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-14T19:17:37.000Z","updated_at":"2024-10-29T22:00:44.000Z","dependencies_parsed_at":"2022-09-04T11:41:49.800Z","dependency_job_id":null,"html_url":"https://github.com/dfm/casjobs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfm%2Fcasjobs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfm%2Fcasjobs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfm%2Fcasjobs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfm%2Fcasjobs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfm","download_url":"https://codeload.github.com/dfm/casjobs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223602672,"owners_count":17171952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T01:24:16.202Z","updated_at":"2024-11-07T23:09:12.729Z","avatar_url":"https://github.com/dfm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This basically does the same thing as\n`python-casjobs \u003chttps://github.com/cosmonaut/python-casjobs\u003e`_ but it only\ndepends on `Requests \u003chttp://python-requests.org\u003e`_ 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 \u003e 0 AND p.ramin \u003c 355 AND p.ramax \u003e 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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfm%2Fcasjobs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfm%2Fcasjobs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfm%2Fcasjobs/lists"}