Skip to main content

Tutuka XML-RPC Client

Project description

wemake-python-styleguide

python-tutuka-client

A library for accessing the Tutuka Local API XML-RPC API for python.

Tutuka Local API Reference

Installation

Use the package manager pipenv to install.

pipenv install python-tutuka-client

Usage

Use your own Tutuka credentials.

  • terminal_id - Tutuka issued terminal ID of the terminal requesting the transaction
  • password - Tutuka issued terminal password
  • host - Tutuka Host
  • path - Tutuka Local API path
from tutuka_client import LocalApiClient

client = LocalApiClient(
    terminal_id='terminal_id',
    password='password',
    host='https://companion.uat.tutuka.cloud',
    path='/v2_0/XmlRpc.cfm',    
)

Class Methods

Test

Tested with mamba, install pipenv dev packages and then run tests.

pipenv install --dev
pipenv run make test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

python-tutuka-client-1.2.3.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

python_tutuka_client-1.2.3-py3-none-any.whl (8.6 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