Skip to main content

No project description provided

Project description

Viya CASual

A simple way to use Viya's tools in Python without getting too serious

from ViyaCasual.Casual import Casual
from Database import SqliteConnector

casual_test = Casual(username='username', server='viya.server.com', password='password', db_conn=SqliteConnector('/tmp/sample.db'))
table = casual_test.get_table('SYSTEM', 'SystemData')
decision = casual_test.get_decision(name='Marketing Transaction Grouping', library='public', table_name='dm_table')

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

ViyaCASual-BNE-0.0.21.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

ViyaCASual_BNE-0.0.21-py3-none-any.whl (14.8 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