{"id":15700248,"url":"https://github.com/edsu/summoner","last_synced_at":"2025-05-12T13:11:58.356Z","repository":{"id":14207531,"uuid":"16914230","full_name":"edsu/summoner","owner":"edsu","description":"work with the Serial Solutions Summon API from Python","archived":false,"fork":false,"pushed_at":"2016-11-23T19:05:25.000Z","size":216,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-12T13:11:44.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/edsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-17T13:50:28.000Z","updated_at":"2024-01-11T21:47:51.000Z","dependencies_parsed_at":"2022-09-26T20:41:30.677Z","dependency_job_id":null,"html_url":"https://github.com/edsu/summoner","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fsummoner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fsummoner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fsummoner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fsummoner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edsu","download_url":"https://codeload.github.com/edsu/summoner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745175,"owners_count":21957318,"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-03T19:46:58.263Z","updated_at":"2025-05-12T13:11:58.302Z","avatar_url":"https://github.com/edsu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"summoner\n========\n\n[![Build Status](https://secure.travis-ci.org/edsu/summoner.png)](http://travis-ci.org/edsu/summoner)\n\nWork with the [Serial Solutions Summon API](http://api.summon.serialssolutions.com/) from Python.\n\n```python\nfrom summoner import Summon\n\nsummon = Summon(summon_id, summon_secret_key)\nresults = summon.search(\"Web\")\n\nfor doc in results['documents']:\n  print doc['Title']\n```\n\nYou can pass in any of the optional [parameters](http://api.summon.serialssolutions.com/help/api/search/parameters) supported by the Summon API to the search method by using the parameter name without the `s.` prefix. So, for example to \nturn [highlighting](http://api.summon.serialssolutions.com/help/api/search/parameters/highlight) off:\n\n```python\nresults = summon.search(\"Web\", hl=False)\n```\n\nOr to [facet](http://api.summon.serialssolutions.com/help/api/search/parameters/facet-field) by subject:\n\n```python\nresults = s.search('World Wide Web', ff='SubjectTerms,or')\n```\n\nDevelop\n-------\n\nTo run the tests you'll need to set the `SUMMON_APP_ID` and `SUMMON_SECRET_KEY`\nin your environment.\n\n1. pip install -r requirements.txt\n1. py.test test.py\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedsu%2Fsummoner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedsu%2Fsummoner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedsu%2Fsummoner/lists"}