Skip to main content

Python Client for Unit4 Agresso System

Project description

This module helps developers work with the Agresso Unit4 (ver. Milestone 4) Query Engine SOAP webservice easily without worry about the transport layer/protocol and getting data in easible ingestible formats: JSON, CSV

Example:

`python from pyagresso.queryengineservice import QueryEngineService username = os.getenv('AGRESSO_USERNAME') password = os.getenv('AGRESSO_PASSWORD') client = os.getenv('AGRESSO_CLIENT') instance_url = os.getenv('AGRESSO_INSTANCE_URL') ag = QueryEngineService(username, password,client,instance_url) about_response_as_xml = ag.about() `

Note:
  • Not using bdd in this library due to small size of module undertest

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

pyagresso-0.2.0.dev1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

pyagresso-0.2.0.dev1-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 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