معرفی شرکت ها


cegalprizm-hub-1.1.dev56941


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python package to interact with a Cegal Hub Server and Cegal Hub Connectors
ویژگی مقدار
سیستم عامل -
نام فایل cegalprizm-hub-1.1.dev56941
نام cegalprizm-hub
نسخه کتابخانه 1.1.dev56941
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cegal Prizm Team
ایمیل نویسنده prizm@cegal.com
آدرس صفحه اصلی https://docs.prizm.cegal-geo.com/
آدرس اینترنتی https://pypi.org/project/cegalprizm-hub/
مجوز -
# Introduction A Python client library to use with a Cegal Hub Server and Cegal Hub Connector applications. Cegal Hub allows for exchange of data and messages across process boundaries on the local machine or across a network or internet. Out of the box the library allows for working with local or remote Cegal Hub Agents or Cegal Hub Connectors such as the Cegal Hub Petrel Connector and for queries against a running Cegal Hub Server which may also be local or remote. The library is designed to be consumed by other Python libraries with knowledge about specific Cegal Hub Connectors and functionality. Cegal Hub is secured using Cegal Keystone. # Usage 1. Configure logging (Optional) 2. Create a Hub object to work with a Cegal Hub Server 3. Make queries against a running Cegal Hub Server 4. Make client requests against Cegal Hub Connector applications # Basic Example working with a local running Cegal Hub Server ```python import logging # Import the Hub object from cegalprizm.hub import Hub # Configure logging to stdout with info level logging.getLogger() logging.basicConfig( format="%(asctime)s %(levelname)s %(message)s", level=logging.INFO, stream=sys.stdout, ) # Create a Hub object hub = Hub() # Verify that the local Hub Server is running hub.verify_health() # Check that the version of the Python client library is compatible with the running Hub Server hub.is_version_compatible() # Query the server hub.print_query_server() # Query the available connectors hub.print_query_connectors() ``` # Further information and examples Please see the Cegal Prizm Documentation site [here](https://docs.prizm.cegal-geo.com) # License Copyright (2023) Cegal, As. This library (the "Software") may not be used except in connection with the Licensees use of the Cegal Prizm Hub pursuant to an Agreement (defined below) between Licensee (defined below) and Cegal, AS. ("Cegal"). This Software shall be deemed part of the "Subscription Services" under the Agreement. Licensees use of the Software must comply at all times with any restrictions applicable to the Subscription Services, generally, and must be used in accordance with any applicable documentation. If you have not agreed to an Agreement or otherwise do not agree to these terms, you may not use the Software. This license terminates automatically upon the termination of the Agreement or Licensees breach of these terms. Agreement: the agreement between Cegal and Licensee governing the use of the Cegal Prizm Hub, which shall be, with respect to Cegal, and the Cegal Terms of Service located at https://cegal.com/about/terms-and-conditions , in each case unless Licensee has entered into a separate written agreement with Cegal governing the use of the applicable Cegal Services. Licensee: the user of the Software, or, if the Software is being used on behalf of a company, the company.


نیازمندی

مقدار نام
>=21.0 packaging
>=1.33.2 grpcio
<4,>=3 protobuf
<2,>=1.0.5 cegal-keystoneauth


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

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


نحوه نصب


نصب پکیج whl cegalprizm-hub-1.1.dev56941:

    pip install cegalprizm-hub-1.1.dev56941.whl


نصب پکیج tar.gz cegalprizm-hub-1.1.dev56941:

    pip install cegalprizm-hub-1.1.dev56941.tar.gz