{"id":23173997,"url":"https://github.com/zebradevs/dataservices-python-sdk","last_synced_at":"2025-04-05T00:26:12.503Z","repository":{"id":57464019,"uuid":"234589170","full_name":"ZebraDevs/DataServices-Python-SDK","owner":"ZebraDevs","description":null,"archived":false,"fork":false,"pushed_at":"2020-05-01T17:17:46.000Z","size":50,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-26T07:47:11.060Z","etag":null,"topics":["data-services","python","sdk"],"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/ZebraDevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-17T16:27:56.000Z","updated_at":"2021-05-25T18:38:13.000Z","dependencies_parsed_at":"2022-09-05T05:30:31.697Z","dependency_job_id":null,"html_url":"https://github.com/ZebraDevs/DataServices-Python-SDK","commit_stats":null,"previous_names":["zebra/savanna-python-sdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FDataServices-Python-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FDataServices-Python-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FDataServices-Python-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FDataServices-Python-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZebraDevs","download_url":"https://codeload.github.com/ZebraDevs/DataServices-Python-SDK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247268384,"owners_count":20911125,"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":["data-services","python","sdk"],"created_at":"2024-12-18T05:18:55.374Z","updated_at":"2025-04-05T00:26:12.488Z","avatar_url":"https://github.com/ZebraDevs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zebra Savanna Data Services Python SDK\n======================================\n\nThis is the source code for the Savanna Python Software Development Kit (SDK).  \nThe core of this SDK is a basic API connection call to the Zebra Savanna Data Services in the SavannaAPI class.  Currently the API has public methods for the three public APIs that are part of the Barcode Intelligence product.  These APIs are:\n\n* Barcode Generate\n* UPC Lookup\n* FDA Recall\n\nThis SDK also has models for all the data sent and received by these APIs in order to make it easier to work with them.  \n\nAPI Key\n-------\n\nTo get an API key to work with these APIs, use the [Getting Started Guide](https://developer.zebra.com/gsg) and select the Barcode Intelligence product.  \n\nDocumentation\n-------------\n\nFor more information on these APIs, go to [developer.zebra.com/apis](https://developer.zebra.com/apis) or visit the [Forums](https://developer.zebra.com/forum/search?keys=\u0026field_zebra_curated_tags_tid%5B%5D=273)\n\nUsage guide\n-----------\n\nSet Zebra Savanna API key\n\n```python\nSavannaAPI.APIKey = \"...\"\n```\n\nCreate Barcode\n\n```python\nfileBytes = CreateBarcode.create_symbology_text(symbology, barcodeText.Text)\n```\n\nUPC Lookup\n\n```python\nupcLookupJson = UPCLookup.lookup(barcode)\n```\n\nFDA Food Recall\n\n```python\nfoodUpcJson = FDARecall.foodUpc(barcode)\n```\n\nFDA Drug Recall\n\n```python\ndrugUpcJson = FDARecall.drugUpc(barcode)\n```\n\nFDA Device Recall Search\n\n```python\ndeviceSearchJson = FDARecall.deviceSearch(searchText.Text)\n```\n\nFDA Drug Recall Search\n\n```python\ndrugSearchJson = FDARecall.drugSearch(searchText.Text)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebradevs%2Fdataservices-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebradevs%2Fdataservices-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebradevs%2Fdataservices-python-sdk/lists"}