معرفی شرکت ها


Savanna-Python-SDK-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

This is the source code for the Savanna Python Software Development Kit (SDK).
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Savanna-Python-SDK-1.0.0
نام Savanna-Python-SDK
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Declan Buhrsmith
ایمیل نویسنده dbuhrsmith@zebra.com
آدرس صفحه اصلی https://github.com/Zebra/Savanna-Python-SDK
آدرس اینترنتی https://pypi.org/project/Savanna-Python-SDK/
مجوز -
Zebra Savanna Data Services Python SDK ====================================== This is the source code for the Savanna Python Software Development Kit (SDK). The 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: * Barcode Generate * UPC Lookup * FDA Recall This SDK also has models for all the data sent and received by these APIs in order to make it easier to work with them. API Key ------- To 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. Documentation ------------- For 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=&field_zebra_curated_tags_tid%5B%5D=273) Usage guide ----------- Set Zebra Savanna API key ```python SavannaAPI.APIKey = "..." ``` Create Barcode ```python fileBytes = CreateBarcode.create_symbology_text(symbology, barcodeText.Text) ``` UPC Lookup ```python upcLookupJson = UPCLookup.lookup(barcode) ``` FDA Food Recall ```python foodUpcJson = FDARecall.foodUpc(barcode) ``` FDA Drug Recall ```python drugUpcJson = FDARecall.drugUpc(barcode) ``` FDA Device Recall Search ```python deviceSearchJson = FDARecall.deviceSearch(searchText.Text) ``` FDA Drug Recall Search ```python drugSearchJson = FDARecall.drugSearch(searchText.Text) ```


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl Savanna-Python-SDK-1.0.0:

    pip install Savanna-Python-SDK-1.0.0.whl


نصب پکیج tar.gz Savanna-Python-SDK-1.0.0:

    pip install Savanna-Python-SDK-1.0.0.tar.gz