معرفی شرکت ها


connect-sdk-22.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Connect Python SDK
ویژگی مقدار
سیستم عامل -
نام فایل connect-sdk-22.0
نام connect-sdk
نسخه کتابخانه 22.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده CloudBlue Connect
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/ingrammicro/connect-python-sdk
آدرس اینترنتی https://pypi.org/project/connect-sdk/
مجوز Apache Software License
# Connect Python SDK ![pyversions](https://img.shields.io/pypi/pyversions/connect-sdk.svg) [![PyPi Status](https://img.shields.io/pypi/v/connect-sdk.svg)](https://pypi.org/project/connect-sdk/) [![codecov](https://codecov.io/gh/cloudblue/connect-python-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/cloudblue/connect-python-sdk) [![Build Status](https://github.com/cloudblue/connect-python-sdk/workflows/Build%20Connect%20Python%20SDK/badge.svg)](https://github.com/cloudblue/connect-python-sdk/actions) [![PyPI status](https://img.shields.io/pypi/status/connect-sdk.svg)](https://pypi.python.org/pypi/connect-sdk/) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=connectpythonsdk&metric=alert_status)](https://sonarcloud.io/dashboard?id=connectpythonsdk) Connect Python SDK allows an easy and fast integration with Connect fulfillment API. Thanks to it you can automate the fulfillment of orders generated by your products. Please check the documentation available [here](https://connect-python-sdk.readthedocs.io), which contains information on how to install and use the library, and a complete API reference guide. ## Main Features This library may be consumed in your project in order to automate the fulfillment of requests, this class once imported into your project will allow you to: - Communicate with Connect using your API credentials. - List all requests, and even filter them: - For a specific product. - For a specific status. - For a specific asset. - Etc. - Process each request and obtain full details of the request. - Modify the activation parameters of each request in order to: - Inquiry for changes - Store information into the fulfillment request - Change the status of the requests from its initial pending state to either inquiring, failed or approved. - Generate and upload usage files to report usage for active contracts and listings. - Process usage file status changes. - Work with Notes for requests. - Generate logs. - Collect debug logs in case of failure. Your code may use any scheduler to execute, from a simple cron to a cloud scheduler like the ones available in Azure, Google, Amazon or other cloud platforms. ## Installation ```sh $ pip install connect-sdk ``` ## Requirements * Python 2.7+ or Python 3.4+ * Requests (https://pypi.org/project/requests/) * Marshmallow (https://pypi.org/project/marshmallow/) ## Contribute If you want to contribute to the connect-python-sdk development feel free to open issues or fork the github repository and submit your pull request. ## Development ### Getting started Assuming that you have python and virtualenv installed, and forked the connect-python-sdk repository, set up your environment and install the required dependencies like this: ```sh $ git clone https://github.com/{your_github_account}/connect-python-sdk.git $ cd connect-python-sdk $ virtualenv venv $ . venv/bin/activate $ pip install -r requirements/test.txt ``` ### Running tests The connect-python-sdk uses [pytest](https://docs.pytest.org/en/latest/) for unit testing. To run the entire tests suite execute: ```sh $ pytest ``` ## License The connect-python-sdk is released under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).


نیازمندی

مقدار نام
==2.0.6 deprecation
==2.18.0 marshmallow
>=2.5.14 openpyxl
==2.21.0 requests
==1.12.0 six
==1.0.1 pathlib


نحوه نصب


نصب پکیج whl connect-sdk-22.0:

    pip install connect-sdk-22.0.whl


نصب پکیج tar.gz connect-sdk-22.0:

    pip install connect-sdk-22.0.tar.gz