معرفی شرکت ها


ascend-io-sdk-0.3.0rc1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

The Ascend.io SDK for Python
ویژگی مقدار
سیستم عامل -
نام فایل ascend-io-sdk-0.3.0rc1
نام ascend-io-sdk
نسخه کتابخانه 0.3.0rc1
نگهدارنده ['Ascend.io Engineering']
ایمیل نگهدارنده ['support@ascend.io']
نویسنده Ascend.io Engineering
ایمیل نویسنده support@ascend.io
آدرس صفحه اصلی https://www.ascend.io
آدرس اینترنتی https://pypi.org/project/ascend-io-sdk/
مجوز Apache-2.0
.. raw::html <hidden>test</hidde> ============================== The Ascend.io Python SDK ============================== This package contains the `Ascend Python SDK <https://developer.ascend.io/docs/python-sdk>`_. This SDK is used to script the management of the `Ascend.io <https://www.ascend.io>`_ Data Automation Platform. The SDK can be used to create your own customizations of the platform configuration, integrate with CI/CD or other tools, as well as fully automate your environment. * **Automation.** Integrate Ascend with any combination of workflow and/or CI/CD tools your organization uses on a daily basis. * **Transparency.** Ascend deploys within your Cloud tenant (GCP, AWS, Azure) so you can see everything the platform is doing. * **Control.** Manage your Ascend Platform, build dataflows, extract metadata, and more in a completely programmatic way --------------- Get Started --------------- You will need access to an Ascend.io installation. Developers can `sign up for a free trial <https://www.ascend.io/signup/>`_. If you are already an Ascend customer, have your administrator add you to the platform. Once you have access to the Platform, `create your developer API Access Keys <https://developer.ascend.io/docs/developer-keys>`_ and `configure your local authentication file <https://developer.ascend.io/docs/python-sdk#authorization>`_. Remember to change the word *trial* in your local authentication file to the name of your Ascend.io instance. Install the python library using `pip <https://pip.pypa.io/en/latest/>`_:: $ pip3 install ascend-io-sdk Start writing your automations with the `Python Client <https://developer.ascend.io/docs/python-sdk-client-ref>`_. ------------------ Run the Examples ------------------ If running some sample code works for you, try out the Ascend Python SDK by listing the dataflows within your Ascend instance:: from ascend.sdk.client import Client from tabulate import tabulate hostname = 'my-host-name' client = Client(hostname) services = [] for ds in client.list_data_services().data: services.append([ds.id, ds.name, ds.created_at, ds.updated_at]) print(tabulate(sorted(services, key=lambda x: x[1]), headers=["id", "name", "created at"])) We release updates to the SDK all the time. If some features are missing, you get stuck, or you find something that you don't think is right, please let us know. We're here to make the developer experience as easy and enjoyable as possible. We know that fabulous Developer Relations is key! --------------- Read the Docs --------------- * `Ascend.io Python SDK Documentation <https://developer.ascend.io/docs/python-sdk>`_ * `Ascend Developer Hub <https://developer.ascend.io>`_ * `Ascend.io <https://www.ascend.io>`_


نیازمندی

مقدار نام
>=3.1.1,<4.0.0 Jinja2
>=1.10.0,<2.0.0 backoff
==3.0.4 chardet
>=0.3.1,<0.4.0 glog
==1.56.4 googleapis-common-protos
==2.10 idna
>=2.5,<3.0 networkx
>=3.20.0,<3.21.0 protobuf
>=2.8.1,<3.0.0 python-dateutil
>=2.25.1,<3.0.0 requests
>=0.9.2,<0.10.0 retry
==1.16.0 six
==0.10.1 toml
>=1.26.5,<2.0.0 urllib3


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

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl ascend-io-sdk-0.3.0rc1:

    pip install ascend-io-sdk-0.3.0rc1.whl


نصب پکیج tar.gz ascend-io-sdk-0.3.0rc1:

    pip install ascend-io-sdk-0.3.0rc1.tar.gz