Skip to content

milinnovations/agresso-query-engine-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code style: black Checked with mypy

Agresso query engine client

Python client for Agresso query engine service.

Usage

from agresso_query_engine_client import AgressoQueryEngineClient

client = AgressoQueryEngineClient(
    username="username",
    password="password",
    client="FOO",
    service_url="https://foo.bar/baz/service.svc"
)

template_id = 42
data = client.get_template_result_as_xml(template_id)

Installation

Pip: pip install git+https://github.com/milinnovations/agresso-query-engine-client.git#egg=agresso-query-engine-client

Pipenv: pipenv install git+https://github.com/milinnovations/agresso-query-engine-client.git#egg=agresso-query-engine-client

License - MIT

The library is open-sourced under the conditions of the MIT license.

About

Python client for Agresso query engine service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages