Neops Workflow Engine
Project description
Neops Task Engine Client
Neops workflow engine API documentation
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0
- Package version: 0.19.0
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 3.7+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import neops_workflow_engine_client
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import neops_workflow_engine_client
Tests
Execute pytest
to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import neops_workflow_engine_client
from neops_workflow_engine_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = neops_workflow_engine_client.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with neops_workflow_engine_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = neops_workflow_engine_client.DefaultApi(api_client)
try:
api_instance.app_controller_get_hello()
except ApiException as e:
print("Exception when calling DefaultApi->app_controller_get_hello: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | app_controller_get_hello | GET / | |
DefaultApi | health_controller_healthy | GET /health |
Documentation For Models
Documentation For Authorization
Endpoints do not require authorization.
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file neops_workflow_engine_client-0.19.0.tar.gz
.
File metadata
- Download URL: neops_workflow_engine_client-0.19.0.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.0 Linux/6.8.0-35-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32070da3cf8be3b97b08542c0c4e80885734bbc63a0bbed1f7c1a28f01bc474b |
|
MD5 | 4b33c131746b76be239741c7b5bf7fb0 |
|
BLAKE2b-256 | e90380bb03700d7e9de71c02678f2f777b0a38a8abdbc9e95f00f112cd0f45e5 |
File details
Details for the file neops_workflow_engine_client-0.19.0-py3-none-any.whl
.
File metadata
- Download URL: neops_workflow_engine_client-0.19.0-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.0 Linux/6.8.0-35-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 539163230f8d9d8ce67106541b2cbc14843e9d84e2049bfa05388ba5565c972f |
|
MD5 | 813259aa70aa50de03e0327d10aeeaff |
|
BLAKE2b-256 | d1d5aeb2b7b1d1fb915eae1fd605a40f2e8aecc8309ead312b9e67e0bf28c03d |