Skip to main content

A REST client library for AICore.

Project description

Procaine is a REST client library for SAP AI Core API. Reduces the pain.

Installation

To use Procaine, first install it using pip:

$ pip install procaine

Usage

Run a flow:

>>> from procaine import aiapi

>>> auth = {"url": AUTH_URL, "clientid": CLIENT_ID, "clientsecret": CLIENT_SECRET}
>>> api = aiapi.Client(AI_API_URL, auth)

>>> hello = api.execute_flow("hello-world")
>>> hello
{'id': 'e96bc32ee9bf9e63', 'message': 'Execution scheduled', 'status': 'UNKNOWN', 'targetStatus': 'COMPLETED'}

>>> api.execution(hello)
{ ... 'status': 'COMPLETED', ... 'targetStatus': 'COMPLETED'}

>>> logs = api.execution_logs(hello)
>>> print(logs)
 _____________
< hello world >
 -------------
    \
     \
      \
                    ##        .
              ## ## ##       ==
           ## ## ## ##      ===
       /""""""""""""""""___/ ===
  ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ /  ===- ~~~
       \______ o          __/
        \    \        __/
          \____\______/

Documentation

More usage examples and detailed documentation could be found on https://procaine.readthedocs.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

procaine-0.1.3.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

procaine-0.1.3-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page